Could I possibly make the recommendation that there be a 'Save, then compile' option down at the bottom as opposed to just 'Compile'? I had a compilation error in the layout I was trying to create, so the entire thing got wiped and I have to start over. It's not too much of a big deal because I'm mostly just copying and pasting from current styles, but had I created it entirely from scratch I'd be very very upset right now.
[I know this isn't directed at you yourself, but figured you would know to whom it should go.]
4. Triple-quoted strings allow you to use quotation marks without escaping them. These are useful for when you're dealing with a lot of HTML. For example, these are equivalent:
Woops, just got the notification email for this one; hadn't thought to check the entire page to see if the others were answered. Thanks for the other Language and core links too. :)
So when I go to the gallery, is it supposed to display everything at 200x200? Because it looks like everything is displaying at normal size. Or is the thumbnail only for previews? I'm confused by the thumbnail.
Comments 16
Just want to say thanks, again :) For the "testing" thing, as well as for the instructions and things. Helpful? *nods* :)
Reply
Reply
Reply
It's not too much of a big deal because I'm mostly just copying and pasting from current styles, but had I created it entirely from scratch I'd be very very upset right now.
[I know this isn't directed at you yourself, but figured you would know to whom it should go.]
Reply
Reply
1 and 2. The core layer defines all built-in functions and classes used. You can browse all global functions, classes, members, and their methods at http://fb.callete.com/site/tech/layerbrowse?id=core1 .
3. $.blah does indeed mean $this.blah. The -> operator is used to call functions in classes. See the language reference at http://www.livejournal.org/s2/LanguageReference for more info.
4. Triple-quoted strings allow you to use quotation marks without escaping them. These are useful for when you're dealing with a lot of HTML. For example, these are equivalent:
"
( ... )
Reply
Reply
Reply
Leave a comment