<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6427783532200800749</id><updated>2011-07-08T05:22:08.514+05:30</updated><category term='ISP'/><category term='downloading'/><category term='JavaScript'/><category term='http'/><category term='Programming'/><title type='text'>Stacks 'n Queues</title><subtitle type='html'>Some thoughts on programming etc.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://stax-n-queues.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6427783532200800749/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://stax-n-queues.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>hsj</name><uri>http://www.blogger.com/profile/11715257680034897756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6427783532200800749.post-8316033209738997161</id><published>2010-02-13T09:25:00.009+05:30</published><updated>2010-02-13T10:01:43.889+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='JavaScript'/><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><title type='text'>Formatting dates in JavaScript</title><summary type='text'>In most ways JavaScript is a pretty bare-bones language/development environment. Sure there are libraries like JQuery, MooTools, Dojo Toolkit etc., but there's nothing like Java's or C#'s accompanying standard libraries. So what's a programmer to do?

When you are starting out using JavaScript, probably one of the first areas where you'll feel this lack of standard libraries is in formatting </summary><link rel='replies' type='application/atom+xml' href='http://stax-n-queues.blogspot.com/feeds/8316033209738997161/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stax-n-queues.blogspot.com/2010/02/formatting-dates-in-javascript.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6427783532200800749/posts/default/8316033209738997161'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6427783532200800749/posts/default/8316033209738997161'/><link rel='alternate' type='text/html' href='http://stax-n-queues.blogspot.com/2010/02/formatting-dates-in-javascript.html' title='Formatting dates in JavaScript'/><author><name>hsj</name><uri>http://www.blogger.com/profile/11715257680034897756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6427783532200800749.post-2192388762281159803</id><published>2010-01-27T16:34:00.002+05:30</published><updated>2010-01-27T16:54:59.701+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='http'/><category scheme='http://www.blogger.com/atom/ns#' term='ISP'/><category scheme='http://www.blogger.com/atom/ns#' term='downloading'/><title type='text'>Could it Really Be That Easy?</title><summary type='text'>Hmm... my ISP's service is really bad. The connection quality sucks: it's not just that the connection is slow (expected), but that too many packets get dropped. Watching streaming video is out of the question. Downloading files larger than (say) 1 MB is possible only with wget (wget rules!) or DownThemAll (Firefox extension). Manually pausing and restarting downloads sometimes works, but who </summary><link rel='replies' type='application/atom+xml' href='http://stax-n-queues.blogspot.com/feeds/2192388762281159803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stax-n-queues.blogspot.com/2010/01/could-it-really-be-that-easy.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6427783532200800749/posts/default/2192388762281159803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6427783532200800749/posts/default/2192388762281159803'/><link rel='alternate' type='text/html' href='http://stax-n-queues.blogspot.com/2010/01/could-it-really-be-that-easy.html' title='Could it Really Be That Easy?'/><author><name>hsj</name><uri>http://www.blogger.com/profile/11715257680034897756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6427783532200800749.post-4592995824846836031</id><published>2009-08-26T20:58:00.001+05:30</published><updated>2009-08-26T21:28:58.873+05:30</updated><title type='text'>Avoid Those Ugly &lt;a href="#"&gt;&lt;/a&gt; Links</title><summary type='text'>Usually when web developers want to use JavaScript to open a link in a new window with specific attributes (height, width etc.), they take recourse to this kind of ugly looking &lt;a href&gt; tags:

&lt;a href="#" onclick="doSomething();"&gt;Do Something!&lt;/a&gt;
There is much to dislike about this way of writing code:
When you hover your mouse over the link, the result is both ugly and uninformative—all you see</summary><link rel='replies' type='application/atom+xml' href='http://stax-n-queues.blogspot.com/feeds/4592995824846836031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://stax-n-queues.blogspot.com/2009/08/avoid-those-ugly-links.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6427783532200800749/posts/default/4592995824846836031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6427783532200800749/posts/default/4592995824846836031'/><link rel='alternate' type='text/html' href='http://stax-n-queues.blogspot.com/2009/08/avoid-those-ugly-links.html' title='Avoid Those Ugly &amp;lt;a href=&quot;#&quot;&amp;gt;&amp;lt;/a&amp;gt; Links'/><author><name>hsj</name><uri>http://www.blogger.com/profile/11715257680034897756</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
