<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

  <channel>
    <title>vsbabu.org : www</title>
    <link>http://vsbabu.org/mt/archives/categories/www/</link>
    <description>Gluing passing thoughts to foregone conclusions</description>
    <dc:language>en-us</dc:language>
    <dc:creator>vsbabu@gmail.com</dc:creator>
    <dc:rights>Copyright 2010</dc:rights>
    <dc:date>2009-11-26T18:17:45+05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.661" />
    <admin:errorReportsTo rdf:resource="mailto:vsbabu@gmail.com"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

    <item>
      <title>Do not use GET for form processing!</title>
      <link>http://vsbabu.org/mt/archives/2009/11/26/do_not_use_get_for_form_processing.html</link>
      <description>DON&apos;T. Double check your form tag for explicit method=&quot;POST&quot;</description>
      <guid isPermaLink="false">1067@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
I thought everyone knew this. But recently I went to a site -- that is written by really smart Unix guys -- and was shocked to find that every single form is posted via "GET". Not "POST". This includes login form, billing information form (yes, the one with your credit card#) etc. It is absolutely insecure. Yes, the server is under HTTPS, but that is of no use here.
</p>

<p>
Why is it insecure? When you do a GET all the parameters are in the URL, in plain text. And the URL gets stamped in your browser history, web server access logs (we may be able to assume that the server is reasonably secure) and more scarily, in the logs of any proxy servers that are in the route. 
</p>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2009-11-26T18:17:45+05:00</dc:date>
    </item>
    <item>
      <title>Google Visualizations quick start</title>
      <link>http://vsbabu.org/mt/archives/2009/10/26/google_visualizations_quick_start.html</link>
      <description> Pretty nice article at Jeez.eu: Google Visualizations From A To Z. Explains how to use Google&apos;s json apis, get...</description>
      <guid isPermaLink="false">1062@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Pretty nice article at <a href="http://jeez.eu/2009/10/19/google-visualizations-from-a-to-z/">Jeez.eu: Google Visualizations From A To Z</a>. Explains how to use Google's json apis, get data from spreadsheets etc. With <a href="http://ajaxian.com/archives/html5-features-in-latest-iphone-application-cache-and-database">HTML5's client database</a>, this should open up thoughts about some interesting small dashboard applications for the iPhone. 
</p>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2009-10-26T10:38:27+05:00</dc:date>
    </item>
    <item>
      <title>SCM backed blogging - part II</title>
      <link>http://vsbabu.org/mt/archives/2009/09/22/scm_backed_blogging_part_ii.html</link>
      <description>NanoC!</description>
      <guid isPermaLink="false">1060@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
<a href="http://www.h3rald.com/articles/take-back-your-site-with-nanoc/">H3rald.com</a> has a very comprehensive writeup about what I blogged earlier - <a href="/mt/archives/2009/08/31/scm_backed_blogging.html">SCM backed blogging</a>. Lot more config to do, but you got lot more power. Definitely stuff I want to look into for this site.
</p>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2009-09-22T20:20:14+05:00</dc:date>
    </item>
    <item>
      <title>SCM backed Blogging</title>
      <link>http://vsbabu.org/mt/archives/2009/08/31/scm_backed_blogging.html</link>
      <description>Version controlled based static site generators</description>
      <guid isPermaLink="false">1051@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Around 2000, I had written a script to quickly generate a changelog that looks like a  blog from a version control system. Recently, I was searching around for that and found that people have taken this concept and made <a href="http://ikiwiki.info/">Ikiwiki</a> and <a  href="http://gitorious.org/webber">Webber</a>. Very slick and nice. Ikiwiki seems more mature, but I chose Webber - only because it is written using Python. It was pretty easy to set this up in Cygwin. I am seriously considering using this to keep a journal for my daily stuff. I don't really need people to comment/rate my entries there and a good version control tool (been using Git for last 3 months after using Bazaar for 3 months before that) should satisfy my needs for a database. Further, I am thinking of automated scripts to pull down information from defect tracking tool, system monitors etc. to have an all encompassing <em>view to the past</em> system.
</p>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2009-08-31T13:51:03+05:00</dc:date>
    </item>
    <item>
      <title>Got linked in!</title>
      <link>http://vsbabu.org/mt/archives/2007/06/09/got_linked_in.html</link>
      <description>Recently I joined LinkedIn via an invitation. I am already in Orkut. But how useful are these on an ongoing basis?</description>
      <guid isPermaLink="false">1023@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
Two days back I got an invite from a colleague to join LinkedIn. I promptly went ahead and joined. I was thrilled to see the site listing out my colleagues and ex-colleagues based on my profile. So, I too sent out invites to those whom I know and got several connections back.
</p>

<p>
However, I am not at all sure if this is useful after some time.
</p>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2007-06-09T07:50:16+05:00</dc:date>
    </item>
    <item>
      <title>What is your excuse now?</title>
      <link>http://vsbabu.org/mt/archives/2005/09/21/what_is_your_excuse_now.html</link>
      <description>Switch!</description>
      <guid isPermaLink="false">1016@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
The best browser is now free of charge and free of advertisements.  Go download it from <a href="http://www.opera.com/">Opera.com</a>. If you are interested, read the reasons on <a href="http://www.opera.com/free/">making it free</a>.
</p>

<p>
In 2003, I liked Opera so much that I actually paid and bought licenses for Windows and Linux.
</p>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2005-09-21T20:42:12+05:00</dc:date>
    </item>
    <item>
      <title>Which is the best DN site?</title>
      <link>http://vsbabu.org/mt/archives/2005/09/10/which_is_the_best_dn_site.html</link>
      <description>Developer Network sites are used a lot by programmers. Here is what I found most usable.</description>
      <guid isPermaLink="false">1015@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
There are several sites I frequent (at varying frequency) these days. Most of them have similar functionality. They give you access to articles, discussions, downloads, search, polls etc. Since technology information explodes very quickly, information architecture of these sites better be well thought out so that programmers' brains are not taxed any more than required!
</p>

<p>
Here's my rating on various sites' home pages.
</p>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2005-09-10T19:01:19+05:00</dc:date>
    </item>
    <item>
      <title>Citibank defines advanced browsers</title>
      <link>http://vsbabu.org/mt/archives/2005/08/03/citibank_defines_advanced_browsers.html</link>
      <description>This message, in 2005, is surely a poor excuse for not knowing how to design web sites.</description>
      <guid isPermaLink="false">1013@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
I went to do on-line banking at CitiBank India. I am using Opera 8.02 and here's the message that greeted me.
</p>

<blockquote style="font-style:italic">
Your browser must be upgraded! 
<br/>
We are sorry, but in order to provide our customers with the most technologically advanced internet security features,we require Microsoft Internet Explorer 5.0+ or Netscape Communicator 4.7+.
<br/>
Our system has detected that your browser does not match this standard. Here are links to download the upgrade you need. 
Microsoft Internet Explorer 5.0 download page
Netscape Navigator 4.7 download page
<br/>
Thank you!
</blockquote>
<p>
At least change the versions to IE 6 and NS 7!
</p>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2005-08-03T19:01:10+05:00</dc:date>
    </item>
    <item>
      <title>Freeware for HTML editing on Windows</title>
      <link>http://vsbabu.org/mt/archives/2005/06/06/freeware_for_html_editing_on_windows.html</link>
      <description>I like these 3 tools; so bookmarking those.</description>
      <guid isPermaLink="false">1004@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<ul>
<li><a href="http://home.snafu.de/tilman/xenulink.html">Xenu</a> link checker</li>
<li><a href="http://www.nvu.com/">NVU</a> web editor.</li>
<li><a href="http://www.boolean.ca/replace/">BkRep</a> search and replace files.</li>
</ul>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2005-06-06T16:01:58+05:00</dc:date>
    </item>
    <item>
      <title>TiddlyWiki and GTD</title>
      <link>http://vsbabu.org/mt/archives/2005/05/17/tiddlywiki_and_gtd.html</link>
      <description>I just had to write about these. I used it for 4 hours and I was hooked.</description>
      <guid isPermaLink="false">1002@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
If you like the Wiki way of taking notes (I do) and also like to have a Wiki you wanted to carry around without the need to install any software, make sure you check these out:
</p>

<ul>
<li><a href="http://www.tiddlywiki.com/">TiddlyWiki</a> - a reusable non-linear personal web notebook.</li>
<li><a href="http://shared.snapgrid.com/gtd_tiddlywiki.html">GTD TiddlyWiki</a> - a GettingThingsDone adaptation.</li>
</ul>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2005-05-17T17:08:08+05:00</dc:date>
    </item>
    <item>
      <title>Quick Links</title>
      <link>http://vsbabu.org/mt/archives/2003/11/21/quick_links.html</link>
      <description>Last week&apos;s bookmarks about useful Javascript and CSS tricks.</description>
      <guid isPermaLink="false">939@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<ul>
<li><a href="http://www.websiteoptimization.com/services/analyze/">Web Page Analyzer</a></li>
<li><a href="http://www.kryogenix.org/code/browser/sorttable/">Make HTML tables sortable</a></li>
<li><a href="http://www.activeui.net/">ActiveUI</a> very nice cross browser spreadsheet component.</li>
<li><a href="http://www.kryogenix.org/days/555.html">Embedding images in HTML</a> without having a separate image file.</li>
<li><a href="http://standardice.com/experimental/magazines.html">Magazine Styles</a></li>
<li><a href="http://css.maxdesign.com.au/listutorial/index.htm">CSS on lists</a>
</ul>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2003-11-21T07:09:00+05:00</dc:date>
    </item>
    <item>
      <title>Quick Links</title>
      <link>http://vsbabu.org/mt/archives/2003/10/24/quick_links.html</link>
      <description>Unwanted technologies,  great writings and a popular writer who seems to be quite confusing.</description>
      <guid isPermaLink="false">928@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<ul>

<li>
    <a href="http://www.bcentral.com/articles/isyn/default.asp?newsid=2003102115&cobrand=msn&LID=3800">10 technologies that deserve to die</a> - nuclear weapons
    to DVDs. Excellent article.
</li>
<li>
    <a href="http://www.image-in-asian.com/ramesh_m/">Humerous articles by
    Ramesh Mahadevan</a>.
</li>

<li>
    <a href="http://www.pbs.org/wnet/wideangle/shows/dammed/index.html">The Dammed</a> - a great
    <a href="http://www.pbs.org/wnet/wideangle/index.html">Wide Angle</a> presentation about
    Narmada Bachao Andolan. They have the video and transcript of an interview by Mishal Husain
    of Arundhati Roy. I watched it yesterday. The so utterly confused look on Mishal's face after
    listening to Ms. Roy was priceless.
</li>

</ul>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2003-10-24T11:00:33+05:00</dc:date>
    </item>
    <item>
      <title>Quick Links</title>
      <link>http://vsbabu.org/mt/archives/2003/10/14/quick_links.html</link>
      <description>J2EE development setup, OpenEJB,  web services and XMLFace.</description>
      <guid isPermaLink="false">917@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<ul>
<li><a href="http://otn.oracle.com/oramag/webcolumns/2003/techarticles/saikali_jdev.html">Build your ideal J2EE development environment</a> - using JDeveloper, but you can ignore JDeveloper if you don't like it.</li>
<li><a href="http://openejb.sourceforge.net/">OpenEJB</a> - How did I miss this before? It is the easiest way to try out EJBs. Much more easier than figuring out JBoss or Jonas. I think Oracle's OC4J containers are also very easy to use.</li>
<li><a href="http://msdn.microsoft.com/webservices/default.aspx?pull=/library/en-us/dnwebsrv/html/wsoverview.asp">Secure, Reliable, Transacted Web Services: Architecture and Composition
</a>. Co-produced by Microsoft and IBM. Definitely worth a dead tree - I mean, print it and keep it instead of just bookmarking the link.</li>
<li><a href="http://blog.xesoft.com/jon.lipsky/blog/?permalink=1FFEF999F26D9DDC59C9B7F49989C855.txt">XML Face Beta</a>. Perfect!  Create java based GUI applications for Swing and/or SWT using forms and panels described in XML.</li>
<li><a href="http://vsbabu.org/tharunya/blog/">My wife's site gets a facelift</a>. <em>Shameless plug - I like her designs and colour-sense quite a bit.</em></li>
</ul>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2003-10-14T18:39:58+05:00</dc:date>
    </item>
    <item>
      <title>Quick links</title>
      <link>http://vsbabu.org/mt/archives/2003/09/27/quick_links.html</link>
      <description>C#, diamond wiki, searching in Perl and Linux e-mail server setup.</description>
      <guid isPermaLink="false">905@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<ul>
<li><a href="http://www.c-sharppro.com/features/2003/11/cs200311jm_f/cs200311jm_f.asp">C# Builder vs. Visual Studio.NET</a>.</li>
<li><a href="http://www.c-sharppro.com/features/2003/10/cs200310bw_f/cs200310bw_f.asp">What is new in C# 2?</a>.</li>
<li><a href="http://research.microsoft.com/collaboration/university/dotNetDevSystem.aspx">Visual Studio.NET on a central developer server</a>.</li>
<li><a href="http://www.kimbly.com/code/diamond/">Diamond Wiki</a> - very nice Python code to make a wiki with new features.</li>
<li><a href="http://www.perl.com/pub/a/2003/09/25/searching.html">Searching Perl data with reverse indexing</a>.</li>
<li><a href="http://linux.oreillynet.com/pub/a/linux/2003/09/25/advanced_mail_server.html">Building an Advanced Mail Server</a>.</li>
</ul>]]></content:encoded>
      <dc:subject>www</dc:subject>
      <dc:date>2003-09-27T11:10:45+05:00</dc:date>
    </item>
    <item>
      <title>Java is an SUV</title>
      <link>http://vsbabu.org/mt/archives/2003/09/21/java_is_an_suv.html</link>
      <description>Couldn&apos;t have said it any better than Philip Greenspun.</description>
      <guid isPermaLink="false">896@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p>
<a href="http://blogs.law.harvard.edu/philg/2003/09/20#a1762">Java is the SUV of programming tools</a>: <q>A project done in Java will cost 5 times as much, take twice as long, and be harder to maintain than a project done in a scripting language such as PHP or Perl.  People who are serious about getting the job done on time and under budget will use tools such as Visual Basic (controlled all the machines that decoded the human genome).  But the programmers and managers using Java will feel good about themselves because they are using a tool that, in theory, has a lot of power for handling problems of tremendous complexity. </q>
</p>]]></content:encoded>
      <dc:subject>java</dc:subject>
      <dc:date>2003-09-21T08:50:44+05:00</dc:date>
    </item>


  </channel>
</rss>


