<?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/"
	>

<channel>
	<title>Poojan (Wagh) Blog &#187; Web</title>
	<atom:link href="http://poojanblog.com/blog/cat/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://poojanblog.com/blog</link>
	<description>Requests for comment</description>
	<lastBuildDate>Fri, 06 Jan 2012 06:24:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://poojanblog.com/blog/?pushpress=hub'/>
		<item>
		<title>Kudos to Barnes &amp; Noble</title>
		<link>http://poojanblog.com/blog/2010/01/kudos-to-barnes-noble/</link>
		<comments>http://poojanblog.com/blog/2010/01/kudos-to-barnes-noble/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 19:12:00 +0000</pubDate>
		<dc:creator>PoojanWagh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[web shopping]]></category>

		<guid isPermaLink="false">http://poojanblog.com/blog/2010/01/kudos-to-barnes-noble/</guid>
		<description><![CDATA[I recently went back on my previous decision to avoid B&#38;N. There prices on audiobooks were pretty good (compared to both Audible and eMusic). So, I bought this (note the Amazon link): Turns out, I&#8217;ve already bought it at B&#38;N. OK. My fault. Should&#8217;ve checked first. Initially, B&#38;N said they wouldn&#8217;t be able to refund [...]]]></description>
			<content:encoded><![CDATA[<p>I recently went back on my previous decision to avoid B&amp;N. There prices on audiobooks were pretty good (compared to both Audible and eMusic). So, I bought this (note the Amazon link):</p>
<p><span id="more-647"></span></p>
<p style="text-align: center;">
<iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=obsecompthind-20&#038;o=1&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;md=10FE9736YVPPT7A0FBG2&#038;asins=1401301304" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<p>Turns out, I&#8217;ve already bought it at B&amp;N. OK. My fault. Should&#8217;ve checked first. Initially, B&amp;N said they wouldn&#8217;t be able to refund my purchase because audio books aren&#8217;t refundable. I wrote an email explaining that I understand that they couldn&#8217;t refund digital media because it isn&#8217;t returnable; once you buy it, there&#8217;s no way they can stop you from listening to it. However, I already own this media, so there&#8217;s no point in stopping me from getting a refund.</p>
<p>Guess what? They were pretty reasonable. They explained it would be a one-time deal, but they&#8217;d refund it to me. I really like when corporations listen to their customers and act reasonably. I know that it&#8217;s up to me to check whether I have media already before buying it.* Kudos to B&amp;N for being reasonable.</p>
<p>* This is something many other stores do for you: maintaining a record of your digital library. My guess is that B&amp;N will grow this feature in the future. Right now, it seems to be the trade-off you make for B&amp;N&#8217;s cheaper prices.</p>
]]></content:encoded>
			<wfw:commentRss>http://poojanblog.com/blog/2010/01/kudos-to-barnes-noble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weird Chrome SVG bug</title>
		<link>http://poojanblog.com/blog/2009/12/weird-chrome-svg-bug/</link>
		<comments>http://poojanblog.com/blog/2009/12/weird-chrome-svg-bug/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 23:00:06 +0000</pubDate>
		<dc:creator>PoojanWagh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[MathML]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://poojanblog.com/blog/2009/12/weird-chrome-svg-bug/</guid>
		<description><![CDATA[Google Chrome seems to have a bug in its rendering of SVG files. Here&#8217;s what it looks like: Here&#8217;s what the same files look like under Firefox: The HTML file I used to test this is: &#60;html&#62; &#160; &#60;head&#62; &#160;&#160;&#160; &#60;title&#62;Test&#60;/title&#62; &#160; &#60;/head&#62; &#160; &#60;body&#62; &#160;&#160;&#160; &#60;p&#62;The received in-phase is &#60;object type=&#34;image/svg+xml&#34; data=&#34;665dd30fd32270d75e7871a23e9ae2b3.svg&#34;&#62;&#60;/object&#62;and the quadrature [...]]]></description>
			<content:encoded><![CDATA[<p>Google Chrome seems to have a bug in its rendering of SVG files. Here&rsquo;s what it looks like:</p>
<p><a href="http://poojanblog.com/blog/wp-content/uploads/2009/12/ChromeSVG.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Chrome SVG" border="0" alt="Chrome SVG" src="http://poojanblog.com/blog/wp-content/uploads/2009/12/ChromeSVG_thumb.png" width="244" height="74" /></a> </p>
<p>Here&rsquo;s what the same files look like under Firefox:</p>
<p><a href="http://poojanblog.com/blog/wp-content/uploads/2009/12/FirefoxSVG.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Firefox SVG" border="0" alt="Firefox SVG" src="http://poojanblog.com/blog/wp-content/uploads/2009/12/FirefoxSVG_thumb.png" width="244" height="70" /></a> </p>
<p>The HTML file I used to test this is:</p>
<div><!--</p>
<p>Code highlighting produced by Actipro CodeHighlighter (freeware)</p>
<p>http://www.CodeHighlighter.com/</p>
<p>--><span style="color: #0000ff">&lt;</span><span style="color: #800000">html</span><span style="color: #0000ff">&gt;</span></div>
<div><span style="color: #0000ff"></span><span style="color: #0000ff">&#160; &lt;</span><span style="color: #800000">head</span><span style="color: #0000ff">&gt;</span></div>
<div><span style="color: #0000ff">&#160;&#160;&#160; </span><span style="color: #0000ff">&lt;</span><span style="color: #800000">title</span><span style="color: #0000ff">&gt;</span><span style="color: #000000">Test</span><span style="color: #0000ff">&lt;/</span><span style="color: #800000">title</span><span style="color: #0000ff">&gt;</span></div>
<div><span style="color: #0000ff">&#160; </span><span style="color: #0000ff">&lt;/</span><span style="color: #800000">head</span><span style="color: #0000ff">&gt;</span></div>
<div><span style="color: #0000ff">&#160; </span><span style="color: #0000ff">&lt;</span><span style="color: #800000">body</span><span style="color: #0000ff">&gt;</span></div>
<div><span style="color: #0000ff">&#160;&#160;&#160; </span><span style="color: #0000ff">&lt;</span><span style="color: #800000">p</span><span style="color: #0000ff">&gt;</span><span style="color: #000000">The received in-phase is </span><span style="color: #0000ff">&lt;</span><span style="color: #800000">object </span><span style="color: #ff0000">type</span><span style="color: #0000ff">=&quot;image/svg+xml&quot;</span><span style="color: #ff0000"> data</span><span style="color: #0000ff">=&quot;665dd30fd32270d75e7871a23e9ae2b3.svg&quot;</span><span style="color: #0000ff">&gt;&lt;/</span><span style="color: #800000">object</span><span style="color: #0000ff">&gt;</span><span style="color: #000000">and the quadrature is&#8230;</span><span style="color: #0000ff">&lt;/</span><span style="color: #800000">p</span><span style="color: #0000ff">&gt;</span></div>
<div><span style="color: #0000ff">&#160; </span><span style="color: #0000ff">&lt;/</span><span style="color: #800000">body</span><span style="color: #0000ff">&gt;</span></div>
<div><span style="color: #0000ff">&lt;/</span><span style="color: #800000">html</span><span style="color: #0000ff">&gt;</span><span style="color: #000000"> </span></div>
<p>The embedded SVG file is:</p>
<div><!--</p>
<p>Code highlighting produced by Actipro CodeHighlighter (freeware)</p>
<p>http://www.CodeHighlighter.com/</p>
<p>--><span style="color: #0000ff">&lt;?</span><span style="color: #ff00ff">xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;</span><span style="color: #0000ff">?&gt;</span></div>
<div><span style="color: #0000ff">&lt;</span><span style="color: #800000">svg:svg </span><span style="color: #ff0000">width</span><span style="color: #0000ff">=&quot;9.485391pt&quot;</span><span style="color: #ff0000"> xmlns:svg</span><span style="color: #0000ff">=&quot;http://www.w3.org/2000/svg&quot;</span><span style="color: #ff0000"> viewBox</span><span style="color: #0000ff">=&quot;0 -8.332031 9.485391 12.854414&quot;</span><span style="color: #ff0000"> xmlns:svgmath</span><span style="color: #0000ff">=&quot;http://www.grigoriev.ru/svgmath&quot;</span><span style="color: #ff0000"> height</span><span style="color: #0000ff">=&quot;12.854414pt&quot;</span><span style="color: #0000ff">&gt;&lt;</span><span style="color: #800000">svg:metadata</span><span style="color: #0000ff">&gt;&lt;</span><span style="color: #800000">svgmath:metrics </span><span style="color: #ff0000">top</span><span style="color: #0000ff">=&quot;9.8251171875&quot;</span><span style="color: #ff0000"> bottom</span><span style="color: #0000ff">=&quot;1.8387890625&quot;</span><span style="color: #ff0000"> baseline</span><span style="color: #0000ff">=&quot;4.5223828125&quot;</span><span style="color: #ff0000"> axis</span><span style="color: #0000ff">=&quot;8.5067578125&quot;</span><span style="color: #0000ff">/&gt;&lt;/</span><span style="color: #800000">svg:metadata</span><span style="color: #0000ff">&gt;&lt;</span><span style="color: #800000">svg:text </span><span style="color: #ff0000">font-size</span><span style="color: #0000ff">=&quot;12.000000&quot;</span><span style="color: #ff0000"> text-anchor</span><span style="color: #0000ff">=&quot;middle&quot;</span><span style="color: #ff0000"> y</span><span style="color: #0000ff">=&quot;0.000000&quot;</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">=&quot;3.061523&quot;</span><span style="color: #ff0000"> font-family</span><span style="color: #0000ff">=&quot;Times New Roman&quot;</span><span style="color: #ff0000"> font-style</span><span style="color: #0000ff">=&quot;italic&quot;</span><span style="color: #ff0000"> fill</span><span style="color: #0000ff">=&quot;black&quot;</span><span style="color: #0000ff">&gt;</span><span style="color: #000000">x</span><span style="color: #0000ff">&lt;/</span><span style="color: #800000">svg:text</span><span style="color: #0000ff">&gt;&lt;</span><span style="color: #800000">svg:g </span><span style="color: #ff0000">transform</span><span style="color: #0000ff">=&quot;translate(5.724609, 2.683594)&quot;</span><span style="color: #0000ff">&gt;&lt;</span><span style="color: #800000">svg:text </span><span style="color: #ff0000">font-size</span><span style="color: #0000ff">=&quot;8.520000&quot;</span><span style="color: #ff0000"> text-anchor</span><span style="color: #0000ff">=&quot;middle&quot;</span><span style="color: #ff0000"> y</span><span style="color: #0000ff">=&quot;0.000000&quot;</span><span style="color: #ff0000"> x</span><span style="color: #0000ff">=&quot;1.684863&quot;</span><span style="color: #ff0000"> font-family</span><span style="color: #0000ff">=&quot;Times New Roman&quot;</span><span style="color: #ff0000"> font-style</span><span style="color: #0000ff">=&quot;italic&quot;</span><span style="color: #ff0000"> fill</span><span style="color: #0000ff">=&quot;black&quot;</span><span style="color: #0000ff">&gt;</span><span style="color: #000000">I</span><span style="color: #0000ff">&lt;/</span><span style="color: #800000">svg:text</span><span style="color: #0000ff">&gt;&lt;/</span><span style="color: #800000">svg:g</span><span style="color: #0000ff">&gt;&lt;/</span><span style="color: #800000">svg:svg</span><span style="color: #0000ff">&gt;</span><span style="color: #000000"> </span></div>
<p>I&rsquo;m basically trying to support MathML with SVG as a backup over at <a href="http://www.circuitdesign.info/blog" target="_blank">the circuit design site</a>. I guess the 7% of visitors that use Chrome will have to deal.</p>
]]></content:encoded>
			<wfw:commentRss>http://poojanblog.com/blog/2009/12/weird-chrome-svg-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Banning Barnes &amp; Noble (for use of Webloyalty)</title>
		<link>http://poojanblog.com/blog/2009/11/banning-barnes-noble-for-use-of-webloyalty/</link>
		<comments>http://poojanblog.com/blog/2009/11/banning-barnes-noble-for-use-of-webloyalty/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 23:44:19 +0000</pubDate>
		<dc:creator>PoojanWagh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[webloyalty]]></category>

		<guid isPermaLink="false">http://poojanblog.com/blog/2009/11/banning-barnes-noble-for-use-of-webloyalty/</guid>
		<description><![CDATA[Technorati Tags: Webloyalty Update 2010-1-3 I&#8217;m back to using Barnes &#38; Noble. Every now and then, they have an ebook or MP3 audibook that&#8217;s way less than either eMusic or Audible. Also, I do know to look out for the WebLoyalty (etc) pitch, so it doesn&#8217;t bother me as much now. Original Post I&#8217;ve been [...]]]></description>
			<content:encoded><![CDATA[<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1d901dcb-7728-4a05-861c-898cd811dd6f" class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/Webloyalty">Webloyalty</a></div>
<div class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;"></div>
<div class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;"></div>
<h3 class="wlWriterEditableSmartContent" style="margin: 0px; display: inline; float: none; padding: 0px;">Update 2010-1-3</h3>
<p>I&#8217;m back to using Barnes &amp; Noble. Every now and then, they have an ebook or MP3 audibook that&#8217;s way less than either eMusic or Audible. Also, I do know to look out for the WebLoyalty (etc) pitch, so it doesn&#8217;t bother me as much now.</p>
<h3>Original Post</h3>
<p>I&#8217;ve been pretty happy with Barnes &amp; Noble as an alternative to Amazon. I just bought <a href="http://www.amazon.com/gp/product/1401301304?ie=UTF8&amp;tag=poojanblog-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1401301304">What Got You Here Won&#8217;t Get You There: How Successful People Become Even More Successful</a><img style="margin: 0px; border-style: none !important;" src="http://www.assoc-amazon.com/e/ir?t=obsecompthind-20&amp;l=as2&amp;o=1&amp;a=1401301304" border="0" alt="" width="1" height="1" /> and unfortunately found the following link to Webloyalty</p>
<p><a href="http://poojanblog.com/blog/wp-content/uploads/2009/11/image2.png"><img style="display: inline; border-width: 0px;" title="image" src="http://poojanblog.com/blog/wp-content/uploads/2009/11/image_thumb2.png" border="0" alt="image" width="244" height="153" /></a></p>
<p>Sigh. I have a hard time leaving Barnes &amp; Noble; their discounts are good, but I&#8217;m afraid I might have to because of their affiliation with Webloyalty</p>
]]></content:encoded>
			<wfw:commentRss>http://poojanblog.com/blog/2009/11/banning-barnes-noble-for-use-of-webloyalty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want 4G? Go with ClearWire</title>
		<link>http://poojanblog.com/blog/2009/11/want-4g-go-with-clearwire/</link>
		<comments>http://poojanblog.com/blog/2009/11/want-4g-go-with-clearwire/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 13:37:16 +0000</pubDate>
		<dc:creator>PoojanWagh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Clear]]></category>
		<category><![CDATA[ClearWire]]></category>
		<category><![CDATA[Smartview]]></category>
		<category><![CDATA[Sprint]]></category>
		<category><![CDATA[WiMax]]></category>

		<guid isPermaLink="false">http://poojanblog.com/blog/2009/11/want-4g-go-with-clearwire/</guid>
		<description><![CDATA[It&#8217;s clear that ClearWire&#8217;s software gives the user a better 4G experience than Sprint. I&#8217;ve been using Sprint&#8217;s 4G for almost a week. As I posted before, I didn&#8217;t particularly like their connection software popping up their start page every time I connected to their 4G network&#8211;especially since I had to connect several times on [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s clear that <a title="ClearWire's home page" href="http://www.clear.com" target="_blank">ClearWire&#8217;s</a> software gives the user a better 4G experience than Sprint.</p>
<p>I&#8217;ve been using Sprint&#8217;s 4G for almost a week. As I <a title="Annoying Sprint start page" href="http://poojanblog.com/blog/2009/11/sprints-chicago-4g-initial-speed-tests/" target="_blank">posted before</a>, I didn&#8217;t particularly like their connection software popping up their start page every time I connected to their 4G network&#8211;especially since I had to connect several times on my train ride into the city. Don&#8217;t get me wrong, the Sprint SmartView software will auto-reconnect (although I&#8217;m still not sure how I got it to do so) in the background if your 4G signal gets dropped&#8211;except every time it does so, there&#8217;s the sprint start page again, completely interrupting your work.</p>
<p>I coworker had issues installing SmartView on his Windows 7 64-bit machine. (I&#8217;m running 64-bit Vista right now.) He read somewhere that ClearWire&#8217;s software will install on Windows 7. Since Sprint and ClearWire are the same 4G network (Sprint divested/invested in ClearWire), the software should work. So, I happily installed ClearWire&#8217;s software trying to &#8220;upgrade&#8221; from SmartView.</p>
<p>It didn&#8217;t work. What&#8217;s worse is that SmartView refuses to function. Even after a complete de-install/re-install. Even after deleting sections of the windows registry, and the Sprint sub-folder in my %APPDATA% folder. (For those of you who don&#8217;t know what registry and %APPDATA% are, be thankful, and just realize I was taking desperate measures to cope with broken software.)</p>
<p>As it turns out, one of our IT guys told us that the 32-bit version of Clear&#8217;s software seems to work with Sprint&#8217;s 4G network (meaning, it authenticates under a Sprint 4G account&#8211;Clear and Sprint have <em>the same</em> network). However, the 64-bit version doesn&#8217;t. That didn&#8217;t help my Win7-64 friend and I.</p>
<p>What did help <em>immensely</em> was <a title="&quot;Hacked&quot; version of Clear's software that supports Sprint 4G" href="http://www.community.sprint.com/baw/thread/4613?start=15&amp;tstart=0&amp;reqsorting=dec" target="_blank">this post</a> at the sprint forums. This guy &#8220;manned up&#8221; and modified the Clear software so it&#8217;ll connect to the 4G network using a Sprint account:</p>
<p><a href="http://poojanblog.com/blog/wp-content/uploads/2009/11/image1.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="image" src="http://poojanblog.com/blog/wp-content/uploads/2009/11/image_thumb1.png" border="0" alt="image" width="244" height="234" /></a></p>
<p>And it worked for me! So, no more trying to get SmartView running again. This software is way better. It&#8217;s much smaller and less intrusive. Its default install automatically reconnects when the signal is dropped. It has more updated drivers, and it supports 64-bit Win7. It&#8217;ll connect using either the 4G or the 3G modems built into the U300 (which Clear also sells).</p>
<p>The lesson learned here is that Sprint is distracted by 4G. It&rsquo;s not their main thing. They&rsquo;re supporting a bunch of other devices, and they don&rsquo;t invest as much in their SmartView software. However, 4G is all ClearWire does. It shows in their software&rsquo;s usability.</p>
<p>Just an FYI: there are no guarantees to any of this working for you. Also, the buttons on the clear software &ldquo;my account&rdquo;, &ldquo;my usage&rdquo;, &ldquo;my local&rdquo; won&rsquo;t work for me because I don&rsquo;t have a clear account&hellip; but that might change.</p>
<p>ClearWire also supports the built-in Intel WiMax radio inside my Lenovo T400. So, I&rsquo;m going to try out their service as an official subscriber. That means I give up connecting using 3G, but that&rsquo;s not so bad. <span style="color: #808080;">It&rsquo;s almost worse to have the 3G backup, because your 4G connection will imminently drop, the software will connect you on 3G, and you&rsquo;ll be stuck on 3G unless you manually reconnect to 4G. Also, the U300 works better with a proprietary Y cable (supplied by Sprint/Clear) that allows for more power; it&rsquo;ll be nice to not have to worry about that cable.</span></p>
<p>Incidently: if you connect to Clear&rsquo;s network (using Intel&rsquo;s proset WiMax utility), you&rsquo;ll get an offer for a 30-day free trial (until the end of the year)&mdash;which you won&rsquo;t see on their home page or anywhere else. <span style="color: #808080;">So, it pays to just try to connect and get the offer. You do have to agree that they get to send you emails during the 30-day trial period.</span> I&rsquo;ll post a follow-up with how ClearWire&rsquo;s service looks (as an official subscriber), but for right now, I&rsquo;m much more impressed with ClearWire than with Sprint.</p>
]]></content:encoded>
			<wfw:commentRss>http://poojanblog.com/blog/2009/11/want-4g-go-with-clearwire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More speed testing on Sprint 4G WiMax</title>
		<link>http://poojanblog.com/blog/2009/11/more-speed-testing-on-spring-4g-wimax/</link>
		<comments>http://poojanblog.com/blog/2009/11/more-speed-testing-on-spring-4g-wimax/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 13:38:03 +0000</pubDate>
		<dc:creator>PoojanWagh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[4G]]></category>
		<category><![CDATA[Metra]]></category>
		<category><![CDATA[Smartview]]></category>
		<category><![CDATA[Sprint]]></category>
		<category><![CDATA[WiMax]]></category>

		<guid isPermaLink="false">http://poojanblog.com/blog/2009/11/more-speed-testing-on-spring-4g-wimax/</guid>
		<description><![CDATA[I&#8217;m taking the train along Metra&#8217;s Milwauke District West. Here&#8217;s a test close to the Elgin Station: That&#8217;s right: 5 Mbps down and 1 Mbps up. Except that by the time I reached the next station, the 4G was disconnected. I can&#8217;t say that this is due to Sprint&#8217;s 4G network, due to their software, [...]]]></description>
			<content:encoded><![CDATA[<p>I&rsquo;m taking the train along Metra&rsquo;s Milwauke District West. Here&rsquo;s a test close to the Elgin Station:</p>
<p><img src="http://www.dslreports.com/im/81753956/71262.png" /> </p>
<p>That&rsquo;s right: 5 Mbps down and 1 Mbps up. Except that by the time I reached the next station, the 4G was disconnected. I can&rsquo;t say that this is due to Sprint&rsquo;s 4G network, due to their software, or if it&rsquo;s due to my laptop. Regardless, it&rsquo;s annoying. I do have a couple firmware updates to install, though. I tried doing it last night, but I&rsquo;m not exactly sure how to (the button to update didn&rsquo;t seem to do the job.)</p>
<p>Another thing that&rsquo;s annoying? After I reconnect, the Sprint Smartview software opens Sprint&rsquo;s web site in my browser. This is mildly annoying when I have firefox up (it just adds another tab). However, it&rsquo;s absolutely intolerable when I don&rsquo;t, because I just want to get back to work, but instead, all of a sudden, firefox pops up with:</p>
<p><a href="http://poojanblog.com/blog/wp-content/uploads/2009/11/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://poojanblog.com/blog/wp-content/uploads/2009/11/image_thumb.png" width="1028" height="645" /></a> </p>
<p>I&rsquo;ve been looking for a way to stop SmarView from doing this, but I haven&rsquo;t found it yet. Incidently, I had to reconnect twice while writing this post.</p>
<p>OK: make that 4 times. If anyone is wondering, I&rsquo;m using the U300 (can&rsquo;t tell if it&rsquo;s Sierra Wireless or Franklin) modem. It supports both EV-DO and WiMax. It does not automatically hand over. I&rsquo;ve also tried getting SmartView to auto-reconnect to WiMax, but that doesn&rsquo;t work either. You have to manually reconnect when disconnected.</p>
]]></content:encoded>
			<wfw:commentRss>http://poojanblog.com/blog/2009/11/more-speed-testing-on-spring-4g-wimax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sprint&#8217;s Chicago 4G Initial Speed Tests</title>
		<link>http://poojanblog.com/blog/2009/11/sprints-chicago-4g-initial-speed-tests/</link>
		<comments>http://poojanblog.com/blog/2009/11/sprints-chicago-4g-initial-speed-tests/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 21:51:19 +0000</pubDate>
		<dc:creator>PoojanWagh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[4G]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[Metra]]></category>
		<category><![CDATA[WiMax]]></category>

		<guid isPermaLink="false">http://poojanblog.com/blog/2009/11/sprints-chicago-4g-initial-speed-tests/</guid>
		<description><![CDATA[I&#8217;ve been upgraded to Sprint&#8217;s 4G WiMax. I&#8217;ve tried it for all of 10 minutes. The connection (coming out of downtown on the Metra) was a little spotty. I keep getting disconnected. It&#8217;s unlikely but possibly the fault of my laptop (the Lenovo T400 seem to have trouble holding a WiFi connection, but AT&#38;T and [...]]]></description>
			<content:encoded><![CDATA[<p>I&rsquo;ve been upgraded to Sprint&rsquo;s 4G WiMax. I&rsquo;ve tried it for all of 10 minutes. The connection (coming out of downtown on the Metra) was a little spotty. I keep getting disconnected. It&rsquo;s unlikely but possibly the fault of my laptop (the Lenovo T400 seem to have trouble holding a WiFi connection, but AT&amp;T and Sprint 3G mobile broadband seem fine). Anyway, here&rsquo;s the speed test results:</p>
<p><img src="http://www.dslreports.com/im/81719582/53932.png" /> </p>
<p>1.047 Mbps download isn&rsquo;t bad. However, I&rsquo;m extremely happy about the 657 kbps upload. That&rsquo;s going to be some good VNC.</p>
<p>A little further out (near the Grand/Chicago stop on the Metra Milwaukee District West line), I got the following:</p>
<p><img src="http://www.dslreports.com/im/81719906/64933.png" /> </p>
<p>2.3 Mbps down and 731 kbps up. Nice! Hopefully, the connection holds stable.</p>
]]></content:encoded>
			<wfw:commentRss>http://poojanblog.com/blog/2009/11/sprints-chicago-4g-initial-speed-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Open Letter to Barnes and Noble</title>
		<link>http://poojanblog.com/blog/2009/08/an-open-letter-to-barnes-and-noble/</link>
		<comments>http://poojanblog.com/blog/2009/08/an-open-letter-to-barnes-and-noble/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 04:50:33 +0000</pubDate>
		<dc:creator>PoojanWagh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[scam]]></category>

		<guid isPermaLink="false">http://poojanblog.com/blog/?p=613</guid>
		<description><![CDATA[I got mad after just completing a purchase with Barnes &#38; Noble. Seriously? They expect to compete with Amazon in the online game? Amazon at least takes security seriously. That&#8217;s the very basics of competing online: customers must trust you with their credit cards. Anyway, here&#8217;s the rant I sent them: I&#8217;d like to express [...]]]></description>
			<content:encoded><![CDATA[<p>I got mad after just completing a purchase with Barnes &amp; Noble. Seriously? They expect to compete with Amazon in the online game? Amazon at least takes security seriously. That&#8217;s the <em>very</em> basics of competing online: customers must trust you with their credit cards. Anyway, here&#8217;s the rant I sent them:</p>
<blockquote><p>I&#8217;d like to express my gross dissatisfaction with your association with WebLoyalty, Inc.</p>
<p>I noticed it recently when completing a purchase. You certainly know that most of your customers don&#8217;t gain any value in the services offered by WebLoyalty. In effect, it&#8217;s a scam that they will try to get out of in the near future. Most of your customers will be surprised that they unwittingly gave their credit card information to WebLoyalty through your web site.</p>
<p>If you want to beat Amazon and your other online competitors, customers need to trust your web site. They cannot do so when you present links to sites such as WebLoyalty that are notoriously nefarious [1][2].</p>
<p>[1] http://www.grc.com/sn/sn-207.htm<br />
[2] http://www.consumerwebwatch.org/dynamic/ecommerce-investigation-webloyalty.cfm</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://poojanblog.com/blog/2009/08/an-open-letter-to-barnes-and-noble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HarvardBusiness Study: 10% of twitter produces 90% of tweets</title>
		<link>http://poojanblog.com/blog/2009/06/harvardbusiness-study-10-of-twitter-produces-90-of-tweets/</link>
		<comments>http://poojanblog.com/blog/2009/06/harvardbusiness-study-10-of-twitter-produces-90-of-tweets/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 21:10:19 +0000</pubDate>
		<dc:creator>PoojanWagh</dc:creator>
				<category><![CDATA[Behavior]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[harvard business]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://poojanblog.com/blog/?p=577</guid>
		<description><![CDATA[I just read New Twitter Research: Men Follow Men and Nobody Tweets &#8211; Conversation Starter &#8211; HarvardBusiness.org. A few things strike me about the results: It meets the 80/20 90/10 rule. Twitter is basically a broadcast service&#8211;not a one-on-one messaging tool. #2 strikes me because I&#8217;ve always seen myself as an outsider. I&#8217;ve always felt [...]]]></description>
			<content:encoded><![CDATA[<p>I just read <a href="http://blogs.harvardbusiness.org/cs/2009/06/new_twitter_research_men_follo.html">New Twitter Research: Men Follow Men and Nobody Tweets &#8211; Conversation Starter &#8211; HarvardBusiness.org</a>.</p>
<p>A few things strike me about the results:</p>
<ol>
<li>It meets the <del>80/20</del> 90/10 rule.</li>
<li>Twitter is basically a broadcast service&#8211;not a one-on-one messaging tool.</li>
</ol>
<p>#2 strikes me because I&#8217;ve always seen myself as an outsider. I&#8217;ve always felt that there <em>must</em> be a large contingent of twitter users that use twitter to tell their friends where they&#8217;re meeting for drinks tonight.</p>
<p>I&#8217;ve told friends that the only thing they&#8217;ll get from me on twitter is spam. (That&#8217;s a bit facetious: I&#8217;d like to think that my blog posts have intellectual value that <del>informing people that they can proffer money in exchange for retail products</del> advertisements do not.) If I were a corporation, they&#8217;d be filled with tons of marketing.</p>
<p>I suspected that <em>I&#8217;m</em> not getting this utility out of twitter because my friends aren&#8217;t on there, sharing in dialog.</p>
<p>What I realize now is that there&#8217;s a sort of myth behind twitter: it&#8217;s generally being used as a broadcast medium. In that respect, it seems less useful for my socializing: I don&#8217;t really care what most of my friends are doing each night in Chicago. I&#8217;m not in Chicago most nights. If I have a night available to meet up with friends, I&#8217;ve already pre-arranged it.</p>
<p>Incidently, I learned about this post from http://twitter.com/HarvardBiz/status/1995340326</p>
]]></content:encoded>
			<wfw:commentRss>http://poojanblog.com/blog/2009/06/harvardbusiness-study-10-of-twitter-produces-90-of-tweets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DreamHost vs BlueHost</title>
		<link>http://poojanblog.com/blog/2009/05/dreamhost-vs-bluehost/</link>
		<comments>http://poojanblog.com/blog/2009/05/dreamhost-vs-bluehost/#comments</comments>
		<pubDate>Sun, 31 May 2009 03:57:43 +0000</pubDate>
		<dc:creator>PoojanWagh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[BlueHost]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[JungleDisk]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://poojanblog.com/blog/2009/05/dreamhost-vs-bluehost/</guid>
		<description><![CDATA[I&#8217;ve been thinking about switching from DreamHost to BlueHost. My main reason is price: I&#8217;m paying around $10/$9/$8 per month (1/2/3 year term respectively). However, I&#8217;ve come across a coupon that causes BlueHost to charge me $5/$4/$4 per month (1/2/3 year term respectively). My DreamHost term expires in June, so I&#8217;ll need to either pay [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking about switching from DreamHost to BlueHost. My main reason is price: I&#8217;m paying around $10/$9/$8 per month (1/2/3 year term respectively). However, I&rsquo;ve come across a coupon that causes BlueHost to charge me $5/$4/$4 per month (1/2/3 year term respectively). My DreamHost term expires in June, so I&rsquo;ll need to either pay month-to-month or sign up for another year. </p>
<p>My difficulty with BlueHost is that you need to pay up-front: there&rsquo;s no free trial term. I want to lock in this cheap hosting for as long as I can (3 years preferably), and BlueHost will reimburse you if you quit early. But I want to make sure I don&rsquo;t regret the time I spend switching hosts&mdash;and I definitely don&rsquo;t want to have to undo all my changes sometime in the future. If anyone has any experience with both DreamHost and BlueHost, let me know (in the comments for this post).</p>
<p>Here&rsquo;s a comparison with the services I&rsquo;d be interested in:</p>
<table cellspacing="0" cellpadding="4" rules="all" width="800" border="0" frame="border">
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" /></colgroup>
<tbody>
<tr>
<td valign="top" align="left" width="269"><strong>Service</strong> </td>
<td valign="top" align="left" width="262"><strong>DreamHost</strong> </td>
<td valign="top" align="left" width="267"><strong>BlueHost</strong> </td>
</tr>
<tr>
<td valign="top" align="left" width="269">IMAP Email </td>
<td valign="top" align="left" width="262">YES </td>
<td valign="top" align="left" width="267">YES </td>
</tr>
<tr>
<td valign="top" align="left" width="269">WordPress </td>
<td valign="top" align="left" width="262">YES </td>
<td valign="top" align="left" width="267">YES </td>
</tr>
<tr>
<td valign="top" align="left" width="269">SSH </td>
<td valign="top" align="left" width="262">YES </td>
<td valign="top" align="left" width="267">YES (but 1 account) </td>
</tr>
<tr>
<td valign="top" align="left" width="269">ZenPhoto </td>
<td valign="top" align="left" width="262">YES </td>
<td valign="top" align="left" width="267">YES </td>
</tr>
<tr>
<td valign="top" align="left" width="269">Backup Space</td>
<td valign="top" align="left" width="262"><strong>YES</strong></td>
<td valign="top" align="left" width="267">NO</td>
</tr>
<tr>
<td valign="top" align="left" width="269">SSH tunneling </td>
<td valign="top" align="left" width="262">YES </td>
<td valign="top" align="left" width="267">? </td>
</tr>
<tr>
<td valign="top" align="left" width="269">Mail Filtering </td>
<td valign="top" align="left" width="262">SORT OF </td>
<td valign="top" align="left" width="267">SORT OF ? </td>
</tr>
<tr>
<td valign="top" align="left" width="269">HTTP-SVN (SyncPlaces) </td>
<td valign="top" align="left" width="262"><strong>YES</strong> </td>
<td valign="top" align="left" width="267">NO </td>
</tr>
<tr>
<td valign="top" align="left" width="269">Shared SSL </td>
<td valign="top" align="left" width="262">NO </td>
<td valign="top" align="left" width="267"><strong>YES</strong> </td>
</tr>
<tr>
<td valign="top" align="left" width="269">SSL </td>
<td valign="top" align="left" width="262">YES $4/month </td>
<td valign="top" align="left" width="267"><strong>YES $2.50/month</strong> </td>
</tr>
<tr>
<td valign="top" align="left" width="269">IkiWiki </td>
<td valign="top" align="left" width="262">NO</td>
<td valign="top" align="left" width="267">NO ? </td>
</tr>
</tbody>
</table>
<p>The &ldquo;SORT OF&rdquo; entry under Mail Filtering isn&rsquo;t merely a pun: I just mean that both hosts provide mail filtering, but they don&rsquo;t (for example) do custom sieve scripts.</p>
<p>Between DreamHost and BlueHost, the main difference is in off-site backups. BlueHost does not provide them, so I&rsquo;d have to continue paying Amazon. (I use Jungle Disk&rsquo;s interface to Amazon S3.) This isn&rsquo;t so bad: Jungle Disk&rsquo;s solution is set-and-forget, with very little intervention required. If I decided to use the FTP space that DreamHost provides, I&rsquo;d probably go with manent. I haven&rsquo;t tried it in a while, but it looks really good, and they&rsquo;ve just added a Windows installer.</p>
<p>For SSL, BlueHost is better since they offer a shared SSL site and they offer unique IP&rsquo;s (required for SSL) for cheaper than DreamHost. I don&rsquo;t know if BlueHost provides SSH tunnelling. However, if I can use SSL, I don&rsquo;t need it (I use SSH tunnelling to secure my HTTP traffic.)</p>
<p>I&rsquo;ll probably stick with DreamHost for now. But, I&rsquo;ll continue to obsess over BlueHost. If anyone has any information to tip me in either direction, I&rsquo;d be relieved to hear it.</p>
]]></content:encoded>
			<wfw:commentRss>http://poojanblog.com/blog/2009/05/dreamhost-vs-bluehost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The non-utility of twitter &#124; Mark Horstman: &#8220;Twitter, I Don&#8217;t Like It&#8221;</title>
		<link>http://poojanblog.com/blog/2008/10/the-non-utility-of-twitter-mark-horstman-twitter-i-don%e2%80%99t-like-it/</link>
		<comments>http://poojanblog.com/blog/2008/10/the-non-utility-of-twitter-mark-horstman-twitter-i-don%e2%80%99t-like-it/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 21:23:54 +0000</pubDate>
		<dc:creator>PoojanWagh</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[attention]]></category>
		<category><![CDATA[distraction]]></category>
		<category><![CDATA[manager tools]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://poojanblog.com/blog/?p=414</guid>
		<description><![CDATA[For me, the problem isn&#8217;t so much attention, it&#8217;s SNR (signal-to-noise ratio). There&#8217;s just too much noise in Twitter to make out any signal. And that&#8217;s why it&#8217;s not worth following while you work. Mark Horstman says &#8220;Twitter, I don&#8217;t like it&#8221; I&#8217;ve got to say that Mark Horstman at Manager Tools makes a point [...]]]></description>
			<content:encoded><![CDATA[<p>For me, the problem isn&#8217;t so much attention, it&#8217;s SNR (signal-to-noise ratio). There&#8217;s just too much noise in Twitter to make out any signal. And <em>that&#8217;s</em> why it&#8217;s not worth following while you work.</p>
<p><span id="more-414"></span></p>
<h2><a href="http://www.manager-tools.com">Mark Horstman</a> says &#8220;Twitter, I don&#8217;t like it&#8221;</h2>
<p>I&#8217;ve got to say that <a href="http://www.manager-tools.com/2008/10/audio-blog-twitter-i-dont-like-it/">Mark Horstman at Manager Tools</a> makes a point that I&#8217;ve learned <span style="color: #999999;">surprisingly</span> quickly. I <strong>am</strong> a member of twitter, identi.ca, and army.twit.tv. I have to say, though, that I generally use it as email. I do send updates of what I&#8217;m doing and done as I feel the need. (These updates sometimes also go to FaceBook and LinkedIn.) However, I don&#8217;t watch twitter all day long. I start <a title="A twitter/identica/laconica desktop client" href="http://www.twhirl.org/">Twhirl</a> at the end of the day <span style="color: #999999;">or when I need a break at work</span> to see if anyone messaged anything cool during the day or if anyone responded to one of my messages.</p>
<p>I am also disappointed in its utility. The fact is that there are too many people sa<span style="color: #000000;">ying &#8220;</span><span style="color: #000000;">just walked my dog&#8221; or </span><span style="color: #000000;">&#8220;ate breakfast&#8221; or </span><span style="color: #000000;">&#8220;am going to sleep&#8221; to make it useful.</span> These pedestrian messages are noise. I don&#8217;t learn anything from knowing that you ate breakfast.</p>
<h2>Does it have to be this way?</h2>
<p>Of course it doesn&#8217;t have to be this way: if people would generally post only useful or informative stuff (signal), then Twitter would be much better. Even then, though, I don&#8217;t see the utility of having the information in real-time.</p>
<p>I should say at this point that very few people I know are on Twitter. I basically go there just to see what&#8217;s out there, not to interact with my friends. I think it probably is a great tool for interacting with friends&#8211;especially ones that are nearby&#8211;so the real-time notification is more useful.</p>
<p>I have to say that I have good hopes for <a href="http://www.yammer.com">Yammer</a>. I know I&#8217;ve posted things that are useful for those working at Motorola to Yammer&#8217;s Motorola group<span style="color: #99cc00;">; of course, I&#8217;m biased</span>. It seems that part of the problem is that Twitter is public: you start with a massive group of people and then try to find people that share your interests. What would be better is if you started your own group of people around some smaller conversation and then grew it to a larger size. I&#8217;m seriously thinking of doing this over at my <a title="My other web site with tips/tutorials on electronic circuit design" href="http://www.circuitdesign.info/blog">CircuitDesign</a> web site. To that extent, <a title="Laconi.ca: an alternative to twitter that spearheads an open micrblogging standard" href="http://laconi.ca">laconi.ca</a> and <a title="OpenMicroBlogger: an alternative to twitter that can talk to laconi.ca" href="http://www.openmicroblogger.org">OpenMicroBlogger</a> seem to be uniquely suited.</p>
<h2>The utility of Twitter</h2>
<p>The utility of twitter/laconi.ca/openmicroblogger that make them better than email or mailing lists is that you are able to subscribe to specific people. If I post to twitter, not everyone gets that update&#8211;only people that want it. Contrast that with a mailing list, where if someone posts, <em>everyone</em> gets the update. Given that, I think it still has a unique value. I just don&#8217;t think it&#8217;s worth tracking in real-time.</p>
<p>I also think that <a title="Twitter's search feature that lets you search messages" href="http://search.twitter.com">twitter search</a> is useful in finding <em>topic posts</em> that might interest you. Note that you can get an RSS feed for these searches that you can then read at your leisure.</p>
]]></content:encoded>
			<wfw:commentRss>http://poojanblog.com/blog/2008/10/the-non-utility-of-twitter-mark-horstman-twitter-i-don%e2%80%99t-like-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

