pointing out http://stackoverflow.com/questions/461896 write your experience ….
Archive for January, 2009
most frequent concurrency problems in Java
Posted in 1, Java, bookmarks, tagged concurrency, issues, Java, pointing out, problems on January 25, 2009 | 2 Comments »
SEO – optimizing your website for search engines – the basics
Posted in SEO, Search Engines, tagged basic, search engine optimization, Search Engines, SEO on January 19, 2009 | Leave a Comment »
a series of articles concerning SEO and how to get most of your websites’ content on the search engines, tips, tricks and techniques.
josh groban – My December
Posted in music, tagged josh groban, music, my december on January 18, 2009 | Leave a Comment »
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?
World Dance by Yanni
Posted in music, tagged music, violin, world dance, yanni on January 18, 2009 | Leave a Comment »
yanni and the staff playing world Dance, amazing!
open-flash-chart, IE and SSL
Posted in Open Source, code snippet, howto, troubleshooting, tagged https, ie, open flash chart, response headers, ssl on January 15, 2009 | 1 Comment »
solving open flash chart 1.x issue on IE behind HTTPS
JQuery and SELECT tag howto
Posted in Markup Languages, code snippet, javascript, tagged howto, html, javascript, jquery, select on January 7, 2009 | Leave a Comment »
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 [...]