Feeds:
Posts
Comments

Archive for January, 2009

pointing out http://stackoverflow.com/questions/461896 write your experience ….

Read Full Post »

a series of articles concerning SEO and how to get most of your websites’ content on the search engines, tips, tricks and techniques.

Read Full Post »

he is just perfect, he is Cool.
and the song, I just love it.

have you heard this song from others? ok, what you think?

Read Full Post »

World Dance by Yanni

yanni and the staff playing world Dance, amazing!

Read Full Post »

solving open flash chart 1.x issue on IE behind HTTPS

Read Full Post »

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 »