<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Crazy or Creative</title>
	<atom:link href="http://sumitrangwala.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sumitrangwala.wordpress.com</link>
	<description>Sumit Rangwala</description>
	<lastBuildDate>Sun, 28 Nov 2010 05:09:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sumitrangwala.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Crazy or Creative</title>
		<link>http://sumitrangwala.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sumitrangwala.wordpress.com/osd.xml" title="Crazy or Creative" />
	<atom:link rel='hub' href='http://sumitrangwala.wordpress.com/?pushpress=hub'/>
		<item>
		<title>LaTeX Tips and Tricks</title>
		<link>http://sumitrangwala.wordpress.com/2009/03/09/latex-tips-and-tricks/</link>
		<comments>http://sumitrangwala.wordpress.com/2009/03/09/latex-tips-and-tricks/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 08:08:56 +0000</pubDate>
		<dc:creator>sumitrangwala</dc:creator>
				<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://sumitrangwala.wordpress.com/2009/03/09/latex-tips-and-tricks/</guid>
		<description><![CDATA[Interactively setting a variable Add similar lines before \documentclass \typeout{Please enter a value for var} \typein{\var}{var=} Including pages from other PDF documents \usepackage{pdfpages} ........ \begin{document} \includepdfset{pages=-} \includepdf{cv.pdf} \includepdf{pubication1.pdf} \includepdf{pubication2.pdf} pdfpages provides lot of flexibility with selective inclusion of pages, landscape mode, etc. Adding directories to package search path (from Paul Jolly) % The trailing colon [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=357&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<p>Interactively setting a variable</p>
<p>Add similar lines <em>before</em> <code>\documentclass</code> </p>
<pre><code>\typeout{Please enter a value for var}
\typein{\var}{var=}
</code></pre>
</li>
<li>
<p>Including pages from other PDF documents </p>
<pre><code>\usepackage{pdfpages}
........
\begin{document}
\includepdfset{pages=-}
\includepdf{cv.pdf}
\includepdf{pubication1.pdf}
\includepdf{pubication2.pdf}
</code></pre>
<p><code>pdfpages</code> provides lot of flexibility with selective<br />
inclusion of pages, landscape mode, etc. </p>
</li>
<li>
<p>Adding directories to package search path<br />
(from <a href="http://myitcv.org.uk/latex/tips_and_tricks.html">Paul Jolly</a>) </p>
<pre><code>% The trailing colon indicates the standard search
% path should be appended to the user specified
% TEXINPUT variable

% Paths are ':' separated
export TEXINPUTS=".:~/path/to/add:"
export TEXINPUTS=".:~/path/to/add:/second/path/to/add:"

% Trailing '/' for directories is optional
export TEXINPUTS=".:~/path/to/add/:"

% double trailing slash indicates this directory is
% to be search recursively
export TEXINPUTS=".:~/path/to/add//:"
</code></pre>
</li>
<li>
<p>Input files with relative path</p>
<p><code>\input</code> and <code>\include</code> are well known commands for<br />
preparing larger documents from smaller files. However, if<br />
these smaller sections of text are organized within a<br />
directory with its own <code>\input</code>, <code>\include</code>,<br />
<code>\includegrapics</code>, etc., <code>\input</code> won&#8217;t work. For such<br />
cases, LaTeX package <code>import</code> can help.</p>
<pre><code>\usepackage{import}
\import*{/play/act1/}{act.tex}
</code></pre>
<p>On encountering <code>\input{scene1.tex}</code> in <code>act.tex</code>, LaTeX<br />
will now search for <code>scene1.tex</code> in <code>/play/act1/</code> in addition to<br />
the local directory </p>
</li>
<li>
<p>Embedding fonts </p>
<p>Give <code>-dPDFSETTINGS=/prepress</code> option to <code>ps2pdf</code> and<br />
verify final output with <code>pdffonts</code> </p>
<p>In my case, <code>gnuplot</code> was the culprit that was not<br />
embedding the fonts in figures. A more effective but<br />
time-consuming way of correcting it is to specify tex<br />
font file to <code>gnuplot</code> as specified<br />
<a href="http://lglinux.blogspot.com/2007/09/embed-fonts-in-gnuplot-plots.html">here</a><br />
or in more details <a href="http://had.fmf.uni-lj.si/~horvat/publishing/gnuplot4.x/ps_fontfile_doc.pdf">here</a></p>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sumitrangwala.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sumitrangwala.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sumitrangwala.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sumitrangwala.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sumitrangwala.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sumitrangwala.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sumitrangwala.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sumitrangwala.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sumitrangwala.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sumitrangwala.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sumitrangwala.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sumitrangwala.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sumitrangwala.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sumitrangwala.wordpress.com/357/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=357&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sumitrangwala.wordpress.com/2009/03/09/latex-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c5aaa61cc34ac9910b37110ce7b1275?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sumitrangwala</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox Tips and Tricks</title>
		<link>http://sumitrangwala.wordpress.com/2009/03/09/firefox-tips-and-tricks/</link>
		<comments>http://sumitrangwala.wordpress.com/2009/03/09/firefox-tips-and-tricks/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 08:07:25 +0000</pubDate>
		<dc:creator>sumitrangwala</dc:creator>
				<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://sumitrangwala.wordpress.com/2009/03/09/firefox-tips-and-tricks/</guid>
		<description><![CDATA[Editing textarea with your favorite editor Very often one would prefer to write in a text area on the web using ones favorite editor. For example, if you use Gmail you might like to have the power of vim or emacs while composing mails. You can do that with It&#8217;s All Text that displays an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=356&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<p>Editing textarea with your favorite editor </p>
<p>Very often one would prefer to write in a text area on the web using<br />
ones favorite editor. For example, if you use Gmail you might like to have<br />
the power of vim or emacs while composing mails. You can do that with<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/4125" title="It's All Text">It&#8217;s All Text</a> that displays an edit button that pops up your<br />
favorite editor. </p>
<ul>
<li>
<p>Getting it to work with cygwin and vim<br />
Create a file gvim.bat (<em>in notepad</em>) with the following text </p>
<pre><code>@echo off
C:\cygwin\bin\run.exe -p /usr/X11R6/bin gvim -display
127.0.0.1:0.0 %*
</code></pre>
<p>set editor to <code>C:\path_to_gvim.bat</code></p>
</li>
</ul>
</li>
<li>
<p>Quickly accessing commonly used bookmarks </p>
<p>Use keyword bookmarking. Access any bookmark&#8217;s property ( Ctrl+Shift+B<br />
and then the bookmark you are interested in or right click toolbar<br />
bookmarks and then Properties) and set keyword for any <code>character</code> or<br />
<code>sequence of characters</code>. Now you can access this bookmark by pressing<br />
Alt+D or Ctrl+L (to jump to the address bar) <code>character</code> <code>[Enter]</code>.<br />
Further customization with string substitution is possible. However,<br />
using keyword with bookmarklet is still an issue.<br />
<a href="http://lifehacker.com/software/bookmarks/hack-attack-firefox-and-the-art-of-keyword-bookmarking-196779.php">More Information</a></p>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sumitrangwala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sumitrangwala.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sumitrangwala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sumitrangwala.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sumitrangwala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sumitrangwala.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sumitrangwala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sumitrangwala.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sumitrangwala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sumitrangwala.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sumitrangwala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sumitrangwala.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sumitrangwala.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sumitrangwala.wordpress.com/356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=356&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sumitrangwala.wordpress.com/2009/03/09/firefox-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c5aaa61cc34ac9910b37110ce7b1275?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sumitrangwala</media:title>
		</media:content>
	</item>
		<item>
		<title>Vim Tips and Tricks</title>
		<link>http://sumitrangwala.wordpress.com/2009/03/09/vim-tips-and-tricks/</link>
		<comments>http://sumitrangwala.wordpress.com/2009/03/09/vim-tips-and-tricks/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 08:04:45 +0000</pubDate>
		<dc:creator>sumitrangwala</dc:creator>
				<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://sumitrangwala.wordpress.com/2009/03/09/vim-tips-and-tricks/</guid>
		<description><![CDATA[In order to replace a text in a set of files :args &#60;list of files&#62; :argdo %s/search/replace/ &#124;w Adding simple syntax highlighting on the fly Using the syntax command, syntax rules can be added to vim to improve readability of the file. While there are many options available (see :h syntax), I found the syntax [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=354&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<p>In order to replace a text in a set of files </p>
<pre><code>:args &lt;list of files&gt;
:argdo %s/search/replace/ |w
</code></pre>
</li>
<li>
<p>Adding simple syntax highlighting on the fly </p>
<p>Using the syntax command, syntax rules can be added to vim<br />
to improve readability of the file. While there are many<br />
options available (see :h syntax), I found the <code>syntax<br />
region</code> option fit for my use. Say we want to turn every<br />
line starting with <code>**</code> into a different color. We can do<br />
that using command</p>
<pre><code>:syntax region Nontext start="^\*\*" end="$"
</code></pre>
<p>The above command says that any line starting with <code>**</code><br />
should be displayed in the color pattern as defined by the<br />
group-name <code>Nontext</code>. A syntax region description like<br />
above needs to specify a start pattern (a regex) and an<br />
end pattern (another regex). In the example above the<br />
start pattern is <code>^**</code>, i.e., any line starting with <code>**</code><br />
and the end pattern is <code>$</code>, i.e., end of line.  (since <code>*</code><br />
needs to be escaped in vim, a regex <code>^**</code> becomes <code>^\*\*</code><br />
in the above example). Vim has some standard color names<br />
define that can be used to define the appearance of<br />
selected region. Try <code>:hi</code> to list all the group-name and<br />
how they would look on the current terminal. This example<br />
uses on of the standard group-name define as <code>Nontext</code>. </p>
<p>Recently, I had to submit some reviews and I choose to<br />
submit it using a text file (<code>reviews.txt</code>) provided to<br />
me. The file has a large number of section in the<br />
following format:</p>
<pre><code>@paper: xyz
@type: paper
\*\* SOME TITLE:
@T1
&lt;replace with one or more lines of review text&gt;
@@
\*\* SOME TITLE:
@T2
&lt;replace with one or more lines of review text&gt;
@@
</code></pre>
<p>In order to quickly identify places that I need to add<br />
text, I added the following lines to a file (hi.vim) </p>
<pre><code>syntax region Nontext start="^\*\*" end="$"
syntax region Question start="^@" end="$"
syntax region Diffchange start="^-" end="$"
</code></pre>
<p>and edited by file by opening it as </p>
<pre><code>gvim -S hi.vim review.txt
</code></pre>
<p>Try it and the usefulness of these line will be apparent.</p>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sumitrangwala.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sumitrangwala.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sumitrangwala.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sumitrangwala.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sumitrangwala.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sumitrangwala.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sumitrangwala.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sumitrangwala.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sumitrangwala.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sumitrangwala.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sumitrangwala.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sumitrangwala.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sumitrangwala.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sumitrangwala.wordpress.com/354/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=354&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sumitrangwala.wordpress.com/2009/03/09/vim-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c5aaa61cc34ac9910b37110ce7b1275?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sumitrangwala</media:title>
		</media:content>
	</item>
		<item>
		<title>SVN Tips and Tricks</title>
		<link>http://sumitrangwala.wordpress.com/2009/03/09/svn-tips-and-tricks/</link>
		<comments>http://sumitrangwala.wordpress.com/2009/03/09/svn-tips-and-tricks/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 08:01:26 +0000</pubDate>
		<dc:creator>sumitrangwala</dc:creator>
				<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://sumitrangwala.wordpress.com/2009/03/09/svn-tips-and-tricks/</guid>
		<description><![CDATA[Avoid typing long svn commands by defining appropriate function in your .bashrc export SVN_PATH="svn+ssh://path_to_svn/trunk" function sl () { svn ls ${SVN_PATH:?"SVN_PATH is not unset or empty"}/${1:?"Insufficient arguments"}} You can now list trunk/projects as sl projects<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=352&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<p>Avoid typing long svn commands by defining appropriate function in your<br />
<code>.bashrc</code></p>
<pre><code>export SVN_PATH="svn+ssh://path_to_svn/trunk"
function sl () { svn ls ${SVN_PATH:?"SVN_PATH is not unset
or empty"}/${1:?"Insufficient arguments"}}
</code></pre>
<p>You can now list <code>trunk/projects</code> as </p>
<pre><code>sl projects
</code></pre>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sumitrangwala.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sumitrangwala.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sumitrangwala.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sumitrangwala.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sumitrangwala.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sumitrangwala.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sumitrangwala.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sumitrangwala.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sumitrangwala.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sumitrangwala.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sumitrangwala.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sumitrangwala.wordpress.com/352/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sumitrangwala.wordpress.com/352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sumitrangwala.wordpress.com/352/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=352&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sumitrangwala.wordpress.com/2009/03/09/svn-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c5aaa61cc34ac9910b37110ce7b1275?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sumitrangwala</media:title>
		</media:content>
	</item>
		<item>
		<title>Bash Tips and Tricks</title>
		<link>http://sumitrangwala.wordpress.com/2009/03/09/bash-tips-and-tricks/</link>
		<comments>http://sumitrangwala.wordpress.com/2009/03/09/bash-tips-and-tricks/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 08:00:01 +0000</pubDate>
		<dc:creator>sumitrangwala</dc:creator>
				<category><![CDATA[Tips And Tricks]]></category>

		<guid isPermaLink="false">http://sumitrangwala.wordpress.com/2009/03/09/bash-tips-and-tricks/</guid>
		<description><![CDATA[Using CDPATH can save a lot of keystrokes. CDPATH is to cd what PATH is to command completion. For example, export CDPATH=.:/home/joe/projects: will allow you to cd into a directory /home/joe/projects/wordpress from any directory using cd wordpress $'STRING' can help you print anything you wish. In STRING escape ' by \' $&#62; echo $'foo\'bar' foo'bar [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=351&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<p>Using <code>CDPATH</code> can save a lot of keystrokes. <code>CDPATH</code> is to <code>cd</code> what<br />
<code>PATH</code> is to command completion. For example,</p>
<pre><code>export CDPATH=.:/home/joe/projects:
</code></pre>
<p>will allow you to <code>cd</code> into a directory <code>/home/joe/projects/wordpress</code> from<br />
any directory using</p>
<pre><code>cd wordpress
</code></pre>
</li>
<li>
<p><code>$'STRING'</code> can help you print anything you wish. In <code>STRING</code> escape<br />
<code>'</code> by <code>\'</code>  </p>
<pre><code>$&gt; echo $'foo\'bar'
foo'bar
</code></pre>
</li>
<li>
<p>Check variables as</p>
<pre><code>${VAR_NAME?"VAR_NAME is not defined"}
${VAR_NAME:?"VAR_NAME is not defined or empty"}
</code></pre>
</li>
<li>
<p><code>bash_completion</code> allows you to go beyond command completion to listing<br />
options available for the command. For example, on the latest version of<br />
unbuntu (8.04) add <code>source /etc/bash_completion</code> to your <code>.bashrc</code>. If<br />
subversion is installed on your machine then <code>$&gt; svn &lt;tab&gt;</code> will<br />
list all possible options in svn as:</p>
<pre><code>add        co         -h         log        pedit      proplist   rm
annotate   commit     help       ls         pget       propset    status
blame      copy       --help     merge      plist      pset       switch
cat        cp         import     mkdir      praise     remove     unlock
checkout   delete     info       move       propdel    rename     update
ci         diff       list       mv         propedit   resolved   --version
cleanup    export     lock       pdel       propget    revert
</code></pre>
<p>It supports many other commands. It&#8217;s auto-completion of<br />
directories on a remote server for <code>scp</code> is really useful. </p>
</li>
<li>
<p>Prevent annoying ssh disconnection by </p>
<pre><code>alias ssh='ssh -o TCPKeepAlive=no -o ServerAliveInterval=15
-o ServerAliveCountMax=10'
</code></pre>
<p>Alternatively, you can set these options in your <code>ssh_config</code> (<code>$&gt;<br />
locate ssh_config</code>) file. You can also try </p>
<pre><code>alias ssh='ssh -o TCPKeepAlive=yes
</code></pre>
<p>But it didn&#8217;t work for me. For further information and for <code>putty</code><br />
settings see</p>
<p>http://drupal.star.bnl.gov/STAR/comp/sofi/facility-access/ssh-stable-con</p>
</li>
<li>
<p>Bash has some lesser know command that provides exactly what you might<br />
sometimes be looking for. A quick read of <code>info coreutils</code> is recommended.<br />
Few such commands are </p>
<ul>
<li>
<p><code>pr</code> can help you paginate or columnate text. For example, </p>
<pre><code>pr -2 &lt;filename&gt;
</code></pre>
<p>will generate a two column output of the text with page boundaries<br />
delimited with page headers and footers</p>
</li>
<li>
<p><code>paste</code> to concatenate files vertically</p>
</li>
<li>
<p><code>tac</code> to concatenate files in reverse order. </p>
<pre><code>tac &lt;filename&gt;
</code></pre>
<p>to print file <code>&lt;filename&gt;</code> in reverse order</p>
</li>
<li>
<p>Get a quick directory overview to a depth of <code>&lt;n&gt;</code></p>
<pre><code>tree -L &lt;n&gt; &lt;dir_name&gt;
</code></pre>
</li>
</ul>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sumitrangwala.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sumitrangwala.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sumitrangwala.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sumitrangwala.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sumitrangwala.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sumitrangwala.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sumitrangwala.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sumitrangwala.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sumitrangwala.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sumitrangwala.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sumitrangwala.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sumitrangwala.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sumitrangwala.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sumitrangwala.wordpress.com/351/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=351&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sumitrangwala.wordpress.com/2009/03/09/bash-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c5aaa61cc34ac9910b37110ce7b1275?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sumitrangwala</media:title>
		</media:content>
	</item>
		<item>
		<title>Online Lectures, Talks, etc.</title>
		<link>http://sumitrangwala.wordpress.com/2009/03/08/online-lectures-talks-etc/</link>
		<comments>http://sumitrangwala.wordpress.com/2009/03/08/online-lectures-talks-etc/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 07:51:55 +0000</pubDate>
		<dc:creator>sumitrangwala</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://sumitrangwala.wordpress.com/2009/03/08/online-lectures-talks-etc/</guid>
		<description><![CDATA[Video Lectures Thanks Abhishek Research Channel Thanks Nilesh Parc Talks Tech Talks at Google<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=349&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<p><a href="http://videolectures.net/" title="Video Lectures">Video Lectures</a><br />
Thanks <a href="http://enl.usc.edu/~abhishek/" title="Abhishek Sharma">Abhishek</a></p>
</li>
<li>
<p><a href="http://www.researchchannel.org/prog/" title="Resarch Channel">Research Channel</a><br />
Thanks <a href="http://enl.usc.edu/~nilmish/" title="Nilesh Mishra">Nilesh</a></p>
</li>
<li>
<p><a href="http://www.parc.com/events/forum/archive.php" title="PARC Talks">Parc Talks</a></p>
</li>
<li><a href="http://research.google.com/video.html" title="Tech Talks at Google">Tech Talks at Google</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sumitrangwala.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sumitrangwala.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sumitrangwala.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sumitrangwala.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sumitrangwala.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sumitrangwala.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sumitrangwala.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sumitrangwala.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sumitrangwala.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sumitrangwala.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sumitrangwala.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sumitrangwala.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sumitrangwala.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sumitrangwala.wordpress.com/349/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=349&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sumitrangwala.wordpress.com/2009/03/08/online-lectures-talks-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c5aaa61cc34ac9910b37110ce7b1275?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sumitrangwala</media:title>
		</media:content>
	</item>
		<item>
		<title>What Google Needs</title>
		<link>http://sumitrangwala.wordpress.com/2009/01/28/what-google-needs/</link>
		<comments>http://sumitrangwala.wordpress.com/2009/01/28/what-google-needs/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 01:35:11 +0000</pubDate>
		<dc:creator>sumitrangwala</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://sumitrangwala.wordpress.com/2009/01/28/what-google-needs/</guid>
		<description><![CDATA[Google Search Ability to search an image similar to a given image. Today, we enter text and expect Google to list all the sites containing that text. A natural extension to this would be to upload an image and get all websites having a similar image. Applications could range from (a) finding all websites that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=336&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Google Search</h3>
<ul>
<li>Ability to search an image similar to a given image.
<ul>
<li>Today, we enter text and expect Google to list all the sites containing that text. A natural extension to this would be to upload an image and get all websites having a similar image. Applications could range from (a) finding all websites that use a trademark image to (b) Finding details about a personality (place, paintings, etc.) by her/his (its) picture. <em>(I recently (Feb. 2009) attended a talk by Kilian Weinberger from Yahoo Research on machine learning techniques to accomplish it.)</em></li>
</ul>
</li>
<li>Purging invalid links and associated cache
<ul>
<li>An option, say &#8220;Check link validation&#8221;, in Google search to let users inform Google that a site is no more valid. Google says it&#8217;s crawler would detect it but I have seen invalid links (and its cached copy) on Google for months.</li>
</ul>
</li>
</ul>
<p><em>(Note: Many, including Google, have compiled features list, but I have compiled here the ones I didn&#8217;t find on (at least) the ones I browsed.)</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sumitrangwala.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sumitrangwala.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sumitrangwala.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sumitrangwala.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sumitrangwala.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sumitrangwala.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sumitrangwala.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sumitrangwala.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sumitrangwala.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sumitrangwala.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sumitrangwala.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sumitrangwala.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sumitrangwala.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sumitrangwala.wordpress.com/336/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=336&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sumitrangwala.wordpress.com/2009/01/28/what-google-needs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c5aaa61cc34ac9910b37110ce7b1275?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sumitrangwala</media:title>
		</media:content>
	</item>
		<item>
		<title>Travel Tips</title>
		<link>http://sumitrangwala.wordpress.com/2008/12/30/travel-tips/</link>
		<comments>http://sumitrangwala.wordpress.com/2008/12/30/travel-tips/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 21:04:02 +0000</pubDate>
		<dc:creator>sumitrangwala</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://sumitrangwala.wordpress.com/2008/12/30/travel-tips/</guid>
		<description><![CDATA[Buying Tickets A list of sites to search for an air ticket Farecast now Bing Travel CheapTickets FareCompare Kayak OAG FareCompare AirlineConsolidator cFares TripAdvisor Includes a fee estimator for baggage, on-board meals, etc. While waiting for the flight Price Check Yapta After purchasing a ticket mail it to flights@yapta.com and yapta will tell you whenever [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=298&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Buying Tickets</h3>
<p>A list of sites to search for an air ticket</p>
<ul>
<li><a href="http://farecast.live.com/" title="Farecast">Farecast</a> now Bing Travel</li>
<li><a href="http://www.cheaptickets.com/" title="CheapTickets">CheapTickets</a></li>
<li><a href="http://farechase.yahoo.com/" title="FareChase">FareCompare</a></li>
<li><a href="http://www.kayak.com/" title="Kayak">Kayak</a></li>
<li><a href="http://www.oag.com/oag/website/com/en/Home/" title="OAG">OAG</a></li>
<li><a href="http://www.farecompare.com/" title="FareCompare">FareCompare</a></li>
<li><a href="http://www.yapta.com/" title="Yapta">AirlineConsolidator</a></li>
<li><a href="http://www.cfares.com/" title="cFares">cFares</a></li>
<li><a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://www.tripadvisor.com/" title="TripAdvisor">TripAdvisor</a><br />
Includes a fee estimator for baggage, on-board meals, etc. </li>
</ul>
<h3>While waiting for the flight</h3>
<ul>
<li>Price Check
<ul>
<li><a href="http://www.yapta.com/" title="Yapta">Yapta</a><br />
After purchasing a ticket mail it to flights@yapta.com and yapta<br />
will tell you whenever the prices go down to claim a credit.</li>
</ul>
</li>
<li>Seat Selection and Trip Planning
<ul>
<li><a href="http://www.seatguru.com/" title="SeatGuru">SeatGuru</a><br />
Get reviews to pick us the best available seats.</li>
<li><a href="http://www.checkmein.eu/en.html" title="checkmein">checkmein</a><br />
Paid service, currently restricted to few airlines, that checks in<br />
as per user&#8217;s preferences when online check in begins. </li>
<li><a href="http://www.tripit.com/" title="TripIt">TripIt</a><br />
Mail your complete itinerary to Tripit which compiles it in a<br />
single file with addition information that you might require<br />
during the trip.</li>
</ul>
</li>
<li>Flight Status
<ul>
<li><a href="http://www.flightstats.com/" title="Flight Status">FlightStatus</a> </li>
<li><a href="http://www.fly.faa.gov/" title="Flight Delay Status">Flight Delay Information</a></li>
<li><a href="http://flightaware.com/">Flight Aware</a></li>
<li><a href="http://www.flightcaster.com/">FlightCaster</a><br />
Predicts flight delays.</li>
</ul>
</li>
<li>Miscellaneous
<ul>
<li><a href="http://flyingfees.com/">FlyingFees</a><br />
Find out about baggage policies and fees for various airlines.</li>
</ul>
</li>
</ul>
<h3>Refunds</h3>
<ul>
<li><a href="http://www.missrefund.com/" title="missrefund">MissRefund</a><br />
Get something back even from a non-refundable ticket. <a href="http://www.springwise.com/tourism_travel/miss_refund_helping_travellers/">Read more</a></li>
<li><a href="http://www.nytimes.com/2008/08/23/business/23bump.html?pagewanted=2&amp;_r=1">Payoffs on overbooked flights</a> </li>
</ul>
<h3>India Specific</h3>
<h4>Travel Agent</h4>
<ul>
<li><a href="http://www.shalomtrip.com" title="Shalom Trip">Shalom Trip</a></li>
</ul>
<h4>Domestic (India)</h4>
<ul>
<li><a href="http://www.makemytrip.co.in/makemytrip/MMTHome.do" title="Make My Trip">Make My Trip</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sumitrangwala.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sumitrangwala.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sumitrangwala.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sumitrangwala.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sumitrangwala.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sumitrangwala.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sumitrangwala.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sumitrangwala.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sumitrangwala.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sumitrangwala.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sumitrangwala.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sumitrangwala.wordpress.com/298/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sumitrangwala.wordpress.com/298/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sumitrangwala.wordpress.com/298/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=298&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sumitrangwala.wordpress.com/2008/12/30/travel-tips/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c5aaa61cc34ac9910b37110ce7b1275?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sumitrangwala</media:title>
		</media:content>
	</item>
		<item>
		<title>Recommendations for Elevator Design</title>
		<link>http://sumitrangwala.wordpress.com/2008/11/23/recommendations-for-elevator-design/</link>
		<comments>http://sumitrangwala.wordpress.com/2008/11/23/recommendations-for-elevator-design/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 00:39:19 +0000</pubDate>
		<dc:creator>sumitrangwala</dc:creator>
				<category><![CDATA[Problem and Solution]]></category>

		<guid isPermaLink="false">http://sumitrangwala.wordpress.com/2008/11/23/recommendations-for-elevator-design/</guid>
		<description><![CDATA[Feature recommendations The open door switch should be color coded (so that next time we want to help someone we can find the switch to press before it&#8217;s too late.) A switch to deselect a floor if one accidentally selected it.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=214&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Feature recommendations</h3>
<ul>
<li>The open door switch should be color coded (so that next time we<br />
want to help someone we can find the switch to press before it&#8217;s too<br />
late.) </li>
<li>A switch to deselect a floor if one accidentally selected it. </li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sumitrangwala.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sumitrangwala.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sumitrangwala.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sumitrangwala.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sumitrangwala.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sumitrangwala.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sumitrangwala.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sumitrangwala.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sumitrangwala.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sumitrangwala.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sumitrangwala.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sumitrangwala.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sumitrangwala.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sumitrangwala.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=214&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sumitrangwala.wordpress.com/2008/11/23/recommendations-for-elevator-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c5aaa61cc34ac9910b37110ce7b1275?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sumitrangwala</media:title>
		</media:content>
	</item>
		<item>
		<title>Next Generation Travel Sites</title>
		<link>http://sumitrangwala.wordpress.com/2008/08/28/next-generation-travel-sites/</link>
		<comments>http://sumitrangwala.wordpress.com/2008/08/28/next-generation-travel-sites/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 02:52:00 +0000</pubDate>
		<dc:creator>sumitrangwala</dc:creator>
				<category><![CDATA[Problem and Solution]]></category>

		<guid isPermaLink="false">http://sumitrangwala.wordpress.com/2008/08/28/next-generation-travel-sites/</guid>
		<description><![CDATA[Current Solution You plan a trip. You break it down into air travels, hotels, etc. for each city and search the best deals for each of one them. Better Solution Instead you build a complete itinerary of your trip including when you would like to visit a city, places you would visit in the city, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=34&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Current Solution</h3>
<p>You plan a trip. You break it down into air travels, hotels, etc. for<br />
each city and search the best deals for each of one them. </p>
<h3>Better Solution</h3>
<p>Instead you build a complete itinerary of your trip including when you<br />
would like to visit a city, places you would visit in the city, a radius<br />
within which you would like to stay (or this could be calculated<br />
optimally from other data), hotel preferences, duration of the stay,<br />
etc. The site then finds the best deal for the <em>complete</em> trip.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sumitrangwala.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sumitrangwala.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sumitrangwala.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sumitrangwala.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sumitrangwala.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sumitrangwala.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sumitrangwala.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sumitrangwala.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sumitrangwala.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sumitrangwala.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sumitrangwala.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sumitrangwala.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sumitrangwala.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sumitrangwala.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sumitrangwala.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sumitrangwala.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sumitrangwala.wordpress.com&amp;blog=5567064&amp;post=34&amp;subd=sumitrangwala&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sumitrangwala.wordpress.com/2008/08/28/next-generation-travel-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c5aaa61cc34ac9910b37110ce7b1275?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sumitrangwala</media:title>
		</media:content>
	</item>
	</channel>
</rss>
