following is a JavaScript code snippet using Powerful JQuery library for dealing with select HTML tag (which is – by the way – pain to deal with core javascript language). the html code ….. <select id=”my-ml-list” name=”my-ml-list”> <option value=”java”>XML</option> <option value=”java”>HTML</option> <option value=”java”>XHTML</option> <option value=”java”>HAML</option> <option value=”java”>YAML</option> <option value=”java”>YASL</option> </select> ….. what can jquery do [...]
Archive for the ‘Markup Languages’ Category
JQuery and SELECT tag howto
Posted in code snippet, javascript, Markup Languages, tagged howto, html, javascript, jquery, select on January 7, 2009 | 1 Comment »
NetBeans 6.0 IDE First impression
Posted in Java, Markup Languages, Open Source, Ruby and Ruby On Rails, tagged , IDE, infoq, Java, jruby, netbeans, ruby, Ruby on Rails on December 4, 2007 |
Today I installed Netbeans 6 and my first Impression is Wow! I will be posting in-depth look at netbeans-6.0 later. but, what is new on netbeans-6.0? Editor Improvements Smarter code completion Highlights Better Navigation and Inspection Live Templates and Surround Functionality Ruby/JRuby/Ruby on Rails Support Project support including Gems and RSpec Advanced Ruby Editing ActiveRecord [...]