my rails applications (all 2.3.5) use a total mix of inline javascript, rjs, prototype and jquery. Let's call it learning or growing pains. Lately i have been more and more infatuated with unobtrusive javascript. It makes your html clean, in the same way css cleaned it up.
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Thursday, May 17, 2012
rails best practices where to place unobtrusive javascript
Sunday, May 13, 2012
Can Mustache Templates do template extension?
I'm new to Mustache.
Many templating languages (e.g., Django / Jinja ) will let you extend a "parent" template like so...
Wednesday, April 25, 2012
How unique is PHP"s __autoload()?
PHP's __autoload()
( documentation ) is pretty interesting to me. Here's how it works:
Thursday, April 12, 2012
Is there a reason I should not start with C#
I think I'm leaning toward C# and .net as a concentration language for learning web development. I would like to learn good programming fundamentals and I've looked at pretty much everything else. The four I've narrowed it down to have been C#, Python, Ruby and PHP. Is there a reason to stay away from C# (and I don't think the cost issue would really apply to my solo-developer situation but I could be totally wrong). Any thoughts?
Friday, April 6, 2012
How do you use scripting language (PHP, Python, etc) to improve your productivity?
I'm a Delphi developer on the Windows platform, recently read the PHP tutorial at W3CSchools, it looks interesting.