
<?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>Ankit Ahuja &#187; Webapps</title>
	<atom:link href="http://ankitahuja.com/blog/category/webapps/feed/" rel="self" type="application/rss+xml" />
	<link>http://ankitahuja.com</link>
	<description>Personal Website and Blog of Ankit Ahuja</description>
	<lastBuildDate>Sun, 04 Dec 2011 01:39:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ProxyCal, a webapp built out of personal needs</title>
		<link>http://ankitahuja.com/blog/development/proxycal/</link>
		<comments>http://ankitahuja.com/blog/development/proxycal/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 14:12:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[proxycal]]></category>
		<category><![CDATA[webapp]]></category>
		<guid isPermaLink="false">http://ankitahuja.com/?p=61</guid>
		<description><![CDATA[My college wanted us to do a project as part of a &#8220;Bridge Course&#8221; this semester. In a way, I liked the concept as it was at least trying to convince some people to do something besides curriculum. Personally, it&#8217;s always good when you are working towards some objective like completing a project you have [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Keeping track of attendance" href="http://ankitahuja.com/apps/proxycal"><img class="aligncenter" src="http://img.skitch.com/20090305-rr5sgy2jy7gbeie8hu7ssxfh9b.jpg" alt="proxycal" width="234" height="80" /></a></p>
<p>My college wanted us to do a project as part of a &#8220;<strong><em>Bridge Course</em></strong>&#8221; this semester. In a way, I liked the concept as it was at least trying to convince some people to do something besides curriculum. Personally, it&#8217;s always good when you are working towards some objective like completing a project you have to submit. An example is last summer, when I had to create a project for the summer and I ended up doing a lot of fun stuff.</p>
<p>So, I thought, why not build a solution for a problem I have been facing for quite some time now. Those of you who know me personally or follow me on twitter, know that I am particularly unhappy about my college&#8217;s attendance criteria. It&#8217;s always been a headache for me trying to keep track of when I went to college and when I didn&#8217;t. I tried using <a title="Google Calendar" href="http://calendar.google.com">Google Calendar</a> but I thought it was pretty cumbersome to use for this particular purpose.</p>
<p>So, I thought, why not create a simple, easy-to-use and nice-looking webapp for exactly this purpose. That&#8217;s when <a title="ProxyCal" href="http://ankitahuja.com/apps/proxycal" target="_blank">ProxyCal</a> was born. Even at the beginning, I had the idea in my mind of a calendar which used colors like green, red and yellow to denote the status for the day i.e. whether you went to college, took a leave or college was off. One more thing I wanted to do was to avoid anyone from creating a new account for using ProxyCal. So, I decided that I was going to store all the data regarding the attendance in a separate calendar &#8216;ProxyCal&#8217; in the user&#8217;s Google Calendars.</p>
<p><span id="more-61"></span>So, all you need to use ProxyCal is to have a Google Account. This simplified things to quite an extent form the development point of view as it avoided me from maintaining a separate database for tracking a user&#8217;s attendance. I wanted my app to be <em>ajaxy</em> so I used the <a title="Google Calendar JS API" href="http://code.google.com/apis/calendar/docs/1.0/developers_guide_js.html" target="_blank">Google Calendar JavaScript API</a> which meant I didn&#8217;t have to go through the tedious process of making XMLHTTPRequests to a proxy on my server which in turn used the Google Calendar Data API.</p>
<p>The entire app is almost completely developed using JavaScript. There is a bit of PHP to store some settings related data.</p>
<p>Some of the fun and useful features of ProxyCal are:</p>
<p>1. By default, it assumes you went to college on weekdays and college was off on weekends i.e Sat and Sun. This means, when you visit the app after some time, it automatically assigns the default statuses to the previous days in the month.</p>
<p>2. It uses the following color scheme:<br />
Green &#8211; You went to college<br />
Red &#8211; You took a leave<br />
Yellow &#8211; College was Off</p>
<p>3. It allows you to set the cutoff percentage i.e. what percentage of attendance you are supposed to meet on a monthly basis.</p>
<p>4.  It also gives you an estimate of the no. of days you can take a leave in the current month.</p>
<p>5. You can edit the status for any day by simply clicking on it. It display&#8217;s a popup where you can simply set the new status.</p>
<p>For those of you wondering where the name came from, it does have some logic behind it. This app, in essence, assumes that once you went to college you either attended all the lectures or atleast had someone call a proxy for you <img src='http://ankitahuja.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
You cannot set attendance for all lectures separately. That would have made the app a little too complicated which was exactly the opposite of what I was striving to achieve.</p>
<p><a title="ProxyCal" href="http://ankitahuja.com/apps/proxycal" target="_blank">ProxyCal</a> is currently in <a href="http://en.wikipedia.org/wiki/Beta_version#Beta" target="_blank">beta</a>. That means I am still working on it. Here are some features I would be adding soon:</p>
<p>1. Ability to store your weekly timetable so that <a title="ProxyCal" href="http://ankitahuja.com/apps/proxycal" target="_blank">ProxyCal</a> can give you an estimation of your attendance in each subject.<br />
2. A screencast demonstrating use of ProxyCal. Even though it is very simple to use.<br />
3. Ability to download a PDF of the attendance log for any selected time period.<br />
4. ProxyCal does not work on Internet Explorer.</p>
<p>I have developed ProxyCal in an agile manner. I wanted to get it done quickly for two reasons. One, I couldn&#8217;t wait to start using it <img src='http://ankitahuja.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Also, I have to look up things for the coming summer so I don&#8217;t want to be stuck up on what I already know how to do.</p>
<p>And so, <a title="ProxyCal" href="http://ankitahuja.com/apps/proxycal" target="_blank">ProxyCal</a> is yet another example of an app I have built as a result of my personal needs. Maybe in future, I may think about creating something ( similar to ProxyCal ) which will be useful for a wider audience, like highlighting deadline for events.</p>
<p>You can start using ProxyCal by going here : <a title="ProxyCal" href="http://ankitahuja.com/apps/proxycal" target="_blank">http://ankitahuja.com/apps/proxycal</a></p>
<p>And as the footer of this app so prominently says,</p>
<p><strong><em>&#8220;Thou shall not run short on attendance ever again!&#8221;</em></strong></p>
<p>Here is a screenshot:</p>
<p><a title="Calendar view " rel="squeezebox" href="http://img.skitch.com/20090305-c38u4w7qwgnpgau8r45ukig84f.jpg"><img src="http://img.skitch.com/20090305-c38u4w7qwgnpgau8r45ukig84f.jpg" alt="SS1" width="299.5" height="259" /></a></p>
<p>Be free to suggest me any features or report back any bugs or just comment. You can use the feedback tab on the left on the app page for this purpose.</p>
]]></content:encoded>
			<wfw:commentRss>http://ankitahuja.com/blog/development/proxycal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitkut Usage Stats</title>
		<link>http://ankitahuja.com/blog/projects/twitkut-usage-stats/</link>
		<comments>http://ankitahuja.com/blog/projects/twitkut-usage-stats/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 06:14:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[twitkut]]></category>
		<guid isPermaLink="false">http://ankitahuja.com/?p=48</guid>
		<description><![CDATA[Uptil now, the only way I had to keep track of Twitkut was the Google Gadget Directory, which still shows that it has &#60;100 users. At the time I developed the app, Google Analytics was broken. I have an Orkut filter setup on my Gmail, so that all the emails notifying me of scraps skip [...]]]></description>
			<content:encoded><![CDATA[<p>Uptil now, the only way I had to keep track of Twitkut was the Google Gadget Directory, which still shows that it has &lt;100 users. At the time I developed the app, Google Analytics was broken.</p>
<p>I have an Orkut filter setup on my Gmail, so that all the emails notifying me of scraps skip the Inbox. Today, however, I decided to check my Orkut emails. And guess what, the first mail I saw was from the Orkut guys giving me the weekly statistics of my Opensocial application!</p>
<p>Here it is:</p>
<blockquote><p>Here are the statistics for your OpenSocial app <a href="http://www.ankitahuja.com/apps/orkut/twitter.xml" target="_blank">twitter.xml</a> on orkut for the week of 2008/12/30: </p>
<p>App submitted to orkut on 2008/11/04<br />
Number of unique users who installed the app this week: <strong>77</strong><br />
Total number of unique users who currently have the app installed: <strong>532</strong><br />
Number of times profile pages of users who have installed this app were viewed: <strong>16395</strong><br />
Number of times this app was viewed in canvas view: <strong>446</strong></p></blockquote>
<p>Wow, and until now I thought that less than 100 users were using my application!</p>
<p>I think the Orkut team only recently started mailing developers weekly stats. I think it&#8217;s a great idea and hopefully they will continue to do so.</p>
]]></content:encoded>
			<wfw:commentRss>http://ankitahuja.com/blog/projects/twitkut-usage-stats/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My Twitter Wordle</title>
		<link>http://ankitahuja.com/blog/general/my-twitter-wordle/</link>
		<comments>http://ankitahuja.com/blog/general/my-twitter-wordle/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 17:59:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[twitter]]></category>
		<guid isPermaLink="false">http://ankitahuja.com/?p=46</guid>
		<description><![CDATA[I already tweeted about this but I thought this was exciting enough to deserve a mention on my blog. Also, now that I have a decent no. of followers on Twitter, I am hopeful that more people would be reading this blogpost. So, hello tweeps! Only recently, I came across TheStatBot. I really liked the idea [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><span style="color: #0000ee; text-decoration: underline;"><img class="alignnone size-full wp-image-47 aligncenter" title="twitter-wordle" src="http://ankitahuja.com/wp-content/uploads/2009/01/twitter-wordle.jpg" alt="" /></span></p>
<p><span id="more-46"></span>I already tweeted about this but I thought this was exciting enough to deserve a mention on my blog. Also, now that I have a decent no. of followers on Twitter, I am hopeful that more people would be reading this blogpost. So, hello tweeps!</p>
<p>Only recently, I came across <a href="http://www.thestatbot.com" target="_blank">TheStatBot</a>. I really liked the idea of twitter wordles, like mine above. It gives you a quick refresh on what the person talks about on twitter. If you look for more than a minute on my Twitter wordle above, you can sum up that I usually talk about cool apps, twitter(ofcourse), India, API&#8217;s, design, college etc. If you look deeper into the cloud, you will know that I have talked about twitkut, Internet, Mac, last.fm, coffee, firefox, etc.</p>
<p>It wasn&#8217;t exactly a very smooth process to come up with it, though. At first, I tried using my twitter RSS feed on <a title="Wordle" href="http://www.wordle.net" target="_blank">wordle.ne</a>t . That didn&#8217;t work, as it then only considered my recent 20 or so tweets. What I wanted was that it should span across all my tweets. Then, I came across a python script created by <a href="http://blog.yuvisense.net/" target="_blank">Yuvi Panda</a> that simply takes all your tweets ( max. 3200 are allowed by the twitter API ) and puts them into a txt file. You can simply then copy all the text and use it on wordle.net.</p>
<p>I am pretty certain there is room for a webapp for this. If only wordle had an API. I believe <a href="http://www.thestatbot.com" target="_blank">TheStatBot</a> is working on extending wordles to services like FriendFeed, etc.</p>
<p><strong>Update:</strong></p>
<p>You can checkout the script using svn:</p>
<p><code>svn checkout http://goodfather.googlecode.com/svn/trunk/GoodFather/MonaN</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ankitahuja.com/blog/general/my-twitter-wordle/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Twitter + Orkut = Twitkut</title>
		<link>http://ankitahuja.com/blog/development/twitkut/</link>
		<comments>http://ankitahuja.com/blog/development/twitkut/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 20:33:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[twitkut]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[webapp]]></category>
		<guid isPermaLink="false">http://ankitahuja.com/?p=43</guid>
		<description><![CDATA[I use Twitter a lot. Unfortunately, almost all of my real life friends are only on Orkut. Most of them haven&#8217;t even heard of Twitter. That&#8217;s how I came up with the idea of creating something like Twitkut. I update frequently on Twitter. So, I thought how cool will it be if somehow all my [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Twitkut" href="http://bit.ly/twitkut" target="_blank"><img class="aligncenter" src="http://ankitahuja.com/apps/orkut/artwork/twitkut.png" alt="Twitkut" /></a></p>
<p>I use <a title="Twitter" href="http://twitter.com" target="_blank">Twitter</a> a lot. Unfortunately, almost all of my real life friends are only on <a title="Orkut" href="http://www.orkut.com" target="_blank">Orkut</a>. Most of them haven&#8217;t even heard of Twitter. That&#8217;s how I came up with the idea of creating something like Twitkut.</p>
<p>I update frequently on Twitter. So, I thought how cool will it be if somehow all my Orkut friends can also read them from Orkut itself. That will mean they will not have to register on Twitter to follow me and get updates.</p>
<p><a title="Twitkut" href="http://bit.ly/twitkut" target="_blank">Twitkut</a> displays your recent tweets on your Orkut profile page. Besides, it also shows you which all of your friends are using Twitkut so that you can follow them. It also allows you to post updates to your twitter account from within Orkut using OAuth.<br />
<span id="more-43"></span></p>
<p><a title="Twitkut on Orkut profile" href="http://ankitahuja.com/wp-content/uploads/2008/11/twitkut_ss1.png"><img class="size-medium wp-image-45  alignnone" src="http://ankitahuja.com/wp-content/uploads/2008/11/twitkut_ss1-300x163.png" alt="" width="270" height="147" /></a><a title="Application page on Orkut" href="http://ankitahuja.com/wp-content/uploads/2008/11/twitkut_ss2.png"><img class="size-medium wp-image-44             alignright" src="http://ankitahuja.com/wp-content/uploads/2008/11/twitkut_ss2-300x224.png" alt="" width="270" height="202" /></a></p>
<p>It makes use of <a href="http://code.google.com/apis/opensocial/" target="_blank">Google&#8217;s OpenSocial JavaScript API</a> as well as <a href="http://apiwiki.twitter.com/Search+API+Documentation" target="_blank">Twitter&#8217;s Search API</a> to access the tweets.</p>
<p>OpenSocial is still pretty nescient, especially if you have seen the Facebook API. I was pretty dissappointed at times with the lack of features in the API. For eg., a chief functionality of my app would have been to update the status of the Orkut user with his/her latest tweet. But, the API didn&#8217;t allow it.</p>
<p>Also, to post an update to a user&#8217;s activity stream, the owner of the app must visit their profile page or the Twitkut application. This makes it impossible to automatically poll for new tweets and post them to a user&#8217;s activity stream. Maximum 2 updates are allowed to a user&#8217;s activity stream in a day.</p>
<p>Another feature OpenSocial currently lacks is that there is no way for the developer to keep track of who or how many users are using his application. I feel this should have been one of the first features that should have been implemented in the API, to allow developers to see analysis of their app usage from within Orkut.</p>
<p>There was one more thing that made me cringe. The Orkut sandbox allows using Opensocial 0.8 api whereas prod.sandbox.orkut.com as well as orkut.com only allow Opensocial 0.7 at this point of time. Nowhere did they mention this loud and clear. So, I ended up making the app using Opensocial 0.8. Then I got to know that I had to use Opensocial 0.7 if I wanted to submit my app to Orkut ( of course that&#8217;s the reason I am developing the app ) and so I had to make some redundant changes all over again.</p>
<p>On the brighter side, I was very happy with the response at the <a href="http://groups.google.com/group/opensocial-orkut" target="_blank">Orkut Developer Forum</a>. Jason and others helped me along the way and were kind enough to answer all my queries. Without their help, I would certainly have been unable to develop this app. It also cleared some of my concepts regarding caching, etc.</p>
<p>All in all, I am pretty happy with the final result. I have received nice feedback from people who have already started using Twitkut.</p>
<p>So, if you use Orkut and you are a Twitter crazy person and want to share your tweets with a wider world, you can add the application by going <a title="Twitkut" href="http://bit.ly/twitkut" target="_blank">here</a>.</p>
<p><strong><span style="font-weight: normal;">Follow updates on development: </span><a href="http://twitter.com/twitkut" target="_blank">@twitkut</a></strong></p>
<p><strong><span style="font-weight: normal;">Follow me: <a href="http://twitter.com/ahujaankit" target="_blank"><strong>@ahujaankit</strong></a></span></strong></p>
<p><strong>Update</strong>: Twitkut is now visible in Orkut profiles. The profile view will improve gradually. This is after Twitkut was temporarily not visible on Orkut profiles as the <a href="http://orkutdeveloper.blogspot.com/2009/05/posted-by-rahul-kulkarni-product.html" target="_blank">profile view had to re-built using OPML</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ankitahuja.com/blog/development/twitkut/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>PollBol, a Polling Web App</title>
		<link>http://ankitahuja.com/blog/development/pollbol/</link>
		<comments>http://ankitahuja.com/blog/development/pollbol/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 15:53:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[web app]]></category>
		<guid isPermaLink="false">http://ankitahuja.com/?p=17</guid>
		<description><![CDATA[Update: PollBol is currently down due to server deployment issues. Take a look at the screenshots instead. PollBol is an exciting web app that adds a twist to conventional polling by adding an additional social aspect to it. After making FriendComparé, which was a mashup making use of the Last.fm API, I wanted to make [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Create, share and vote on polls with friends" href="http://pollbol.icedlabs.com"><img class="size-full wp-image-18 aligncenter" src="http://ankitahuja.com/wp-content/uploads/2008/10/pollbol.png" alt="PollBol" /></a></p>
<p style="text-align: left;"><strong>Update</strong>: PollBol is currently down due to server deployment issues. Take a look at the <a href="#pollbol_screenshots">screenshots</a> instead.</p>
<p style="text-align: left;"><a title="Create, share and vote on polls with friends" href="http://pollbol.icedlabs.com">PollBol</a> is an exciting web app that adds a twist to conventional polling by adding an additional social aspect to it. After making <a title="FriendCompare" href="http://ankitahuja.com/apps/lastfm">FriendComparé</a>, which was a mashup making use of the <a title="Last.fm" href="http://last.fm">Last.fm</a> API, I wanted to make a more independent app that maintained its own data.</p>
<p>Even so, I fully support the idea of making use other apps&#8217; APIs. It makes it easier for the users to adopt since it builds on the functionality of the more popular app. And so, FriendComparé has had comparatively far more visitors as compared to PollBol due to the popularity of Last.fm.</p>
<p>With PollBol, I had to think of a development platform that would allow me to complete the project within my summer vacations. And what better for agile development than <a title="Ruby on Rails" href="http://www.rubyonrails.org/" target="_blank">Ruby On Rails</a>. It was exciting to use Rails as it divides the entire project into three parts: <a title="MVC" href="http://en.wikipedia.org/wiki/Model-view-controller" target="_blank">Models, Views and Controllers</a>. And this makes it easier to plan on the various modules of the project.</p>
<p><span id="more-17"></span>I started out with the basic models of <em>Questions, Answers and Users</em> and then added modules as I started getting more comfortable with Rails. It makes it very easy to create models through migrations. You don&#8217;t need to know much of Sql in order to be able to manage data in a database.</p>
<p>Rails also makes it dead simple to create views for your app, though eventually to make your app look better, you need to have decent CSS skills. Usually, for each Controller, there is a corresponding View. The controller acts as a glue between the model and the view. The Controller performs all the programming part whereas all the formatting information is contained in the View. Rails also provides Helpers, which help to make Views even more simple and less complicated.</p>
<p><a title="Google Charts API" href="http://code.google.com/apis/chart/" target="_blank">Google Charts API</a> came in handy to display the results of polls.</p>
<p>Though <a title="PollBol" href="http://pollbol.icedlabs.com" target="_blank">PollBol</a> hasn&#8217;t had as many users as <a title="FriendCompare" href="http://ankitahuja.com/apps/lastfm" target="_blank">FriendComparé</a>, only a handful of people who I really had to convince to help me test the app :p ( thanks <a title="Sameer" href="http://www.sameerahuja.com" target="_blank">Sameer</a>, Neha, etc.), it was a fascinatingly learning and fun experience developing it.</p>
<p>Some of the unique features in PollBol are:</p>
<p>1. You can add additional answers/choices to a poll if you don&#8217;t like the available ones</p>
<p>2. You can be friends with other users so you can follow their activity</p>
<p>3. RSS Feeds for public activity, latest polls, popular polls, etc.</p>
<p>4. Commenting on Polls</p>
<p>PollBol hasn&#8217;t been tried by too many people yet. Maybe its because I haven&#8217;t tweeted or blogged about it. Also, unless its an app as popular as <a title="Twitter" href="http://www.twitter.com" target="_blank">twitter</a> or <a title="Last.fm" href="http://last.fm" target="_blank">last.fm</a>, with the social webapps overload, people normally cringe at the thought of registering at a new website ( including me ). Maybe in future, I will allow non-registered users to participate in polling as well as integrating it with OpenID.</p>
<p>Meanwhile, here are a few screenshots for you to chew on:</p>
<div id="pollbol_screenshots">
<a href="http://ankitahuja.com/wp-content/uploads/2008/10/PollBol.jpg"><img class="alignleft size-thumbnail wp-image-565" title="PollBol" src="http://ankitahuja.com/wp-content/uploads/2008/10/PollBol-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://ankitahuja.com/wp-content/uploads/2008/10/PollBol-Home.jpg"><img class="alignleft size-thumbnail wp-image-563" title="PollBol | Home" src="http://ankitahuja.com/wp-content/uploads/2008/10/PollBol-Home-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://ankitahuja.com/wp-content/uploads/2008/10/PollBol-Polls.jpg"><img class="alignleft size-thumbnail wp-image-564" title="PollBol | Polls" src="http://ankitahuja.com/wp-content/uploads/2008/10/PollBol-Polls-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a href="http://ankitahuja.com/wp-content/uploads/2008/10/PollBol-Which-is-your-favorite-movie-among-the-following-Results.jpg"><img class="alignleft size-thumbnail wp-image-567" title="PollBol | Which is your favorite movie among the following | Results" src="http://ankitahuja.com/wp-content/uploads/2008/10/PollBol-Which-is-your-favorite-movie-among-the-following-Results-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://ankitahuja.com/wp-content/uploads/2008/10/PollBol-Which-is-your-favorite-movie-among-the-following-Results-2.jpg"><img class="alignleft size-thumbnail wp-image-566" title="PollBol | Which is your favorite movie among the following | Results-2" src="http://ankitahuja.com/wp-content/uploads/2008/10/PollBol-Which-is-your-favorite-movie-among-the-following-Results-2-150x150.jpg" alt="" width="150" height="150" /></a><a href="http://ankitahuja.com/wp-content/uploads/2008/10/PollBol-Create-a-New-Poll1.jpg"><img class="alignleft size-thumbnail wp-image-568" title="PollBol | Create a New Poll" src="http://ankitahuja.com/wp-content/uploads/2008/10/PollBol-Create-a-New-Poll1-150x150.jpg" alt="" width="150" height="150" /></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://ankitahuja.com/blog/development/pollbol/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FriendComparé, my first web app</title>
		<link>http://ankitahuja.com/blog/development/friendcompare/</link>
		<comments>http://ankitahuja.com/blog/development/friendcompare/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 07:28:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[webapp]]></category>
		<guid isPermaLink="false">http://ankitahuja.com/?p=13</guid>
		<description><![CDATA[Yes, it is called Friendcomparé. To describe it simply, it basically lets you compare your musical tastes with your last.fm friends and neighbors.  You just enter your last.fm username and it brings up a list of your friends and neighbors with whom you can compare. Once you choose to compare, it shows you the top [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="FriendComparé" href="http://ankitahuja.com/apps/lastfm"><img class="size-full wp-image-14 aligncenter" src="http://ankitahuja.com/wp-content/uploads/2008/07/fchead.jpg" alt="FriendComparé" /></a></p>
<p>Yes, it is called <a title="FriendCompare" href="http://ankitahuja.com/apps/lastfm" target="_blank">Friendcomparé</a>. To describe it simply, it basically lets you compare your musical tastes with your last.fm friends and neighbors.  You just enter your <a href="http://www.last.fm">last.fm</a> username and it brings up a list of your friends and neighbors with whom you can compare. Once you choose to compare, it shows you the top tracks, artists, albums, tags, friends as well as recently played tracks that are common between both the users.</p>
<p>Though it isn&#8217;t anything huge, I am happy with it. It took some effort, probably more in the design part than in the development part, to get it somewhat pleasing to the eyes and yes, functional. But it was a fun and learning experience. Along the way, <a title="Sameer" href="http://www.sameerahuja.com">Sameer</a> gave me some brilliant ideas and criticism, for which I am grateful to him. Also, a couple of people at my favorite IRC channal, #think-digit, who gave me criticism and a third-person point of view, and also appreciation <img src='http://ankitahuja.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As I went on coding and adding new little features, I learnt a lot on creating CSS layouts and programming with PHP. I learnt a lot more CSS tricks which are definitely going to help me out in my next webdesign project <img src='http://ankitahuja.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . And while coding with PHP, I eventually got hints about its object oriented nature and that how it could make expanding the application a very simple task. In future, I would probably like to make use of AJAX to make it a little more web 2.0 <img src='http://ankitahuja.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I have this idea of probably building a facebook or orkut application for it, will it be useful? You can let me know in the comments.</p>
<p>Here are a few screenshots:</p>
<p><a title="Login screen" rel="squeezebox" href="http://img.skitch.com/20090405-ptc4jigqewcy3rh9h1cu8m856e.jpg"><img class="alignnone" src="http://img.skitch.com/20090405-ptc4jigqewcy3rh9h1cu8m856e.jpg" alt="" width="265" height="166" /></a><a title="Choose friend/neighbor for comparison" rel="squeezebox" href="http://img.skitch.com/20090405-jfkp6itukqi49bypdc356wpy9u.jpg"><img class="alignnone" src="http://img.skitch.com/20090405-jfkp6itukqi49bypdc356wpy9u.jpg" alt="" width="290.5" height="166" /></a><a title="Comparison between two users" rel="squeezebox" href="http://img.skitch.com/20090405-bhqidubhwwbr7n6hn4d76k5gt1.jpg"><img class="alignnone" src="http://img.skitch.com/20090405-bhqidubhwwbr7n6hn4d76k5gt1.jpg" alt="" width="243.5" height="166" /></a></p>
<p>Build.last.fm: <a href="http://build.last.fm/item/433">http://build.last.fm/item/433</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ankitahuja.com/blog/development/friendcompare/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

