Feeds:
Posts
Comments

Archive for the ‘Markup Languages’ Category

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 for you with this list, some is follow:
iterate on all elements
<script language=”javascript”>
$(“my-ml-list [...]

Read Full Post »

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 Code Completion
Ruby Debugger
Ruby on Rails Support

Profiling

Profiler integrated into NetBeans IDE
Compare [...]

Read Full Post »