And people say Ruby code is unmanageable. Guess we proved them wrong.
Danno
said on
Y’know, I hate to say it _why, but I tried Markaby for a while, and I just found it to be harder to work with than erb templates.
I wanted to like Markaby, I really, really did.
G
said on
It seems clear that _why hates blind people. Okay, maybe not really, but it would be nice if I could copy/paste these nifty examples. The image is pretty, but… text? Please?
MenTaLguY
said on
Danno: I’m a bit unhappy with Markaby myself, though for me the main problem is in regard to fragments—the fact that fragments can be yanked in and out of the document stream as a side-effect of method calls is just a little too weird for my tastes.
Larry
said on
Now that’s what I call syntax highlighting.
why
said on
Well, this isn’t full-blown Markaby with fragments and method_missing. You only get methods for valid HTML tags and fragments can’t be moved around the stream. It’s much smaller than all that.
Don’t think this is the product of a tablet PC, mixonic. We’re looking at the result mostly of colored pencils (not crayons) with the contrast cranked in Photoshop.
MenTaLguY
said on
Danno: you know, seriously, could you elaborate on some of your specific annoyances with Markaby? Maybe we can do better for you.
lwu
said on
Anyone interested in Markaby for XAML /MXML?
mixonic
said on
The yellow backgrounds don’t look very pencilish. I smell….ew, is that me? Time for a shower.
Danno
said on
MenTaLguY: Not at this time, to be honest. I stopped using it a few months ago and I don’t really have the time to try using it seriously again.
Perhaps when I go back to working on my pet project, I’ll try using Markaby and give you feedback.
Danno
said on
MenTaLguY: Not at this time, to be honest. I stopped using it a few months ago and I don’t really have the time to try using it seriously again.
Perhaps when I go back to working on my pet project, I’ll try using Markaby again and give you feedback.
roberthahn
said on
Is it possible to use Markaby to write any other type of markup, or is it [X]HTML only?
Noh
said on
Not quite sure it’s the place to ask that, but how is SuperRedCloth going? Can’t wait for hard_breaks and filter_html!
Thank you!
hgs
said on
Alternative text, title attributes etc would be a big help. I don’t believe _Why hates blind people, or really believes they are stupid, it’s just most of his art is in a visual medium. I think it would be difficult to make the cartoons in the Poignant Guide accessible, but for code as visual art accessibility (to the code, if not the visual artistry) is possible and I’d strongly advocate it. Inaccessible websites were supposed to disappear with HTML 4 .0, weren’t they?
Think
said on
How many blind people write code? How many blind people read code snippets for fun? How much does it really matter? As soon as someone steps out of the box, the majority starts realing them back in. Let the poor boy draw!
tim
said on
roberthahn: currently XHTML only… what sort of markup are you wanting to produce?
danf
said on
I like Markaby, I love the concept. Just now I was thinking some way of producing .rhtml templates out of .mab files dynamically.
Yeah, probably a silly idea, but the performance hit is my only peeve with Markaby.
c
said on
i dig markaby too. but moved on for various reasons namely a simultaneous invention of this post in ECMAscript…Ruby has almost been eliminated from my equation
Jake
And people say Ruby code is unmanageable. Guess we proved them wrong.
Danno
Y’know, I hate to say it _why, but I tried Markaby for a while, and I just found it to be harder to work with than erb templates.
I wanted to like Markaby, I really, really did.
G
It seems clear that _why hates blind people. Okay, maybe not really, but it would be nice if I could copy/paste these nifty examples. The image is pretty, but… text? Please?
MenTaLguY
Danno: I’m a bit unhappy with Markaby myself, though for me the main problem is in regard to fragments—the fact that fragments can be yanked in and out of the document stream as a side-effect of method calls is just a little too weird for my tastes.
Larry
Now that’s what I call syntax highlighting.
why
Well, this isn’t full-blown Markaby with fragments and method_missing. You only get methods for valid HTML tags and fragments can’t be moved around the stream. It’s much smaller than all that.
At least: too small for a stupid blind person.
lwu
snippet snap.
david
You know what would be nice (or maybe I just didn’t see how to do it). But, something like:
tag! :comment, ‘simple user login box’
And in your code you could have:
Markaby::Builder.set(:comments, true);
would render all comments to the client vs.
Markaby::Builder.set(:comments, false)
would hide all comments from the client browser.
This would be helpful for sanity checks on your html/css usage…
doki_pen
This is another example of how _why is ruining Ruby. Crayon!? WTF ?! How unacademic. Stop ruining Ruby _why!
Bil Kleb
So, what? xx_?
mixonic
I smell a new tablet PC
MenTaLguY
Don’t think this is the product of a tablet PC, mixonic. We’re looking at the result mostly of colored pencils (not crayons) with the contrast cranked in Photoshop.
MenTaLguY
Danno: you know, seriously, could you elaborate on some of your specific annoyances with Markaby? Maybe we can do better for you.
lwu
Anyone interested in Markaby for XAML /MXML?
mixonic
The yellow backgrounds don’t look very pencilish. I smell….ew, is that me? Time for a shower.
Danno
MenTaLguY: Not at this time, to be honest. I stopped using it a few months ago and I don’t really have the time to try using it seriously again.
Perhaps when I go back to working on my pet project, I’ll try using Markaby and give you feedback.
Danno
MenTaLguY: Not at this time, to be honest. I stopped using it a few months ago and I don’t really have the time to try using it seriously again.
Perhaps when I go back to working on my pet project, I’ll try using Markaby again and give you feedback.
roberthahn
Is it possible to use Markaby to write any other type of markup, or is it [X]HTML only?
Noh
Not quite sure it’s the place to ask that, but how is SuperRedCloth going? Can’t wait for hard_breaks and filter_html!
Thank you!
hgs
Alternative text, title attributes etc would be a big help. I don’t believe _Why hates blind people, or really believes they are stupid, it’s just most of his art is in a visual medium. I think it would be difficult to make the cartoons in the Poignant Guide accessible, but for code as visual art accessibility (to the code, if not the visual artistry) is possible and I’d strongly advocate it. Inaccessible websites were supposed to disappear with HTML 4 .0, weren’t they?
Think
How many blind people write code? How many blind people read code snippets for fun? How much does it really matter? As soon as someone steps out of the box, the majority starts realing them back in. Let the poor boy draw!
tim
roberthahn: currently XHTML only… what sort of markup are you wanting to produce?
danf
I like Markaby, I love the concept. Just now I was thinking some way of producing .rhtml templates out of .mab files dynamically.
Yeah, probably a silly idea, but the performance hit is my only peeve with Markaby.
c
i dig markaby too. but moved on for various reasons namely a simultaneous invention of this post in ECMAscript…Ruby has almost been eliminated from my equation