<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4259479084086531350</id><updated>2011-12-04T08:16:18.584+05:30</updated><category term='Mobile'/><category term='url'/><category term='Twitter'/><category term='Wordpress'/><category term='jQuery'/><category term='et cetera'/><category term='Deviations'/><category term='javascript'/><category term='Best Of The Week'/><category term='ASCII'/><category term='Gadgets'/><category term='Tips'/><category term='Windows'/><category term='Apple'/><category term='Donuts'/><category term='Tutorials'/><category term='Google'/><category term='Templates'/><category term='Photoshop'/><category term='PHP'/><category term='Firefox'/><category term='css'/><category term='Resources'/><category term='python'/><category term='Mozilla'/><category term='Linux'/><category term='userscripts'/><category term='Projects'/><category term='Cool Stuff'/><category term='Hacking'/><category term='Ubuntu'/><category term='Web Apps'/><category term='blogging'/><category term='Facebook'/><category term='Linked'/><category term='Softwares'/><category term='News'/><category term='Round-Ups'/><category term='Books'/><category term='Customisations'/><title type='text'>Technabled</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.technabled.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://www.technabled.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default?start-index=101&amp;max-results=100'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>310</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-2619422345124628534</id><published>2011-12-04T08:03:00.001+05:30</published><updated>2011-12-04T08:16:18.589+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Wordpress'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><title type='text'>QuickTip: How To Prevent Google Analytics From Tracking Your Visits in Wordpress</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin:0px 4px 4px 0px;'&gt;&lt;img src='http://2.bp.blogspot.com/_SBJEWv17HbY/TMalHHSFWqI/AAAAAAAAAEQ/iAlTpXVazPE/s1600/1288086792_Wordpress.png'/&gt;&lt;/div&gt;Google Analytics is the web's most favorite tracking application used by millions. They are also rolling out real-time analytics. But if you're the admin of a site and you're testing several features of a site, you probably won't want to a track your visits. Here's how you can do that in Wordpress.Google Analytics' tracking code is inserted inside the &amp;lt;head&amp;gt; tag. So, you can restrict this insertion using the following codes in your theme's header.php file:&lt;pre name='code' class='html'&gt;&lt;br /&gt;&amp;lt;?php&lt;br /&gt;if(!current_user_can('edit_users')):&lt;br /&gt;?&amp;gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;&lt;br /&gt;  var _gaq = _gaq || [];&lt;br /&gt;  _gaq.push(['_setAccount', 'UA-XXXXXX-X']);&lt;br /&gt;  _gaq.push(['_setDomainName', 'domain.tld']);&lt;br /&gt;  _gaq.push(['_trackPageview']);&lt;br /&gt;&lt;br /&gt;  (function() {&lt;br /&gt;    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;&lt;br /&gt;    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';&lt;br /&gt;    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);&lt;br /&gt;  })();&lt;br /&gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;?php endif; ?&amp;gt;&lt;br /&gt;&lt;/pre&gt;This is pretty simple: it checks whether the logged in user is admin. If not, it inserts the tracking codes. You can find more about &lt;a href="http://codex.wordpress.org/Roles_and_Capabilities"&gt;Roles and Permissions in Wordpress&lt;/a&gt;. &lt;strong&gt;Note:&lt;/strong&gt; Do change &lt;em&gt;UA-XXXXXX-X&lt;/em&gt; and &lt;em&gt;domain.tld&lt;/em&gt; with correct values.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-2619422345124628534?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/2619422345124628534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=2619422345124628534&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2619422345124628534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2619422345124628534'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/12/prevent-google-analytics-from-tracking.html' title='QuickTip: How To Prevent Google Analytics From Tracking Your Visits in Wordpress'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_SBJEWv17HbY/TMalHHSFWqI/AAAAAAAAAEQ/iAlTpXVazPE/s72-c/1288086792_Wordpress.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-6307897763495900912</id><published>2011-09-16T06:43:00.000+05:30</published><updated>2011-09-19T07:25:58.129+05:30</updated><title type='text'>Freebie: Social Port WordPress Plugin</title><content type='html'>&lt;div style="clear: both; float: left; margin: 0px 2px 4px 0px; text-align: center;"&gt;&lt;img src="http://adcdn.files.wordpress.com/2011/09/teaser.jpg" /&gt;&lt;/div&gt;SocialPort is a social-media Wordpress plugin that lets readers easy access to social-media bookmarking sites. It's just like bookmarking buttons — but what makes it stand out is that it adds a fixed &lt;em&gt;port&lt;/em&gt; containing all the links. No matter how lengthy your page is, SocialPort sticks to the page. To make it unobtrusive, I have added an option for the readers to hide the port. This happens to be my first ever WP plugin! So, it's probably simpler in the way it works.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://adcdn.files.wordpress.com/2011/09/promo.jpg" /&gt;&lt;/div&gt;&lt;div style="clear: both; text-align: center;"&gt;&lt;a class="download-link read demo" href="http://lab.abhisekdutta.in/wpworks/social-port/2011/09/14/features/"&gt;Demo&lt;/a&gt; &lt;a class="download-link" href="http://www.box.net/shared/1i7aoygh9rc96gzy29en"&gt;Download&lt;/a&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Installation&lt;/h4&gt;The ZIP file contains social-port directory. Extract the directory and upload the entire directory to your plugins directory in wordpress installation. (&lt;em&gt;The plugins directory is inside &lt;strong&gt;wp-content/&lt;/strong&gt; directory&lt;/em&gt;)Now, in your WordPress Dashboard, go to &lt;em&gt;Plugins&lt;/em&gt;. You'd find Social Port appearing among the list of plugins. Just activate it clicking the link.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;span id="goog_1418699786"&gt;&lt;/span&gt;&lt;img id=":current_picnik_image" src="http://adcdn.files.wordpress.com/2011/09/plugins-list.png" /&gt;&lt;span id="goog_1418699787"&gt;&lt;/span&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Admin Section&lt;/h4&gt;Once Social-port is installed, you can access the admin section inside your plugins menu in WordPress Dashboard.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://adcdn.files.wordpress.com/2011/09/admin_menu_item.png" /&gt;&lt;/div&gt;The admin section comes with a host of options to control how Social Port acts&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://adcdn.files.wordpress.com/2011/09/admin_menu_break.png" /&gt;&lt;/div&gt;&lt;strong&gt;&lt;em&gt;1.&lt;/em&gt;&lt;/strong&gt; SocialPort comes in three vibrant colors. You can choose from Orange, Black and Blue.&lt;br /&gt;&lt;strong&gt;&lt;em&gt;2.&lt;/em&gt;&lt;/strong&gt; You can decide on what text you'd like to show beside the buttons.&lt;br /&gt;&lt;strong&gt;&lt;em&gt;3.&lt;/em&gt;&lt;/strong&gt; You can link the RSS button to your Feedburner feed address. You can leave it blank if you want to link to the default feed address.&lt;br /&gt;&lt;strong&gt;&lt;em&gt;4.&lt;/em&gt;&lt;/strong&gt; The toggler can be positioned either at Bottom Right or at Bottom Left.&lt;br /&gt;&lt;strong&gt;&lt;em&gt;5.&lt;/em&gt;&lt;/strong&gt; You can let readers open a new tab/window if they click the links. Leave it unchecked to open links in the same window/tab.&lt;br /&gt;&lt;h4 class="c0"&gt;Removing Links&lt;/h4&gt;Social Port comes with links to 7 popular social-sharing sites. If you want to remove buttons of any of them, you can do so by changing the &lt;em&gt;socialport.tpl&lt;/em&gt; file. You can find it inside the &lt;em&gt;tpls&lt;/em&gt; directory.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://adcdn.files.wordpress.com/2011/09/tpl_location.png" /&gt;&lt;/div&gt;The buttons are stacked this way:&lt;br /&gt;&lt;pre class="html" name="code"&gt;&amp;lt;!--Twitter Button Start--&amp;gt;&lt;br /&gt;&amp;lt;div class='social-port-button twitter'&amp;gt;&lt;br /&gt;	&amp;lt;a href="http://twitter.com/home/?status=[+title+]+[+permalink+]" title='Share this on Twitter' [+target_window+]&amp;gt;Share on Twitter&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- Twitter Button End --&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- Stumbleupon Button Start --&amp;gt;&lt;br /&gt;&amp;lt;div class='social-port-button stumbleupon'&amp;gt;&lt;br /&gt;	&amp;lt;a href='http://stumbleupon.com/submit?url=[+permalink+]&amp;amp;title=[+title+]' title='Share this on StumbleUpon' [+target_window+]&amp;gt;Share on Stumbleupon&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- Stumbleupon Button End --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- Facebook Button Start --&amp;gt;&lt;br /&gt;&amp;lt;div class='social-port-button facebook'&amp;gt;&lt;br /&gt;	&amp;lt;a href='http://facebook.com/share.php?u=[+permalink+]' title='Share with your friends on Facebook' [+target_window+]&amp;gt;Share on Facebook&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- Facebook Button End --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- Digg Button Start --&amp;gt;&lt;br /&gt;&amp;lt;div class='social-port-button digg'&amp;gt;&lt;br /&gt;	&amp;lt;a href='http://digg.com/submit?phase=2&amp;amp;url=[+permalink+]&amp;amp;title=[+title+]' title='Share this on Digg' [+target_window+]&amp;gt;Share on Digg&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- Digg Button End --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- Delicious Button Start --&amp;gt;&lt;br /&gt;&amp;lt;div class='social-port-button delicious'&amp;gt;&lt;br /&gt;	&amp;lt;a href='http://del.icio.us/post?url=[+permalink+]&amp;amp;title=[+title+]' title='Save this on Delicious' [+target_window+]&amp;gt;Share on Delicious&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- Delicious Button End --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- Reddit Button Start --&amp;gt;&lt;br /&gt;&amp;lt;div class='social-port-button reddit'&amp;gt;&lt;br /&gt;	&amp;lt;a href='http://www.reddit.com/submit?url=[+permalink+]' title='Share this on Reddit' [+target_window+]&amp;gt;Share on Reddit&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- Reddit Button End --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- LinkedIn Button Start --&amp;gt;&lt;br /&gt;&amp;lt;div class='social-port-button linkedin'&amp;gt;&lt;br /&gt;	&amp;lt;a href='http://www.linkedin.com/shareArticle?mini=true&amp;amp;url=[+permalink+]&amp;amp;title=[+title+]' title='Share this on Linkedin' [+target_window+]&amp;gt;Share on LinkedIn&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- LinkedIn Button End --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- Feed Button Start --&amp;gt;&lt;br /&gt;&amp;lt;div class='social-port-button feed'&amp;gt;&lt;br /&gt;	&amp;lt;a href='[+feed_url+]' title='Grab the feed'&amp;gt;Grab the feed&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- Feed Button End --&amp;gt;&lt;br /&gt;&lt;/pre&gt;So, for instance, if you'd like to remove the StumbleUpon button, you can remove the following lines:&lt;br /&gt;&lt;pre class="html" name="code"&gt;&amp;lt;!-- Stumbleupon Button Start --&amp;gt;&lt;br /&gt;&amp;lt;div class='social-port-button stumbleupon'&amp;gt;&lt;br /&gt;	&amp;lt;a href='http://stumbleupon.com/submit?url=[+permalink+]&amp;amp;title=[+title+]' title='Share this on StumbleUpon' [+target_window+]&amp;gt;Share on Stumbleupon&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;!-- Stumbleupon Button End --&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;h4 class="c0"&gt;Sources, Credits and Support&lt;/h4&gt;The icons are from &lt;a href="http://code.google.com/p/smartwoork/downloads/detail?name=SocialMediaBookmarkIcon.zip&amp;amp;can=2&amp;amp;q="&gt;here&lt;/a&gt;. Please use the comment section for issues related to this plugin. While I cannot guarantee full support, I would try my best to help you. Cheers!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-6307897763495900912?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/6307897763495900912/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=6307897763495900912&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6307897763495900912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6307897763495900912'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/09/social-port-wordpress-plugin.html' title='Freebie: Social Port WordPress Plugin'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-5421172279912827353</id><published>2011-08-23T21:41:00.002+05:30</published><updated>2011-08-23T21:53:49.264+05:30</updated><title type='text'>HOW-TO: AJAX Search Suggestions in Input Fields</title><content type='html'>&lt;div style="clear: both; float: left; margin: 0px 3px 0px 0px; text-align: center;"&gt;&lt;img src="http://1.bp.blogspot.com/_xssgjcTr0ag/TT-aw3JrxBI/AAAAAAAAATM/1luIldNQIbE/s144/peoplesearchbysocialsecuritynumber.jpg" /&gt;&lt;/div&gt;Today we are going to create AJAX search suggestions inside input text fields. This is different from AJAX Auto-suggest or &lt;a href="http://www.technabled.com/2009/03/how-to-build-animated-ajax-search-with.html"&gt;AJAX Live Search&lt;/a&gt;. The idea is simple — we are going to show the user suggestive terms as (s)he types. When the user hits the enter key, the suggestion is sent as the query. This feature was there in Google's search-box before they launched Google Instant search. (I recently added this nice feature on &lt;a href="http://s.technabled.com/PulsePro/"&gt;PulsePro&lt;/a&gt;'s Admin Panel.) Let's build it together!&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img alt="Search Suggest Screenshot" src="http://adcdn.files.wordpress.com/2011/08/search-suggest.png" /&gt;&lt;/div&gt;&lt;div style="clear: both; text-align: center;"&gt;&lt;a class="download-link read demo" href="http://lab.abhisekdutta.in/search_suggest/"&gt;Demo&lt;/a&gt; &lt;a class="download-link" href="http://www.box.net/shared/e9d8clks3514hm4kabee"&gt;Download&lt;/a&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;What we need&lt;/h4&gt;All we need is PHP 5 and a simple database table to search. For the purpose of this tutorial, let us create table called &lt;em&gt;world&lt;/em&gt;. You can find the SQL for the table &lt;a href="http://dev.mysql.com/doc/index-other.html"&gt;here&lt;/a&gt; at MySQL's site or download the source files of the tutorial. (If you're super beginner with MySQL, &lt;a href="http://dev.mysql.com/doc/world-setup/en/world-setup.html"&gt;here's&lt;/a&gt; how you can set this up.) &lt;strong&gt;Note&lt;/strong&gt; that the database is pretty big so it may take some time to execute the SQL commands.&lt;br /&gt;There are three tables inside the world database. We only need the city table for this tutorial. The structure is like the following:&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://adcdn.files.wordpress.com/2011/08/city-table.png" /&gt;&lt;/div&gt;We are going to let the users search the city names. So, the &lt;em&gt;Name&lt;/em&gt; field is our hero!&lt;br /&gt;&lt;h4 class="c0"&gt;CSS Files and Structure&lt;/h4&gt;By the time we end this tutorial, the directory structure would be like this:	&lt;br /&gt;&lt;div style="clear: both; text-align: center;"&gt;&lt;img src="http://adcdn.files.wordpress.com/2011/08/directory-structure.png" /&gt;	&lt;/div&gt;In &lt;em&gt;index.php&lt;/em&gt; file, we add the following lines:&lt;br /&gt;&lt;pre class="html" name="code"&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&amp;gt;&lt;br /&gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;AJAX Search Suggest in Textfield&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;script type='text/javascript' src='http://code.jquery.com/jquery-1.6.2.min.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type='text/javascript' src='searchSuggest.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;link rel='stylesheet' href='style.css'&amp;gt;&amp;lt;/link&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;div id='wrapper'&amp;gt;&lt;br /&gt;&amp;lt;form action="http://google.com/" method='get'&amp;gt;&lt;br /&gt;	&amp;lt;div class="infoWrapper"&amp;gt;&lt;br /&gt;		&amp;lt;div class="infoTitle"&amp;gt;Search Cities&amp;lt;/div&amp;gt;&lt;br /&gt;		&amp;lt;div class="infoContent"&amp;gt;&lt;br /&gt;			&amp;lt;input type="text" id="redText" disabled="disabled" autocomplete="off" value="" class='text long'/&amp;gt;&lt;br /&gt;			&amp;lt;input type="text" autocomplete="off" id="search" value="" name="q" class='text long search'/&amp;gt;&lt;br /&gt;		&amp;lt;/div&amp;gt;&lt;br /&gt;	&amp;lt;/div&amp;gt;&lt;br /&gt;	&amp;lt;div class="infoWrapper"&amp;gt;&lt;br /&gt;		&amp;lt;div class="infoTitle"&amp;gt;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;		&amp;lt;div class="infoContent"&amp;gt;&lt;br /&gt;			&amp;lt;input type="submit" value='Google Search' id='search_button' /&amp;gt;&lt;br /&gt;		&amp;lt;/div&amp;gt;&lt;br /&gt;	&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&lt;/pre&gt;This is fairly simple file. The only thing that needs attention is the presence of a disabled &lt;em&gt;input&lt;/em&gt; element. We are going to place this disabled input field &lt;em&gt;behind&lt;/em&gt; the text input where the user actually types. Also note that we have turned off autocomplete. This is to prevent any unwanted text suggestions that the &lt;em&gt;browser&lt;/em&gt; may show.&lt;br /&gt;But how on earth could we possibly put the disabled text field behind active text input? Well, the following CSS (inside style.css) will do the magic.&lt;br /&gt;&lt;pre class="css" name="code"&gt;html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,&lt;br /&gt;pre, form, fieldset, table, th, td { margin: 0; padding: 0; }&lt;br /&gt;&lt;br /&gt;body {&lt;br /&gt;font-size: 14px;&lt;br /&gt;line-height:1.3em;&lt;br /&gt;text-align:center;&lt;br /&gt;font-family:Arial, sans-serif;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;a, a:visited {&lt;br /&gt;outline:none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.clear {&lt;br /&gt;clear:both;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#wrapper {&lt;br /&gt;width:960px;&lt;br /&gt;margin:0 auto;&lt;br /&gt;text-align:left;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/**&lt;br /&gt;Generic Form styles&lt;br /&gt;**/&lt;br /&gt;.infoWrapper {&lt;br /&gt;	clear:both;&lt;br /&gt;	margin-bottom:10px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.infoTitle {&lt;br /&gt;	color:#808080;&lt;br /&gt;	float:left;&lt;br /&gt;	width:230px;&lt;br /&gt;	text-align:right;&lt;br /&gt;	margin-right:5px;&lt;br /&gt;	line-height:29px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.infoContent {&lt;br /&gt;	padding-left:130px;&lt;br /&gt;	text-align: left;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.text{&lt;br /&gt;    border-color: #CCCCCC #C3C3C3 #DDDDDD;&lt;br /&gt;    border-style: solid;&lt;br /&gt;    border-width: 1px;&lt;br /&gt;    font-size: 14px;&lt;br /&gt;    margin-right: 4px;&lt;br /&gt;    padding: 5px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.text.long {&lt;br /&gt;	width:350px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/**&lt;br /&gt;Form Elements&lt;br /&gt;**/&lt;br /&gt;#redText, #search {&lt;br /&gt;	background: none repeat scroll 0 0 transparent;&lt;br /&gt;	padding-left: 5px;&lt;br /&gt;	padding-right:17px;&lt;br /&gt;	position: absolute;&lt;br /&gt;	z-index: 100;&lt;br /&gt;	text-transform: lowercase;&lt;br /&gt;	line-height:1.3em;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#redText {&lt;br /&gt;	z-index:99;&lt;br /&gt;	color:red;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#search_button {&lt;br /&gt;	margin-top:10px;&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;The first few lines (up to line 23) are to reset browser specific styles. (It's a good practice to use these styles in almost all HTML files.) Then, there are some generic form styles to prettify our form. What needs attention is here:&lt;br /&gt;&lt;pre class="css" name="code"&gt;#redText, #search {&lt;br /&gt;	background: transparent;&lt;br /&gt;	padding-left: 5px;&lt;br /&gt;	padding-right:17px;&lt;br /&gt;	position: absolute;&lt;br /&gt;	z-index: 100;&lt;br /&gt;	text-transform: lowercase;&lt;br /&gt;	line-height:1.3em;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#redText {&lt;br /&gt;	z-index:99;&lt;br /&gt;	color:red;&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;em&gt;redText&lt;/em&gt; is the id of the disabled input and &lt;em&gt;search&lt;/em&gt; is the id of active input field. We have positioned both absolutely. This makes one overlap on the other. Next, we set the &lt;em&gt;z-index&lt;/em&gt; of disabled input less than the active input. This brings the active input to the front. The other property to notice is that we are forcing the user to type in lowercase (&lt;em&gt;text-transform: lowercase&lt;/em&gt;). It's not a good practice but this makes things easier for us developers (at least for this tutorial).&lt;br /&gt;&lt;h4 class="c0"&gt;Server Side Data Handling&lt;/h4&gt;Now, we are going to work with &lt;em&gt;ajax.php&lt;/em&gt;.	&lt;br /&gt;&lt;pre class="php" name="code"&gt;&amp;lt;?php&lt;br /&gt;//connect to mysql and select db&lt;br /&gt;mysql_connect('YOUR_HOSTNAME', 'YOUR_USERNAME', 'YOUR_PASSWORD') or die("Cannot connect to database!");&lt;br /&gt;mysql_select_db('world') or die("Cannot select database!");&lt;br /&gt;&lt;br /&gt;$result = array();&lt;br /&gt;$search_text = urldecode(filter_var(trim($_POST['q']))); // $_POST['q'] is the search string which user types. It is sent via ajax&lt;br /&gt;$q = "SELECT * FROM City WHERE `Name` LIKE '{$search_text}%'";&lt;br /&gt;$r = mysql_query($q);&lt;br /&gt;if(mysql_num_rows($r)&amp;gt;0){&lt;br /&gt;	$row = mysql_fetch_assoc($r);&lt;br /&gt;	$result['suggestion'] = $row['Name'];&lt;br /&gt;}&lt;br /&gt;echo json_encode($result);&lt;br /&gt;?&amp;gt;&lt;br /&gt;	&lt;/pre&gt;Here we first connect to MySQL and select the &lt;em&gt;world&lt;/em&gt; database. (Make sure you change YOUR_HOSTNAME, YOUR_USERNAME and YOUR_PASSWORD with proper credentials.) Then we create an empty array &lt;strong&gt;&lt;em&gt;$result&lt;/em&gt;&lt;/strong&gt;. We also santize the search string with &lt;a href="http://php.net/manual/en/function.filter-var.php"&gt;filter_var&lt;/a&gt;. Next we query the &lt;em&gt;City&lt;/em&gt; table with:&lt;br /&gt;&lt;pre class="sql" name="code"&gt;SELECT * FROM City WHERE `Name` LIKE '{$search_text}%'&lt;br /&gt;&lt;/pre&gt;This SQL statement finds the rows whose &lt;em&gt;Name&lt;/em&gt; field starts with the search string. In case of several matches, we just need the first match. So we find the first match and set the &lt;em&gt;suggestion&lt;/em&gt; with:&lt;br /&gt;&lt;pre class="php" name="code"&gt;	$row = mysql_fetch_assoc($r);&lt;br /&gt;	$result['suggestion'] = $row['Name'];&lt;br /&gt;&lt;/pre&gt;Finally, we encode the array as a JSON output.&lt;br /&gt;&lt;h4 class="c0"&gt;JavaScript&lt;/h4&gt;Next we move to &lt;em&gt;searchSuggest.js&lt;/em&gt; and put the following code inside it:&lt;br /&gt;&lt;pre class="javascript" name="code"&gt;$(function(){&lt;br /&gt;	$("#search").keyup(function(e){&lt;br /&gt;		$this = $(this);&lt;br /&gt;		$searchBtn = $('#search_button');&lt;br /&gt;		search_text = $this.val();&lt;br /&gt;		$('#redText').val('');&lt;br /&gt;		if(search_text){&lt;br /&gt;			$("#redText").css({"background":"#FFF url('images/spinner.gif') right center no-repeat"});&lt;br /&gt;			$.ajax({&lt;br /&gt;				url: "ajax.php",&lt;br /&gt;				type: "post",&lt;br /&gt;				dataType: "json",&lt;br /&gt;				data: "q="+encodeURIComponent($this.val()),&lt;br /&gt;				error: function(){&lt;br /&gt;					// pass&lt;br /&gt;				},&lt;br /&gt;				success: function(obj){&lt;br /&gt;					$("#redText").css({"background-image":"none"});&lt;br /&gt;					if('suggestion' in obj) {&lt;br /&gt;						if(obj.suggestion!=null){&lt;br /&gt;							$('#redText').val(obj.suggestion);&lt;br /&gt;							if(e.keyCode === 39){ // right arrow key pressed&lt;br /&gt;								$('#redText').val('');&lt;br /&gt;								$this.val(obj.suggestion);&lt;br /&gt;							} else if(e.keyCode === 13) { // enter pressed&lt;br /&gt;								$("form").submit();&lt;br /&gt;							}&lt;br /&gt;						}&lt;br /&gt;					}&lt;br /&gt;				}&lt;br /&gt;			});&lt;br /&gt;		}&lt;br /&gt;	});&lt;br /&gt;	&lt;br /&gt;	$("form").submit(function(e){&lt;br /&gt;		e.preventDefault();&lt;br /&gt;		suggestion = $("#redText").val();&lt;br /&gt;		if(suggestion!=''){&lt;br /&gt;			q = suggestion;&lt;br /&gt;			$("#search").val(suggestion);&lt;br /&gt;		} else {&lt;br /&gt;			q = $("#search").val();&lt;br /&gt;		}&lt;br /&gt;		location.href = "http://google.com/#q="+q;&lt;br /&gt;	});&lt;br /&gt;});&lt;br /&gt;&lt;/pre&gt;Lot of code. Let's break this down into smaller parts. First, when the user types into the text-field, we clear out the disabled text-field (#redText) where we are going to place the suggestions. Then, as the user types and as we make an ajax request, we show an animated loading image at the right side of the input field, with the following line:&lt;br /&gt;&lt;pre class="javascript" name="code"&gt;$("#redText").css({"background":"#FFF url('images/spinner.gif') right center no-repeat"});&lt;br /&gt;&lt;/pre&gt;Then, we make ajax request to &lt;em&gt;ajax.php&lt;/em&gt;, which we already created in the last step. Note that we didn't do anything if we fail to make ajax call (the &lt;em&gt;error&lt;/em&gt; property of ajax call). This is because we don't want to interrupt the user while typing. When we receive ajax response, we first hide the animated background. Then, we check if there is at all any suggestion sent via ajax (i.e. if there is any City name matching the typed characters). The following codes are important here:&lt;br /&gt;&lt;pre class="javascript" name="code"&gt;if('suggestion' in obj) {&lt;br /&gt;	if(obj.suggestion!=null){&lt;br /&gt;		$('#redText').val(obj.suggestion);&lt;br /&gt;		if(e.keyCode === 39){ // right arrow key pressed&lt;br /&gt;			$('#redText').val('');&lt;br /&gt;			$this.val(obj.suggestion);&lt;br /&gt;		} else if(e.keyCode === 13) { // enter pressed&lt;br /&gt;			$("form").submit();&lt;br /&gt;		}&lt;br /&gt;	}&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;If &lt;em&gt;suggestion&lt;/em&gt; exists, we set the value of the disabled input text (&lt;strong&gt;&lt;em&gt;redText&lt;/em&gt;&lt;/strong&gt;) to the suggestion. Next, we go a bit further and do something more. If the user presses the right arrow key, we set the value of the active text field to the suggestion. Again, if the user presses Enter key, we submit the form.&lt;br /&gt;So, what happens if user submits the form?&lt;br /&gt;&lt;pre class="javascript" name="code"&gt;$("form").submit(function(e){&lt;br /&gt;		e.preventDefault();&lt;br /&gt;		suggestion = $("#redText").val();&lt;br /&gt;		if(suggestion!=''){&lt;br /&gt;			q = suggestion;&lt;br /&gt;			$("#search").val(suggestion);&lt;br /&gt;		} else {&lt;br /&gt;			q = $("#search").val();&lt;br /&gt;		}&lt;br /&gt;		location.href = "http://google.com/#q="+q;&lt;br /&gt;	});&lt;br /&gt;&lt;/pre&gt;We first check if there is any suggestion. If there is, we set the value of the active text field to the suggestion and set the search query (&lt;em&gt;q&lt;/em&gt;). If there is no suggestion, search query is the same as the text user typed in. Then, we take the user to the Google search page for the search query.&lt;br /&gt;Of course, if your site is &lt;strong&gt;&lt;em&gt;http://example.com&lt;/em&gt;&lt;/strong&gt; and your search results page is &lt;strong&gt;&lt;em&gt;http://example.com/search&lt;/em&gt;&lt;/strong&gt;, the last step would be something like:&lt;br /&gt;&lt;pre class="javascript" name="code"&gt;location.href = "http://example.com/search/?q="+q;&lt;br /&gt;&lt;/pre&gt;And that's all! Hope you enjoyed the tutorial. Don't forget to check out &lt;a href="http://www.technabled.com/search/label/Tutorials"&gt;other tutorials&lt;/a&gt; and &lt;a href="http://feeds.feedburner.com/Cyber-buffsBlog"&gt;subscribe to the feed&lt;/a&gt;!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-5421172279912827353?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/5421172279912827353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=5421172279912827353&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5421172279912827353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5421172279912827353'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/08/ajax-search-suggestions-in-input-fields.html' title='HOW-TO: AJAX Search Suggestions in Input Fields'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_xssgjcTr0ag/TT-aw3JrxBI/AAAAAAAAATM/1luIldNQIbE/s72-c/peoplesearchbysocialsecuritynumber.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-4622575774250288672</id><published>2011-08-17T15:39:00.004+05:30</published><updated>2011-08-17T15:41:07.332+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='Projects'/><category scheme='http://www.blogger.com/atom/ns#' term='Resources'/><category scheme='http://www.blogger.com/atom/ns#' term='jQuery'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>PulsePro Vote Component with Admin Panel</title><content type='html'>&lt;div style="clear: both; float: left; margin: 0px 4px 4px 0px; text-align: center;"&gt;&lt;img src="http://adcdn.files.wordpress.com/2011/08/teaser.jpg" /&gt;&lt;/div&gt;It's been almost a month since I released a premium version of PulseLite — the open source PHP AJAX Voting component. It has got plenty of features. The documentation lets you integrate this component with your existing web-site. If you are building a web-application (or has an existing one), PulsePro is the perfect choice to let your users interact with your application. What makes PulsePro stand out from other vote-components is its ability to let users cancel votes — just like &lt;b&gt;Reddit, YouTube, Facebook Like, Google +1, StackOverflow&lt;/b&gt; among many other popular web-applications.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://adcdn.files.wordpress.com/2011/08/promo.jpg" /&gt;&lt;/div&gt;Here are some of the features PulsePro comes with:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Easy to install.&lt;/li&gt;&lt;li&gt;Secure and XSS-proof.&lt;/li&gt;&lt;li&gt;Five different styles to match your web-application.&lt;/li&gt;&lt;li&gt;Prevents multiple voting.&lt;/li&gt;&lt;li&gt;Cross-browser compliant.&lt;/li&gt;&lt;li&gt;Comes with an &lt;strong&gt;Admin Panel&lt;/strong&gt; that lists top voted items and more.&lt;/li&gt;&lt;li&gt;Ban IP addresses.&lt;/li&gt;&lt;li&gt;Enable/Disable voting on certain items.&lt;/li&gt;&lt;/ul&gt;If you have a web-site or web-application, you may want to let your readers/users vote on items. Not only that, you may want to check how your posts/items are performing, which are the most popular ones, which are the least. The admin area that comes with this component is perfect for this purpose. If some items are performing bad, you know where to improve. In short, PulsePro lets you check the pulse of your application!&lt;br /&gt;&lt;div style="clear: both; text-align: center;"&gt;&lt;a class="download-link read demo" href="http://codecanyon.net/item/pulsepro-vote-component-with-unvote-choice/full_screen_preview/375541?ref=cyberbuff"&gt;Demo&lt;/a&gt;&lt;br /&gt;&lt;a href="http://s.technabled.com/PulsePro"&gt;&lt;img original="http://envato.s3.amazonaws.com/referrer_adverts/cc_180x100_v3.gif" src="http://envato.s3.amazonaws.com/referrer_adverts/cc_180x100_v3.gif" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-4622575774250288672?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/4622575774250288672/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=4622575774250288672&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4622575774250288672'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4622575774250288672'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/08/ajax-up-down-vote-with-admin-panel.html' title='PulsePro Vote Component with Admin Panel'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-91914637794612921</id><published>2011-07-01T07:31:00.000+05:30</published><updated>2011-07-01T07:31:11.249+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Templates'/><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='Projects'/><category scheme='http://www.blogger.com/atom/ns#' term='Customisations'/><category scheme='http://www.blogger.com/atom/ns#' term='Resources'/><category scheme='http://www.blogger.com/atom/ns#' term='jQuery'/><title type='text'>Freebie: Clean AJAX Contact Form</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin:0px 5px 3px 0px;'&gt;&lt;img src='http://4.bp.blogspot.com/-LYdyIv3pJ7o/TdbJ1qllHpI/AAAAAAAAAHY/8PTOKWlrXcM/s200/logo2-new.gif' alt='' /&gt;&lt;/div&gt;Building on top of the &lt;a href='http://www.technabled.com/2011/06/ajax-contact-form-with-recaptcha.html' title=''&gt;AJAX Contact Form&lt;/a&gt; and modifying one of &lt;a href='http://wufoo.com' title=''&gt;Wufoo&lt;/a&gt;'s elegant forms available at the &lt;a href='http://wufoo.com/gallery' title=''&gt;gallery&lt;/a&gt;, I made a more secure, easy-to-install AJAX Contact Form with more features. It's available for download and takes just a couple of minutes to configure and get it running. Perfect for your website &amp;mdash; whether personal or professional.&lt;br /&gt;&lt;div style='clear:both;text-align:center;' class='tutorial-image'&gt;&lt;img src='http://4.bp.blogspot.com/-eOPgsi2snRY/TgcwBiVoF0I/AAAAAAAAA8k/jJehY7xzBv8/s1600/promo.png'/&gt;&lt;/div&gt;&lt;div style='clear:both;text-align:center;' class=''&gt;&lt;a href='http://lab.abhisekdutta.in/contact' title='Try Demo' class='download-link read demo'&gt;Demo&lt;/a&gt; &lt;a href='http://www.box.net/shared/rbphbboo5rm928emps8o' class='download-link' title='Download the files'&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;h4 class='c0'&gt;Features&lt;/h4&gt;&lt;ul&gt;&lt;li&gt;AJAX Form Validation&lt;/li&gt;&lt;li&gt;XSS-proof&lt;/li&gt;&lt;li&gt;Super easy to install. Just edit a configuration file and upload.&lt;/li&gt;&lt;li&gt;Open Source. Fully customisable.&lt;/li&gt;&lt;li&gt;HTML5 Features&lt;/li&gt;&lt;li&gt;Cross-browser compatible&lt;/li&gt;&lt;li&gt;No database required. PHP 5.2+&lt;/li&gt;&lt;/ul&gt;&lt;h4 class='c0'&gt;Installation&lt;/h4&gt;Download the zip file and unpack. Edit the &lt;em&gt;config.php&lt;/em&gt; file. You'd need API keys from &lt;a href='http://google.com/recaptcha' title=''&gt;reCAPTCHA&lt;/a&gt;. Under &lt;em&gt;My Sites&lt;/em&gt;, create a new site and check the field that says &lt;em&gt;Enable this key on all domains (global key)&lt;/em&gt;. Note the &lt;em&gt;public&lt;/em&gt; and &lt;em&gt;private&lt;/em&gt; keys. Edit the &lt;em&gt;PRIV_KEY&lt;/em&gt; and &lt;em&gt;PUB_KEY&lt;/em&gt; values in &lt;em&gt;config.php&lt;/em&gt;. Also, edit the email-address and subject line. Upload the files to your server and it's ready! (Also, replace &lt;em&gt;images/cflogo.png&lt;/em&gt; with your logo.)&lt;br /&gt;&lt;h4 class='c0'&gt;Mail Format&lt;/h4&gt;When someone fills in the contact form and sends message using this form, you'd receive a mail with the following information:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Sender's Name&lt;/li&gt;&lt;li&gt;Sender's Email&lt;/li&gt;&lt;li&gt;The body of the message&lt;/li&gt;&lt;li&gt;IP Address of the sender&lt;/li&gt;&lt;li&gt;Time and Date when the message was sent&lt;/li&gt;&lt;/ul&gt;&lt;h4 class='c0'&gt;Troubleshooting&lt;/h4&gt;If you do not recieve mails, it's probably the server settings. Ask your server administrator.&lt;br /&gt;&lt;h4 class='c0'&gt;Customizations&lt;/h4&gt;If you need any customization, you can &lt;a href='mailto:abhisek.dutt@gmail.com' rel='nofollow'&gt;mail me&lt;/a&gt; for a quote.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-91914637794612921?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/91914637794612921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=91914637794612921&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/91914637794612921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/91914637794612921'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/07/freebie-clean-ajax-contact-form.html' title='Freebie: Clean AJAX Contact Form'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-LYdyIv3pJ7o/TdbJ1qllHpI/AAAAAAAAAHY/8PTOKWlrXcM/s72-c/logo2-new.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8386823277765124666</id><published>2011-06-28T10:46:00.006+05:30</published><updated>2011-07-01T19:05:56.655+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='Tutorials'/><category scheme='http://www.blogger.com/atom/ns#' term='jQuery'/><title type='text'>How to Create an AJAX Contact Form with reCAPTCHA</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin:0px 5px 3px 0px;'&gt;&lt;img src='http://4.bp.blogspot.com/-LYdyIv3pJ7o/TdbJ1qllHpI/AAAAAAAAAHY/8PTOKWlrXcM/s200/logo2-new.gif'/&gt;&lt;br /&gt;&lt;/div&gt;Today we are going to create a nifty contact form powered by AJAX and &lt;a href='http://www.google.com/recaptcha'&gt;reCAPTCHA&lt;/a&gt;. reCAPTCHA, now acquired by Google, was a project by Carnegie Mellon University that aims to stop bots from spamming websites. reCAPTCHA serves more than 200 million captchas everyday. It is almost impossible that you have not been challenged to type those distorted wavy words.&lt;br /&gt;&lt;div class='tip'&gt;&lt;strong&gt;Did you know?&lt;/strong&gt; reCAPTCHA words are case-insensitive. In most cases, while typing the words, we find it hard to capitalize certain characters. Well, we can just get away without capitalizing. The words entered by humans are used to digitize books. The words are from scanned old books. You can learn more &lt;a href='http://www.google.com/recaptcha/learnmore' title=''&gt;here&lt;/a&gt;.&lt;/div&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;a href='http://www.box.net/shared/jlnko8749bt1rhh2ql3n' title='Download Source Files' class='download-link'&gt;Download&lt;/a&gt; &lt;a href='http://lab.abhisekdutta.in/contact/tutorial/' title='Try the Demo' class='download-link read demo'&gt;Demo&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;strong&gt;Update:&lt;/strong&gt; A simple yet &lt;em&gt;powerful AJAX contact form&lt;/em&gt; that is easy to install, is available for download. You can read about it &lt;a href='http://www.technabled.com/2011/07/freebie-clean-ajax-contact-form.html'&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;h4 class='c0'&gt;Get The Keys&lt;/h4&gt;We would need API keys from reCAPTCHA to show captchas. You can sign in with your Google account at &lt;a href='http://google.com/recaptcha' title=''&gt;reCAPTCHA&lt;/a&gt; and get a pair of API keys after adding a domain. (It is not necessary to own a domain, just check the the field that says "Enable this key on all domains (global key)" and the keys will work on all domains.) The first key is a public key, served via javascript and the second one is a private key to handle server-side requests. Also, download the &lt;a href='http://code.google.com/p/recaptcha/downloads/list?q=label:phplib-Latest' title=''&gt;reCAPTCHA PHP library&lt;/a&gt;.&lt;br /&gt;&lt;h4 class='c0'&gt;Layout&lt;/h4&gt;Once we are ready with the keys and the library, let's begin building the form. The form we are going to create will be simple and easy to navigate. Here is how the layout is made:&lt;br /&gt;&lt;div class='tutorial-image' style='clear:both;text-align:center;'&gt;&lt;a href='http://3.bp.blogspot.com/-tw2t4RSEGEA/Tgcz13iaXcI/AAAAAAAAA8s/xTtftSxYWZ0/s1600/tutorial-layout.jpg' title='Click to zoom''&gt;&lt;img src='http://3.bp.blogspot.com/-tw2t4RSEGEA/Tgcz13iaXcI/AAAAAAAAA8s/xTtftSxYWZ0/s440/tutorial-layout.jpg'/&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;First, we create an index.php file and put the following lines of code inside it.&lt;br /&gt;&lt;pre name='code' class='html'&gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt; &lt;br /&gt;&amp;lt;head&amp;gt; &lt;br /&gt;&amp;lt;title&amp;gt;Contact Form With reCaptcha&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;style type='text/css'&amp;gt; &lt;br /&gt;body {&lt;br /&gt;font-size: 14px;&lt;br /&gt;line-height:1.3em;&lt;br /&gt;text-align:center;&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;#wrapper {&lt;br /&gt;width:600px;&lt;br /&gt;margin:0 auto;&lt;br /&gt;text-align:left;&lt;br /&gt;padding:6px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.message {&lt;br /&gt; text-align:left;&lt;br /&gt; width:100%;&lt;br /&gt; padding:15px 22px;&lt;br /&gt; display:none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.loader {&lt;br /&gt; background:url("images/ajax-loader.gif") no-repeat center left;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.success {&lt;br /&gt; background:url("images/success.png") no-repeat center left;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.error {&lt;br /&gt; background:url("images/error.png") no-repeat center left;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.infoWrapper {&lt;br /&gt; clear:both;&lt;br /&gt; margin-top:10px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.infoTitle {&lt;br /&gt; color:#808080;&lt;br /&gt; float:left;&lt;br /&gt; width:110px;&lt;br /&gt; text-align:right;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.infoContent {&lt;br /&gt; padding-left:130px;&lt;br /&gt; text-align: left;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;label {&lt;br /&gt; cursor:pointer;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.input-text {&lt;br /&gt; border:1px solid #808080;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.long {&lt;br /&gt; width:450px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.tall {&lt;br /&gt; height:150px;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type="text/javascript" src="functions.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;div id='wrapper'&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;h4&amp;gt;Contact Us&amp;lt;/h4&amp;gt;&lt;br /&gt;&amp;lt;div class='message'&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;form name='contact' id='contact'&amp;gt;&lt;br /&gt; &amp;lt;div class="infoWrapper"&amp;gt;&lt;br /&gt;  &amp;lt;div class="infoTitle"&amp;gt;&lt;br /&gt;   &amp;lt;label for='name'&amp;gt;Name&amp;lt;/label&amp;gt;&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;br /&gt;  &amp;lt;div class="infoContent"&amp;gt;&lt;br /&gt;   &amp;lt;input type="text" name='name' id='title' class='input-text long' /&amp;gt;&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div class="infoWrapper"&amp;gt;&lt;br /&gt;  &amp;lt;div class="infoTitle"&amp;gt;&lt;br /&gt;   &amp;lt;label for='email'&amp;gt;Email&amp;lt;/label&amp;gt;&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;br /&gt;  &amp;lt;div class="infoContent"&amp;gt;&lt;br /&gt;   &amp;lt;input type="text" name='email' id='title' class='input-text long' /&amp;gt;&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div class="infoWrapper"&amp;gt;&lt;br /&gt;  &amp;lt;div class="infoTitle"&amp;gt;&lt;br /&gt;   &amp;lt;label for="message"&amp;gt;Message&amp;lt;/label&amp;gt;&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;br /&gt;  &amp;lt;div class="infoContent"&amp;gt;&lt;br /&gt;   &amp;lt;textarea name='message' id='note' class='input-text long tall'&amp;gt;&amp;lt;/textarea&amp;gt;&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div class="infoWrapper"&amp;gt;&lt;br /&gt;  &amp;lt;div class="infoTitle"&amp;gt;&lt;br /&gt;   &amp;lt;label for=""&amp;gt;Are you human?&amp;lt;/label&amp;gt;&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;br /&gt;  &amp;lt;div class="infoContent"&amp;gt;&lt;br /&gt;   &amp;lt;!-- reCAPTCHA code goes here --&amp;gt;&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div class="infoWrapper"&amp;gt;&lt;br /&gt;  &amp;lt;div class="infoTitle"&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;  &amp;lt;div class="infoContent"&amp;gt;&lt;br /&gt;   &amp;lt;input type='submit' value='Send Message'/&amp;gt;&lt;br /&gt;  &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&lt;/pre&gt;Now, that's a lot of code that needs to be explained.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The first few CSS styles inside the &amp;lt;style&amp;gt; tag are pretty self-explanatory. The &lt;em&gt;message&lt;/em&gt; class is shown at the top of the form when it is submitted. The &lt;em&gt;error&lt;/em&gt;, &lt;em&gt;success&lt;/em&gt;, and &lt;em&gt;loader&lt;/em&gt; classes are to identify the kind of message shown. We will add the classnames via jQuery.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Each section inside the form is wrapped inside &lt;em&gt;infoWrapper&lt;/em&gt; class. The labels are the wrapped in &lt;em&gt;infoTitle&lt;/em&gt; class and each input field in &lt;em&gt;infoContent&lt;/em&gt; class. The other classes (&lt;em&gt;input-text, long&lt;/em&gt; and &lt;em&gt;tall&lt;/em&gt;) are to prettify the form-elements.&lt;/li&gt;&lt;li&gt;We have also added jQuery javascript library and a &lt;em&gt;functions.js&lt;/em&gt; file (we would later create).&lt;/li&gt;&lt;li&gt;We have added an empty div with &lt;em&gt;message&lt;/em&gt; class. The text will be filled in and determined via AJAX.&lt;/li&gt;&lt;li&gt;The form, as explained earlier, is simple and minimal in its approach.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Note&lt;/strong&gt; that we have commented the section where we are going to put the reCAPTCHA code.&lt;/li&gt;&lt;/ul&gt;&lt;h4 class='c0'&gt;Integrate reCAPTCHA&lt;/h4&gt;Now that we have the form, it's time to integrate reCAPTCHA. We add the following lines of code at the top of the index.php file:&lt;br /&gt;&lt;pre name='code' class='php'&gt;&amp;lt;?php&lt;br /&gt;include_once("recaptchalib.php");&lt;br /&gt;define("PUB_KEY", "YOUR PUBLIC KEY HERE");&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;/pre&gt;recaptchalib.php is the PHP library. Of course, you need to replace "YOUR PUBLIC KEY HERE" with your actual public key. Next, we add the following codes inside the form where the reCAPTCHA codes should be (the commented section, remember?)&lt;br /&gt;&lt;pre name='code' class='php'&gt;&amp;lt;?php echo recaptcha_get_html(PUB_KEY); ?&amp;gt;&lt;br /&gt;&lt;/pre&gt;Now, if you reload the page, reCAPTCHA words should be there. Next we are going to handle the form response via ajax.&lt;br /&gt;&lt;h4 class='c0'&gt;Server Side&lt;/h4&gt;We create an ajax.php file and inside it, we put the following lines of code:&lt;br /&gt;&lt;pre name='code' class='php'&gt;&amp;lt;?php&lt;br /&gt;require_once('recaptchalib.php');&lt;br /&gt;define("PRIV_KEY", "YOUR PRIVATE KEY HERE");&lt;br /&gt;&lt;br /&gt;$name = filter_var($_POST['name']);&lt;br /&gt;$message = filter_var($_POST['message']);&lt;br /&gt;$email = filter_var($_POST['email']);&lt;br /&gt;&lt;br /&gt;if(in_array('', array($name, $message, $email))) {&lt;br /&gt;//one (or more) of the required fields is empty&lt;br /&gt;$result = "field_error";&lt;br /&gt;} else {&lt;br /&gt; $resp = recaptcha_check_answer (PRIV_KEY, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]);&lt;br /&gt; if (!$resp-&amp;gt;is_valid) {&lt;br /&gt;     //Captcha was entered incorrectly&lt;br /&gt;  $result = "captcha_error";&lt;br /&gt;   } else {&lt;br /&gt;     //Captcha was entered correctly&lt;br /&gt;     $result = "success";&lt;br /&gt;     //You can enter your mail functions here. It's like:&lt;br /&gt;     // mail("yourmail@domain.com", "Email Subject", $message);&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;echo $result;&lt;br /&gt;?&amp;gt;&lt;br /&gt; &lt;/pre&gt;Let's break it down.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;We included the recaptchalib.php library and the private key.&lt;/li&gt;&lt;li&gt;We sanitize the form data with &lt;a href='http://php.net/manual/en/function.filter-var.php' title=''&gt;filter_var&lt;/a&gt;&lt;/li&gt;&lt;li&gt;We check if any of the form data is empty with &lt;a href='http://php.net/manual/en/function.in-array.php' title=''&gt;in_array&lt;/a&gt;. If any of them is indeed empty, we set the value of &lt;em&gt;$result&lt;/em&gt; variable to be &lt;em&gt;field_error&lt;/em&gt;&lt;/li&gt;&lt;li&gt;If none of the fields are empty, we check the answer for the reCAPTCHA words with &lt;em&gt;recaptcha_check_answer&lt;/em&gt;. This function is defined inside the recaptchalib.php library.&lt;/li&gt;&lt;li&gt;The return value of &lt;em&gt;recaptcha_check_answer&lt;/em&gt; is a PHP object. The object has a &lt;em&gt;$is_valid&lt;/em&gt; variable value which is true if the words are typed correctly. So, we check whether the response is valid or not. If it's not valid, we set &lt;em&gt;$result&lt;/em&gt; to &lt;em&gt;captcha_error&lt;/em&gt;, and if it's valid &lt;em&gt;$result&lt;/em&gt; is &lt;em&gt;success&lt;/em&gt;. (After this point, you can mail the message to your mail address or save it to a database, as per your requirement.)&lt;/li&gt;&lt;li&gt;And finally we output &lt;em&gt;$result&lt;/em&gt;&lt;br /&gt;&lt;/ul&gt;So, ajax.php outputs any of the three values &amp;mdash; (1) field_error (when one or more fields is/are empty), (2) captcha_error (when typed words don't match with the captcha) and (3) success (&lt;em&gt;voila&lt;/em&gt;).  &lt;h4 class='c0'&gt;jQuery Functions&lt;/h4&gt;We now create functions.js file. And inside it we put the following lines of code:  &lt;pre name='code' class='javascript'&gt;$(function(){&lt;br /&gt; $("#contact").submit(function(){&lt;br /&gt;  $(".message").removeClass("success").removeClass("error").addClass("loader").html("Sending message").fadeIn("slow");&lt;br /&gt;  $.ajax({&lt;br /&gt;   type: "POST",&lt;br /&gt;   url: "ajax.php",&lt;br /&gt;   data: $(this).serialize(),&lt;br /&gt;   dataType: 'text',&lt;br /&gt;   success: function(msg){&lt;br /&gt;    switch(msg) {&lt;br /&gt;     case "field_error": // one or more fields is/are empty&lt;br /&gt;      $(".message").removeClass("loader").addClass("error");&lt;br /&gt;      $(".message").html("Please fill in all the required fields.");&lt;br /&gt;      break;&lt;br /&gt;     case "captcha_error": // captcha wasn't typed correctly&lt;br /&gt;      $(".message").removeClass("loader").addClass("error");&lt;br /&gt;      $(".message").html("Please type the words correctly and try again!");&lt;br /&gt;      break;&lt;br /&gt;     case "success": // all good&lt;br /&gt;      $(".message").removeClass("loader").addClass("success");&lt;br /&gt;      $(".message").html("Your message has been sent. You'll soon hear from us!");&lt;br /&gt;      break;&lt;br /&gt;     default: // Hmm. The default case. You never know.&lt;br /&gt;      alert("Something is wrong. Please try again.");&lt;br /&gt;    }&lt;br /&gt;   }&lt;br /&gt;  });&lt;br /&gt;  Recaptcha.reload();&lt;br /&gt;  return false;&lt;br /&gt; });&lt;br /&gt;});&lt;br /&gt;&lt;/pre&gt;When the form is submitted, the above javascript removes &lt;em&gt;success&lt;/em&gt; and &lt;em&gt;error&lt;/em&gt; classes from the message section and adds the &lt;em&gt;loader&lt;/em&gt; class to show that the message is being sent. While this is being shown to the user, an AJAX call is made that sends the form data to our ajax.php file. The response from ajax.php is then filtered with a &lt;a href='http://www.w3schools.com/js/js_switch.asp' title=''&gt;switch&lt;/a&gt;. In each cases, the &lt;em&gt;loader&lt;/em&gt; class is removed from the message section and appropriate class is added alongwith message texts. And whatever the case is, we always reload the captcha with &lt;em&gt;Recaptcha.reload()&lt;/em&gt;. This function is provided in the javascript served via &lt;em&gt;recaptcha_get_html&lt;/em&gt; PHP function.&lt;div class='tip'&gt;If you're working with reCAPTCHA (whether on this contact form or some commenting system), you can use &lt;code&gt;Recaptcha.reload()&lt;/code&gt; to reload the captcha without reloading the form. Helpful for form validation.&lt;/div&gt; (&lt;strong&gt;Update:&lt;/strong&gt; A simple yet &lt;em&gt;powerful AJAX contact form&lt;/em&gt; that is easy to install, is available for download. You can read about it &lt;a href='http://www.technabled.com/2011/07/freebie-clean-ajax-contact-form.html'&gt;here&lt;/a&gt;.)&lt;br /&gt;And that's it! This is just the basics of how things work. So go ahead customize and let us know in the comments. :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8386823277765124666?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8386823277765124666/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8386823277765124666&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8386823277765124666'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8386823277765124666'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/06/ajax-contact-form-with-recaptcha.html' title='How to Create an AJAX Contact Form with reCAPTCHA'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-LYdyIv3pJ7o/TdbJ1qllHpI/AAAAAAAAAHY/8PTOKWlrXcM/s72-c/logo2-new.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-3788274727767691992</id><published>2011-05-05T12:34:00.000+05:30</published><updated>2011-05-05T12:34:52.487+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='Projects'/><category scheme='http://www.blogger.com/atom/ns#' term='jQuery'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>Highlight Rows of Table Using jQuery</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin:0px 4px 4px;'&gt;&lt;a href='http://codecanyon.net/?ref=cyberbuff'&gt;&lt;img src='http://envato.s3.amazonaws.com/referrer_adverts/cc_125x125_v4.gif'/&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;It’s been couple of months since I made a jQuery plug-in that lets you highlight rows of a tale. This feature is similar to GMail’s “Select Mails” option. The plugin has &lt;b&gt;two components&lt;/b&gt; — you can trigger the plugin to &lt;b&gt;select each row of a table&lt;/b&gt;, or you can fire the plugin on a single check-box to select all the rows of the table. You can try the &lt;a href="http://codecanyon.net/item/gmailstyle-highlight-table-rows-with-jquery/full_screen_preview/158052?ref=cyberbuff"&gt;demo here&lt;/a&gt;. It’s &lt;a href="http://codecanyon.net/item/gmailstyle-highlight-table-rows-with-jquery/158052?ref=cyberbuff"&gt;on sale&lt;/a&gt; on CodeCanyon for $3. All documentation and demo files are available for download.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://codecanyon.net/item/gmailstyle-highlight-table-rows-with-jquery/158052?ref=cyberbuff" imageanchor="1" style=""&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-MXPoYb-uaUU/TcJJ0jbibiI/AAAAAAAAA8Q/47_VhqITs_E/s640/jquery.checkRow.screenshot.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;a href='http://codecanyon.net/item/gmailstyle-highlight-table-rows-with-jquery/full_screen_preview/158052?ref=cyberbuff' class='download-link demo read'&gt;Demo&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-3788274727767691992?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/3788274727767691992/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=3788274727767691992&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3788274727767691992'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3788274727767691992'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/05/highlight-rows-of-table-using-jquery.html' title='Highlight Rows of Table Using jQuery'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-MXPoYb-uaUU/TcJJ0jbibiI/AAAAAAAAA8Q/47_VhqITs_E/s72-c/jquery.checkRow.screenshot.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-4595063084683257675</id><published>2011-05-03T11:21:00.000+05:30</published><updated>2011-05-03T11:21:26.750+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Apple'/><title type='text'>Install Multiple Applications in One Go with Ninite</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin:0px 4px 4px;'&gt;&lt;img src='http://4.bp.blogspot.com/_10omWdb3QFI/TRuHRDajSFI/AAAAAAAAAA0/kUg4x2G7Mtw/s1600/ninite-icon.jpg'/&gt;&lt;br /&gt;&lt;/div&gt;The worst part about installing a new operating system on a hard-drive is installing the required applications once the OS is installed and functional. Not only you have to download each of the application executables, you would have to click through the installation procedure. If you’re configuring a shared computer, the task is even bigger, since more applications need to be installed to cater to every-one's requirement.&lt;br /&gt;&lt;br /&gt;However, you can take a shortcut — by using Ninite. It’s a cross-platform application that installs several popular applications in one go. You don’t have to click through the installation wizard and un-check useless components of an application — Ninite does it for you.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-VmFhfZKfu7c/Tb-W_8tp9oI/AAAAAAAAA8I/s-zzkaoHVdc/s1600/ninite-installer-air-firefox-chrome-flash-java-python-utorrent-recuva-teracopy-etc.jpg" imageanchor="1" style=""&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-VmFhfZKfu7c/Tb-W_8tp9oI/AAAAAAAAA8I/s-zzkaoHVdc/s440/ninite-installer-air-firefox-chrome-flash-java-python-utorrent-recuva-teracopy-etc.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;You can visit the &lt;a href="http://ninite.com"&gt;Ninite&lt;/a&gt; website and choose which applications you want to install in your system. Once the choice is made, hit the “Get Installer” button and Ninite will send you a tiny installer (~250KiB). If you run the installer, all the applications you previously chose, will be installed one by one. All you can do is sit back and enjoy (or walk away).&lt;br /&gt;&lt;br /&gt;The available applications are some of the best free and open source applications, including Firefox, Chrome, Audacity, VLC, OpenOffice among many others.&lt;br /&gt;&lt;br /&gt;Ninite always installs the latest version of the application, no matter when you downloaded the original Ninite-installer. Among one of its many features, Ninite never installs Ad-ware on your machine.&lt;br /&gt;&lt;br /&gt;Even if the applications are already installed in your machine, you can simply run the Ninite-installer to update all the applications. So, you can use it as a mass-updater, too.&lt;br /&gt;&lt;br /&gt;It detects the PC’s language and fetches the installation files in the same language. So you don’t have to worry about choosing the right language for the applications.&lt;br /&gt;&lt;br /&gt;There is also a premium version of Ninite that lets you choose applications right inside the Ninite-installer. It also gives access to some nifty command-line features, otherwise unavailable on the free version.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-4595063084683257675?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/4595063084683257675/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=4595063084683257675&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4595063084683257675'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4595063084683257675'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/05/install-multiple-applications-in-one-go.html' title='Install Multiple Applications in One Go with Ninite'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_10omWdb3QFI/TRuHRDajSFI/AAAAAAAAAA0/kUg4x2G7Mtw/s72-c/ninite-icon.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8074942070298699346</id><published>2011-04-03T21:31:00.001+05:30</published><updated>2011-04-03T21:31:25.260+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>Manage Your Distractions and Get Things Done in your IM</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src='http://1.bp.blogspot.com/_SYWPj9HHkdQ/TCp_Yv4yoSI/AAAAAAAABLk/nBg12xPX4Cg/s144/tasks.GTD.jpg'/&gt;&lt;br /&gt;&lt;/div&gt;So, you have a lot to do everyday. You start your day by making a list of things you have to do on that day. All through the day, your mind comes across many ideas (or tasks) which need to be done. But you manage to forget them because of distractions and for other reasons. What if you can keep track of your ideas and get things done? While &lt;a href="http://technabled.com/search?q=evernote"&gt;Evernote&lt;/a&gt; is a great way to take notes and to-do’s lists, here is a simpler way.&lt;br /&gt;&lt;br /&gt;GTD Stack is an instant message bot that keeps track of your ideas and to-do’s. All you have to do is to add &lt;b&gt;gtdstack@appspot.com&lt;/b&gt; to your GTalk Friendlist and you’re done. It’s surprisingly simple and minimal. Just ask the bot “How to add a task?” and you get help right there. Here are some of the most used commands:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;p &amp;lt;project name&amp;gt;&lt;/b&gt; adds a new project (if project not created ) / switches to project &lt;project name&gt; (if project is already created)&lt;/li&gt;&lt;li&gt;&lt;b&gt;a &amp;lt;task&amp;gt;&lt;/b&gt; adds a task to the current project.&lt;/li&gt;&lt;li&gt;&lt;b&gt;l&lt;/b&gt; lists all the tasks from the current project&lt;/li&gt;&lt;li&gt;&lt;b&gt;L&lt;/b&gt; lists all the tasks across all projects.&lt;/li&gt;&lt;li&gt;&lt;b&gt;g &amp;lt;task#&amp;gt;&lt;/b&gt; switches to &lt;task#&gt; as the current task&lt;/li&gt;&lt;li&gt;&lt;b&gt;d&lt;/b&gt; marks the current task as done (and deletes the task)&lt;/li&gt;&lt;/ul&gt;Note that the commands are case-sensitive.&lt;br /&gt;&lt;br /&gt;The bot is created by the brilliantly talented &lt;a href="http://twitter.com/hiway"&gt;Harshad Sharma&lt;/a&gt;. It’s created on Google’s AppEngine platform. The &lt;a href="https://bitbucket.org/hiway/gtdstack/wiki/Home"&gt;source-code is available&lt;/a&gt; on BitBucket. In an email, he pointed out the following, regarding case-sensitivity of the commands:&lt;br /&gt;&lt;blockquote&gt;Case sensitivity is used for a very practical purpose, though I understand it may be a little painful for newbies, I'll urge them to adapt to it... This app has a very low learning curve for basic use, and it gradually gets steep as you want more and more form the app — I think its fair. A flat learning curve is achievable, but the interface becomes less usable once you've reached a power user status - the case with most GTD apps.&lt;/blockquote&gt;He’s also working on email-to-add tasks. For the moment if you enter the command &lt;b&gt;email&lt;/b&gt;, the bot sends an email to your chat ID with all the tasks. &lt;br /&gt;You can &lt;a href="http://twitter.com/gtdstack"&gt;follow @gtdstack&lt;/a&gt; on Twitter for updates.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8074942070298699346?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8074942070298699346/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8074942070298699346&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8074942070298699346'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8074942070298699346'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/04/get-things-done-in-your-im.html' title='Manage Your Distractions and Get Things Done in your IM'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_SYWPj9HHkdQ/TCp_Yv4yoSI/AAAAAAAABLk/nBg12xPX4Cg/s72-c/tasks.GTD.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-5102476277581989090</id><published>2011-02-17T07:02:00.015+05:30</published><updated>2011-08-17T15:48:57.224+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='Projects'/><category scheme='http://www.blogger.com/atom/ns#' term='jQuery'/><title type='text'>Create Up-Down Voting in Your Web-application with Pulse Lite</title><content type='html'>&lt;div style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-UOkKcSFFE_4/TWpXEdPT0wI/AAAAAAAAA7A/Uj6kwj8D6C8/s1600/thumb.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="100" src="http://1.bp.blogspot.com/-UOkKcSFFE_4/TWpXEdPT0wI/AAAAAAAAA7A/Uj6kwj8D6C8/s320/thumb.jpg" width="100" /&gt;&lt;/a&gt;&lt;/div&gt;It’s been more than two years since I posted &lt;a href="http://www.technabled.com/2009/02/reddit-style-voting-with-php-mysql-and.html"&gt;a simple tutorial&lt;/a&gt; on Thumbs Up Thumbs Down Voting with PHP, MySQL and jQuery. That post receives the second most page-views on this blog. People created voting scripts on it. More and more talks happened on its security. Some even mailed me. And admittedly, it was least secure. Refresh the page and vote again! But then again, it was just to show how things work and not meant for production at all.&lt;br /&gt;&lt;div style="clear: both; text-align: left;"&gt;&lt;a href="http://3.bp.blogspot.com/-W5IxQBQxQsM/TWpWwI4CFCI/AAAAAAAAA64/EAUrgvAz2cM/s1600/banner.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-W5IxQBQxQsM/TWpWwI4CFCI/AAAAAAAAA64/EAUrgvAz2cM/s600/banner.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;Over the past few weekends, I was working on a PHP Script that’s easy to integrate and somewhat more secure. Pulse Lite is a free and open-source thumbs-up thumbs-down ajax voting script written in PHP, using MySQL database. The requirements are minimal — PHP 5.2 or above, and MySQL. You can integrate it with your existing web-application in a matter of minutes.&lt;br /&gt;&lt;div style="clear: both; text-align: center;"&gt;&lt;a class="download-link read" href="http://abhisek.iblogger.org/labs/pulse/"&gt;Demo&lt;/a&gt; &lt;a class="download-link" href="http://www.box.net/shared/bodl0rei6x"&gt;Download&lt;/a&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Features&lt;/h4&gt;&lt;ul class="" id=""&gt;&lt;li&gt;Easy to integrate!&lt;/li&gt;&lt;li&gt;Free and open-source!&lt;/li&gt;&lt;li&gt;Requirements: PHP 5.2+ and MySQL&lt;/li&gt;&lt;li&gt;Easy to customise!&lt;/li&gt;&lt;li&gt;Let’s you choose the format of the vote results!&lt;/li&gt;&lt;li&gt;Does not mess with your data! Only a single table contains the votes and other data.&lt;/li&gt;&lt;li&gt;Ready for your next project!&lt;/li&gt;&lt;li&gt;&lt;strong&gt;New in v2:&lt;/strong&gt; Now, with two new styles — YouTube-styled and Reddit-styled buttons!&lt;/li&gt;&lt;li&gt;&lt;a href="https://github.com/cyberbuff/Pulse-Lite"&gt;Github repository&lt;/a&gt; is ready to be forked!&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;UPDATE:&lt;/b&gt; A premium version of PulseLite — PulsePro — is now &lt;a href="http://www.technabled.com/2011/08/ajax-up-down-vote-with-admin-panel.html"&gt;available&lt;/a&gt;!Here's a comparison of what you get!&lt;br /&gt;&lt;div style="clear: both; text-align: center;"&gt;&lt;img src="http://adcdn.files.wordpress.com/2011/08/compare-table.jpg" /&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Security&lt;/h4&gt;The script uses a two-fold security measurement — it logs the IP of the user and sets a cookie. So whenever a user tries to vote on an item, the script checks the IP and the cookie. If they exist in the database (IP) and on users machine (cookie), the script stops the user from voting.&lt;br /&gt;This is not bulletproof, though. The user can use a different IP address and clear the cookie in order to vote again. And apparently, there is no bulletproof security measurement for such a situation. The best possible case is when a user is logged in and votes on an item. We can then lock user’s ID and stop voting next time s/he tries. A premium version is under work which will have more features. Stay in touch!&lt;br /&gt;&lt;h4 class="c0"&gt;Installation&lt;/h4&gt;&lt;ul class="" id=""&gt;&lt;li&gt;Download the zip file (link is at the top). Unzip and run the SQL file included in it.&lt;/li&gt;&lt;li&gt;Edit pulse.config.php file inside the main Pulse directory. Fill in your database credentials. Also, fill in PULSE_DIR with the absolute path of the Pulse directory (i.e. the path of the Pulse directory inside your server)&lt;/li&gt;&lt;li&gt;Edit /assets/js/pulse.core.js file. Edit the value of u (i.e. the line that starts with var u). Set the value of u to the same value as PULSE_DIR&lt;/li&gt;&lt;li&gt;Include Pulse.vote.class.php to the file(s) where you want to show pulse. Create an instance of Pulse.&lt;br /&gt;&lt;pre class="php" name="code"&gt;include("Pulse/Pulse.vote.class.php");&lt;br /&gt;$pulse = new Pulse();&lt;br /&gt;&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;Inside the head tag, add these lines to include necessary JS and CSS files.&lt;br /&gt;&lt;pre class="php" name="code"&gt;&amp;lt;?php echo Pulse::css(); ?&amp;gt;&lt;br /&gt;&amp;lt;?php echo Pulse::javascript(); ?&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;/li&gt;&lt;li&gt;Inside the loop of the items (which are to be voted), add this line.&lt;br /&gt;&lt;pre class="php" name="code"&gt;&amp;lt;?php echo $pulse-&amp;gt;voteHTML($item_id); ?&amp;gt;&lt;/pre&gt;Here $item_id is the id of the item which is to be voted. Add the above line wherever you want to show the vote buttons&lt;br /&gt;&lt;/li&gt;&lt;li&gt;You can specify the format in which the results are to be shown. Just after you create the $pulse instance, add this line.&lt;br /&gt;&lt;pre class="php" name="code"&gt;$pulse-&amp;gt;setFormat("{up} like it, {down} don't");&lt;/pre&gt;Here {up} will be replaced by the number of upvotes and {down} with that of downvotes. You can also use {balance} for the difference between upvotes and downvotes.&lt;/li&gt;&lt;/ul&gt;&lt;h4 class="c0"&gt;Support&lt;/h4&gt;While this is an open-source project, &lt;strike&gt;I cannot guarantee providing support for the installation&lt;/strike&gt; you can send me a &lt;a href="mailto:abhisek.dutt@gmail.com"&gt;mail&lt;/a&gt; in case you need any installation and customization, for a quote. All necessary installation guide and database structure are included with the source. An extensive sample installation can be found &lt;a href="http://www.scribd.com/full/48997492?access_key=key-1x4gb5gx7m5odh8dzeru"&gt;here&lt;/a&gt; for a better understanding.&lt;br /&gt;&lt;br /&gt;Would you find any issues, feel free to discuss in the comment section. I hope you would enjoy using it as much as I did building it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-5102476277581989090?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/5102476277581989090/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=5102476277581989090&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5102476277581989090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5102476277581989090'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/02/pulse-lite-reddit-ajax-up-down-voting.html' title='Create Up-Down Voting in Your Web-application with Pulse Lite'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-UOkKcSFFE_4/TWpXEdPT0wI/AAAAAAAAA7A/Uj6kwj8D6C8/s72-c/thumb.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-689395036227942603</id><published>2011-01-30T21:17:00.002+05:30</published><updated>2011-01-30T21:20:35.974+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Web Apps'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>Create Your Own Cartoon Avatars for Free</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin:0px 5px 0px 0px;'&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/TUWGglYBe-I/AAAAAAAAA6k/PDsFvEWtJmU/s1600/envato_avatar.jpg"&gt;&lt;img border="0" height="80" width="80" src="http://3.bp.blogspot.com/_FX3RmPElUpc/TUWGglYBe-I/AAAAAAAAA6k/PDsFvEWtJmU/s320/envato_avatar.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;You must have come across many online avatars that resemble the person, but with a twist — it’s a cartoon and not the original photo of the person. It looks cool and — even more — it lets you stay anonymous while showing the world the same features that you have in reality. Here’s how you can create your own cartoon avatars for free.&lt;br /&gt;&lt;br /&gt;Enter &lt;a href="http://faceyourmanga.com/faceyourmanga_eng.html"&gt;FaceYourManga.com&lt;/a&gt;. It’s a simple web-application that lets you create your cartoon avatars for free. You can choose from a variety of features — face, nose, mouth, hair, beard, glasses, even tattoos and piercing!&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/TUWHquiOFPI/AAAAAAAAA6s/RsZHmtxwr-U/s1600/faceyourmanga.png" imageanchor="1" style="margin-left:1em; margin-right:1em"&gt;&lt;img border="0" height="192" width="320" src="http://4.bp.blogspot.com/_FX3RmPElUpc/TUWHquiOFPI/AAAAAAAAA6s/RsZHmtxwr-U/s320/faceyourmanga.png" /&gt;&lt;/a&gt;&lt;/div&gt;Once you’re done creating the avatar, you have to enter your email in order to get the download link. You can even buy and print the image in high-resolution digital format for €1.50.&lt;br /&gt;&lt;br /&gt;&lt;div class='tip'&gt;&lt;strong&gt;Tip:&lt;/strong&gt; If you don’t want to share your email with web-applications that claims to share download links via email, you can use &lt;a href="http://10minutemail.com"&gt;10 Minute Mail&lt;/a&gt;. Once you enter this site, it gives you a unique email ID valid for &lt;i&gt;only 10 minutes&lt;/i&gt;. It is accessible only by you. Mails are automatically loaded. So you don’t need to refresh the page. If you don’t receive the mail within 10 minutes, you can extend the time for another 10 minutes.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-689395036227942603?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/689395036227942603/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=689395036227942603&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/689395036227942603'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/689395036227942603'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/01/create-cartoon-profile-avatar-image.html' title='Create Your Own Cartoon Avatars for Free'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_FX3RmPElUpc/TUWGglYBe-I/AAAAAAAAA6k/PDsFvEWtJmU/s72-c/envato_avatar.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-5816971786986139276</id><published>2011-01-24T15:20:00.004+05:30</published><updated>2011-01-30T06:38:00.373+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Projects'/><category scheme='http://www.blogger.com/atom/ns#' term='Customisations'/><category scheme='http://www.blogger.com/atom/ns#' term='jQuery'/><title type='text'>Enable or Disable Form Elements with jQuery Plugin</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin:0px 4px 4px 0px;'&gt;&lt;a href='http://codecanyon.net?ref=cyberbuff'&gt;&lt;img src='http://envato.s3.amazonaws.com/referrer_adverts/cc_125x125_v4.gif'/&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;Over the last weekend I developed a nifty jQuery form plug-in, which lets you interact with various form elements based on user inputs. The item is up &lt;a href="http://s.technabled.com/jquery-foggle"&gt;for sale at CodeCanyon&lt;/a&gt; for $3. You can check out a &lt;a href="http://abhisek.iblogger.org/labs/foggle/"&gt;demo here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Consider the following situation. You have a form where user updates his/her profile. If the user has a website, he/she can enter the URL field of the form. But he/she does not have a website (or does not want to share), the URL field is disabled. So, you want to enable that field based on user input.&lt;br /&gt;&lt;br /&gt;While you can achieve the same by writing some amount of JavaScript for each such field, this plug-in makes it a breeze. It takes only two parameters and does the same for you in just one line of code. :-)&lt;br /&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;a href='http://abhisek.iblogger.org/labs/foggle/' class='download-link read demo'&gt;Demo&lt;/a&gt;&lt;br /&gt;&lt;a href='http://s.technabled.com/jquery-foggle'&gt;&lt;img src='http://envato.s3.amazonaws.com/referrer_adverts/cc_180x100_v3.gif'/&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-5816971786986139276?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/5816971786986139276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=5816971786986139276&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5816971786986139276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5816971786986139276'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/01/enable-disable-form-elements-with.html' title='Enable or Disable Form Elements with jQuery Plugin'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-6387329993797260922</id><published>2011-01-13T09:05:00.004+05:30</published><updated>2011-01-13T09:10:56.533+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Hacking'/><category scheme='http://www.blogger.com/atom/ns#' term='Customisations'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>Capslock Hack: Use Capslock to Search the Web and More</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin:0px 5px 3px 0px;'&gt;&lt;img src='http://2.bp.blogspot.com/_FX3RmPElUpc/TSpVS8e-0jI/AAAAAAAAA6U/2ycC-DBfUZ0/s128/AppleCapsLock.jpg'/&gt;&lt;br /&gt;&lt;/div&gt;On a standard US &lt;a href="http://en.wikipedia.org/wiki/Keyboard_layout"&gt;keyboard layout&lt;/a&gt;, Capslock is probably the least used key. Most people use the shift key to type in uppercase letters. Google’s own netbook, the &lt;a href="http://en.wikipedia.org/wiki/Cr48"&gt;Cr-48&lt;/a&gt; has replaced the capslock key with a dedicated “Search” key, enabling users to search the web just by hitting the button. I made some quick coding on &lt;a href="http://www.autohotkey.com/"&gt;Autohotkey&lt;/a&gt; to get the same functionality on Firefox and Google Chrome.&lt;br /&gt;&lt;br /&gt;It does three things:&lt;ul&gt;&lt;li&gt;If no web-browser instance is active, it starts the Windows Explorer search.&lt;/li&gt;&lt;li&gt;If Google Chrome is active, it opens a new tab and lets you search the web.&lt;/li&gt;&lt;li&gt;If Firefox is active, it puts the cursor to the search box on top right.&lt;/li&gt;&lt;/ul&gt;You can use any of the following two methods to use the functionality on your Windows PC&lt;br /&gt;&lt;strong&gt;1.&lt;/strong&gt; Install AutoHotkey and on your favourite text-editor paste the following lines.&lt;br /&gt;&lt;pre name='code' class='html'&gt;; Hit Capslock to search&lt;br /&gt;Capslock::&lt;br /&gt;SetTitleMatchMode 2&lt;br /&gt;IfWinNotActive, Google Chrome or Firefox&lt;br /&gt;Send, {F3}&lt;br /&gt;IfWinActive, Google Chrome&lt;br /&gt;Send, ^t&lt;br /&gt;Send, ^k&lt;br /&gt;IfWinActive, Firefox&lt;br /&gt;Send, ^k&lt;br /&gt;Return&lt;br /&gt;&lt;/pre&gt;Then, save it with .ahk extension. Just double click the file (after you have installed AutoHotkey) and your capslock is remapped to the new search button.&lt;br /&gt;&lt;strong&gt;2.&lt;/strong&gt; If the lines of code look daunting and you don’t want to install AutoHotkey, at all, I have good news for you. Just download the zip file at the end of this post and fire up the “capslock_as_search.exe” file. And there you go.&lt;br /&gt;&lt;h4 class='c0'&gt;Bonus&lt;/h4&gt;Although it’s a personal choice, I find it great to have the backspace key around my left hand. “Try it, use it for a week, you'll never turn back” (&lt;a href="http://twitter.com/#!/hiway/status/8057449319759872"&gt;@hiway&lt;/a&gt;) Just in case if anyone finds it useful here is the code:&lt;br /&gt;&lt;pre name='code' class='html'&gt;; Hit Capslock to backspace&lt;br /&gt;Capslock::Backspace&lt;/pre&gt;As earlier, if you don’t want to use and install AutoHotkey, you can just download the zip file at the end of the post and fire up “capslock_as_backspace.exe”&lt;br /&gt;If you’re on Linux system, &lt;a href="http://michaeljaylissner.com/blog/remap-caps-lock-as-backspace"&gt;this post&lt;/a&gt; may help you.&lt;br /&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;a href='http://www.box.net/shared/mory7av4yg' class='download-link'&gt;Download&lt;/a&gt;&lt;/div&gt;See also:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href='http://ad1987.blogspot.com/2009/07/5-windows7-shortcuts-you-can-use-on.html'&gt;5 Windows 7 Shortcuts You Can Use in Windows XP&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://ad1987.blogspot.com/2009/07/5-portable-applications-to-instantly.html'&gt;5 Portable Applications to Instantly Boost Your Productivity&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://www.technabled.com/2009/05/5-notepad-tips-that-just-work.html'&gt;6 Notepad++ Tricks That Just Works&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-6387329993797260922?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/6387329993797260922/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=6387329993797260922&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6387329993797260922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6387329993797260922'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/01/capslock-as-websearch-and-backspace.html' title='Capslock Hack: Use Capslock to Search the Web and More'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FX3RmPElUpc/TSpVS8e-0jI/AAAAAAAAA6U/2ycC-DBfUZ0/s72-c/AppleCapsLock.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-1035460656221944233</id><published>2011-01-07T05:11:00.001+05:30</published><updated>2011-01-07T05:11:34.381+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Hacking'/><title type='text'>How to Download Songs from Last FM</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin:0px 4px 4px 0px;'&gt;&lt;img src='http://icons2.iconarchive.com/icons/custom-icon-design/sweet-social-media/128/Last-fm-icon.png'/&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://last.fm/"&gt;LastFM&lt;/a&gt; is the Facebook of music. You can discover and listen to new music, find “real” people who listen to the same kind of music as you do. You can even “scrobble” songs (much like a Tweet, except that you update with the song you’re listening to).&lt;br /&gt;&lt;br /&gt;What if you can download the MP3s that you’re playing there? Although, LastFM does offer &lt;a href="http://www.last.fm/music/+free-music-downloads"&gt;free songs&lt;/a&gt; from time to time, you can’t download songs from radios, play-lists and recommended play-list. Here are three of the best applications that let you download songs right from LastFM’s server.&lt;br /&gt;&lt;h4 class='c0'&gt;TheLastRipper&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/TSZOz42AF5I/AAAAAAAAA50/D96uJu8F598/s1600/the-last-ripper.png" imageanchor="1" style="margin-right:1em; margin-bottom:1em"&gt;&lt;img border="0" height="320" width="244" src="http://4.bp.blogspot.com/_FX3RmPElUpc/TSZOz42AF5I/AAAAAAAAA50/D96uJu8F598/s320/the-last-ripper.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://code.google.com/p/thelastripper/"&gt;TheLastRipper&lt;/a&gt; records songs from LastFM’s radios and brings them to your hard-drive. It also adds tags and downloads album arts for each song. The MP3 files are organised in the following fashion: Artist &gt; Album &gt; “SongNumber - track name” (you can customize this pattern too). This means that songs are organized in a deep folder structure. You can even tune into a LastFM radio simply by entering the URL.&lt;br /&gt;&lt;h4 class='c0'&gt;LastFM Downloader&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/TSZPXA2xwLI/AAAAAAAAA58/H9qnrbEyoTI/s1600/last-fm-downloader.png" imageanchor="1" style="margin-left:1em; margin-right:1em"&gt;&lt;img border="0" height="196" width="320" src="http://2.bp.blogspot.com/_FX3RmPElUpc/TSZPXA2xwLI/AAAAAAAAA58/H9qnrbEyoTI/s320/last-fm-downloader.png" /&gt;&lt;/a&gt;&lt;/div&gt;This tiny little application doesn’t need any installation. Just fire it up and start downloading. &lt;a href="http://thesz.diecru.eu/content/lastfm.php"&gt;Last FM Downloader&lt;/a&gt; only supports tuning in via URL. You can restrict the number of songs you want to download. Downloaded songs are organised in deep folder structure. Since you can only download after you tune in through URL, you might have to play around with the structure of LastFM URLs. Not recommended for average computer users.&lt;br /&gt;&lt;h4 class='c0'&gt;LastSharp&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/TSZPmdX4E0I/AAAAAAAAA6E/ucMHXz22X_A/s1600/last-sharp.png" imageanchor="1" style="margin-left:1em; margin-right:1em"&gt;&lt;img border="0" height="190" width="320" src="http://2.bp.blogspot.com/_FX3RmPElUpc/TSZPmdX4E0I/AAAAAAAAA6E/ucMHXz22X_A/s320/last-sharp.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://dev.xscheme.de/"&gt;LastSharp&lt;/a&gt; is probably the best downloader. It downloads a play-list of 30 tracks. You can select which of these songs you want to download, unlike LastRipper and LFDownloader which continue to download. It lets you choose which of the artists’ songs you want to download, leaving aside the others. The songs are organised in deep folder layout which can be customised. It also includes a built-in audio player to play downloaded songs. One of the interesting features is that it doesn’t download songs that are already downloaded, even if the play-list repeats the songs or a different play-list has the same songs.&lt;br /&gt;&lt;br /&gt;Here’s comparison of the features.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/TSZRs3AALtI/AAAAAAAAA6M/KjBQQfCFnAM/s1600/last-fm-downloader-features.png" imageanchor="1" style="margin-left:1em; margin-right:1em"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/TSZRs3AALtI/AAAAAAAAA6M/KjBQQfCFnAM/s1600/last-fm-downloader-features.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;em&gt;Disclaimer: This blog and its author(s) do not condone software piracy. The above post is for information only and should not be taken as a promotion of copyright infringement.&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-1035460656221944233?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/1035460656221944233/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=1035460656221944233&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1035460656221944233'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1035460656221944233'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/01/last-fm-mp3-download.html' title='How to Download Songs from Last FM'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FX3RmPElUpc/TSZOz42AF5I/AAAAAAAAA50/D96uJu8F598/s72-c/the-last-ripper.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-6216324930539654413</id><published>2011-01-06T06:18:00.002+05:30</published><updated>2011-01-06T06:27:38.628+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='et cetera'/><title type='text'>AbhiTech is Now Technabled!</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin:0px 5px 5px 0px;'&gt;&lt;img src='http://27.media.tumblr.com/avatar_f5ff44cbfdac_128.png'/&gt;&lt;br /&gt;&lt;/div&gt;It’s been 5 years since this blog started. First it was by the name “Cyberbuff’s Blog” and later by “AbhiTech”. It was crying for a makeover. So, I thought about buying new domain and giving it a professional “look.” So here we are.&lt;br /&gt;&lt;br/&gt;&lt;br /&gt;Although the look remains the same, a lot has changed with this update. &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Apart from getting a new web-address, Technabled now has a logo that’s a mash-up of the power button and the Latin T.&lt;/li&gt;&lt;li&gt;&lt;a href="http://etc.technabled.com"&gt;Et Cetera&lt;/a&gt;, a Tumblog, is now a part of Technabled. Et Cetera is updated almost everyday with interesting links from around the web. Do subscribe to the feed to keep connected!&lt;/li&gt;&lt;li&gt;&lt;a href="http://twitter.com/technabled"&gt;Twitter profile for Technabled&lt;/a&gt; offers tips, tricks on daily basis. Do follow!&lt;/li&gt;&lt;li&gt;&lt;a href="http://facebook.com/technabled"&gt;Facebook’s fan-page&lt;/a&gt; now has a “vanity” url -- http://facebook.com/technabled You can tag our page by adding @technabled in your updates. “Like” our fan-page to get updates on Facebook!&lt;/li&gt;&lt;li&gt;If you want to contact me, please do so at abhisek@technabled.com I would love to hear from you.&lt;/li&gt;&lt;/ul&gt;The content remains the same -- technology. Enjoy your stay here! If you any suggestion, criticism (or any other feedback) to share, please do so in the comments section!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-6216324930539654413?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/6216324930539654413/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=6216324930539654413&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6216324930539654413'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6216324930539654413'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2011/01/abhitech-is-now-technabled.html' title='AbhiTech is Now Technabled!'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-3649643476475275848</id><published>2010-07-24T07:24:00.003+05:30</published><updated>2010-07-24T07:26:27.083+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>India's $35 Tablet PC</title><content type='html'>&lt;div style="clear: both; text-align: center;float:left;margin-right:5px;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/TEpFktVJbtI/AAAAAAAAA4Q/G4wFMbfXWH8/s144/201769-india_tablet_original.jpg" /&gt;&lt;/div&gt;The minimum amount of money an iPad can cost you is $499. But if you don't bother about the high-end features iPad provides and you just want to browse the net, then forking out $499 is not a good idea. Well, you can get a &lt;strong&gt;touch tablet 'PC' for less than $50&lt;/strong&gt;. India's HRD ministry has unveiled a prototype. &lt;br /&gt;HRD Minister Mr. Kapil Sibal has unveiled a prototype of a touch tablet that costs only $35 and can be used to browse webpages, word processing, and even video conferencing. The technicalities of the device are unknown but it doesn't use hard-disk. Instead it &lt;strong&gt;uses memory cards &amp;mdash; much like mobile phones&lt;/strong&gt;. It runs on a battery but it is &lt;strong&gt;solar power option&lt;/strong&gt; too.  &lt;div style='clear:both;text-align:center;' class='tutorial-image'&gt;&lt;img src="http://4.bp.blogspot.com/_FX3RmPElUpc/TEpGprwFaNI/AAAAAAAAA4U/S4yrjTDS3BM/s1600/overview.png" /&gt; &lt;/div&gt;The price will be even lower for students for whom the Government is ready to subsidise even more. The cost of this tablet for a student will be around $20.&lt;br /&gt;The reponse from the private sector has been lukewarm since the profitability of the device is being questioned. &lt;br /&gt;[Via &lt;a href="http://www.bbc.co.uk/news/world-south-asia-10740817"&gt;BBC South-Asia&lt;/a&gt;]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-3649643476475275848?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/3649643476475275848/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=3649643476475275848&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3649643476475275848'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3649643476475275848'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/07/cheap-tablet-pc.html' title='India&apos;s $35 Tablet PC'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FX3RmPElUpc/TEpFktVJbtI/AAAAAAAAA4Q/G4wFMbfXWH8/s72-c/201769-india_tablet_original.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-5647345962632053600</id><published>2010-07-09T06:31:00.001+05:30</published><updated>2010-07-09T06:32:05.853+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><title type='text'>5 Common Misconceptions about Evernote</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;img src="http://4.bp.blogspot.com/_WzZXEFhUG5Y/SwZ1BQjGTeI/AAAAAAAAAD0/-HHRvXHyAYQ/s72/evernote_logo1.jpg" /&gt; &lt;/div&gt;&lt;a href="http://evernote.com"&gt;Evernote&lt;/a&gt; is probably the best and the most popular note-taking application on the web. Evernote recently reached &lt;a href="http://blog.evernote.com/2010/05/04/evernote-reaches-three-million-users/" title="Evernote has 3 million users"&gt;3 million users&lt;/a&gt; which is a great news for Evernote fanboys (and fangirls). But even after so much success, people still have misconceptions about the application. From security woes to limited functionalities, some people write it off for various reasons. This post is about some of those commonly held myths. Feel free to add your comments. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Misconception 1: Evernote is a note taking application. Very little possibilities. It's not for everyone.&lt;/strong&gt;&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.flickr.com/photos/rinux/631345826/" title="Post-it® notes by riNux, on Flickr"&gt;&lt;img alt="Post-it® notes" height="333" src="http://farm2.static.flickr.com/1201/631345826_d7158ef086.jpg" width="500" /&gt;&lt;/a&gt;&lt;/div&gt;Possibilities with Evernote are enormous. Every once in a while Evernote publishes &lt;a href="http://blog.evernote.com/category/tips_stories/"&gt;Tips&lt;/a&gt; on how to use Evernote more effectively. From using it for planning your house to store your gym's schedule, you can do a lot with Evernote. If you're still not conviced, consider reading the following two articles: &lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.openforum.com/idea-hub/topics/the-world/article/14-practical-ways-to-use-evernote-guy-kawasaki"&gt;14 Practical Ways to Use Evernote&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://blog.evernote.com/2010/01/20/6-ways-evernote-can-boost-your-productivity-guest-post-by-joshua-zerkel/#more-5049"&gt;6 Ways Evernote Can Boost Your Productivity&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;strong&gt;Misconception 2: You cannot share your notes with any one. Your notes are caged!&lt;/strong&gt; &lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.flickr.com/photos/jup3nep/1441463927/" title="Prisoner no. 04/4 by Katarina 2353, on Flickr"&gt;&lt;img alt="Prisoner no. 04/4" height="500" src="http://farm2.static.flickr.com/1035/1441463927_55fd1e5242.jpg" width="389" /&gt;&lt;/a&gt;&lt;/div&gt;Evernote lets you share entire 'notebooks'. &lt;a href="http://blog.evernote.com/2008/04/21/publishing-sharing-your-notes/"&gt;Here&lt;/a&gt; are detailed instructions how to do so. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Misconception 3: Your notes and documents are not secure.&lt;/strong&gt; &lt;br /&gt;EverNote makes a back-up of your notes in at least 5 disks. So data-loss is virtually impossible. Still EverNote has a well chalked out &lt;a href="http://www.evernote.com/about/privacy/"&gt;privacy policy&lt;/a&gt; which ensures your notes are safe.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Misconception 4: For free users, EverNote provides 40 MB sync bandwidth every month. This is too little.&lt;/strong&gt;&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.flickr.com/photos/eisfrei/78932427/" title="more bandwidth &amp;amp;&amp;amp; more sandwich by EisFrei, on Flickr"&gt;&lt;img alt="more bandwidth &amp;amp;&amp;amp; more sandwich" height="500" src="http://farm1.static.flickr.com/41/78932427_5899693b89.jpg" width="375" /&gt;&lt;/a&gt;&lt;/div&gt;Sync bandwidth is the amount of data you send to EverNote and not the actual amount of data your notes takes in their drives. With 40 MB sync bandwidth, you can make 20,000 typed notes, 270 web clips, 400 Camera Phone images. That's much more than you need. Still in case, you ran out of bandwidth, you can go premium for $5 a month ot $45 a year. Premium accounts get 500 MB sync bandwidth a month, along with other features. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Misconception 5: There's no Symbian client for Evernote.&lt;/strong&gt;&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/TDZ0W_hFUnI/AAAAAAAAA4M/RSevBHWoeUc/s1600/Scr000028.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/_FX3RmPElUpc/TDZ0W_hFUnI/AAAAAAAAA4M/RSevBHWoeUc/s320/Scr000028.jpg" width="180" /&gt;&lt;/a&gt;&lt;/div&gt;There &lt;em&gt;is&lt;/em&gt; one &lt;a href="http://www.allaboutsymbian.com/news/item/10967_Evernote_for_Symbian_live_and_.php"&gt;EverNote client for Symbian-based smart-phones&lt;/a&gt;, although not officially supported by Evernote. It works on all phones based on S60 5th Edition.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-5647345962632053600?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/5647345962632053600/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=5647345962632053600&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5647345962632053600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5647345962632053600'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/07/common-misconceptions-evernote.html' title='5 Common Misconceptions about Evernote'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_WzZXEFhUG5Y/SwZ1BQjGTeI/AAAAAAAAAD0/-HHRvXHyAYQ/s72-c/evernote_logo1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-4486381707992247589</id><published>2010-07-01T15:32:00.004+05:30</published><updated>2010-07-03T06:45:29.727+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Round-Ups'/><title type='text'>6 Striking Features on New Digg</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left'&gt;&lt;img src="http://1.bp.blogspot.com/_f7K7JijP_mY/SCqyt1Ixq9I/AAAAAAAAAOc/23kr5VUt1_c/s72/digg-logo.jpg" /&gt; &lt;/div&gt;Digg has launched an invite-only preview of its newest user-interface designs that it will be launching for the public later this year. Apart from little changes here and there, these are some of the striking new features that would surely make it more social and usable.&lt;br /&gt;1. &lt;strong&gt;Twitter style links:&lt;/strong&gt; Profiles of each user will be accessbile through Twitter style URLs. i.e. &lt;em&gt;digg.com/username&lt;/em&gt; &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/TCxewOAfMeI/AAAAAAAAA3o/4tfUi1Sdnvk/s1600/0.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/TCxewOAfMeI/AAAAAAAAA3o/4tfUi1Sdnvk/s1600/0.png" /&gt;&lt;/a&gt;&lt;/div&gt;2. &lt;strong&gt;You can follow users.&lt;/strong&gt; Just like Twitter. Once you sign in, you would be presented with a list of popular profiles on Digg whom you might like to follow. Updates from those you follow is available on the &lt;em&gt;My News&lt;/em&gt; page. That's the same page as Twitter timeline. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/TCxf4aA4VCI/AAAAAAAAA3s/InSigHIi2hs/s1600/1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/TCxf4aA4VCI/AAAAAAAAA3s/InSigHIi2hs/s400/1.png" /&gt;&lt;/a&gt;&lt;/div&gt;3. &lt;strong&gt;Connect Social Networks:&lt;/strong&gt; Joining the likes of most social networks, Digg will offer you to connect to Facebook, Twitter and Google to add new people whom you already know. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/TCxgrQwJCGI/AAAAAAAAA3w/BamhdKwMYq4/s1600/2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="153" src="http://1.bp.blogspot.com/_FX3RmPElUpc/TCxgrQwJCGI/AAAAAAAAA3w/BamhdKwMYq4/s320/2.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;Once connected, you can see a list of people from the same network. You can follow them right from that page. It's that simple! &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/TCxhXuuRFII/AAAAAAAAA30/XsbTcFl37wU/s1600/3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/TCxhXuuRFII/AAAAAAAAA30/XsbTcFl37wU/s400/3.png" /&gt;&lt;/a&gt;&lt;/div&gt;4. &lt;strong&gt;Simplified link submission:&lt;/strong&gt; In just a couple of clicks, you can submit links to Digg. You can submit links right from the &lt;em&gt;My News&lt;/em&gt; page. Just after you enter the URL, the title and the embedded images are loaded on the fly. All you have to do is to enter a description and hit the button. No more horrible captchas. It's simpler than ever before. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/TCxjpYKHAmI/AAAAAAAAA34/HAyos0ulDpw/s1600/9.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="259" src="http://3.bp.blogspot.com/_FX3RmPElUpc/TCxjpYKHAmI/AAAAAAAAA34/HAyos0ulDpw/s320/9.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;You can even comment on the newly submitted URL right from there! &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/TCxkCQhi9mI/AAAAAAAAA38/Pnl2cBEsfNo/s1600/10.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="194" src="http://4.bp.blogspot.com/_FX3RmPElUpc/TCxkCQhi9mI/AAAAAAAAA38/Pnl2cBEsfNo/s320/10.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;5. &lt;strong&gt;Auto-submit content:&lt;/strong&gt; Now, you can auto-submit content to Digg from any feed item. You don't have to visit Digg to submit a link everytime you make a new post. Just add the feed to Digg and everytime you post, it will auto-publish the content. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/TCxk9Hd5LcI/AAAAAAAAA4A/eyM8eIMz7Xg/s1600/6.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="124" src="http://3.bp.blogspot.com/_FX3RmPElUpc/TCxk9Hd5LcI/AAAAAAAAA4A/eyM8eIMz7Xg/s320/6.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;6. &lt;strong&gt;Twitter-style &lt;em&gt;Load more&lt;/em&gt; widget:&lt;/strong&gt; You can stay on the same page and keep borwsing through Digg's interesting links. All you have to do is to click on the &lt;em&gt;Load More&lt;/em&gt; link once you're done reading everything on that page. With this, Digg has done away with pagination which is irritating for some users. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/TCxl20Gl-PI/AAAAAAAAA4E/UQRzsjIe7RE/s1600/7.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="192" src="http://2.bp.blogspot.com/_FX3RmPElUpc/TCxl20Gl-PI/AAAAAAAAA4E/UQRzsjIe7RE/s320/7.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-4486381707992247589?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/4486381707992247589/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=4486381707992247589&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4486381707992247589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4486381707992247589'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/07/6-striking-features-on-new-digg.html' title='6 Striking Features on New Digg'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_f7K7JijP_mY/SCqyt1Ixq9I/AAAAAAAAAOc/23kr5VUt1_c/s72-c/digg-logo.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-711942398069639597</id><published>2010-06-25T06:33:00.002+05:30</published><updated>2010-06-25T06:36:58.468+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>Free Calls from Skype to Qualifying Countries for the World Cup</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src="http://4.bp.blogspot.com/_mf5OyzbmAcY/SF0YmT-r1QI/AAAAAAAAA1Y/RGacqGost2g/s72/skype-logo.jpg" /&gt; &lt;/div&gt;&lt;a href="http://ad1987.blogspot.com/search?q=skype"&gt;Skype&lt;/a&gt;, the most popular VoIP service provider, is offering a month of free calls from Skype to any number around the world, to celebrate 2010 Fifa World Cup. This offer is valid for 30 countries which are qualified for the World Cup 2010. You can check the announcement &lt;a href="http://blogs.skype.com/en/2010/06/free_calls_for_a_month.html"&gt;here&lt;/a&gt;. Out of these 30 countries, Skype offers unlimited calls to landline numbers in some of the countries (including the US, Australia, France, Germany among many other countries). But Skype charges a nominal fee of 1 Euro for all this plans. Payment can be made through any of the &lt;a href="http://www.skype.com/intl/en-us/features/prices/ways-to-pay/"&gt;three options&lt;/a&gt; Skype offers. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/TCP_40F5XeI/AAAAAAAAA3k/9wfJEkKU_Co/s1600/nominal-charges-skype-calls.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/TCP_40F5XeI/AAAAAAAAA3k/9wfJEkKU_Co/s1600/nominal-charges-skype-calls.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-711942398069639597?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/711942398069639597/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=711942398069639597&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/711942398069639597'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/711942398069639597'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/06/free-calls-from-skype-to-qualifying.html' title='Free Calls from Skype to Qualifying Countries for the World Cup'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_mf5OyzbmAcY/SF0YmT-r1QI/AAAAAAAAA1Y/RGacqGost2g/s72-c/skype-logo.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8719942417667179175</id><published>2010-06-13T06:38:00.000+05:30</published><updated>2010-06-13T06:38:14.184+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='Round-Ups'/><title type='text'>11 PHP Voting Scripts and Tutorials</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src='http://4.bp.blogspot.com/_FX3RmPElUpc/TBQvM8pFCsI/AAAAAAAAA3Y/VIgcm89k87Q/s1600/php.png'/&gt;&lt;br /&gt;&lt;/div&gt;Ever since I wrote the tutorial on &lt;a href="http://ad1987.blogspot.com/2009/02/reddit-style-voting-with-php-mysql-and.html"&gt;Reddit-style Voting With PHP, MySQL and jQuery&lt;/a&gt;, I get around 300 visitors everyday with keywords like &lt;em&gt;"php voting"&lt;/em&gt;, &lt;em&gt;"jquery votes"&lt;/em&gt;, &lt;em&gt;"jquery vote up down"&lt;/em&gt;, &lt;em&gt;"php vote tutorial"&lt;/em&gt;, &lt;em&gt;"votes php mysql"&lt;/em&gt; and many other keywords. So I thought about writing a round-up of voting scripts and tutorials using PHP as the server-side language. Here are the tutorials and scripts that might be of your use. If you think I missed anything, do let me know in the comment section. You can also have a look at the &lt;a href="http://ad1987.blogspot.com/search/label/Round-Ups"&gt;round-up section&lt;/a&gt; for more such round-ups. :-) &lt;h4 class='c0'&gt;Scripts&lt;/h4&gt;1. &lt;a href="http://colorpowered.com/colorrating/"&gt;ColorRating&lt;/a&gt;: A well-documented, easy to use voting script. Higly configurable and easy to integrate with your database. It uses jQuery for a nice animated effect. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/S7F0Yee4qgI/AAAAAAAAA1M/SpbcaDW-kVg/s1600-h/color-rating-screenie.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/S7F0Yee4qgI/AAAAAAAAA1M/SpbcaDW-kVg/s1600/color-rating-screenie.png" /&gt;&lt;/a&gt;&lt;/div&gt;2. &lt;a href="http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=267&amp;amp;lngWId=8"&gt;PHP Voting by Richard Silvers&lt;/a&gt;: A "fairly" simple PHP voting script. It allows users to vote and view the total results of the vote. &lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/S7F5GZDpeTI/AAAAAAAAA1Y/gKTy7wdMKP8/s1600-h/PIC200123610228137.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/S7F5GZDpeTI/AAAAAAAAA1Y/gKTy7wdMKP8/s1600/PIC200123610228137.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;3.&lt;a href='http://orkans-tmp.22web.net/star_rating/'&gt;Star Rating Widget&lt;/a&gt;: The Star Rating widget is a plugin for the jQuery javascript library that creates a non-obstrusive star rating control based on a set of radio buttons or select option.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/TBN0N28bvTI/AAAAAAAAA3E/kqNdZFgF5rA/s1600/star-rating-widget.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/TBN0N28bvTI/AAAAAAAAA3E/kqNdZFgF5rA/s1600/star-rating-widget.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h4 class='c0'&gt;Commercial Solutions&lt;/h4&gt;1. &lt;a href='http://codecanyon.net/item/ajax-feature-request-voting/102513?ref=cyberbuff'&gt;Ajax Feature Request and Voting&lt;/a&gt; ($14): It's simple and a lot like Dropbox's &lt;a href='https://www.dropbox.com/votebox'&gt;votebox&lt;/a&gt; page.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/TBPkUCEQ44I/AAAAAAAAA3M/E7w00RwT8vo/s1600/codecanyon-ajax-feature-request-voting.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="238" src="http://2.bp.blogspot.com/_FX3RmPElUpc/TBPkUCEQ44I/AAAAAAAAA3M/E7w00RwT8vo/s320/codecanyon-ajax-feature-request-voting.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;2. &lt;a href='http://codecanyon.net/item/thumbsup/50411?ref=cyberbuff'&gt;ThumbsUp&lt;/a&gt; ($17): This is probably the best commercial script that is available. It comes with a slew of options &amp;mdash; in various shapes and sizes. AJAXed!&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/TBQo5O_sJVI/AAAAAAAAA3Q/cQgix9ukBoI/s1600/thumbs-up-code-canyon.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/TBQo5O_sJVI/AAAAAAAAA3Q/cQgix9ukBoI/s400/thumbs-up-code-canyon.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h4 class='c0'&gt;Tutorials&lt;/h4&gt;1. &lt;a href="http://www.9lessons.info/2009/08/vote-with-jquery-ajax-and-php.html"&gt;Voting system with jQuery, Ajax and PHP&lt;/a&gt;: A very detailed tutorial on Dzone like voting system with jQuery, Ajax and PHP. This script helps you to display user votes on blog post. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/S7F1ofwJnQI/AAAAAAAAA1Q/Do3_3B5yyYY/s1600-h/Dzone-like-voting-system-with-jQuery-Ajax-and-PHP.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/S7F1ofwJnQI/AAAAAAAAA1Q/Do3_3B5yyYY/s400/Dzone-like-voting-system-with-jQuery-Ajax-and-PHP.png" /&gt;&lt;/a&gt;&lt;/div&gt;2. &lt;a href="http://www.codeproject.com/KB/HTML/phpoll.aspx"&gt;A Simple PHP Polling/Voting System&lt;/a&gt;: This article will illustrate how to create a very simple, clean polling or voting system using PHP 5.0 and the DOMDocument object model. This allows the polling system to read and write polling results to XML, instead of say, a MySQL database like many conventional polling systems. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/S7F4Mu9PSpI/AAAAAAAAA1U/dDRU1KTFEKg/s1600-h/phpoll.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/S7F4Mu9PSpI/AAAAAAAAA1U/dDRU1KTFEKg/s400/phpoll.gif" /&gt;&lt;/a&gt;&lt;/div&gt;3. &lt;a href="http://www.phptoys.com/e107_plugins/content/content.php?content.51"&gt;Creating a simple file based polling script&lt;/a&gt;: This tutorial will show you how to create a simple, file based polling system where you can easily setup new polls. No database is required for this script and you only have to maintain one config file.&lt;br /&gt;4. &lt;a href="http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-dynamic-poll-with-jquery-and-php/"&gt;Creating a Dynamic Poll with jQuery and PHP&lt;/a&gt;: This tutorial shows how to create a simple polling system that doesn't need a page-refresh to show the results. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/S7YwV8XcS6I/AAAAAAAAA1o/uB99G0idFM0/s1600-h/net-tuts-poll-results.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/S7YwV8XcS6I/AAAAAAAAA1o/uB99G0idFM0/s1600/net-tuts-poll-results.png" /&gt;&lt;/a&gt;&lt;/div&gt;5. &lt;a href='http://www.jotlab.com/2008/04/11/tutorial-how-to-build-a-poll-system-in-php-and-mysql/'&gt;How to Build a Poll System with PHP and MySQL&lt;/a&gt; [&lt;a href="http://www.jotlab.com/tutorials/poll/index.php"&gt;Demo&lt;/a&gt;]: This is pretty simple tutorial that explains how to polling with PHP and MySQL works. It offers the source-code, too.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/TBN38w6KhYI/AAAAAAAAA3I/xo5wungbcMA/s1600/jotlab-poll.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/TBN38w6KhYI/AAAAAAAAA3I/xo5wungbcMA/s1600/jotlab-poll.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;6. &lt;a href='http://tutorialzine.com/2009/11/jquery-sort-vote/'&gt;Sort &amp; Vote – A jQuery Poll&lt;/a&gt;: This is a very detailed tutorial on an innovative concept of polling with jQuery. The end result lets users drag items in order of preference and then submit it for polling!&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/TBQsBjRm7fI/AAAAAAAAA3U/h0aZYmwHahk/s1600/sort-and-vote-jquery-poll.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="126" src="http://2.bp.blogspot.com/_FX3RmPElUpc/TBQsBjRm7fI/AAAAAAAAA3U/h0aZYmwHahk/s320/sort-and-vote-jquery-poll.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h4 class='c0'&gt;Bonus&lt;/h4&gt;&lt;a href="http://www.vlkomarov.info/projects/jquery/very-simple-rating-system/"&gt;Very Simple Rating System - AJAX via jQuery, JSON&lt;/a&gt;: I guess, it's in Russian. Digg-like voting using jQuery, JSON.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8719942417667179175?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8719942417667179175/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8719942417667179175&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8719942417667179175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8719942417667179175'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/06/11-php-voting-scripts-and-tutorials.html' title='11 PHP Voting Scripts and Tutorials'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FX3RmPElUpc/TBQvM8pFCsI/AAAAAAAAA3Y/VIgcm89k87Q/s72-c/php.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8325432621598389245</id><published>2010-06-05T20:06:00.001+05:30</published><updated>2010-06-05T20:28:42.335+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>Record Skype Calls for Free with iFreeRecorder</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt; &lt;img src="http://4.bp.blogspot.com/_mf5OyzbmAcY/SF0YmT-r1QI/AAAAAAAAA1Y/RGacqGost2g/s72/skype-logo.jpg" /&gt;&lt;/div&gt;&lt;a href="http://skype.com"&gt;Skype&lt;/a&gt; is an award-winning IM platform that is hugely popular for making calls to other Skype users and phones across the world. A lot of the companies regularly buy Skype Credits to make calls to their clients. And it's much cheaper to make calls from Skype than from usual phones since it uses Voice Over Internet Protocol (VoIP). If you use it for the purpose of making calls, you may want to record calls that you made just to keep track them. iFreeRecorder is an application that does the job and that, too, with many options to choose from.  iFreeRecorder uses Skype API to record calls.&lt;br/&gt; Once you intall iFreeRecorder (Skype must be installed first, of course), you'd have to give access to use Skype's API. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt; &lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/TApgi6rrU5I/AAAAAAAAA2s/l91NDCmU_hM/s1600/ifree.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="77" src="http://4.bp.blogspot.com/_FX3RmPElUpc/TApgi6rrU5I/AAAAAAAAA2s/l91NDCmU_hM/s320/ifree.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt; Once you allow access to Skype's API, you're ready to go. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt; &lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/TAphSUIo_UI/AAAAAAAAA2w/7DWWtHYTd8I/s1600/ifree-options.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="73" src="http://2.bp.blogspot.com/_FX3RmPElUpc/TAphSUIo_UI/AAAAAAAAA2w/7DWWtHYTd8I/s320/ifree-options.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt; iFreeRecorder comes with a bunch of options — from MP3 quality selection to auto-record calls.  &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt; &lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/TAph7lkX1DI/AAAAAAAAA28/vKU4vkfP7Tk/s1600/ifree-quality-options.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/TAph7lkX1DI/AAAAAAAAA28/vKU4vkfP7Tk/s320/ifree-quality-options.png" width="320" /&gt;&lt;/a&gt; &lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/TAph7HyJNYI/AAAAAAAAA24/bsjRcUpIwqs/s1600/ifree-options2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="250" src="http://2.bp.blogspot.com/_FX3RmPElUpc/TAph7HyJNYI/AAAAAAAAA24/bsjRcUpIwqs/s320/ifree-options2.png" width="320" /&gt;&lt;/a&gt; &lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/TAph6lFKTWI/AAAAAAAAA20/BDdKk-IhEv8/s1600/ifree-call-record-options.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="250" src="http://3.bp.blogspot.com/_FX3RmPElUpc/TAph6lFKTWI/AAAAAAAAA20/BDdKk-IhEv8/s320/ifree-call-record-options.png" width="320" /&gt;&lt;/a&gt; &lt;/div&gt; It also offers a history option that keeps track of all your recorded calls. You can also record conference calls! &lt;br/&gt; &lt;a href="http://www.ifree-recorder.com/index.htm"&gt;iFreeRecorder&lt;/a&gt; is an innovative and very useful tool. It comes as a freeware but if you find it useful, do consider donating.  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8325432621598389245?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8325432621598389245/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8325432621598389245&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8325432621598389245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8325432621598389245'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/06/record-skype-calls-for-free-with.html' title='Record Skype Calls for Free with iFreeRecorder'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_mf5OyzbmAcY/SF0YmT-r1QI/AAAAAAAAA1Y/RGacqGost2g/s72-c/skype-logo.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-2602110431926915733</id><published>2010-05-06T17:50:00.002+05:30</published><updated>2010-05-07T05:41:45.587+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>Code Faster HTML with Zen Coding</title><content type='html'>&lt;div style="text-align: center; margin: 0px 3px 3px 0px; float: left; clear: both"&gt;&lt;img src="http://code.google.com/p/zen-coding/logo?logo_id=1257697522"&gt; &lt;/div&gt;Do you code in HTML? Does the sight of lines of HTML makes you sick? Do you want to speed up your workflow? If "Yes!" is the answer to any of these questions, then you must try Zen Coding — a powerful tool to write lines of HTML (and CSS) in just a few letters. Zen Coding uses simple abbreviations (which you can hardly forget) to expand them into valid HTML syntax. The best part of it is its robust integration with almost every popular IDE.  &lt;h4 class="c0"&gt;How It Works&lt;/h4&gt;Once you install Zen Coding plug-in to your favorite text-editor, you are ready to go. For example, type the following in your text-editor: &lt;pre class="html" name="code"&gt;div#wrapper&amp;gt;div#right+div#left&lt;br /&gt;&lt;/pre&gt;Now, hit CTRL+E and see the magic: &lt;pre class="html" name="code"&gt;&amp;lt;div id="wrapper"&amp;gt;&lt;br /&gt;&amp;lt;div id="right"&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div id="left"&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;/pre&gt;The short-codes are so self-explanatory that you hardly need any time to catch how they work. Zen Coding also supports expanding CSS short-codes. You can find a &lt;strong&gt;cheatsheet of all the available short codes&lt;/strong&gt; in the download section. Geeks, you can even write &lt;strong&gt;your own custom short-codes and expansions&lt;/strong&gt;! &lt;br /&gt;&lt;h4 class="c0"&gt;Supported IDEs&lt;/h4&gt;&lt;a href="http://code.google.com/p/zen-coding/"&gt;Zen Coding&lt;/a&gt; fully supports a bunch of popular text-editors including &lt;strong&gt;&lt;a href="http://ad1987.blogspot.com/search?q=notepad++"&gt;Notepad++&lt;/a&gt;, Textmate, Coda, Komodo, Aptana/Eclipse, GEdit, Dreamweaver, Emacs, Vim&lt;/strong&gt;. You can even include Zen Coding features in &amp;lt;textarea&amp;gt; fields in your browser.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-2602110431926915733?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/2602110431926915733/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=2602110431926915733&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2602110431926915733'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2602110431926915733'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/05/code-faster-html-with-zen-coding.html' title='Code Faster HTML with Zen Coding'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-5782226470065189927</id><published>2010-04-22T07:17:00.004+05:30</published><updated>2010-04-23T06:38:19.351+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Facebook'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><title type='text'>How to Add Facebook's Like Button to Your Site</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;img src="http://docs.google.com/File?id=dc2gvxt4_22d7bkbkg7_b" /&gt; &lt;/div&gt;&lt;a href="http://ad1987.blogspot.com/search?q=facebook"&gt;Facebook&lt;/a&gt; recently launched the &lt;b&gt;"Like" button feature&lt;/b&gt;, in a bid to gain more access to sites. This new feature enables users to share content with only one single click. The links to the pages will appear on users' profiles and on a friends' timelines. Facebook also changed the word "Fan" (for pages) to "Like". Facebook Devs say, &lt;b&gt;"the average user clicks "Like" on nine pieces of content each month."&lt;/b&gt; So "&lt;a href="http://en.wikipedia.org/wiki/Vox_populi"&gt;vox populi, vox dei&lt;/a&gt;"! Here are some ways you can integrate Facebook's like button to your blog. &lt;br /&gt;&lt;h4 class="c0"&gt;For Blogger&lt;/h4&gt;Put the following code where you want to show the button. &lt;br /&gt;&lt;pre class="html" name="code"&gt;&amp;lt;iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:70px'/&amp;gt;&lt;/pre&gt;&lt;h4 class="c0"&gt;For 'Classic' Blogger&lt;/h4&gt;Put the following code where you want to show the button. (&lt;strong&gt;Update:&lt;/strong&gt; This code is updated and works perfectly with Blogger. &lt;em&gt;Thanks, Kristina!&lt;/em&gt;)&lt;br /&gt;&lt;pre class="html" name="code"&gt;&amp;lt;iframe src="http://www.facebook.com/plugins/like.php?href=&amp;lt;$BlogItemPermalinkURL$&amp;gt;&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=75&amp;amp;action=like&amp;amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:75px; height:20px"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/pre&gt;&lt;h4 class="c0"&gt;For Wordpress&lt;/h4&gt;Put the following code where you want to show the button.&lt;br /&gt;&lt;pre class="html" name="code"&gt;&amp;lt;iframe src="http://www.facebook.com/plugins/like.php?href=&amp;lt;?php the_permalink(); ?&amp;gt;&amp;amp;layout=button_count&amp;amp;show_faces=true&amp;amp;width=75&amp;amp;action=like&amp;amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:75px; height:20px"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/pre&gt;&lt;br /&gt;This is a really awesome feature Facebook has come up with. With a little tweaking, you can easily come up with what Facebook Blog shows in the sidebar (see the screenshot below).&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/S8-qBmb5WwI/AAAAAAAAA2U/GodEdhNvRfc/s1600/facebook-blog-popular-posts-like-button.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/S8-qBmb5WwI/AAAAAAAAA2U/GodEdhNvRfc/s1600/facebook-blog-popular-posts-like-button.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;You can read more about the API &lt;a href="http://developers.facebook.com/docs/reference/plugins/like"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-5782226470065189927?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/5782226470065189927/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=5782226470065189927&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5782226470065189927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5782226470065189927'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/04/how-to-add-facebook-like-button-to-your.html' title='How to Add Facebook&amp;#39;s Like Button to Your Site'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FX3RmPElUpc/S8-qBmb5WwI/AAAAAAAAA2U/GodEdhNvRfc/s72-c/facebook-blog-popular-posts-like-button.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-2544056654247257530</id><published>2010-04-15T05:33:00.001+05:30</published><updated>2010-04-15T05:33:50.693+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Twitter'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Google's Experiment with Twitter: FollowFinder</title><content type='html'>&lt;div style="text-align: center; margin: 0px 4px 4px 0px; float: left; clear: both"&gt;&lt;img src="http://4.bp.blogspot.com/_NJiJ2hbWd24/Sn9FP3HLPBI/AAAAAAAAAUY/-WLvwxJHoic/s72/google-logo.png"&gt; &lt;/div&gt;&lt;a href="http://ad1987.blogspot.com/search?q=google"&gt;Google&lt;/a&gt; is testing a new service called FollowFinder &lt;strong&gt;to find similar users on &lt;/strong&gt;&lt;a href="http://ad1987.blogspot.com/search?q=twitter"&gt;&lt;strong&gt;Twitter&lt;/strong&gt;&lt;/a&gt;. The product is currently in beta — you can try it in Google Labs. After the &lt;a href="http://googleblog.blogspot.com/2010/04/replay-it-google-search-across-twitter.html"&gt;launch of real-time search results&lt;/a&gt;, this is probably Google's first experiment with Twitter. FollowFinder runs on Google's &lt;a href="http://code.google.com/appengine/"&gt;AppEngine platform&lt;/a&gt;. In their own words,&amp;nbsp; &lt;blockquote&gt;"Follow Finder analyzes public social graph information (following and follower lists) on Twitter to find people you might want to follow."&lt;/blockquote&gt; &lt;div style="text-align: center; clear: both" class="tutorial-image"&gt;&lt;a href="http://2.bp.blogspot.com/_7ZYqYi4xigk/S8YmZNs5CXI/AAAAAAAAF10/eq616058q34/s1600/screenfinal.png"&gt;&lt;img src="http://2.bp.blogspot.com/_7ZYqYi4xigk/S8YmZNs5CXI/AAAAAAAAF10/eq616058q34/s400/screenfinal.png"&gt;&lt;/a&gt; &lt;/div&gt;&lt;a href="http://www.followfinder.googlelabs.com/"&gt;FollowFinder&lt;/a&gt; gives you &lt;strong&gt;two lists of people&lt;/strong&gt; — the first one is based on &lt;strong&gt;people you follow&lt;/strong&gt; and the second one is based on the&lt;strong&gt; people who have same followers&lt;/strong&gt; as you have. You don't have to log-in to Google or Twitter to use FollowFinder — just &lt;strong&gt;enter any Twitter username&lt;/strong&gt; and find similar followers. You can also follow people right from FollowFinder — there's a button below every Twitter user. It feels more like Twitter than inside Google. Even Twitter’ &lt;a href="http://blog.twitter.com/2010/02/flying-around-with-hovercards.html"&gt;Hovercards&lt;/a&gt; works inside FollowFinder.&lt;br&gt;Google's latest offerings have focused more on Twitter than Google Buzz. It is not clear whether these new product launches are an admission that &lt;strong&gt;Google Buzz is a failure&lt;/strong&gt;.    &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-2544056654247257530?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/2544056654247257530/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=2544056654247257530&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2544056654247257530'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2544056654247257530'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/04/google-experiment-with-twitter.html' title='Google&amp;#39;s Experiment with Twitter: FollowFinder'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_NJiJ2hbWd24/Sn9FP3HLPBI/AAAAAAAAAUY/-WLvwxJHoic/s72-c/google-logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-3980577140296946210</id><published>2010-04-09T14:35:00.002+05:30</published><updated>2010-04-09T14:37:20.921+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Web Apps'/><title type='text'>EverNote Brings iPad Client and New Features in Email Notes</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin:0px 4px 4px 0px;'&gt;&lt;img src="http://4.bp.blogspot.com/_WzZXEFhUG5Y/SwZ1BQjGTeI/AAAAAAAAAD0/-HHRvXHyAYQ/s72/evernote_logo1.jpg" /&gt; &lt;/div&gt;&lt;a href="http://evernote.com"&gt;EverNote&lt;/a&gt;, the most popular note-taking application, released its iPad client, as &lt;a href="http://blog.evernote.com/2010/01/27/happy-tablet-day/"&gt;promised earlier&lt;/a&gt;. They also unveiled a better improved email-note-taking feature. With the release of iPad client, Evernote has almost all devices covered (except a J2ME and a Symbian client). The iPad client, like all other Evernote clients, is simple in its UI and easy to navigate. The dev-team also posted a video that explains how it works. Yet another reason why you may want to buy an iPad! &lt;div style='clear:both;text-align:center;'&gt;&lt;object width="480" height="385"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Zkn4FSOTrXc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Zkn4FSOTrXc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"&gt;&lt;/embed&gt;&lt;/object&gt; &lt;/div&gt;The new features in Email note taking is long-awaited features. Now, you can specify where (which notebook) to save your mailed notes and under which tags. To specify a notebook while adding a note via mails, just put @&lt;strong&gt;[notebook-name]&lt;/strong&gt; to the subject line. You can also add tags. Find more about it at the &lt;a href="http://blog.evernote.com/2010/03/16/emailing-into-evernote-just-got-better/"&gt;Evernote blog&lt;/a&gt;. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/S77tior9ajI/AAAAAAAAA14/3iPe-mFTkWI/s1600/evernote-email-trip.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/S77tior9ajI/AAAAAAAAA14/3iPe-mFTkWI/s400/evernote-email-trip.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-3980577140296946210?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/3980577140296946210/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=3980577140296946210&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3980577140296946210'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3980577140296946210'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/04/evernote-brings-ipad-client-and-new.html' title='EverNote Brings iPad Client and New Features in Email Notes'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_WzZXEFhUG5Y/SwZ1BQjGTeI/AAAAAAAAAD0/-HHRvXHyAYQ/s72-c/evernote_logo1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-442133937754241806</id><published>2010-04-07T06:56:00.001+05:30</published><updated>2010-04-07T07:09:19.649+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='Tutorials'/><title type='text'>Howto Create Facebook's Status Message Timeline with jQuery oEmbed and AJAX</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin:0px 6px 4px 0px;'&gt;&lt;img src='http://2.bp.blogspot.com/_FX3RmPElUpc/S7viBwZBJ8I/AAAAAAAAA10/xs6PpCCY0ss/s1600/facebook-oembed-ajax-timeline.jpg'/&gt;&lt;br /&gt;&lt;/div&gt;We all love Facebook. You can catch up with friends, family or colleagues, meet new people, share photos, links and whatnot. One of the most striking feature of Facebook's timeline is inline content embedment. It enables you to view content from third-party websites without having to visit the site. Facebook might be using &lt;a href="http://www.oembed.com/"&gt;oEmbed&lt;/a&gt; with a lot of modification of their own. Over the last weekend, I tried to create a mock-up of Facebook's inline content embedment with &lt;a href="http://code.google.com/p/jquery-oembed/"&gt;jQuery oEmbed&lt;/a&gt; and some AJAX. This tutorial is about how &lt;em&gt;you&lt;/em&gt; can create it on your own. I hope you'd enjoy it. :-)&lt;br /&gt;&lt;a class="download-link" href="http://www.box.net/shared/c5ddrnpt8y"&gt;Download Source&lt;/a&gt; &lt;a class="download-link read demo" href="http://abhisek.iblogger.org/labs/oembed_status/"&gt;Try Demo&lt;/a&gt; &lt;br /&gt;&lt;strong&gt;You might also like:&lt;/strong&gt; &lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/02/reddit-style-voting-with-php-mysql-and.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Reddit-style Voting With PHP, MySQL And jQuery&lt;/a&gt; &lt;br /&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/03/how-to-building-simple-online-feed.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Build A Simple Online Feed-reader With SimplePie, jQuery and PHP&lt;/a&gt; &lt;br /&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/03/how-to-build-animated-ajax-search-with.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Build An Animated Ajax Search With jQuery And PHP&lt;/a&gt; &lt;br /&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2008/12/create-your-own-tinyurl-with-php-and.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Create Your Own TinyURL With PHP And MySQL&lt;/a&gt; &lt;br /&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/06/how-to-multi-level-comments-in-php.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Multi Level Comments With PHP&lt;/a&gt; &lt;br /&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/07/how-to-build-front-end-of-ajax-login.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;How to Build the Front-end of an AJAX Login Page with Progressbar&lt;/a&gt; &lt;br /&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/08/how-to-create-apple-leopard-text-effect.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;How to Create Apple Leopard Text-effect with CSS&lt;/a&gt; &lt;br /&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2010/03/how-to-create-flash-like-animated-menu.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;How to Create Flash-like animated Menu with jQuery and CSS&lt;/a&gt; &lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;h4 class="c0"&gt;What is jQuery oEmbed?&lt;/h4&gt;&lt;a href="http://oembed.com"&gt;oEmbed&lt;/a&gt; is an open format which allows sites to embed content from third party sites. You can embed photos, videos, documents, flash players or any other rich multimedia contents (from selected sites). oEmbed is supported by an array of popular sites — from Flickr to Youtube to Vimeo, among others.&lt;a href="http://code.google.com/p/jquery-oembed/"&gt;jQuery oEmbed&lt;/a&gt; is a plugin that uses the oEmbed API to embed content. It's super lightweight (minified version is 4KiB) and, like most jQuery plugins, simple in its use. Here's the syntax: &lt;pre class="html" name="code"&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;// attach jQuery and jQuery.oembed plugin before this point&lt;br /&gt;$(function(){&lt;br /&gt; $("a.embed").oembed();&lt;br /&gt;});&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;!-- HTML --&amp;gt;&lt;br /&gt;&amp;lt;a href='http://www.youtube.com/watch?v=8JRICTFnViM'&amp;gt;PHP Tutorial on YouTube&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;/pre&gt;jQuery.oEmbed creates div with class-name "oembed-container" and embeds the content in it.  &lt;h4 class="c0"&gt;Application Flow&lt;/h4&gt;Our application would be simple — it will post the messages users post and converts links to embedded content. Below is the flow chart of how it's going to work.  &lt;div style="text-align: center; clear: both" class="tutorial-image"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://3.bp.blogspot.com/_FX3RmPElUpc/S7lP6N3eodI/AAAAAAAAA1s/C8Khe8iEy3g/s1600-h/application-flow.png" imageanchor="1"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/S7lP6N3eodI/AAAAAAAAA1s/C8Khe8iEy3g/s320/application-flow.png" width="60" height="320"&gt;&lt;/a&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Create the layout&lt;/h4&gt;Our layout is simple, as the application itself.  &lt;div style="text-align: center; clear: both" class="tutorial-image"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://3.bp.blogspot.com/_FX3RmPElUpc/S7rarmIFE7I/AAAAAAAAA1w/oclGHBkWHuQ/s1600-h/description.jpg" imageanchor="1"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/S7rarmIFE7I/AAAAAAAAA1w/oclGHBkWHuQ/s400/description.jpg" width="400"&gt;&lt;/a&gt;&lt;/div&gt;Put these lines of code in &lt;strong&gt;index.php&lt;/strong&gt; &lt;pre class="html" name="code"&gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;Facebook Like Status Update with jQuery oEmbed&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;div id='wrapper'&amp;gt;&lt;br /&gt; &amp;lt;div id='updateBox'&amp;gt;&lt;br /&gt;  Enter Your Message here...&lt;br /&gt;   &amp;lt;textarea id='statusMsg'&amp;gt;&amp;lt;/textarea&amp;gt;&lt;br /&gt;   &amp;lt;button id='shareBtn'&amp;gt;Share&amp;lt;/button&amp;gt;&lt;br /&gt;   (No HTML, only links and text)&lt;br /&gt;   &amp;lt;div class='clear'&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div id='msgs'&amp;gt;&lt;br /&gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&lt;/pre&gt;Here, we create a wrapper and put all the elements in it. Each message will be put in a div with class name "msg".  &lt;h4 class="c0"&gt;CSS&lt;/h4&gt;For the CSS, I chose the colors and the layout in a way so that it resembles Facebook. You can choose any color you wish. &lt;pre class="css" name="code"&gt;html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,&lt;br /&gt;pre, form, fieldset, table, th, td { margin: 0; padding: 0; }&lt;br /&gt;&lt;br /&gt;body {&lt;br /&gt;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;&lt;br /&gt;font-size: 14px;&lt;br /&gt;line-height:1.3em;&lt;br /&gt;text-align:center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;a, a:visited {&lt;br /&gt;outline:none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.clear {&lt;br /&gt;clear:both;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;img {&lt;br /&gt; border:0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#wrapper {&lt;br /&gt;width:480px;&lt;br /&gt;margin:0 auto;&lt;br /&gt;text-align:left;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#updateBox {&lt;br /&gt; background-color:#F2F2F2;&lt;br /&gt; border:1px solid #B5B5B5;&lt;br /&gt; padding:4px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#statusMsg {&lt;br /&gt; width:100%;&lt;br /&gt; height:70px;&lt;br /&gt; border-color:#7C7C7C #C3C3C3 #DDDDDD;&lt;br /&gt; border-style:solid;&lt;br /&gt; border-width:1px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#shareBtn {&lt;br /&gt; background:#5872A7;&lt;br /&gt; float:right;&lt;br /&gt; color:#ffffff;&lt;br /&gt; font-weight:bold;&lt;br /&gt; border:0;&lt;br /&gt; padding:4px;&lt;br /&gt; margin-top:2px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#msgs {&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.msg {&lt;br /&gt; margin-top:8px;&lt;br /&gt; border-bottom:1px solid #B5B5B5;&lt;br /&gt; padding-bottom:4px;&lt;br /&gt; color:#808080;&lt;br /&gt; font-size:13px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.msg a {&lt;br /&gt; color:#3B5998;&lt;br /&gt; text-decoration:none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.msg a:hover {&lt;br /&gt; text-decoration:underline;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.oembed-container {&lt;br /&gt; border-left:2px solid #eaeaea;&lt;br /&gt; margin-left:15px;&lt;br /&gt; padding:4px 4px 4px 10px;&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;There's nothing much about the CSS that needs explanation. Only the "oembed-container" class. jQuery.oEmbed, by default, creates a div with class-name "oembed-container". We put some styles to distinguish the embedded content.  &lt;h4 class="c0"&gt;The Database and Table&lt;/h4&gt;We need a table to store the status messages. I created a &lt;em&gt;very&lt;/em&gt; simple table with only two fields — &lt;em&gt;id&lt;/em&gt; and &lt;em&gt;content&lt;/em&gt;. &lt;em&gt;id&lt;/em&gt; is the numeric id of the status message and &lt;em&gt;content&lt;/em&gt; is the status message text. To create a table like this, use the following SQL code. &lt;pre class="sql" name="code"&gt;CREATE TABLE `status_msgs` (&lt;br /&gt;  `id` int(11) NOT NULL auto_increment,&lt;br /&gt;  `content` text,&lt;br /&gt;  PRIMARY KEY  (`id`)&lt;br /&gt;);&lt;br /&gt;&lt;/pre&gt;Please note that the table super-simple. Most applications have a user_id field in such tables to identify which user posted the status. But for this simple tutorial, I avoided all this. If you have queries, use the comment form below. :-)  &lt;h4 class="c0"&gt;Connect to the Database&lt;/h4&gt;Create a new file and save it as config.php. Put the following code in it. &lt;pre class="php" name="code"&gt;&amp;lt;?php&lt;br /&gt; $host = "HOST"; //your hostname. it's "localhost" in most cases&lt;br /&gt; $username = "USERNAME"; //your username&lt;br /&gt; $password = "PASSWORD"; // your password&lt;br /&gt; $db = "DB"; // name of the databae&lt;br /&gt; &lt;br /&gt; mysql_connect($host, $username, $password) or die("Cannot connect to database.");&lt;br /&gt; mysql_select_db($db) or die("Cannot select the database.");&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;/pre&gt;Do change the credentials with yours.  &lt;h4 class="c0"&gt;Create the Timeline&lt;/h4&gt;When the page is loaded we want the user to see what's posted on the timeline. So, we connect to the database and fetch all the statuses and create a div for each status. The following lines of code will do it. Add them inside &amp;lt;div class='msgs'&amp;gt;&amp;lt;/div&amp;gt; &lt;pre class="html" name="code"&gt;&amp;lt;?php &lt;br /&gt;   include("config.php");&lt;br /&gt;   $q = "SELECT * FROM status_msgs ORDER BY id DESC";&lt;br /&gt;   $r = mysql_query($q);&lt;br /&gt;   if(mysql_num_rows($r) &amp;gt; 0) {&lt;br /&gt;    //updates are found&lt;br /&gt;    while($row = mysql_fetch_assoc($r)){&lt;br /&gt;     echo "&amp;lt;div class='msg'&amp;gt;\n";&lt;br /&gt;     echo $row['content']."\n";&lt;br /&gt;     echo "&amp;lt;/div&amp;gt;\n";&lt;br /&gt;    }&lt;br /&gt;   } else {&lt;br /&gt;    //nothing in the table.&lt;br /&gt;    echo "No update found in the database!";&lt;br /&gt;   }&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;/pre&gt;Also, we add this few lines of code inside &amp;lt;head&amp;gt; tag of index.php to enable oEmbed on the links in the timeline. &lt;pre class="html" name="code"&gt;&amp;lt;script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type='text/javascript' src='jquery.oembed.min.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;$(function(){&lt;br /&gt; $(".msg a").oembed(null, {&lt;br /&gt; embedMethod: "append",&lt;br /&gt; maxWidth: 480&lt;br /&gt; });&lt;br /&gt;});&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/pre&gt;Don't forget to place jquery.oembed.min.js in the same directory as &lt;strong&gt;index.php&lt;/strong&gt;  &lt;h4 class="c0"&gt;Post Status Messages via AJAX&lt;/h4&gt;Now, it's time we add some AJAX functionality to our little application. When the user clicks on share button, we do two things with the help of before submitting it via AJAX. The first thing is to check and remove all HTML tags from the status messages. Secondly, we have to replace URLs with HTML anchor tags. Create new file, &lt;strong&gt;functions.js&lt;/strong&gt;, and put the following two functions in it. &lt;pre class="javascript" name="code"&gt;function stripHTML(source){&lt;br /&gt; var strippedText = source.replace(/&amp;lt;\/?[^&amp;gt;]+(&amp;gt;|$)/g, "");&lt;br /&gt; return strippedText;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function replaceURLWithHTMLLinks(source) {&lt;br /&gt;  var exp = /(\b(https?|ftp|file):\/\/[-A-Z0-9+&amp;amp;@#\/%?=~_|!:,.;]*[-A-Z0-9+&amp;amp;@#\/%=~_|])/ig;&lt;br /&gt;   replaced = source.replace(exp,"&amp;lt;a href='$1' target='_blank'&amp;gt;$1&amp;lt;/a&amp;gt;"); &lt;br /&gt;   return replaced;&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;The first function removes all HTML tags and the second function (source: &lt;a href="http://stackoverflow.com/questions/37684/replace-url-with-html-links-javascript"&gt;StackOverflow&lt;/a&gt;) replaces URLs with HTML anchor tags. (If you're wondering what the functions are, I used &lt;a href="http://en.wikipedia.org/wiki/Regular_expression"&gt;Regular Expressions&lt;/a&gt;.) Attach &lt;strong&gt;functions.js&lt;/strong&gt; to &lt;strong&gt;index.php&lt;/strong&gt; by adding this line inside &amp;lt;head&amp;gt; tag. &lt;pre class="html" name="code"&gt;&amp;lt;script type='text/javascript' src='functions.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/pre&gt;Next, we add these few lines of code inside the &amp;lt;head&amp;gt; tag of &lt;strong&gt;index.php&lt;/strong&gt; &lt;pre class="javascript" name="code"&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;$(function(){&lt;br /&gt; $("#shareBtn").click(function(){&lt;br /&gt;  status_text = $("#statusMsg").val();&lt;br /&gt;  if(status_text.length == 0) { //nothing entered&lt;br /&gt;   return;&lt;br /&gt;  } else {&lt;br /&gt;   $("#statusMsg").attr("disabled", "disabled"); //disable the textarea while ajax is in process&lt;br /&gt;   status_text = stripHTML(status_text); // clean all html tags&lt;br /&gt;   status_text = replaceURLWithHTMLLinks(status_text); // replace links with HTML anchor tags.&lt;br /&gt;   $.ajax({ //make ajax request&lt;br /&gt;    url: "ajaxUpdate.php",&lt;br /&gt;    type: "POST",&lt;br /&gt;    data: "status_msg="+status_text,&lt;br /&gt;    success: function(msg) {&lt;br /&gt;     $("#statusMsg").val(""); //clear the textarea&lt;br /&gt;     $("#statusMsg").attr("disabled", "");&lt;br /&gt;     if(msg == "true") { //msg is posted&lt;br /&gt;      $("#msgs").prepend("&amp;lt;div class='msg'&amp;gt;"+status_text+"&amp;lt;/div&amp;gt;"); //add the posted msg to timeline&lt;br /&gt;      $(".msg:first a").oembed(null, {maxWidth: 480, embedMethod: "append"}); //oEmbed links of the posted msg &lt;br /&gt;     } else { //failed&lt;br /&gt;      alert("Cannot be posted at the moment! Please try again later.");&lt;br /&gt;     }&lt;br /&gt;    }&lt;br /&gt;   });&lt;br /&gt;   return false;&lt;br /&gt;  }&lt;br /&gt; });&lt;br /&gt;});&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/pre&gt;Above code works when the user clicks on the Share button. When no text is entered, nothing happens. If text is entered, we use those JavaScript functions to remove HTML and turn URLs to HTML anchor tags. After sanitizing the text, we make AJAX request to &lt;strong&gt;ajaxUpdate.php&lt;/strong&gt; (which we will create). If the response is "true", the posted message is added to the timeline, and the links in the message are converted to embedded content. If the response is not "true", we alert the user that the message cannot be posted at the moment.We put the following code in &lt;strong&gt;ajaxUpdate.php&lt;/strong&gt; &lt;pre class="php" name="code"&gt;&amp;lt;?php &lt;br /&gt;include("config.php");&lt;br /&gt;if(!$_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest')&lt;br /&gt; {&lt;br /&gt; die("No direct access to files is allowed");&lt;br /&gt; }&lt;br /&gt;if(!empty($_POST['status_msg'])){&lt;br /&gt; $q = "INSERT INTO status_msgs (content) VALUES ('{$_POST['status_msg']}')";&lt;br /&gt; $r = mysql_query($q);&lt;br /&gt; if(mysql_affected_rows() == 1) {&lt;br /&gt;  echo "true";&lt;br /&gt; } else {&lt;br /&gt;  echo "false";&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;/pre&gt;This is fairly simple — first, we make sure that the page is accessed only via AJAX. Then we check to see that the status message text is non-empty. If it is not empty, we insert the message to the table and "true" is printed. "false" otherwise.That is it! &lt;div style="clear: both; text-align: center;" class='tutorial-image'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt; &lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;&lt;h4 class='c0'&gt;Conclusion&lt;/h4&gt;oEmbed also has a &lt;a href="http://code.google.com/p/php-oembed/"&gt;PHP library&lt;/a&gt;. If you're looking for more control over your application, you may find it helpful. I hope you enjoyed the tutorial. If you have queries, feel free to use the comment form below.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-442133937754241806?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/442133937754241806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=442133937754241806&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/442133937754241806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/442133937754241806'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/04/howto-create-facebook-status-message.html' title='Howto Create Facebook&amp;#39;s Status Message Timeline with jQuery oEmbed and AJAX'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FX3RmPElUpc/S7viBwZBJ8I/AAAAAAAAA10/xs6PpCCY0ss/s72-c/facebook-oembed-ajax-timeline.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-4083752484061382547</id><published>2010-04-02T23:08:00.002+05:30</published><updated>2010-04-02T23:23:05.806+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><title type='text'>YouTube's New Video Page is Live</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src="http://3.bp.blogspot.com/_oSp5_OiVbjE/SwV7Tm4dkLI/AAAAAAAABhw/SB7yH9_RPp8/s72/YouTube.png" /&gt; &lt;/div&gt;&lt;a href="http://ad1987.blogspot.com/search?q=youtube"&gt;YouTube&lt;/a&gt; has made a huge overhaul of its videos page. With an array of interface changes and new features, this new version of YouTube is available to all users across the globe. If you have not checked out YouTube's new videos page, you'd greeted with a tour of the new interface.  &lt;p&gt;After &lt;a href="http://youtube-global.blogspot.com/2009/09/five-stars-dominate-ratings.html"&gt;realising&lt;/a&gt; that the 5-star ratings is of no use, YouTube has introduced "thumb-up"/"thumb-down" voting system. Now, you can either like the video or hate it. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/S7YoemvZq2I/AAAAAAAAA1g/jODXcOsLcH4/s1600-h/youtube-video-page.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/S7YoemvZq2I/AAAAAAAAA1g/jODXcOsLcH4/s400/youtube-video-page.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Also, instead of showing various sharing options, YouTube now offers only one button to share videos across all social networks &amp;mdash; click on the button and copy the link of the video or share on any network. &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/S7Ypv6UAS8I/AAAAAAAAA1k/i6In4zfU1WU/s1600-h/youtube-share-options.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/S7Ypv6UAS8I/AAAAAAAAA1k/i6In4zfU1WU/s400/youtube-share-options.png" /&gt;&lt;/a&gt;&lt;/div&gt;Many other minor changes in the interface has been made. You can read about them on &lt;a href="http://youtube-global.blogspot.com/2010/03/new-video-page-launches-for-all-users.html"&gt;official YouTube blog&lt;/a&gt;. &lt;/p&gt;&lt;div style="clear: both; text-align: center;" class="tutorial-image"&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-4083752484061382547?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/4083752484061382547/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=4083752484061382547&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4083752484061382547'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4083752484061382547'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/04/youtube-new-video-page-is-live.html' title='YouTube&amp;#39;s New Video Page is Live'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_oSp5_OiVbjE/SwV7Tm4dkLI/AAAAAAAABhw/SB7yH9_RPp8/s72-c/YouTube.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8451148832367678494</id><published>2010-03-27T06:24:00.004+05:30</published><updated>2010-04-02T23:12:20.737+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='Resources'/><category scheme='http://www.blogger.com/atom/ns#' term='Round-Ups'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>10 Ready-to-use jQuery Plugins for Drop-down Menus</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src='http://2.bp.blogspot.com/_6CJaDmsVepU/SzofaGdZdqI/AAAAAAAAAsY/4f025I79JXE/s320/jquery-logo.thumbnail.gif'/&gt;&lt;br /&gt;&lt;/div&gt;Drop-down menus are a necessary 'evil' for any complex web-development project. Whether you're working on the admin-area of a web-application, or building a simple UI, drop-down menus are almost indispensable. But you may not feel all that excited creating a drop-down menus of your own when you have these plugins to make the task easier. These plugins don't need you to write complex CSS styles to create a super-simple drop-down menu.&lt;br /&gt;&lt;h4 class="c0"&gt;jQuery MegaMenu&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/S7YcFoXXZJI/AAAAAAAAA1c/6b65aqiRGO8/s1600-h/jquery-megamenu-screen-shot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="106" src="http://2.bp.blogspot.com/_FX3RmPElUpc/S7YcFoXXZJI/AAAAAAAAA1c/6b65aqiRGO8/s320/jquery-megamenu-screen-shot.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href='http://www.geektantra.com/2009/09/jquery-mega-menu/'&gt;Homepage&lt;/a&gt; | &lt;a href='http://www.geektantra.com/projects/jquery-megamenu/'&gt;Demo&lt;/a&gt;&lt;br /&gt;&lt;h4 class="c0"&gt;Simple Drop Down Menu for jQuery&lt;/h4&gt;Or &lt;a href="http://labs.makotokw.com/en/jquery/ui_potato_menu" title="jquery.ui.potato.menu"&gt;jquery.ui.potato.menu&lt;/a&gt;  &lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://1.bp.blogspot.com/_FX3RmPElUpc/S61aKTCIbWI/AAAAAAAAA0k/4aJBGsCRg8U/s1600/simple-drop-down-menu-for-jquery-kwlabs.png" /&gt; &lt;/div&gt;&lt;a href="http://labs.makotokw.com/en/jquery/ui_potato_menu"&gt;Demo&lt;/a&gt;  &lt;br /&gt;&lt;h4 class="c0"&gt;jdMenu&lt;/h4&gt;&lt;a href="http://jdsharp.us/jQuery/plugins/jdMenu/"&gt;jdMenu&lt;/a&gt; is super-lightweight and search-engine friendly.  &lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://2.bp.blogspot.com/_FX3RmPElUpc/S61bNyjrdsI/AAAAAAAAA0o/UuvuJ1tpoG0/s1600/jdMenu-hierarchical-menu-plugin-for-jquery.png" /&gt; &lt;/div&gt;&lt;a href="http://jdsharp.us/jQuery/plugins/jdMenu/"&gt;Demo&lt;/a&gt;  &lt;br /&gt;&lt;h4 class="c0"&gt;mcDropdown jQuery Plug-in&lt;/h4&gt;Perfect choice for &lt;i&gt;very&lt;/i&gt; complex applications. It creates a multi-column hierarchical select UI component. You can autocomplete keyboard entries with it.  &lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://3.bp.blogspot.com/_FX3RmPElUpc/S61cMt6kftI/AAAAAAAAA0s/epW8WwUDVjw/s1600/mcdropdown_preview.png" /&gt; &lt;/div&gt;&lt;a href="http://www.givainc.com/labs/mcdropdown_jquery_plugin.htm"&gt;Homepage and Demo&lt;/a&gt;  &lt;br /&gt;&lt;h4 class="c0"&gt;Smooth Navigational Menu&lt;/h4&gt;"Smooth Navigation Menu is a multi level, CSS list based menu powered using jQuery that makes website navigation a smooth affair. The menu supports both the horizontal and vertical (sidebar) orientation."  &lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://3.bp.blogspot.com/_FX3RmPElUpc/S61eGbfwzXI/AAAAAAAAA0w/HVN-H8PhpFY/s1600/smooth-navigational-menu-dynamic-drive.png" /&gt; &lt;/div&gt;&lt;a href="http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm"&gt;Homepage and Demo&lt;/a&gt;  &lt;br /&gt;&lt;h4 class="c0"&gt;Emenu&lt;/h4&gt;&lt;a href="http://www.chromasynthetic.com/blog/?p=196" title="Emenu a jquery plugin"&gt;Emenu&lt;/a&gt; is a simple drop-down menu solution that "just works".  &lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://3.bp.blogspot.com/_FX3RmPElUpc/S61feEr4WKI/AAAAAAAAA00/8QpIkMBH4zQ/s1600/emenu-a-jquery-plugin.png" /&gt; &lt;/div&gt;&lt;a href="http://www.chromasynthetic.com/blog/?p=196"&gt;Homepage&lt;/a&gt; | &lt;a href="http://www.chromasynthetic.com/scripts/demo/emenu/"&gt;Demo&lt;/a&gt;  &lt;br /&gt;&lt;h4 class="c0"&gt;nmcDropDown&lt;/h4&gt;&lt;a href="http://www.newmediacampaigns.com/page/nmcdropdown"&gt;nmcDropDown&lt;/a&gt; is highly configurable drop-down menu plugin for jqeury, yet simple to implement.  &lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://1.bp.blogspot.com/_FX3RmPElUpc/S61gjZrGGLI/AAAAAAAAA04/8geaDFgwKpY/s1600/nmc-drop-down-menu.png" /&gt; &lt;/div&gt;&lt;a href="http://www.newmediacampaigns.com/page/nmcdropdown"&gt;Homepage&lt;/a&gt; | &lt;a href="http://www.newmediacampaigns.com/files/nmcdropdown_example/"&gt;Demo&lt;/a&gt;  &lt;br /&gt;&lt;h4 class="c0"&gt;jQuery Simple Drop-Down Menu Plugin&lt;/h4&gt;It's a very lightweight (&amp;lt;1kb) jquery drop-down menu plugin which is compatible with almost all browsers (including IE6). Its drawback is that it needs you to add some CSS styles.  &lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://3.bp.blogspot.com/_FX3RmPElUpc/S61iHYkjk2I/AAAAAAAAA08/E21HBKCO5F0/s1600/jquery-simple-drop-down-menu-plugin.png" /&gt; &lt;/div&gt;&lt;a href="http://javascript-array.com/scripts/jquery_simple_drop_down_menu/"&gt;Homepage and Demo&lt;/a&gt;  &lt;br /&gt;&lt;h4 class="c0"&gt;Superfish&lt;/h4&gt;Based on &lt;a href="http://www.alistapart.com/articles/dropdowns" title="Alist Apart Suckerfish"&gt;Alist Apart's Suckerfish&lt;/a&gt;, Superfish is a full-featured drop-down menu solution with jQuery.  &lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://3.bp.blogspot.com/_FX3RmPElUpc/S61kGD3hnII/AAAAAAAAA1A/TCHWUE6yP_8/s1600/superfish-drop-down-plugin-for-jquey.png" /&gt; &lt;/div&gt;&lt;a href="http://users.tpg.com.au/j_birch/plugins/superfish"&gt;Homepage and Demo&lt;/a&gt;&lt;br /&gt;&lt;div style="clear: both; text-align: center;"&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;mbMenu&lt;/h4&gt;"This is a powerful jQuery component to build easily a multilevel tree menu or a contextual menu (right click) in an intuitive way!"  &lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://4.bp.blogspot.com/_FX3RmPElUpc/S61mHF5t6fI/AAAAAAAAA1E/GEnp0EmuI8o/s1600/mbmenu-jquery-plugin.png" /&gt; &lt;/div&gt;&lt;a href="http://pupunzi.open-lab.com/mb-jquery-components/mb-_menu/"&gt;Homepage&lt;/a&gt; | &lt;a href="http://pupunzi.com/mb.components/mb._menu/demo/demo.html"&gt;Demo&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8451148832367678494?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8451148832367678494/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8451148832367678494&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8451148832367678494'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8451148832367678494'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/03/9-ready-to-use-jquery-plugins-for-drop.html' title='10 Ready-to-use jQuery Plugins for Drop-down Menus'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_6CJaDmsVepU/SzofaGdZdqI/AAAAAAAAAsY/4f025I79JXE/s72-c/jquery-logo.thumbnail.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8346548761099883711</id><published>2010-03-21T09:07:00.000+05:30</published><updated>2010-03-21T09:07:06.543+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><title type='text'>Only A Day Left for Free Accounts in NullScriptz</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;float:left;margin:0px 3px 3px 0px;"&gt;&lt;a href="http://nullscriptz.com/"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/S6WRM5vCHQI/AAAAAAAAA0g/SWaEAJvI3-w/s1600/nullscriptz-logo.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://nullscriptz.com"&gt;NullScriptz&lt;/a&gt;, the premium destination for pirated scripts, themes and web-applications is closing its free sign-up program starting 22nd March 2010. It would be invite-only for everyone. However, you always have the option to sign up for VIP accounts for a cost of $30 for 6 months.&lt;br /&gt;&lt;br /&gt;In an email to all its members, the site admins wrote:&lt;br /&gt;&lt;blockquote&gt;Starting Monday 22nd March 2010 we will become invite only.&lt;br /&gt;Each active member will get 1 invite per week, so use it wisely, you must be sure of any member you invite, their actions will reflect on you also as your invite means you are vouching for that person, any misdemeanours not only go against them but against you only.&lt;br /&gt;As from Monday we will also be cleaning up the board of inactive members.&lt;/blockquote&gt;An invite every week is a very innovative idea and it doesn't completely stop new members from getting in. But if you want your account now, don't wait before its too late.&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 468x60, created 3/31/09, placed within a post */google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;strong&gt;Disclaimer: This blog and its author(s) do not condone software piracy. The above post is for information only and should not be taken as a promotion of copyright infringement.&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8346548761099883711?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8346548761099883711/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8346548761099883711&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8346548761099883711'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8346548761099883711'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/03/only-day-left-for-free-accounts-in.html' title='Only A Day Left for Free Accounts in NullScriptz'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FX3RmPElUpc/S6WRM5vCHQI/AAAAAAAAA0g/SWaEAJvI3-w/s72-c/nullscriptz-logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-6441256057921655821</id><published>2010-03-08T08:37:00.001+05:30</published><updated>2010-03-08T08:37:26.896+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>Find All Google Doodles Till Date</title><content type='html'>&lt;div style="clear: both; float: left; margin: 0px 4px 4px 0px; text-align: center"&gt;&lt;img src="http://4.bp.blogspot.com/_NJiJ2hbWd24/Sn9FP3HLPBI/AAAAAAAAAUY/-WLvwxJHoic/s72/google-logo.png"&gt; &lt;/div&gt;Everyone loves those doodles Google creates from time to time. Most of these logos are created to celebrate various occasions — from &lt;a href="http://www.google.com/heart/feature_cons.html"&gt;Valentine's Day&lt;/a&gt; to &lt;a href="http://www.google.com/logos/holi10-hp.gif"&gt;Holi&lt;/a&gt;. Most of these logos are created by Google's webmaster &lt;a href="http://www.google.com/doodle4google/doodler.html"&gt;Dennis Hwang&lt;/a&gt;. Starting from 1998 to January, 2010, a total of 712 logos have been created so far. But how on earth can you keep track of them? Google has the answer.  &lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;img src="http://2.bp.blogspot.com/_FX3RmPElUpc/S5RpQy2Y_2I/AAAAAAAAA0c/9faw1BCLA2Q/s400/google-doodle.png"&gt; &lt;/div&gt; &lt;p&gt;The recently launched &lt;a title="Find all Google doodles" href="http://www.google.com/logos/"&gt;Google Logos&lt;/a&gt; site features all the doodles created so far, starting from 1998. It also showcases fan logos and official logos. You can browse doodles by a simple timeline. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-6441256057921655821?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/6441256057921655821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=6441256057921655821&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6441256057921655821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6441256057921655821'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/03/find-all-google-doodles-till-date.html' title='Find All Google Doodles Till Date'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_NJiJ2hbWd24/Sn9FP3HLPBI/AAAAAAAAAUY/-WLvwxJHoic/s72-c/google-logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-6593531548526548089</id><published>2010-03-02T08:30:00.005+05:30</published><updated>2010-03-02T08:52:48.977+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='Tutorials'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>HOW-TO: Create a Flash-like Animated Menu with jQuery and CSS</title><content type='html'>Browsing through &lt;a href="http://templatemonster.com"&gt;TemplateMonster&lt;/a&gt; the other day, I stumbled upon a Flash template up for sales. As with most flash templates, animated navigation menus are the eye-candy. And this one was no exception. After playing some time with jQuery and CSS (in Notepad++), I made a look-alike. This tutorial is about how &lt;em&gt;you&lt;/em&gt; can create the same — and improve it. I hope you’d enjoy the tutorial. Let’s get started.&lt;br /&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;a href="http://abhisek.iblogger.org/labs/animenu/" class="download-link read"&gt;Try Demo&lt;/a&gt; &lt;a href="http://www.box.net/shared/1ippv76feg" class="download-link"&gt;Download Source&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;strong&gt;You might also like:&lt;/strong&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/02/reddit-style-voting-with-php-mysql-and.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Reddit-style Voting With PHP, MySQL And jQuery&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/03/how-to-building-simple-online-feed.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Build A Simple Online Feed-reader With SimplePie, jQuery and PHP&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/03/how-to-build-animated-ajax-search-with.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Build An Animated Ajax Search With jQuery And PHP&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2008/12/create-your-own-tinyurl-with-php-and.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Create Your Own TinyURL With PHP And MySQL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/06/how-to-multi-level-comments-in-php.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Multi Level Comments With PHP&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/07/how-to-build-front-end-of-ajax-login.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;How to Build the Front-end of an AJAX Login Page with Progressbar&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://ad1987.blogspot.com/2009/08/how-to-create-apple-leopard-text-effect.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links'&gt;How to Create Apple Leopard Text-effect with CSS&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 class="c0"&gt;Objective&lt;/h4&gt;We are going to create a vertical navigation menu. When the user hovers on each link, the following will take place:  &lt;ul&gt;&lt;li&gt;A link with white color will fade in, hiding the link in normal state (with the same href attribute).&lt;br /&gt;&lt;li&gt;While the white link fades in, the background of the link will animate from right to left.&lt;/li&gt;&lt;/ul&gt;&lt;h4 class="c0"&gt;What We Need&lt;/h4&gt;We need the following:  &lt;ul&gt;&lt;li&gt;A modern browser (Although it works on IE6 too!)&lt;br /&gt;&lt;li&gt;jQuery JavaScript Library. Download from &lt;a href="http://jquery.com"&gt;jQuery website&lt;/a&gt;.&lt;br /&gt;&lt;li&gt;Your favorite text-editor. (Mine is &lt;a title="Download Notepad Plus Plus" href="http://notepad-plus.sourceforge.net/"&gt;Notepad++&lt;/a&gt;) &lt;/li&gt;&lt;/ul&gt;&lt;h4 class="c0"&gt;Create the Layout&lt;/h4&gt;We create an HTML file and put the following lines of code in it. &lt;pre class="html" name="code"&gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;Animated Flash-like Menu with jQuery and CSS&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;div id='wrapper'&amp;gt;&lt;br /&gt; &amp;lt;div id='sidebar'&amp;gt;&lt;br /&gt;  &amp;lt;ul id='menu'&amp;gt;&lt;br /&gt;   &amp;lt;li&amp;gt;&amp;lt;a href='#'&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;   &amp;lt;li&amp;gt;&amp;lt;a href='#'&amp;gt;About&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;   &amp;lt;li&amp;gt;&amp;lt;a href='#'&amp;gt;Services&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;   &amp;lt;li&amp;gt;&amp;lt;a href='#'&amp;gt;Testimonials&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;   &amp;lt;li&amp;gt;&amp;lt;a href='#'&amp;gt;Contact Us&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;  &amp;lt;/ul&amp;gt;&lt;br /&gt; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&lt;/pre&gt;Here we created a basic layout. The navigation menu we are creating is placed under the sidebar. (You can put it anywhere. Just keep it in mind it's going to a vertical navigation menu.) The href attribute of each link is set to # (for the purpose of the tutorial.)  &lt;h4 class="c0"&gt;Let's Add Some Styles&lt;/h4&gt;So, we have our layout. Let's add style to it. Create style.css and put these lines of code in it. &lt;pre class="css" name="code"&gt;html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,&lt;br /&gt;pre, form, fieldset, table, th, td { margin: 0; padding: 0; }&lt;br /&gt;&lt;br /&gt;body {&lt;br /&gt;font-size: 14px;&lt;br /&gt;line-height:1.3em;&lt;br /&gt;text-align:center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#wrapper {&lt;br /&gt;width:960px;&lt;br /&gt;margin:0 auto;&lt;br /&gt;text-align:left;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#sidebar {&lt;br /&gt; width:250px;&lt;br /&gt; float:left;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;ul#menu {&lt;br /&gt; list-style:none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;ul#menu li {&lt;br /&gt; margin:0;&lt;br /&gt; padding:0;&lt;br /&gt; overflow:hidden;&lt;br /&gt; float:right;&lt;br /&gt; position:relative;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#menu li a{&lt;br /&gt; color:#000000;&lt;br /&gt; float:right;&lt;br /&gt; padding:6px 8px 6px 3px;&lt;br /&gt; width:200px;&lt;br /&gt; z-index:2;&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;The first two blocks of CSS styles are bare necessities. It's somewhat a modified (and lightweight) version of &lt;a title="Eric Meyer's Reset CSS" href="http://meyerweb.com/eric/tools/css/reset/"&gt;Reset CSS&lt;/a&gt;. You may do away with them, as well. We set the width of the wrapper to 960px and sidebar to 250px. (You can set them to anything.) Next, we set the list-style of the unordered list to none. (i.e. removing those pesky circles before each list item.) We set the overflow of each list element to hidden to hide everything that overflows the width of list elements. Position of each list element is set to relative because we are going to put absolutely positioned elements inside list elements. All the links inside list elements are floated to right, width set to 200px and z-index is 2. The z-index is important here because the links will overlay a span element with a lower value of z-index. Don't forget to attach the stylesheet to index.html (under &amp;lt;head&amp;gt; tag. &lt;pre class="html" name="code"&gt;&amp;lt;link rel='stylesheet' href='style.css'&amp;gt;&amp;lt;/link&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 468x60, created 3/31/09, placed within a post */google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt; &lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt; &lt;h4 class="c0"&gt;On Hover&lt;/h4&gt;When the page loads up, each link element will change into the following: &lt;pre class="html" name="code"&gt;&amp;lt;li&amp;gt;&lt;br /&gt; &amp;lt;a href="#"&amp;gt;Home&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;lt;a href="#" class="overlay"&amp;gt;Home&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&lt;/pre&gt;The extra link element (with class-name "overlay") and span element will created on-the-fly by jQuery, and both will be absolutely positioned. The span element will work as the background but it will be hidden untill the user hovers the pointer on the link. Let's add styles for these two extra mark-ups. Add these lines to style.css &lt;pre class="css" name="code"&gt;#menu li a.overlay {&lt;br /&gt; color:#FFFFFF;&lt;br /&gt; position:absolute;&lt;br /&gt; text-decoration:none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#menu li span {&lt;br /&gt; background:#528691;&lt;br /&gt; position:absolute;&lt;br /&gt; width:211px;&lt;br /&gt; height:34px;&lt;br /&gt; top:0;&lt;br /&gt; left:211;&lt;br /&gt; z-index:1;&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;The css definitions are pretty simple and easy to understand. Only one thing may need explanation — the width of the span is set to 211px. The width of each link in the list elements is set to 200px and they have right-padding and left-padding of 8px and 3px respectively. Thus, the effective width of each link will be 200px + 8px + 3px = 211px. Since the span will behave like the background of links, it should have the same width. Also notice that each span is kept 211px far from left. This is just to hide it.  &lt;h4 class="c0"&gt;Animate on Hover&lt;/h4&gt;Now that we are done with mark-ups and styling elements, it's time we add some javascript to animate the background on hover. Put these lines of code in index.html (under &amp;lt;head&amp;gt; tag) &lt;pre class="html" name="code"&gt;&amp;lt;script type='text/javascript' src='jquery-1.3.2.min.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;$(function(){&lt;br /&gt; $("ul#menu li").each(function() {&lt;br /&gt;  anchor = $(this).html();&lt;br /&gt;  overlay_anchor = $(anchor).addClass("overlay");&lt;br /&gt;  $(this).append(overlay_anchor);&lt;br /&gt;  $(this).append("&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;");&lt;br /&gt;  $('.overlay').css({ opacity: 0 });&lt;br /&gt; });&lt;br /&gt;&lt;br /&gt; $("ul#menu li a,  ul#menu li .overlay").hover(function() {&lt;br /&gt;  $(this).parents("li").children("span").stop().animate({ left: 0 }, 150);&lt;br /&gt;  $(this).parents("li").children("a.overlay").stop().animate({ opacity: 1 }, 100);&lt;br /&gt;  }, function() {&lt;br /&gt;  $(this).parents("li").children("span").stop().animate({ left: "211px" }, 150);&lt;br /&gt;  $(this).parents("li").children("a.overlay").stop().animate({ opacity: 0 }, 100);&lt;br /&gt;  }); &lt;br /&gt;&lt;br /&gt;});&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/pre&gt;The first line attaches jQuery library to index.html. Then, we clone the link in each list element and add append the cloned element after setting its classname to "overlay". We also append a span tag (which will animate and behave like background). The opacity of the overlay class is set to 0 to hide it. Next, when the user hovers on links, we animate the span from right to left (by setting its "left" to 0). We also change the opacity of the overlay class to 1. When the user hovers off the links, we change the links back to what it was before. That's it! &lt;h4 class='c0'&gt;Conclusion&lt;/h4&gt;The potential of jQuery and CSS working together is great. This is just a simple way to mock up what Flash does best &amp;mdash; animation. You can further improve on it. Like animating the current page link on document load. Or something more useful that fits your needs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-6593531548526548089?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/6593531548526548089/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=6593531548526548089&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6593531548526548089'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6593531548526548089'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/03/how-to-create-flash-like-animated-menu.html' title='HOW-TO: Create a Flash-like Animated Menu with jQuery and CSS'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-7339879202994335891</id><published>2010-03-01T06:55:00.001+05:30</published><updated>2010-03-01T06:55:56.264+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linked'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>Giant Painting of Famous People with Wiki Links</title><content type='html'>&lt;div style="clear: both; float: left; margin: 0px 4px 4px 0px; text-align: center"&gt;&lt;img src="http://i50.tinypic.com/r1eq0i.jpg"&gt; &lt;/div&gt;What's common between Bruce Lee and Einstein? Elvis Presley and Vladimir Putin? Mike Tyson and Charles Darwin? Or Mao Zedong and Pele? Well, they are under the same frame — a &lt;a href="http://www.anactivesite.ch:8080/temp/PeopleofInfluencePainting.html"&gt;giant painting of famous people&lt;/a&gt;. Whatsmore, you can visit WikiPedia pages for those people just by clicking on them. The image, it seems, may not be hand-drawn. The techniques used to achieve this effect is &lt;a href="http://www.w3schools.com/TAGS/tag_map.asp"&gt;image-mapping&lt;/a&gt;.    &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-7339879202994335891?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/7339879202994335891/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=7339879202994335891&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7339879202994335891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7339879202994335891'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/03/giant-painting-of-famous-people-with.html' title='Giant Painting of Famous People with Wiki Links'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i50.tinypic.com/r1eq0i_th.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-1219712053670091235</id><published>2010-02-22T14:28:00.005+05:30</published><updated>2010-02-22T14:39:16.988+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Twitter'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Tweet from Gnome with Pino</title><content type='html'>&lt;div style="clear: both; float: left; margin: 0px 4px 6px 0px; text-align: center"&gt;&lt;img src="http://2.bp.blogspot.com/_FX3RmPElUpc/S4I8OhexHaI/AAAAAAAAA0U/e6x5l_g5cGc/s1600/pino-twitter-client-for-gnome.png"&gt; &lt;/div&gt;&lt;p&gt;Are you looking for a ‘good’ Twitter client for Gnome? Not happy with &lt;a title="Twitux" href="http://live.gnome.org/DanielMorales/Twitux"&gt;Twitux&lt;/a&gt;? &lt;a title="Pino Twitter Client For Gnome" href="http://pino-app.appspot.com/"&gt;Try Pino&lt;/a&gt;. It’s a new Twitter client for Gnome-based desktop environments. It’s a very lightweight app with minimal dependencies. The latest version supports &lt;a href="http://identi.ca"&gt;Identi.ca&lt;/a&gt; updates and multi-accounts, among many other features. You can shorten longer URLs on the fly with &lt;a href="http://goo.gl"&gt;goo.gl&lt;/a&gt; and &lt;a href="http://is.gd"&gt;is.gd&lt;/a&gt;. The latest version is an experimental version.&lt;/p&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;img src="http://lh4.ggpht.com/_gUMgDOn6JOI/S3VB4D3m-eI/AAAAAAAAAto/NbYGvzvlEp0/s400/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA-2.png" /&gt; &lt;/div&gt;If you are using Ubuntu, use the following command-lines to install Pino, &lt;pre class="html" name="code"&gt;sudo add-apt-repository ppa:vala-team/ppa&lt;br /&gt;sudo add-apt-repository ppa:troorl/pino &lt;br /&gt;sudo apt-get update&lt;br /&gt;apt-get install pino&lt;br /&gt;&lt;/pre&gt;More installation instructions can be found at &lt;a title="Download Pino Twitter client for Gnome" href="http://pino-app.appspot.com/downloads"&gt;the download center&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-1219712053670091235?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/1219712053670091235/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=1219712053670091235&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1219712053670091235'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1219712053670091235'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/02/tweet-from-gnome-with-pino.html' title='Tweet from Gnome with Pino'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FX3RmPElUpc/S4I8OhexHaI/AAAAAAAAA0U/e6x5l_g5cGc/s72-c/pino-twitter-client-for-gnome.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-7373182556122816000</id><published>2010-02-17T11:15:00.001+05:30</published><updated>2010-02-17T11:25:25.451+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='url'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Tutorials'/><category scheme='http://www.blogger.com/atom/ns#' term='Hacking'/><category scheme='http://www.blogger.com/atom/ns#' term='Web Apps'/><category scheme='http://www.blogger.com/atom/ns#' term='Customisations'/><category scheme='http://www.blogger.com/atom/ns#' term='blogging'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Add a Google Buzz Button with Buzz Count</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src="http://1.bp.blogspot.com/_FX3RmPElUpc/S3t1z-YGaOI/AAAAAAAAA0A/-QdQNcBdZoE/s144/buzz-icon-with-count.jpg" /&gt; &lt;/div&gt;Last week I posted &lt;a href="http://ad1987.blogspot.com/2010/02/add-google-buzz-button-to-your-blogger.html" title="How to add Google Buzz button to your Blogger blog"&gt;how to add Google Buzz button to your Blogger blog&lt;/a&gt;. This is a follow-up of that post. But the following hack can be added to &lt;strong&gt;any website &amp;mdash; whether running Blogger or Wordpress&lt;/strong&gt;. Since &lt;a href="http://code.google.com/apis/buzz/" title="Google Buzz API"&gt;Google Buzz API&lt;/a&gt; doesn't provide any function to count the number of shares in Google Buzz, we'll be using Bit.ly's API to count Buzzes. Please make a back-up of your template (or html files) before making any changes. I will assume a couple of things, &lt;ul&gt;&lt;li&gt;You have a Bit.ly account. If not, &lt;a href="http://www.bit.ly/account/register"&gt;register for a Bit.ly account&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;After clicking on the button, each user shares the links on Google Buzz&lt;/li&gt;&lt;/ul&gt;&lt;h4 class='c0'&gt;Step 1&lt;/h4&gt;&lt;a href="http://bit.ly/account/your_api_key/"&gt;Get your Bit.ly API key&lt;/a&gt;. Add the following lines inside the &amp;lt;head&amp;gt; tag. &lt;pre name='code' class='html'&gt;&amp;lt;script type="text/javascript" src="http://bit.ly/javascript-api.js?version=latest&amp;login=YOUR_LOGIN_ID&amp;apiKey=YOUR_API_KEY"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/pre&gt;Replace YOUR_LOGIN_ID and YOUR_API_KEY with your credentials.&lt;br /&gt;&lt;h4 class='c0'&gt;Step 2&lt;/h4&gt;&lt;br /&gt;Add these lines of code inside the &amp;lt;head&amp;gt; tag.&lt;br /&gt;&lt;pre name='code' class='html'&gt;&amp;lt;style type='text/css'&amp;gt;&lt;br /&gt;.btn {&lt;br /&gt;background:url("http://1.bp.blogspot.com/_FX3RmPElUpc/S3tw51HNEtI/AAAAAAAAAz8/b9aPyAAwBl0/s144/buzz-button.jpg") no-repeat center center;&lt;br /&gt;width:50px;&lt;br /&gt;height:58px;&lt;br /&gt;position:relative;&lt;br /&gt;text-align:center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.btn a {&lt;br /&gt;position:absolute;&lt;br /&gt;bottom:0;&lt;br /&gt;left:0;&lt;br /&gt;display:block;&lt;br /&gt;height:17px;&lt;br /&gt;width:50px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.btn span {&lt;br /&gt;position:absolute;&lt;br /&gt;right:0;&lt;br /&gt;left:0;&lt;br /&gt;top:5px;&lt;br /&gt;font-size:14px;&lt;br /&gt;font-weight:bold;&lt;br /&gt;letter-spacing:0.1em;&lt;br /&gt;padding:3px;&lt;br /&gt;color:#ffffff;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;h4 class='c0'&gt;Step 3&lt;/h4&gt;&lt;br /&gt;Add the following code where you want to show the button&lt;br /&gt;&lt;pre name='code' class='html'&gt;&amp;lt;div class='btn'&amp;gt;&lt;br /&gt;&amp;lt;a href='LINK_TO_SHARE_IN_GOOGLE_BUZZ' class="buzzbutton"&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Replace LINK_TO_SHARE_IN_GOOGLE_BUZZ with the link. If you're using Blogger, you can find the link &lt;a href="http://ad1987.blogspot.com/2010/02/add-google-buzz-button-to-your-blogger.html"&gt;here&lt;/a&gt;. If you're using Wordpress, you can find the link at &lt;a href="http://www.tricksdaddy.com/2010/02/add-google-buzz-button-to-wordpress-blog.html" target="_blank" title="Add Google Buzz Button To Wordpress Blog"&gt;TricksDaddy&lt;/a&gt;. Do not remove the class ("buzzbutton").&lt;br /&gt;&lt;h4 class='c0'&gt;Step 4&lt;/h4&gt;&lt;br /&gt;Add these lines of code just before &amp;lt;/body&amp;gt;.&lt;br /&gt;&lt;pre name='code' class='html'&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;/***&lt;br /&gt;Buzz Count Script using Bit.ly API.&lt;br /&gt;Abhisek Dutta (http://ad1987.blogspot.com/)&lt;br /&gt;***/&lt;br /&gt;&lt;br /&gt;//get all anchor tags with buzzbutton as the class&lt;br /&gt;urlContainer = {};&lt;br /&gt;hashContainer = {};&lt;br /&gt;function getAllButtons() {&lt;br /&gt;anchrs = document.getElementsByTagName("a");&lt;br /&gt;btns = new Array();&lt;br /&gt;for(i=0; i&amp;lt;anchrs.length; i++) {&lt;br /&gt;if(anchrs[i].className == "buzzbutton") {&lt;br /&gt;btns.push(anchrs[i]);&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;return btns;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;var btns = getAllButtons();&lt;br /&gt;&lt;br /&gt;for(i=0;i&amp;lt;btns.length;i++) {&lt;br /&gt;long_url = btns[i].href;&lt;br /&gt;urlContainer[long_url] = i;&lt;br /&gt;BitlyClient.shorten(long_url, 'replace_link');&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function replace_link(data) {&lt;br /&gt;for (var r in data.results) {&lt;br /&gt;doc = data.results[r];&lt;br /&gt;break;&lt;br /&gt;}&lt;br /&gt;short_url = doc['shortUrl'];&lt;br /&gt;hash = doc['hash'];&lt;br /&gt;hashContainer[hash] = urlContainer[r];&lt;br /&gt;btns[urlContainer[r]].href = "http://bit.ly/"+hash;&lt;br /&gt;BitlyClient.stats(hash, 'getStat');&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function getStat(data) {&lt;br /&gt;var clicks = data.results.clicks;&lt;br /&gt;var hash = data.results.hash;&lt;br /&gt;span = document.createElement("span");&lt;br /&gt;span.innerHTML = clicks;&lt;br /&gt;btns[hashContainer[hash]].parentNode.insertBefore(span, btns[hashContainer[hash]]);&lt;br /&gt;}&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/pre&gt;That's all you have to do! Let me know if it works for you in the comments section.&lt;br /&gt;P.S. This is inspired by &lt;a target='_blank' href='http://mashable.com'&gt;Mashable&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-7373182556122816000?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/7373182556122816000/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=7373182556122816000&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7373182556122816000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7373182556122816000'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/02/add-google-buzz-button-with-buzz-count.html' title='Add a Google Buzz Button with Buzz Count'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_FX3RmPElUpc/S3t1z-YGaOI/AAAAAAAAA0A/-QdQNcBdZoE/s72-c/buzz-icon-with-count.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-1846395938927138685</id><published>2010-02-17T08:21:00.000+05:30</published><updated>2010-02-17T08:21:24.317+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web Apps'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>Control Website Addiction and Stay Focused with ToVisitOrNot</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt; &lt;img src="http://2.bp.blogspot.com/_FX3RmPElUpc/S3tW4KGZNAI/AAAAAAAAAz4/11EmSmPJ9SQ/s144/no-addiction.jpg" /&gt; &lt;/div&gt; Are you addicted to Facebook? Can't think of life without your friends' timelines on Twitter? Spending too much time on Orkut? Cannot &lt;a href="http://circleboxblog.com/2010/articles/15-tips-to-stay-connected-in-a-permanently-connected-world-2/" title="15 Tips to Stay Productive in a Permanently Connected World"&gt;stay productive on a permanently connected world&lt;/a&gt;? Well, ToVisitOrNot may help you! &lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt; &lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/S3tVeYoX3pI/AAAAAAAAAz0/lOUX4ZyNt-w/s1600-h/to-visit-or-not.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="258" src="http://1.bp.blogspot.com/_FX3RmPElUpc/S3tVeYoX3pI/AAAAAAAAAz0/lOUX4ZyNt-w/s320/to-visit-or-not.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt; ToVisitOrNot creates modified URLs of sites with a minimum time period between two successive visits. You can visit the sites using the modified URLs. But if you visit it more often than the specified time period, &lt;a href="http://tovisitornot.com/" title="ToVisitOrNot"&gt;ToVisitOrNot&lt;/a&gt; will show you a warning message. Very simple idea but very unusual in its use.  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-1846395938927138685?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/1846395938927138685/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=1846395938927138685&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1846395938927138685'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1846395938927138685'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/02/control-website-addiction-and-stay.html' title='Control Website Addiction and Stay Focused with ToVisitOrNot'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FX3RmPElUpc/S3tW4KGZNAI/AAAAAAAAAz4/11EmSmPJ9SQ/s72-c/no-addiction.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-4415401989260458353</id><published>2010-02-16T07:54:00.001+05:30</published><updated>2010-02-16T07:55:33.202+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web Apps'/><category scheme='http://www.blogger.com/atom/ns#' term='Round-Ups'/><title type='text'>6 Best Online Collaborative Text Editors</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src="http://1.bp.blogspot.com/_5QUjy7NFQuU/So04_EGhJAI/AAAAAAAAAD8/YDxjyDe1oek/s320/Edit+Text.png" /&gt; &lt;/div&gt;Whether you're a developer or a finance guy or a simple computer user, at some point of time, you must have shared documents with your colleagues. After you shared the documents, if you make any more changes, you have to send them as &lt;strong&gt;attachments with your email&lt;/strong&gt;. Amid loads of works you do everyday, this might be a pretty boring repetitive work. This process would have been easier if the recipient could see your changes as you type. Online collaborative text-editors are the answer. Simple, easy and saves time. You &lt;strong&gt;don't have to share the document — just share the link!&lt;/strong&gt;  &lt;h4 class="c0"&gt;Google Docs&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://4.bp.blogspot.com/_FX3RmPElUpc/S2mkQ3DnFEI/AAAAAAAAAyo/SNrfWAPxK1U/s1600-h/google-docs.png" imageanchor="1"&gt;&lt;img src="http://4.bp.blogspot.com/_FX3RmPElUpc/S2mkQ3DnFEI/AAAAAAAAAyo/SNrfWAPxK1U/s1600/google-docs.png" border="0"&gt;&lt;/a&gt;&lt;/div&gt;Probably the most popular text-editor online. &lt;a href="http://docs.google.com" target="_blank"&gt;Google Docs&lt;/a&gt; is simple to use and share. You can share the documents with certain Google users or the public. It's good for showing your works but may not be the best to keep track of who-edited-what since the main purpose of Google Docs is to provide an online alternative to MS Office. As a result revision options are not that structured.  &lt;h4 class="c0"&gt;WriteBoard&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://1.bp.blogspot.com/_FX3RmPElUpc/S2rx1lOiREI/AAAAAAAAAys/Xk0fM27fqdk/s1600-h/writeboard.jpg" imageanchor="1"&gt;&lt;img src="http://1.bp.blogspot.com/_FX3RmPElUpc/S2rx1lOiREI/AAAAAAAAAys/Xk0fM27fqdk/s1600/writeboard.jpg" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;a title="Writeboard" href="http://writeboard.com" target="_blank"&gt;WriteBoard&lt;/a&gt; is a product of 37Signals. As with most of their products, WriteBoard is super simple and easy to use. You can protect every writeboard you create with a password and username. Every WriteBoard has a URL that is almost unguessable. You can invite collaborators to share and edit Writeboards. Changes are highlighted in different colors, making it easy to keep track of the changes and their authors.  &lt;h4 class="c0"&gt;Mozilla Bespin&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://3.bp.blogspot.com/_FX3RmPElUpc/S2zdluSPuoI/AAAAAAAAAyw/cQhIdd71XFA/s1600-h/bespin.jpg" imageanchor="1"&gt;&lt;img src="http://4.bp.blogspot.com/_FX3RmPElUpc/S2zdluSPuoI/AAAAAAAAAyw/cQhIdd71XFA/s1600/bespin.jpg" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;a title="Bespin" href="https://bespin.mozilla.com/" target="_blank"&gt;Bespin&lt;/a&gt; is a beta application from the Mozilla Labs. Its simplistic approach to text-editing and sharing may find a lot of takers. But it may not be the best option for an average computer user. It uses various &lt;a href="https://wiki.mozilla.org/Labs/Bespin/Commands" target="_blank"&gt;commands&lt;/a&gt; to do certain jobs which otherwise would have been easily done with simple UI. It's more like &lt;a title="Nano" href="http://www.nano-editor.org" target="_blank"&gt;Nano&lt;/a&gt; for the web. Bespin allows you to do complex jobs like SVN controls or search-and-replace with regular expression. Perfect for geeks and Linux users.  &lt;h4 class="c0"&gt;EtherPad&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://3.bp.blogspot.com/_FX3RmPElUpc/S2zrbsWb81I/AAAAAAAAAy4/KKgCm8_x52Q/s1600-h/etharpad.png" imageanchor="1"&gt;&lt;img height="206" src="http://3.bp.blogspot.com/_FX3RmPElUpc/S2zrbsWb81I/AAAAAAAAAy4/KKgCm8_x52Q/s320/etharpad.png" width="320" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;Etherpad is open-source and can be run on your server. When &lt;a title="Google Wave" href="http://ad1987.blogspot.com/2009/05/news-google-launched-preview-of-wave.html" target="_blank"&gt;Google announced Wave&lt;/a&gt;, many of its collaborative features were already available with Etherpad. Finally Etherpad was acquired by Google! &lt;/p&gt;&lt;p&gt;&lt;a title="Etharpad" href="http://etherpad.com" target="_blank"&gt;Etherpad&lt;/a&gt; is "the most frictionless way to get people on the same page" (Drew Houston, &lt;a title="Dropbox signup to get 250 mb more!" href="https://www.getdropbox.com/referrals/NTEyNDI5Njk" target="_blank"&gt;Dropbox&lt;/a&gt;). From colour hightlighting to online chat with collaborators, Etherpad has all the features you can ask from an online text-editor. You can even export your texts as HTML files. Etherpad has a time slider to keep track of times when certain changes were made. &lt;a title="Create a new etharpad" href="http://etherpad.com/ep/pad/newpad" target="_blank"&gt;Creating a new pad&lt;/a&gt; is just a click away!&lt;/p&gt;&lt;h4 class="c0"&gt;CollabEdit&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://1.bp.blogspot.com/_FX3RmPElUpc/S3YS_HtHN8I/AAAAAAAAAzg/v5aCRrWwVWA/s1600-h/collabedit.png" imageanchor="1"&gt;&lt;img src="http://1.bp.blogspot.com/_FX3RmPElUpc/S3YS_HtHN8I/AAAAAAAAAzg/v5aCRrWwVWA/s400/collabedit.png" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;a title="Collabedit" href="http://collabedit.com/" target="_blank"&gt;CollabEdit&lt;/a&gt; is aimed for programmers working online. It supports syntax highlighting for a number of programming languages including C, Perl, PHP, HTML, XML, Visual Basic. Like Etherpad, CollabEdit supports chat among collaborators. You can download the document as a txt file. Its simplistic approach may find many takers among the programming fraternity.  &lt;h4 class="c0"&gt;Amy Editor&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://1.bp.blogspot.com/_FX3RmPElUpc/S3YaSvZtk4I/AAAAAAAAAzk/P98xPn9_RdM/s1600-h/amy-editor.png" imageanchor="1"&gt;&lt;img src="http://1.bp.blogspot.com/_FX3RmPElUpc/S3YaSvZtk4I/AAAAAAAAAzk/P98xPn9_RdM/s320/amy-editor.png" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;a title="AmyEditor" href="http://www.amyeditor.com/" target="_blank"&gt;AmyEditor&lt;/a&gt; probably has more features than any other online collaborative editors. The interface resembles Mac OS. AmyEditor supports syntax highlighting (of almost all languages), tons of keyboard shortcuts, templates of multiple languages, multi-tab editing, and tons of features. You can edit and add code snippets for frequent uses. It offers a console with logs. Perfect choice of programmers.  &lt;p&gt;Tell us your choices in the comments section.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-4415401989260458353?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/4415401989260458353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=4415401989260458353&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4415401989260458353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4415401989260458353'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/02/6-best-online-collaborative-text.html' title='6 Best Online Collaborative Text Editors'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_5QUjy7NFQuU/So04_EGhJAI/AAAAAAAAAD8/YDxjyDe1oek/s72-c/Edit+Text.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8560025469348128428</id><published>2010-02-14T21:55:00.001+05:30</published><updated>2010-02-17T08:02:55.928+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Resources'/><title type='text'>Create Beautiful 3D Image Slider with CU3ER</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center"&gt;&lt;img src="http://4.bp.blogspot.com/_VJtBqoPB-eM/Swzvvty7XeI/AAAAAAAAAAM/XDkyao9ORBI/s144/flash_icon.jpg"&gt; &lt;/div&gt; &lt;p&gt;A lot of web-developers &lt;a title="5 Reasons Not To Use Flash &amp;mdash; Search Engine Journal" href="http://www.searchenginejournal.com/5-reasons-not-to-use-flash/3949/" target="_blank"&gt;shudder&lt;/a&gt; at the thought of embedding Flash on their sites. But Flash can be a good thing if it is used as less as possible and content is separated from Flash elements. If you are looking for image slider with nice 3D effects, CU3ER has got it! &lt;/p&gt; &lt;p&gt;&lt;a title="CU3ER &amp;mdash; Flash 3D Image Slider" href="http://www.progressivered.com/cu3er" target="_blank"&gt;CU3ER&lt;/a&gt; is a Flash-based solution to show off your featured content, recent posts, recent projects, or (for a professional layout) services and features a company offers. It is simple to use and well-documented. Even if you’ve never used Flash elements, the &lt;a title="Cu3er Documentation" href="http://www.progressivered.com/cu3er/docs/index.html" target="_blank"&gt;documentation&lt;/a&gt; will teach all you need to know.&lt;/p&gt; &lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://2.bp.blogspot.com/_FX3RmPElUpc/S3i7QUX-Z_I/AAAAAAAAAzs/q_mvhR9WMBE/s1600-h/cu3er-3d-image-slider-in-flash.png" imageanchor="1"&gt;&lt;img src="http://2.bp.blogspot.com/_FX3RmPElUpc/S3i7QUX-Z_I/AAAAAAAAAzs/q_mvhR9WMBE/s1600/cu3er-3d-image-slider-in-flash.png" border="0"&gt;&lt;/a&gt;&lt;/div&gt; &lt;p&gt;Cu3er (pronounced as kju:bər) can be customised via XML files for settings and configuration of the slider images and transitions. Cu3er uses two directions for 3d transitions — horizontal and vertical. But it allows to create your own &lt;a title="Custom Transitions with Cu3er" href="http://www.progressivered.com/cu3er/docs/transition_override.html" target="_blank"&gt;custom transitions&lt;/a&gt;.&lt;/p&gt; &lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://3.bp.blogspot.com/_FX3RmPElUpc/S3i87o3f_bI/AAAAAAAAAzw/HQDZULH7WrA/s1600-h/slicing_direction.jpg" imageanchor="1"&gt;&lt;img src="http://3.bp.blogspot.com/_FX3RmPElUpc/S3i87o3f_bI/AAAAAAAAAzw/HQDZULH7WrA/s400/slicing_direction.jpg" border="0"&gt;&lt;/a&gt;&lt;/div&gt; &lt;p&gt;&lt;a title="Cu3er Flash 3d Image Slider" href="http://www.progressivered.com/cu3er/" target="_blank"&gt;Cu3er&lt;/a&gt; is free and can be used for both personal and commercial projects.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8560025469348128428?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8560025469348128428/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8560025469348128428&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8560025469348128428'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8560025469348128428'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/02/create-beautiful-3d-image-slider-with.html' title='Create Beautiful 3D Image Slider with CU3ER'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_VJtBqoPB-eM/Swzvvty7XeI/AAAAAAAAAAM/XDkyao9ORBI/s72-c/flash_icon.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-6821222251138393240</id><published>2010-02-12T20:37:00.003+05:30</published><updated>2010-02-17T13:31:33.696+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='blogging'/><title type='text'>Add a Google Buzz Button to Your Blogger Blog</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src="http://4.bp.blogspot.com/_FX3RmPElUpc/S3VkcrkMk4I/AAAAAAAAAzc/XkmkEsom8OQ/s144/googlebuzz.png" /&gt; &lt;/div&gt;Google's &lt;a href="http://www.google.com/buzz" target="_blank" title="Google Buzz"&gt;Buzz&lt;/a&gt; is the new service with which Google has made its efforts to make its own contribution to already-oveloaded social media scenario. Whether it can stand out in the crowd or becomes yet another failure, only time can tell. But it's always good to let your readers share your posts on social media sites. Here's how you can add a Google Buzz button on your Blogger blog. &lt;br /&gt;&lt;strong&gt;Update:&lt;/strong&gt; I made a post on &lt;a target='_blank' href='http://ad1987.blogspot.com/2010/02/add-google-buzz-button-with-buzz-count.html'&gt;How to add a Google Buzz Button with Buzz Count&lt;/a&gt;. Do check it!&lt;br /&gt;&lt;h4 class='c0'&gt;For 'New' Blogger Users&lt;/h4&gt;If you are using the 'new' Blogger templates, add these lines of code where you want to show the button: &lt;pre name='code' class="html"&gt;&amp;lt;a expr:href='&amp;amp;quot;http://www.google.com/reader/link?url=&amp;amp;quot; + data:post.url + &amp;amp;quot;&amp;amp;amp;title=&amp;amp;quot; + data:post.title + &amp;amp;quot;&amp;amp;amp;srcURL=&amp;amp;quot; + data:blog.homepageUrl '&amp;gt;&amp;lt;img src="http://4.bp.blogspot.com/_FX3RmPElUpc/S3VkcrkMk4I/AAAAAAAAAzc/XkmkEsom8OQ/s144/googlebuzz.png" /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;h4 class='c0'&gt;For 'Classic' Blogger Users&lt;/h4&gt;&lt;br /&gt;If you are &lt;em&gt;still&lt;/em&gt; using 'classic' Blogger templates, here is the code you should put just where you want the button to show up:&lt;br /&gt;&lt;pre name='code' class='html'&gt;&amp;lt;a href='http://www.google.com/reader/link?url=&amp;lt;$BlogItemPermalinkURL$&amp;gt;&amp;title=&amp;lt;$BlogItemTitle$&amp;gt;&amp;srcURL=YOURBLOG.blogspot.com'&amp;gt;&amp;lt;img src="http://4.bp.blogspot.com/_FX3RmPElUpc/S3VkcrkMk4I/AAAAAAAAAzc/XkmkEsom8OQ/s144/googlebuzz.png" /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Replace YOURBLOG with your blog name.&lt;br /&gt;&lt;br /&gt;Let me know if you are having trouble using this code.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-6821222251138393240?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/6821222251138393240/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=6821222251138393240&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6821222251138393240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6821222251138393240'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/02/add-google-buzz-button-to-your-blogger.html' title='Add a Google Buzz Button to Your Blogger Blog'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FX3RmPElUpc/S3VkcrkMk4I/AAAAAAAAAzc/XkmkEsom8OQ/s72-c/googlebuzz.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8171734710935286379</id><published>2010-02-12T17:45:00.001+05:30</published><updated>2010-02-12T17:54:28.634+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Download OpenOffice 3.2</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center"&gt;&lt;img src="http://1.bp.blogspot.com/_8VQo6A8vhIM/SXW_SPmBDDI/AAAAAAAABT8/efgHilfsodU/s144/OpenOffice_writer_3D.png"&gt; &lt;/div&gt;Open-source office suite, &lt;a title="OpenOffice" href="http://openoffice.org" target="_blank"&gt;OpenOffice&lt;/a&gt; has released the newest version — version 3.2 with many bug-fixes and enhanced features some of which are available throughout OpenOffice applications. This release marks the 10th anniversary of OpenOffice suite. With over 100 million downloads recorded in total, OpenOffice stands as a serious contender for the market share taken by Microsoft Office. &lt;br&gt; &lt;p&gt;The &lt;a href="http://www.openoffice.org/dev_docs/features/3.2/" target="_blank" title="OpenOffice 3.2 New Features"&gt;new features&lt;/a&gt; include:  &lt;ul&gt; &lt;li&gt;Faster start-up time &lt;/li&gt; &lt;li&gt;OpenOffice now provides improved support for many proprietary file formats including, .docx, .pptx, .xlsx and others &lt;/li&gt; &lt;li&gt;Impress, the Latex editing application now has commenting feature making it easy for collaborative users &lt;/li&gt; &lt;li&gt;Chart wizard now has a new format — Bubble &lt;/li&gt; &lt;li&gt;Calc — default calculator gets lots of new features including better handling of copy-paste and better usability &lt;/li&gt;&lt;/ul&gt;You can &lt;a title="Download OpenOffice" href="http://download.services.openoffice.org/" target="_blank"&gt;download OpenOffice from the download center&lt;/a&gt;. The installer includes Java Runtime Env so that you don't need to install it separately. &lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8171734710935286379?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8171734710935286379/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8171734710935286379&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8171734710935286379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8171734710935286379'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/02/download-openoffice-32.html' title='Download OpenOffice 3.2'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_8VQo6A8vhIM/SXW_SPmBDDI/AAAAAAAABT8/efgHilfsodU/s72-c/OpenOffice_writer_3D.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-7430334485199454059</id><published>2010-02-11T16:01:00.002+05:30</published><updated>2010-02-12T17:55:06.059+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Resources'/><category scheme='http://www.blogger.com/atom/ns#' term='Round-Ups'/><title type='text'>4 Fresh Free Icon Sets for Your Next Design Project</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src="http://2.bp.blogspot.com/_FX3RmPElUpc/S3PaDD2-ZYI/AAAAAAAAAzY/UVgiZNTv1yw/s1600/google-icon.png" /&gt; &lt;/div&gt;We love free icons. While designing for a client, the first thing (after choosing the color-scheme) one thinks of is the matching icon set. Here are four fresh icon sets that are free to use and looks good!&lt;br /&gt;&lt;br /&gt;&lt;h4 class="c0"&gt;Iconic Icon Set&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://2.bp.blogspot.com/_FX3RmPElUpc/S3O7bh7vvwI/AAAAAAAAAzI/LefZJ2St6LU/s1600-h/iconic-icon-set.png" imageanchor="1"&gt;&lt;img height="144" src="http://2.bp.blogspot.com/_FX3RmPElUpc/S3O7bh7vvwI/AAAAAAAAAzI/LefZJ2St6LU/s320/iconic-icon-set.png" width="320" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;103 Icons for free in two different formats — raster and vector. Iconic comes in 14 different colors. So you can easily choose the right color that matches your color scheme.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Download:&lt;/strong&gt; &lt;a title="Download Iconic from Some Random Dude" href="http://somerandomdude.com/projects/iconic/" target="_blank"&gt;Some Random Dude&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;License:&lt;/strong&gt; &lt;a title="Creative Commons Sharealike 3.0 License" href="http://creativecommons.org/licenses/by-sa/3.0/us/" target="_blank"&gt;CC SA 3.0&lt;/a&gt;&lt;/p&gt;&lt;h4 class="c0"&gt;Free Set of Office Icons by IconShock&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://1.bp.blogspot.com/_FX3RmPElUpc/S3PIrKB07CI/AAAAAAAAAzM/gLiYdnUvJ5U/s1600-h/free-set-of-office-icons.png" imageanchor="1"&gt;&lt;img height="320" src="http://1.bp.blogspot.com/_FX3RmPElUpc/S3PIrKB07CI/AAAAAAAAAzM/gLiYdnUvJ5U/s320/free-set-of-office-icons.png" width="204" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;Designed by &lt;a title="IconShock" href="http://iconshock.com/" target="_blank"&gt;IconShock&lt;/a&gt;, this set of icons has 5 icons of commonly used office items. Available in both PNG and AI format.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Download:&lt;/strong&gt; &lt;a title="Vandelay design" href="http://vandelaydesign.com/blog/site-news/office-icons/" target="_blank"&gt;Vandelay Design&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;License:&lt;/strong&gt; Free for personal and commercial use &lt;/p&gt;&lt;h4 class="c0"&gt;Vector Social Media Icons&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;a style="margin-left: 1em; margin-right: 1em" href="http://4.bp.blogspot.com/_FX3RmPElUpc/S3PKtlcVXYI/AAAAAAAAAzQ/GkETCsI3R24/s1600-h/vector-social-media-icons.png" imageanchor="1"&gt;&lt;img height="302" src="http://4.bp.blogspot.com/_FX3RmPElUpc/S3PKtlcVXYI/AAAAAAAAAzQ/GkETCsI3R24/s320/vector-social-media-icons.png" width="320" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;This is a set of 50 social media icons. Icons are available in 2 different sizes and 3 different formats — PNG, GIF and EPS.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Download:&lt;/strong&gt; &lt;a title="IconDock" href="http://icondock.com/free/vector-social-media-icons" target="_blank"&gt;IconDock&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;License:&lt;/strong&gt; "You may use or modify the icons for any purposes. However, you may NOT resell or distribute the icons. If you use these icons, please place a link to http://icondock.com"&lt;/p&gt;&lt;h4 class='c0'&gt;330 Free Letter Pressed Icons&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/S3PS7v4whQI/AAAAAAAAAzU/CKDzN_L2yMs/s1600-h/letter-pressed-icons.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/_FX3RmPElUpc/S3PS7v4whQI/AAAAAAAAAzU/CKDzN_L2yMs/s320/letter-pressed-icons.png" width="233" /&gt;&lt;/a&gt;&lt;/div&gt;A collection of beautiful letter-pressed icons. It includes three PSD files so that you can drag-drop icons into your designs and add styles to them. From objects used everyday to social media icons, the icons are simplistic in look and feel. &lt;p&gt;&lt;strong&gt;Download:&lt;/strong&gt; &lt;a href="http://creativenerds.co.uk/freebies/330-free-letter-pressed-icons/" target="_blank" title="Creative Nerds"&gt;Creative Nerds&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;License:&lt;/strong&gt; &lt;abbr title="Creative Commons"&gt;CC&lt;/abbr&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-7430334485199454059?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/7430334485199454059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=7430334485199454059&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7430334485199454059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7430334485199454059'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/02/4-fresh-free-icons-for-your-next-design.html' title='4 Fresh Free Icon Sets for Your Next Design Project'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FX3RmPElUpc/S3PaDD2-ZYI/AAAAAAAAAzY/UVgiZNTv1yw/s72-c/google-icon.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-7004121556067715159</id><published>2010-02-08T08:00:00.001+05:30</published><updated>2010-02-12T17:50:31.329+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='blogging'/><title type='text'>10 Reasons Why You Should Start Your First Blog with Blogger</title><content type='html'>&lt;div style="clear: both; float: left; margin: 0px 4px 4px 0px; text-align: center"&gt;&lt;img src="http://4.bp.blogspot.com/_ToO95jwz4j0/Se0ANyV1ItI/AAAAAAAABKg/MXpMi6Qq1RU/s144/blogger_logo.png"&gt; &lt;/div&gt; &lt;p&gt;It has been a topic for debate among bloggers about whether &lt;a href="http://blogger.com"&gt;Blogger&lt;/a&gt; or &lt;a href="http://wordpress.org"&gt;Wordpress&lt;/a&gt; is the better blogging platform. There’s no doubt Wordpress has the edge. But if you are a new blogger trying to make your mark in blogging, Blogger is the best option you have. Here are some reasons why you should choose Blogger and no one else!&lt;/p&gt; &lt;h4 class="c0"&gt;Free &amp;amp; Easy Sign up&lt;/h4&gt;When you are starting off as a blogger, it is likely that you are not going to invest anything except your time and talent in blogging. Since Blogger is free, you can go with it  &lt;h4 class="c0"&gt;Custom Domain&lt;/h4&gt;If you're not happy with blogspot.com sub-domain, you can create your own custom domain and host the same blog through Blogger.com. And it costs much less than hosting a Wordpress site — generally, domain registration fee for a year is less than $10. If you already own a Blogger blog and pondering over the idea of buying your own domain and hosting it with Blogger.com, you can check &lt;a title="Blogger Help" href="http://www.google.com/support/blogger/bin/answer.py?hl=en&amp;amp;answer=55373" target="_blank"&gt;this article&lt;/a&gt; for more information.  &lt;h4 class="c0"&gt;HTML Control&lt;/h4&gt;Wordpress.com is free and lets you use custom domains. But you cannot edit the HTML and tweak its functionalities. Blogger does allow you to edit HTML (and CSS) of your blog. Because of this, you can use hundreds of &lt;a href="http://www.google.co.in/search?q=blogger+templates" target="_blank"&gt;Blogger templates&lt;/a&gt; available online.  &lt;h4 class="c0"&gt;Blogger Hacks&lt;/h4&gt;Blogger has many shortcomings when compared to Wordpress. But power bloggers and developers have made many tweaks to Blogger templates to have features that only Wordpress can boast of. My long-time favorite has been &lt;a href="http://hackosphere.blogspot.com" target="_blank"&gt;Hackosphere&lt;/a&gt;.  &lt;h4 class="c0"&gt;Better Integration with Google Products&lt;/h4&gt;Since Blogger is a product of Google (Google acquired it in 2003), Blogger's integration with other Google products is better. From FeedBurner to Google Analytics to Adsense, you name it. With new features coming in everyday, you don’t have to worry about integration.  &lt;h4 class="c0"&gt;Adsense&lt;/h4&gt;Once you strike the right chord and your blog is successful, it's time to earn some money from it. And what's better than Google Adsense. You can show your Adsense ads in a Blogger blog. Unfortunately, Wordpress.com doesn't let users show Adsense ads on their blogs.  &lt;h4 class="c0"&gt;No Bandwidth Limitation &amp;amp; 100% Uptime&lt;/h4&gt;Hosted on Google's server, Blogger blogs have 100% uptime guaranteed and there's no bandwidth limitations on the content you show. These days, you can't expect 100% uptime from any hosts &amp;amp; even Dreamhost and Rackspace goes offline.  &lt;h4 class="c0"&gt;Features&lt;/h4&gt;Blogger provides some of the coolest features, like email blogging, feed redirection, openid integration, mobile blogging, multi-language support etc.  &lt;h4 class="c0"&gt;Exportability&lt;/h4&gt; If you want to move from Blogger to Wordpress, you can &lt;a href="http://www.google.com/support/blogger/bin/answer.py?hl=en&amp;amp;answer=97416" target="_blank" title="Export Blogger Blog"&gt;export your blog&lt;/a&gt; easily. You can even have a &lt;a href="http://googlesystem.blogspot.com/2007/02/how-to-backup-blogger-blog.html" target="_blank" title="Backup Blogger Posts and Comments"&gt;backup of all your posts&lt;/a&gt;.  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-7004121556067715159?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/7004121556067715159/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=7004121556067715159&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7004121556067715159'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7004121556067715159'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/02/10-reasons-why-you-should-start-your.html' title='10 Reasons Why You Should Start Your First Blog with Blogger'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_ToO95jwz4j0/Se0ANyV1ItI/AAAAAAAABKg/MXpMi6Qq1RU/s72-c/blogger_logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8008868440844696857</id><published>2010-02-06T22:11:00.001+05:30</published><updated>2010-02-06T22:32:55.006+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Mobile'/><category scheme='http://www.blogger.com/atom/ns#' term='Gadgets'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Watch How Google Came up with Nexus One</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center"&gt;&lt;img src="http://4.bp.blogspot.com/_FX3RmPElUpc/S22XUWobQGI/AAAAAAAAAy8/1vlqJYQ7KuM/s1600/nexus_one.jpg" /&gt;&lt;/div&gt; &lt;p&gt;Google has posted a new video on &lt;a title="Nexus One on YouTube" href="http://www.youtube.com/user/GoogleNexusOne" target="_blank"&gt;Youtube Nexus One channel&lt;/a&gt; showing how the concept and design of Nexus One came up. This is the first of the series of videos to be posted on YouTube about the process of how Nexus One came into being. &lt;/p&gt; &lt;div style="clear: both; text-align: center"&gt;&lt;object width="480" height="295"&gt;&lt;param name="movie" value="http://www.youtube.com/v/e2WtBwAL0SE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/e2WtBwAL0SE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt; &lt;p&gt;From the video it is clear that Google’s been working on Nexus One for a long time. Right from the days when Android first came up, Google was indeed working on a phone. The rumor-mills were not entirely wrong. It is also evident that working with HTC on Android taught Google about the problems most phones face. With Nexus One, Google has made its effort to make a phone without those shortcomings.&lt;/p&gt; &lt;p&gt;This video also shows why Nexus One has two mics — a first of a kind in a phone. If you want to watch the remaining episodes of the series subscribe to the &lt;a title="Nexus One YouTube Channel" href="http://www.youtube.com/user/GoogleNexusOne" target="_blank"&gt;Nexus One YouTube Channel&lt;/a&gt;.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8008868440844696857?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8008868440844696857/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8008868440844696857&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8008868440844696857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8008868440844696857'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/02/watch-how-google-came-up-with-nexus-one.html' title='Watch How Google Came up with Nexus One'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FX3RmPElUpc/S22XUWobQGI/AAAAAAAAAy8/1vlqJYQ7KuM/s72-c/nexus_one.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-6675082755569668400</id><published>2010-02-05T07:12:00.002+05:30</published><updated>2010-02-05T07:27:56.896+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='blogging'/><title type='text'>Blogger Adds Pages</title><content type='html'>&lt;div style="clear: both; float: left; margin: 0px 4px 4px 0px; text-align: center"&gt;&lt;img src="http://4.bp.blogspot.com/_ToO95jwz4j0/Se0ANyV1ItI/AAAAAAAABKg/MXpMi6Qq1RU/s144/blogger_logo.png"&gt; &lt;/div&gt;One of the most awaited features on Blogger has finally arrived — you can now create static pages on Blogger blogs, a feature only Wordpress had till date. This is big update for all blogger’s using Blogger as their blogging platform and a big step forward in the growth of blogger as a platform.  &lt;p&gt;The feature was already available in &lt;a href="http://draft.blogger.com" target="_blank"&gt;Blogger in Draft&lt;/a&gt; but now it's open for all. To create a page in Blogger, all you have to do is to go to &lt;strong&gt;Posting &amp;gt; Edit Pages &amp;gt; New Page&lt;/strong&gt; and create a new page. But unlike Wordpress, Blogger has a restriction in the number of pages you can create — currently Blogger allows only 10 pages for each blog.&lt;/p&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;img src="http://3.bp.blogspot.com/_UfpJ7Ar7EwQ/SyACUGXIhlI/AAAAAAAAACg/x83DdvF9nNk/s1600/editpagestab.jpg" /&gt; &lt;/div&gt;In case you are using custom templates, you have to add the following lines of code in your template.  &lt;pre name="code" class="html"&gt;&amp;lt;div id='crosscol-wrapper' style='text-align:center'&amp;gt;&lt;br /&gt;&amp;lt;b:section class='crosscol' id='crosscol' showaddelement='yes'/&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Put the lines just here you want the list of pages to show up. But if you are using "Classic" templates, there’s no way you can create pages.&lt;br /&gt;&lt;br /&gt;[Via &lt;a target="_blank" href="http://www.buzz.blogger.com/2010/02/create-pages-in-blogger.html"&gt;Blogger Buzz&lt;/a&gt;]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-6675082755569668400?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/6675082755569668400/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=6675082755569668400&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6675082755569668400'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6675082755569668400'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/02/blogger-adds-pages.html' title='Blogger Adds Pages'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_ToO95jwz4j0/Se0ANyV1ItI/AAAAAAAABKg/MXpMi6Qq1RU/s72-c/blogger_logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-3351621053600692539</id><published>2010-02-04T08:11:00.002+05:30</published><updated>2010-02-04T08:12:49.774+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Hacking'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>Generate Favicon of Any Domain with Google</title><content type='html'>&lt;div style="clear: both; float: left; margin: 0px 6px 8px 0px; text-align: center"&gt;&lt;img src="http://4.bp.blogspot.com/_NJiJ2hbWd24/Sn9FP3HLPBI/AAAAAAAAAUY/-WLvwxJHoic/s144/google-logo.png"&gt; &lt;/div&gt;&lt;p&gt;If you are regular with Google Reader, you must have noticed it &lt;a href="http://www.techcrunch.com/2009/11/24/google-reader-favicons/" target="_blank"&gt;got favicons&lt;/a&gt; all over the feed-list a few months ago. Now, it seems that you can also use Google's technique to add favicons to your web-application. And this favicon is generated directly by Google. Just a little playing around with the URLs can give you the edge.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Here are some of the favicons generated by Google:  &lt;ul&gt;&lt;li&gt;Techcrunch: &lt;img src="http://www.google.com/s2/favicons?domain=techcrunch.com"&gt; &lt;/li&gt;&lt;li&gt;Digg: &lt;img src="http://www.google.com/s2/favicons?domain=digg.com" /&gt;&lt;/li&gt;&lt;li&gt;Google: &lt;img src="http://www.google.com/s2/favicons?domain=google.com" /&gt;&lt;/li&gt;&lt;li&gt;Gmail: &lt;img src="http://www.google.com/s2/favicons?domain=mail.google.com" /&gt;&lt;/li&gt;&lt;li&gt;Yahoo! Mail: &lt;img src="http://www.google.com/s2/favicons?domain=mail.yahoo.com" /&gt;&lt;/li&gt;&lt;li&gt;Blogger: &lt;img src="http://www.google.com/s2/favicons?domain=blogger.com" /&gt;&lt;/li&gt;&lt;/ul&gt;You can generate favicons of any domain by using the following bookmarklet. Just drag and drop it to your bookmarks bar and click to generate. &lt;div style='clear:both;text-align:center;'&gt;&lt;a align="center" href="javascript: void(function(){var p = prompt(&amp;quot;Domain:&amp;quot;, &amp;quot;&amp;quot;); if(p) { p.replace(&amp;quot; &amp;quot;, &amp;quot;+&amp;quot;); window.open( &amp;quot;http://www.google.com/s2/favicons?domain=&amp;quot;+p, &amp;quot;&amp;quot;); }}());" style="border: 2px solid rgb(255, 255, 255); padding: 6px; background: rgb(70, 72, 84) none repeat scroll 0% 0%; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; display: inline-block;color:#ffffff;"&gt;Generate Favicon&lt;/a&gt; &lt;/div&gt;&lt;/p&gt;&lt;p&gt;The favicons generated are all 16x16 in dimension. If no favicon is found on the domain Google returns a default icon. Remember the favicons are returned on a domain. So if you add "http://www." before the domain name, it won't work (i.e. it would return the default favion.)&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-3351621053600692539?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/3351621053600692539/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=3351621053600692539&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3351621053600692539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3351621053600692539'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/02/generate-favicon-of-any-domain-with.html' title='Generate Favicon of Any Domain with Google'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_NJiJ2hbWd24/Sn9FP3HLPBI/AAAAAAAAAUY/-WLvwxJHoic/s72-c/google-logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-7768995064024965186</id><published>2010-01-31T08:24:00.001+05:30</published><updated>2010-01-31T08:25:55.741+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>Analyze Your Website with WooRank</title><content type='html'>&lt;div style="clear: both; float: left; margin-right: 3px; text-align: center;"&gt;&lt;a href="http://www.woorank.com/"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/S2RM3hY6fSI/AAAAAAAAAyg/Ami4VTX33EA/s144/woorank-logo.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;Woorank is a new web-application that analyses your website in almost every aspect. It pulls data from various websites (including Alexa, Google, Technorati, etc.) to analyze various aspects of a site. You can just type in your site address and hit enter. Now wait for the analysis report to be generated. Once done, you can even export the results in PDF format.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;With &lt;a target='_blank' href='http://woorank.com/'&gt;WooRank&lt;/a&gt;, it's almost visible how search engines rank your site and what you're missing to tempt them. WooRank also gives you solution of the problems you can encounter with your page. All in all, it's a good tool to measure how your website performs.&lt;br /&gt;&lt;/p&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/S2RO3h-VrFI/AAAAAAAAAyk/KaMvFN9R23E/s1600-h/woorank-abhitech-results.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/S2RO3h-VrFI/AAAAAAAAAyk/KaMvFN9R23E/s400/woorank-abhitech-results.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-7768995064024965186?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/7768995064024965186/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=7768995064024965186&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7768995064024965186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7768995064024965186'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/01/analyze-your-website-with-woorank.html' title='Analyze Your Website with WooRank'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_FX3RmPElUpc/S2RM3hY6fSI/AAAAAAAAAyg/Ami4VTX33EA/s72-c/woorank-logo.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8657788429023176229</id><published>2010-01-30T13:21:00.001+05:30</published><updated>2010-01-30T14:43:41.034+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Twitter'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Round-Ups'/><title type='text'>8 Google Chrome Extensions for Twitter Addicts</title><content type='html'>&lt;div style="float: left; text-align: center;"&gt;&lt;img src="http://t2.gstatic.com/images?q=tbn:IN1mRSkZ5cqLSM:http://4.bp.blogspot.com/_ik3cs3XWX3U/Su0540fl3DI/AAAAAAAAAVI/pAByfsV1glA/s320/Google+Chrome.png" /&gt;&lt;/div&gt;Finally, extensions arrive on stable version of Google Chrome. This means you don't have to enjoy extensions while using a unstable "crappy" beta of Chromium or Google Chrome. After Google launched the extensions gallery for Chrome, more and more extensions are being added everyday. Here are a non-exhaustive list of Twitter extensions on Google Chrome.&lt;br /&gt;&lt;p&gt;You might also like:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href='http://ad1987.blogspot.com/2009/12/14-google-chrome-extensions-to-boost.html'&gt;14 Google Chrome Extensions to Boost Your Productivity&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://ad1987.blogspot.com/2009/06/turn-firefox-3x-into-opera-10-beta-with.html'&gt;Turn Firefox 3.x into Opera 10 with These Add-ons&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;h4 class="c0"&gt;Metrist — Twitter Client&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img height="293" src="https://chrome.google.com/extensions/img/aefaeloiencfjnaljicdoieoekoecmha/1260322506.04/screenshot_big/1" width="400" /&gt;&lt;/div&gt;Metrist is probably the best Twitter client I have come across. It provides a tabbed interface for timeline, replies, messages. What makes Metrist different from other Twitter clients is how it empowers you to customise features. You can specify the font-size, the number of API calls. It also offers a URL field for making API calls. For developers and geeks, it provides a console which logs all traffic made by Metrist.&lt;br /&gt;&lt;a href="https://chrome.google.com/extensions/detail/aefaeloiencfjnaljicdoieoekoecmha" target="_blank"&gt;Extension Page&lt;/a&gt; | &lt;a href="https://clients2.google.com/service/update2/crx?response=redirect&amp;amp;x=id%3Daefaeloiencfjnaljicdoieoekoecmha%26uc%26lang%3Den-US&amp;amp;prod=chrome&amp;amp;prodversion=4.0.249.78" target="_blank"&gt;Direct Install&lt;/a&gt;&lt;br /&gt;&lt;h4 class="c0"&gt;TwitterWatch - Real Time Twitter Update&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/S2PHNIAk0uI/AAAAAAAAAyU/9bZvukUkgaA/s1600-h/twitter-watch.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/_FX3RmPElUpc/S2PHNIAk0uI/AAAAAAAAAyU/9bZvukUkgaA/s320/twitter-watch.jpg" width="303" /&gt;&lt;/a&gt;&lt;/div&gt;TwitterWatch is a cool extension to find out what people are talking about. Just type a few keywords you want to search and hit enter. Now, see the stream of updates. Pretty rad and useful. (I have been using this technique to find useful resources from Twitter. Whether you're a developer or a simple computer user, Twitter can be great for finding stuff you need.)&lt;br /&gt;&lt;a href="https://chrome.google.com/extensions/detail/febjffjimfjehaekdkniojehjngaeajf" target="_blank"&gt;Extensions Page&lt;/a&gt; | &lt;a href="https://clients2.google.com/service/update2/crx?response=redirect&amp;amp;x=id%3Dfebjffjimfjehaekdkniojehjngaeajf%26uc%26lang%3Den-US&amp;amp;prod=chrome&amp;amp;prodversion=4.0.249.78" target="_blank"&gt;Direct Install&lt;/a&gt;&lt;br /&gt;&lt;h4 class="c0"&gt;Twitter Theme&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img height="295" src="https://chrome.google.com/extensions/img/jajhagclekdaejgpnefbefonkhdbpadn/1260379249.66/screenshot/5001" width="399" /&gt;&lt;/div&gt;Don't like the way Twitter looks? Install Twitter theme extension and get a new UI. Simple, easy and good looking.&lt;br /&gt;&lt;a href="https://chrome.google.com/extensions/detail/jajhagclekdaejgpnefbefonkhdbpadn" target="_blank"&gt;Extension Page&lt;/a&gt; | &lt;a href="https://clients2.google.com/service/update2/crx?response=redirect&amp;amp;x=id%3Djajhagclekdaejgpnefbefonkhdbpadn%26uc%26lang%3Den-US&amp;amp;prod=chrome&amp;amp;prodversion=4.0.249.78" target="_blank"&gt;Direct Install&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;P.S.: There's one more theme &amp;mdash &lt;a target='_blank' href='https://chrome.google.com/extensions/detail/pajpnlhkdennijbpocgkpmafilnfnlpl'&gt;Pink&lt;/a&gt;.&lt;br /&gt;&lt;h4 class="c0"&gt;Fast Twitter Search&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img height="312" src="https://chrome.google.com/extensions/img/kgegjiiecggeaakdehdpalphkpmilllh/1260396738.14/screenshot/1" width="400" /&gt;&lt;/div&gt;It's much like TwitterWatch but takes you to Twitter instead of showing up a pop-up with search results. Worth giving it a try, if you don't hate going to Twitter everytime it shows search results.&lt;br /&gt;&lt;a href="https://chrome.google.com/extensions/detail/kgegjiiecggeaakdehdpalphkpmilllh" target="_blank"&gt;Extension Page&lt;/a&gt; | &lt;a href="https://clients2.google.com/service/update2/crx?response=redirect&amp;amp;x=id%3Dkgegjiiecggeaakdehdpalphkpmilllh%26uc%26lang%3Den-US&amp;amp;prod=chrome&amp;amp;prodversion=4.0.249.78"&gt;Direct Install&lt;/a&gt;&lt;br /&gt;&lt;h4 class="c0"&gt;Twitter share this page&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="https://chrome.google.com/extensions/img/ppilhaolhbpfembaoedfdbkegfedfgip/1262698209.04/screenshot/1" /&gt;&lt;/div&gt;Sharing a page you're reading is just a click away. Install this extension and there will be a small twitter icon on every page you open. Click on it and share on Twitter. It also shortens URLs if it's long enough. &lt;br /&gt;&lt;a href="https://chrome.google.com/extensions/detail/ppilhaolhbpfembaoedfdbkegfedfgip" target="_blank"&gt;Extension Page&lt;/a&gt; | &lt;a href="https://clients2.google.com/service/update2/crx?response=redirect&amp;amp;x=id%3Dppilhaolhbpfembaoedfdbkegfedfgip%26uc%26lang%3Den-US&amp;amp;prod=chrome&amp;amp;prodversion=4.0.249.78"&gt;Direct Install&lt;/a&gt;&lt;br /&gt;&lt;h4 class='c0'&gt;Twitter Reactions&lt;/h4&gt;&lt;div style='clear:both;text-align:center;' class="tutorial-image"&gt;&lt;img src='https://chrome.google.com/extensions/img/ebipjbfcgphjbnkhbijmnpnpcgjolked/1261473892.54/screenshot/1' width="399" height="299" /&gt;&lt;br /&gt;&lt;/div&gt;It's like &lt;a target='_blank' href='http://tweetmeme.com'&gt;Tweetmeme&lt;/a&gt; or &lt;a target='_blank' href='http://topsy.com'&gt;Topsy&lt;/a&gt; but you don't have to visit another page to find out how many times a page has been tweeted. A small blue icon on the right gives you all you need!&lt;br /&gt;&lt;a target='_blank' href='https://chrome.google.com/extensions/detail/ebipjbfcgphjbnkhbijmnpnpcgjolked'&gt;Extension Page&lt;/a&gt; | &lt;a href='https://clients2.google.com/service/update2/crx?response=redirect&amp;x=id%3Debipjbfcgphjbnkhbijmnpnpcgjolked%26uc%26lang%3Den-US&amp;prod=chrome&amp;prodversion=4.0.249.78'&gt;Direct Install&lt;/a&gt;&lt;br /&gt;&lt;h4 class='c0'&gt;Chromed Bird&lt;/h4&gt;&lt;div style='clear:both;text-align:center;' class="tutorial-image"&gt;&lt;img src='https://chrome.google.com/extensions/img/encaiiljifbdbjlphpgpiimidegddhic/1264380383.07/screenshot/1001'/&gt;&lt;br /&gt;&lt;/div&gt;The most popular twitter client for Google Chrome. It gets a new feature almost everyday. The latest version supports lists, creates short URLs on the fly, and many other updates. If you don't use it, you're missing out a lot!&lt;br /&gt;&lt;a target='_blank' href='https://chrome.google.com/extensions/detail/encaiiljifbdbjlphpgpiimidegddhic'&gt;Extension Page&lt;/a&gt; | &lt;a href='https://clients2.google.com/service/update2/crx?response=redirect&amp;x=id%3Dencaiiljifbdbjlphpgpiimidegddhic%26uc%26lang%3Den-US&amp;prod=chrome&amp;prodversion=4.0.249.78'&gt;Direct Install&lt;/a&gt;&lt;br /&gt;&lt;h4 class='c0'&gt;Chrowety&lt;/h4&gt;&lt;div style='clear:both;text-align:center;' class="tutorial-image"&gt;&lt;img src='https://chrome.google.com/extensions/img/ffcbeckjmgmgigkmnhmgjplmomcpfall/1263523214.52/screenshot/3002'/&gt;&lt;br /&gt;&lt;/div&gt;Yet another Twitter client for Google Chrome. Offers a cool UI and all-in-the-box features. The UI is much like Google Wave. It supports a number of URL shorteners. Comes in 7 different languages!&lt;br /&gt;&lt;a target='_blank' href='https://chrome.google.com/extensions/detail/ffcbeckjmgmgigkmnhmgjplmomcpfall'&gt;Extension Page&lt;/a&gt; | &lt;a href='https://clients2.google.com/service/update2/crx?response=redirect&amp;x=id%3Dffcbeckjmgmgigkmnhmgjplmomcpfall%26uc%26lang%3Den-US&amp;prod=chrome&amp;prodversion=4.0.249.78'&gt;Direct Install&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you want to share your favourites, the comments section is for you!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8657788429023176229?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8657788429023176229/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8657788429023176229&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8657788429023176229'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8657788429023176229'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2010/01/twitter-extensions-for-google-chrome.html' title='8 Google Chrome Extensions for Twitter Addicts'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_FX3RmPElUpc/S2PHNIAk0uI/AAAAAAAAAyU/9bZvukUkgaA/s72-c/twitter-watch.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-3260570543159281350</id><published>2009-12-17T21:44:00.001+05:30</published><updated>2009-12-17T21:48:40.918+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Customisations'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Round-Ups'/><title type='text'>14 Google Chrome Extensions to Boost Your Productivity</title><content type='html'>&lt;div style="float: left; text-align: center;"&gt;&lt;img src="http://t2.gstatic.com/images?q=tbn:IN1mRSkZ5cqLSM:http://4.bp.blogspot.com/_ik3cs3XWX3U/Su0540fl3DI/AAAAAAAAAVI/pAByfsV1glA/s320/Google+Chrome.png" /&gt;&lt;br /&gt;&lt;/div&gt;Google has recently opened up its treasure trove of &lt;a href="https://chrome.google.com/extensions/" target="_blank"&gt;Google Chrome Extension gallery&lt;/a&gt; (say bye to &lt;a href="http://www.chromeextensions.org/" target="_blank"&gt;Chrome Extensions&lt;/a&gt;). And within days of its arrival, people have downloaded the extensions some hundreds of thousands of times. With new extensions being added every day, Firefox (as a platform) is losing its place. More and more people are switching to Google Chrome as their default browser. Here are some extensions that you may like to add to Google Chrome.&lt;br /&gt;&lt;h4 class="c0"&gt;Google Mail Checker&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;img align="middle" alt="" height="222" src="https://chrome.google.com/extensions/img/mihcahmgecmbnbcchbopgniflfhgnkff/1261016069.49/screenshot/1" width="320" /&gt;&lt;br /&gt;&lt;/div&gt;Developed by Google, &lt;a href="https://chrome.google.com/extensions/detail/mihcahmgecmbnbcchbopgniflfhgnkff" target="_blank"&gt;this extension&lt;/a&gt; may remind you of the &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/173" target="_blank"&gt;Gmail Notifier&lt;/a&gt;. Unlike the Firefox add-on, Google Mail Checker doesn't ask for Google account credentials - it uses Chrome's cookies to log into Gmail inbox. Number of new unread mails are highlighted in red.&lt;br /&gt;&lt;h4 class="c0"&gt;Zoho Notebook&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;img src="https://chrome.google.com/extensions/img/cnkmmdgdkpapcekiookglhdhdkhbpdfp/1260427330.12/screenshot/1" /&gt;&lt;br /&gt;&lt;/div&gt;Well, Evernote may be your favourite note-taking tool, but if you haven't checked Zoho lately, you're missing out on a lot of things. None can organize your notes as effectively as Zoho Notebook does. And now, all this in the form of a tiny &lt;a href="https://chrome.google.com/extensions/detail/cnkmmdgdkpapcekiookglhdhdkhbpdfp" target="_blank"&gt;extension&lt;/a&gt;. You can clip the URL of the page you're currently browsing; you can take a screenshot of the page or you can clip selected text to Zoho Notebook with this extension.&lt;br /&gt;&lt;h4 class="c0"&gt;RSS Subscription Extension&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;img src="https://chrome.google.com/extensions/img/nlbjncdgjeocebhnmkbbbdekmmmcbfjd/1260660619.17/screenshot/3001" /&gt;&lt;br /&gt;&lt;/div&gt;Google Chrome lacked a very basic feature that Firefox boasts of, for a long long time — RSS subscription option in the address-bar (called the Omnibar). Addressing this 'problem', Google developed this &lt;a href="https://chrome.google.com/extensions/detail/nlbjncdgjeocebhnmkbbbdekmmmcbfjd" target="_blank"&gt;extension&lt;/a&gt; to give quick access to subscription options.&lt;br /&gt;&lt;h4 class="c0"&gt;Xmarks Bookmark Sync&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;img src="https://chrome.google.com/extensions/img/ajpgkpeckebdhofmmjfgcjjiiejpodla/1260425066.43/screenshot/1" /&gt;&lt;br /&gt;&lt;/div&gt;"&lt;a href="http://xmarks.com/" target="_blank"&gt;Xmarks&lt;/a&gt; is the #1 bookmarking add-on. Xmarks synchronizes across multiple computers, and across web browsers: Chrome, Firefox, Safari and Internet Explorer. After you install the add-on, click on the notification to set up Xmarks and start backing up and synchronizing your bookmarks. Xmarks sync profiles give you full control over which bookmarks are synced to which computers, allowing you to keep private bookmarks at home while syncing everything else to your work computer. Xmarks automatically keeps a backup of each bookmark change, making it easy to backup and restore your bookmark sets." &lt;a href="https://chrome.google.com/extensions/detail/ajpgkpeckebdhofmmjfgcjjiiejpodla" target="_blank"&gt;Download&lt;/a&gt; and enjoy!&lt;br /&gt;&lt;h4 class="c0"&gt;LastPass&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/SypVke0dKII/AAAAAAAAAxs/berqYrk5rgM/s1600-h/Must-have%20Google%20Chrome%20Extensions.html-img-1.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/SypVke0dKII/AAAAAAAAAxs/berqYrk5rgM/s1600/Must-have%20Google%20Chrome%20Extensions.html-img-1.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;"&lt;a href="https://chrome.google.com/extensions/detail/hdokiejnpimakedhajhdlcegeplioahd" target="_blank"&gt;LastPass&lt;/a&gt; is a free online password manager and Form Filler that makes your web browsing easier and more secure. LastPass supports Chrome, Firefox, and IE as Plugins (Opera, Safari, Opera Mini via Bookmarklets), allows you to import from every major password storage vendor (such as Roboform, Keepass, PasswordSafe, MyPasswordSafe, Sxipper, TurboPasswords, PassPack, Firefox and IE's built in password manager) and export too, captures passwords that other managers won't including many AJAX forms, and allows you to make strong passwords easily. Your sensitive data is encrypted &lt;em&gt;locally&lt;/em&gt; before upload so even LastPass cannot get access to it. One Time Passwords &amp;amp; Screen Keyboard help protect your master password." (See also: &lt;a href="http://ad1987.blogspot.com/2009/08/carry-your-passwords-with-keepass.html"&gt;Keepass Password Manager&lt;/a&gt;)&lt;br /&gt;&lt;h4 class="c0"&gt;Feedly&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;img src="https://chrome.google.com/extensions/img/ndhinffkekpekljifjkkkkkhopnjodja/1260582810.83/screenshot/1" /&gt;&lt;br /&gt;&lt;/div&gt;"A magazine-like startpage. A fast and stylish way to read and share the content of your favorite sites and services. Provides seamless integration with Google Reader, Twitter, Delicious, YouTube and Amazon." Once you install &lt;a href="https://chrome.google.com/extensions/detail/ndhinffkekpekljifjkkkkkhopnjodja" target="_blank"&gt;this extension&lt;/a&gt;, you would why it's your new addictive homepage.&lt;br /&gt;&lt;h4 class="c0"&gt;Chromed Bird&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;img src="https://chrome.google.com/extensions/img/encaiiljifbdbjlphpgpiimidegddhic/1260732489.08/screenshot/1001" /&gt;&lt;br /&gt;&lt;/div&gt;It's a&amp;nbsp;&lt;a href="https://chrome.google.com/extensions/detail/encaiiljifbdbjlphpgpiimidegddhic" target="_blank"&gt;Twitter client inside Chrome&lt;/a&gt;. It has (almost) all the feature Twitter offers. The developers are quick to add new features to Chromed Bird as they are being introduced in Twitter.&lt;br /&gt;&lt;h4 class="c0"&gt;Google Reader Notifier&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;img src="https://chrome.google.com/extensions/img/apflmjolhbonpkbkooiamcnenbmbjcbf/1260480597.94/screenshot/2001" /&gt;&lt;br /&gt;&lt;/div&gt;"Displays the Google Reader unread count. Clicking the icon shows a preview of your reading list in a popup (or it can open Reader in a new tab, see the options page for configuration)." Great &lt;a href="https://chrome.google.com/extensions/detail/apflmjolhbonpkbkooiamcnenbmbjcbf" target="_blank"&gt;extension&lt;/a&gt; for Google Reader fans.&lt;br /&gt;&lt;h4 class="c0"&gt;Aviary Screen capture&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;img src="https://chrome.google.com/extensions/img/ncgcgghbabbopfcpgcjpfffdgnbadegf/1259888245.99/screenshot/1001" /&gt;&lt;br /&gt;&lt;/div&gt;Remember &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/1146" target="_blank"&gt;Screengrab&lt;/a&gt; add-on for Firefox to take screenshots of web-pages? Well, &lt;a href="https://chrome.google.com/extensions/detail/ncgcgghbabbopfcpgcjpfffdgnbadegf" target="_blank"&gt;this extension&lt;/a&gt; does more than what Screengrab offers - you can also edit the screenshots taken, through &lt;a href="http://aviary.com/" target="_blank"&gt;Aviary Image Editor&lt;/a&gt;.&lt;br /&gt;&lt;h4 class="c0"&gt;Firebug Lite&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;img src="https://chrome.google.com/extensions/img/bnbbfjbeaefgipfjpdabmpadaacmafkj/1260502786.02/screenshot/1" /&gt;&lt;br /&gt;&lt;/div&gt;Web-developers, rejoice! Firebug finally for Google Chrome. One of the reasons why many developers were reluctant to turn to Google Chrome was that they were missing Firebug, the have-it-all web-development add-on for Firefox. &lt;a href="https://chrome.google.com/extensions/detail/bnbbfjbeaefgipfjpdabmpadaacmafkj" target="_blank"&gt;Firebug Lite&lt;/a&gt; misses out on a lot of things Firebug-on-Firefox offers. Considering the number of people switching to Google Chrome, Firebug Lite will definitely see some major updates in near future.&lt;br /&gt;&lt;h4 class="c0"&gt;IE Tab&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;img src="https://chrome.google.com/extensions/img/hehijbfgiekmjfkfjpbkbammjbdenadd/1260672247.15/screenshot/5001" /&gt;&lt;br /&gt;&lt;/div&gt;Another very useful extension for debugging IE style errors. &lt;a href="https://chrome.google.com/extensions/detail/hehijbfgiekmjfkfjpbkbammjbdenadd" target="_blank"&gt;This extension&lt;/a&gt; displays any webpage using Internet Explorer rendering engine. Webpages which can only be displayed in IE can be viewed inside Google Chrome without leaving it.&lt;br /&gt;&lt;h4 class="c0"&gt;Shareaholic&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;img src="https://chrome.google.com/extensions/img/kbmipnjdeifmobkhgogdnomkihhgojep/1260990197.56/screenshot/8001" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://shareaholic.com/" target="_blank"&gt;Shareaholic&lt;/a&gt; is a web-application, "The Better Way to Share Across Twitter, Facebook, E-mail, and More." &lt;a href="https://chrome.google.com/extensions/detail/kbmipnjdeifmobkhgogdnomkihhgojep" target="_blank"&gt;This extension&lt;/a&gt; gives one-click access to share links to different networks. You can create an account with Shareaholic to choose which of the services to show. By default, it creates a shortened link of the page you're browsing (using Bit.ly), so you can also use it as an alternative for &lt;a href="https://chrome.google.com/extensions/detail/iabeihobmhlgpkcgjiloemdbofjbdcic" target="_blank"&gt;Bit.ly's extension&lt;/a&gt;.&lt;br /&gt;&lt;h4 class="c0"&gt;Google Tasks&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;img src="https://chrome.google.com/extensions/img/paaiiegpkmkklpihcldlnhgcinjolgkl/1260447933.58/screenshot/1" /&gt;&lt;br /&gt;&lt;/div&gt;Are you a Google Tasks fan? Then, &lt;a href="https://chrome.google.com/extensions/detail/paaiiegpkmkklpihcldlnhgcinjolgkl" target="_blank"&gt;this&lt;/a&gt; is for you! It might not as simple and effective as &lt;a href="http://www.rememberthemilk.com/" target="_blank"&gt;Remember The Milk&lt;/a&gt; but Google Tasks is well integrated with almost all Google applications. Besides, lot more features are being added to Google tasks. This extension lets you add, edit and mark tasks (as done).&lt;br /&gt;&lt;h4 class="c0"&gt;Wikipedia Chromium Edition&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;img src="https://chrome.google.com/extensions/img/lcdocinjhgfhieldmbmkhdghoodolebc/1260644965.66/screenshot/1" /&gt;&lt;br /&gt;&lt;/div&gt;"&lt;a href="https://chrome.google.com/extensions/detail/lcdocinjhgfhieldmbmkhdghoodolebc" target="_blank"&gt;Wikipedia Chromium Edition&lt;/a&gt; gives you one click access to your favorite encyclopedia. Search and browse Wikipedia right on the webpage you are viewing. Must have extension for all Wikipedia fans." My favourite!&lt;br /&gt;&lt;div style="clear: both; text-align: center;"&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-3260570543159281350?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/3260570543159281350/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=3260570543159281350&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3260570543159281350'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3260570543159281350'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/12/14-google-chrome-extensions-to-boost.html' title='14 Google Chrome Extensions to Boost Your Productivity'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_FX3RmPElUpc/SypVke0dKII/AAAAAAAAAxs/berqYrk5rgM/s72-c/Must-have%20Google%20Chrome%20Extensions.html-img-1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-1676639263125913950</id><published>2009-12-14T22:06:00.002+05:30</published><updated>2009-12-14T22:12:11.423+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Photoshop'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Round-Ups'/><title type='text'>22 Screencasts to Teach You Photoshop Basics</title><content type='html'>&lt;p&gt;I meet a lot of people who say that they are fascinated by photoshop and the artworks it creates. But either they hardly have the time and patience to learn photoshop or they don&amp;#39;t know where to start. Here are few of the hundreds of screencasts that teach you Photoshop basics.&lt;/p&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Photoshop 101: Learn About the Tools Palette&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/h8xcuT48QzA&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/h8xcuT48QzA&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Photoshop 101: 50 Minutes of the Basics of Photoshop&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/5kcTDSJmmos&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/5kcTDSJmmos&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Basic Photoshop Tools&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/aqD851MIWVo&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/aqD851MIWVo&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Photoshop Tutorial &amp;mdash; Tool Uses and Basics&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/o-u-OYz2qaU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/o-u-OYz2qaU&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;One Minute Makeover&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/RtDCXdcNjzU&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=en_US&amp;amp;feature=player_embedded&amp;amp;fs=1" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowScriptAccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/RtDCXdcNjzU&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=en_US&amp;amp;feature=player_embedded&amp;amp;fs=1" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Basics of Photoshop Painting&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Hi_3HymnpXE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/Hi_3HymnpXE&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Photoshop CS3 Tutorial: The Basics of Pen Tool&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/zfoc8Y1Zd0Y&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/zfoc8Y1Zd0Y&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;The Basics of Selection&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/F8-z3Qcn75Y&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/F8-z3Qcn75Y&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;How to Use the Magic Wand Tool in Photoshop&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/0Vun5_s_3B0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/0Vun5_s_3B0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Basic Photoshop Tutorial: Cropping Tutorial&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/L4QGxNpc3Nw&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/L4QGxNpc3Nw&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Learn How to Use the Slice Tool in Photoshop&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/LV1rCTc_9Lc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/LV1rCTc_9Lc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;How to Use Patch Tool in Photoshop&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/wxgK2zGQPA0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/wxgK2zGQPA0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Photoshop Tutorial Brush Tool&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/elm_HRWu2js&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/elm_HRWu2js&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Photoshop Clone Stamp Tool&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/haIY-EULKmg&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/haIY-EULKmg&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Photoshop Tutorial How to Use and Master the History Brush Tool&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/5beNTCKRoZQ&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/5beNTCKRoZQ&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Photoshop Magic Eraser Tool&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/1Gvx3-7srfI&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/1Gvx3-7srfI&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Photoshop Gradient Tool Techniques&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="340" width="560"&gt;&lt;param name="movie" value="http://www.youtube.com/v/gN2T5YM3orw&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/gN2T5YM3orw&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="560"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Basic Photoshop Tutorials: Photoshop Blur Tool Tutorial&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/zbuZjdc26zA&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/zbuZjdc26zA&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Basic Photoshop Tutorials: Photoshop Sharpen Tool Tutorial&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/BJuSEoixwqk&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/BJuSEoixwqk&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Photoshop Tips &amp;amp; Techniques : Adobe Photoshop Smudge Tool Tips&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="340" width="560"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Gg7-ySQppX0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="340" src="http://www.youtube.com/v/Gg7-ySQppX0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="560"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;How to use the Dodge Tool and Burn Tool in Photoshop Tutorial&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/BD1-wlWwoQw&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/BD1-wlWwoQw&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class="c0"&gt;Photoshop: The Pen Tool &amp;mdash; In Depth&lt;/h4&gt;&lt;div class="tutorial-image"&gt;&lt;object height="295" width="480"&gt;&lt;param name="movie" value="http://www.youtube.com/v/X9vUqFSH1lc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" height="295" src="http://www.youtube.com/v/X9vUqFSH1lc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;rel=0" type="application/x-shockwave-flash" width="480"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-1676639263125913950?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/1676639263125913950/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=1676639263125913950&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1676639263125913950'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1676639263125913950'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/12/22-screencasts-to-teach-you-photoshop.html' title='22 Screencasts to Teach You Photoshop Basics'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-4454939369866014340</id><published>2009-12-06T07:11:00.002+05:30</published><updated>2009-12-06T07:15:55.713+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web Apps'/><category scheme='http://www.blogger.com/atom/ns#' term='Customisations'/><title type='text'>Create Your Own Online Office with OpenGoo</title><content type='html'>&lt;div class="separator" style="clear: both; float: left; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/SxsLd1m73KI/AAAAAAAAAxY/AYM2Gs_mV88/s1600-h/OpenGoo%20An%20Open%20Source%20Web%20Office.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/SxsLd1m73KI/AAAAAAAAAxY/AYM2Gs_mV88/s1600/OpenGoo%20An%20Open%20Source%20Web%20Office.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;OpenGoo is an open-source &lt;b&gt;online office solution&lt;/b&gt;. If you are looking for web-based application that can be a good alternative to &lt;b&gt;Google Docs&lt;/b&gt; or hundreds of task management and project management apps, OpenGoo might be your answer.&amp;nbsp;Built on the excellent &lt;a href="http://extjs.com/" target="_blank"&gt;ExtJs&lt;/a&gt; javascript application development platform, OpenGoo can be installed on &lt;b&gt;any modern web-server running PHP and MySQL&lt;/b&gt; (with InnoDB support). Download the zip file, unpack it, upload to your server, and after a super-simple installation, you're up and running!&lt;br /&gt;&lt;div class="tutorial-image"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/SxpmGImw0gI/AAAAAAAAAxU/-VxWqp19GgA/s1600-h/Home%20-%20OpenGoo_1260020520804.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/SxpmGImw0gI/AAAAAAAAAxU/-VxWqp19GgA/s400/Home%20-%20OpenGoo_1260020520804.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;OpenGoo is a &lt;b&gt;modular application&lt;/b&gt; which uses various modules such as '&lt;b&gt;Notes&lt;/b&gt;' (for taking notes), '&lt;b&gt;Contacts&lt;/b&gt;' (for managing contacts), &lt;b&gt;Calendar and Tasks&lt;/b&gt; (for managing tasks and appointments), '&lt;b&gt;Web Links&lt;/b&gt;' (for bookmarks), '&lt;b&gt;Email&lt;/b&gt;' (for sending and receiving emails!) and a '&lt;b&gt;Time&lt;/b&gt;' module (for managing your time). The task module is very effective and feature-rich. Apart from adding and completing tasks, you can create 'milestones' which, in turn, may contain various tasks. &amp;nbsp;&lt;b&gt;OpenGoo uses 'workspaces' to keep you focussed and clutter-free.&lt;/b&gt; You can create different workspaces for different projects, goals. Each workspace uses the same modules (you can turn off certain modules too).&lt;br /&gt;&lt;div style="clear: both; text-align: left;"&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://opengoo.org/"&gt;OpenGoo&lt;/a&gt; is great for &lt;b&gt;collaborative works&lt;/b&gt;. You can create users and assign tasks to them. Each documents show revisions which help you keep track of who edited what and when. You can even create clients and show them only certain amount of data (ideal for ongoing project status).&lt;br /&gt;Not everything is great about OpenGoo. The current version of the application is 1.6 but it still lacks .doc, .pdf support. Spreadsheet module is also missing. The document editor is much like wordpad on Windows, nowhere close to Microsoft Word or Open Office Word Processor. If you are heavy Google Docs user, you might also miss the Drawing feature Google Docs provides. Although the OpenGoo wiki says that it supports themes, I found no fitting themes for OpenGoo. Since it's written on ExtJS, ExtJS themes should theoretcally work with OpenGoo. But, in fact, they looked horrible.&lt;br /&gt;&lt;br /&gt;OpenGoo is ideal for schools, small companies, freelancers, group of people involved in certain projects. If Google Apps and Zoho pinch your pocket, go for OpenGoo. Also, it's much more secure since you're installing it on your server — not into the clutches of some web-firm that blunders with the security of your documents.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-4454939369866014340?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/4454939369866014340/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=4454939369866014340&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4454939369866014340'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4454939369866014340'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/12/create-your-own-online-office-with.html' title='Create Your Own Online Office with OpenGoo'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FX3RmPElUpc/SxsLd1m73KI/AAAAAAAAAxY/AYM2Gs_mV88/s72-c/OpenGoo%20An%20Open%20Source%20Web%20Office.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-4425405093636463316</id><published>2009-12-03T07:47:00.000+05:30</published><updated>2009-12-03T07:47:45.210+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web Apps'/><category scheme='http://www.blogger.com/atom/ns#' term='Twitter'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>PlayListNow Lets You Listen to Music Based on What You're Doing</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/SxccdBVczfI/AAAAAAAAAxM/dAvTnm9_2HE/s1600/PlaylistNow.fm%20-%20Every%20situation%20needs%20a%20playlist_1259805496161.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/SxccdBVczfI/AAAAAAAAAxM/dAvTnm9_2HE/s1600/PlaylistNow.fm%20-%20Every%20situation%20needs%20a%20playlist_1259805496161.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;PlaylistNow.fm is new web-application that generates playlists based on what you're currently doing. Whether you're partying or working at library or focusing on your work, PlayListNow has a playlist for you. In case, you don't like the songs you are listening to, just sign up (using Facebook or Twitter) and start adding customising the playlists. You can also discover new songs from the recommended songs.&lt;br /&gt;&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/SxceH0vEtgI/AAAAAAAAAxQ/iouY8nw5IYs/s1600/PlaylistNow.fm%20-%20Every%20situation%20needs%20a%20playlist_1259805496161.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="172" src="http://2.bp.blogspot.com/_FX3RmPElUpc/SxceH0vEtgI/AAAAAAAAAxQ/iouY8nw5IYs/s320/PlaylistNow.fm%20-%20Every%20situation%20needs%20a%20playlist_1259805496161.png" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;The interface of &lt;a href="http://www.playlistnow.fm"&gt;PlaylistNow&lt;/a&gt; at first glance may look like Twitter's landing page. It also offers a bunch of keyboard shortcuts for easy navigation. You can even share playlists with your Facebook network or Twitter followers, right from PlaylistNow.&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;It's a nice application to find new songs but may not be useful since it still doesn't have any iPhone app.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-4425405093636463316?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/4425405093636463316/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=4425405093636463316&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4425405093636463316'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4425405093636463316'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/12/playlistnow-lets-you-listen-to-music.html' title='PlayListNow Lets You Listen to Music Based on What You&apos;re Doing'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FX3RmPElUpc/SxccdBVczfI/AAAAAAAAAxM/dAvTnm9_2HE/s72-c/PlaylistNow.fm%20-%20Every%20situation%20needs%20a%20playlist_1259805496161.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-1260419787150234305</id><published>2009-11-23T19:23:00.004+05:30</published><updated>2009-11-23T19:29:45.460+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Hacking'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>QuickTip: How to Quickly Test HTML and JavaScript Snippets Through Addressbar</title><content type='html'>&lt;div style='text-align:center;float:left;'&gt;&lt;img src='http://4.bp.blogspot.com/_FX3RmPElUpc/SjfEVmSQLqI/AAAAAAAAAWo/T34RMzCcIqo/s144/texts.png' /&gt;&lt;br /&gt;&lt;/div&gt;Most web-applications offer snippets of HTML or Javascript codes to be embedded in your blog. From Facebook to Youtube, almost all web-applications follow this trend. But before you embed that widget in your website, you might want to see for yourself how it looks like — only the widget. Here's how you can do the same right from your address-bar.&lt;br /&gt;&lt;br /&gt;All you have to do is to paste the snippet in your address-bar and prepend &lt;b&gt;data:text/html,&lt;/b&gt;&amp;nbsp;(note the comma) to it and hit enter! Your widget is on the page! For instance, if you have a YouTube "embed video" snippet like this:&lt;br /&gt;&lt;pre class="html" name="code"&gt;&amp;lt;object width="425" height="344"&amp;gt;&amp;lt;param name="movie" value="http://www.youtube.com/v/bPfPK59weT8&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;"&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;param name="allowFullScreen" value="true"&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;param name="allowscriptaccess" value="always"&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;embed src="http://www.youtube.com/v/bPfPK59weT8&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&lt;br /&gt;&lt;/pre&gt;After you add &lt;b&gt;data:text/html,&lt;/b&gt; it looks like:&lt;br /&gt;&lt;pre class="html" name="code"&gt;data:text/html,&amp;lt;object width="425" height="344"&amp;gt;&amp;lt;param name="movie" value="http://www.youtube.com/v/bPfPK59weT8&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;"&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;param name="allowFullScreen" value="true"&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;param name="allowscriptaccess" value="always"&amp;gt;&amp;lt;/param&amp;gt;&amp;lt;embed src="http://www.youtube.com/v/bPfPK59weT8&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&amp;gt;&amp;lt;/embed&amp;gt;&amp;lt;/object&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;On Chromium it looked like this: &lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/SwqTTPFlWRI/AAAAAAAAAxI/oVPZzDSSKzc/s1600/Screenshot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="141" src="http://3.bp.blogspot.com/_FX3RmPElUpc/SwqTTPFlWRI/AAAAAAAAAxI/oVPZzDSSKzc/s400/Screenshot.png" width="400" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;Note that it works on Google Chrome, Firefox, Chromium. I haven't tested this in Opera or Safari. It definitely doesn't work on Internet Explorer!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-1260419787150234305?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/1260419787150234305/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=1260419787150234305&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1260419787150234305'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1260419787150234305'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/11/quicktip-how-to-quickly-test-html-and.html' title='QuickTip: How to Quickly Test HTML and JavaScript Snippets Through Addressbar'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_FX3RmPElUpc/SjfEVmSQLqI/AAAAAAAAAWo/T34RMzCcIqo/s72-c/texts.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8809691765065945423</id><published>2009-11-20T17:03:00.002+05:30</published><updated>2009-11-20T17:03:57.410+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Google Chrome OS Videos</title><content type='html'>Google has open-sourced the source-code of its much-hyped operating system, today. The operating system is far from ready for regular use but you can still try it out &amp;mdash; a VMWare image is up for grab &lt;a href="http://thepiratebay.org/torrent/5170843"&gt;at The Pirate Bay&lt;/a&gt;. Download the VMWare image and &lt;a href="http://www.techcrunch.com/2009/11/19/guide-install-google-chrome-os/"&gt;follow these steps&lt;/a&gt; to run Chrome OS. But in the meantime, you can watch these videos on Google Chrome OS.&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;h4 class='c0'&gt;Google Chrome OS Concept Video&lt;/h4&gt;This video shows the 'concept' UI of the operating system. Although Google claims that there will be significant changes in the UI, the current UI is much different from what is shown in the video.&lt;br /&gt;&lt;div style='text-align:center;clear:both'&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/hJ57xzo287U&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/hJ57xzo287U&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;h4 class='c0'&gt;What is Google Chrome OS?&lt;/h4&gt;Google's famous animated take of showing off products.&lt;br /&gt;&lt;div style='text-align:center;clear:both'&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/0QRO3gKj3qw&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/0QRO3gKj3qw&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8809691765065945423?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8809691765065945423/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8809691765065945423&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8809691765065945423'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8809691765065945423'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/11/google-chrome-os-videos_20.html' title='Google Chrome OS Videos'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-2483439867432341242</id><published>2009-11-18T13:51:00.000+05:30</published><updated>2009-11-18T13:51:50.537+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><title type='text'>Pirate Bay Shuts Down Its Tracker</title><content type='html'>&lt;div style='text-align:center;float:left;'&gt;&lt;img src='http://2.bp.blogspot.com/_BPBojSYFPDw/SeiwCS_CD5I/AAAAAAAACTw/5dgCN8QIEKc/s144/the_pirate_bay_logo.jpg'/&gt;&lt;br /&gt;&lt;/div&gt;The Pirate Bay has officially shut down its BitTorrent tracker. After months of speculation about its fate, TPB has officially announced that the tracker is going offline forever. This, however, doesn't mean all your torrents with The Pirate Bay as the sole tracker would meet a horrible death. The Pirate Bay guys claim that trackers have become redundant with DHT or PEX which works without the need of a centralized server. The &lt;a title="blog post" target="_blank" href="http://thepiratebay.org/blog/175" id="ofxd"&gt;blog post&lt;/a&gt; further discusses the issue.&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;What's more threatening to the pirates is that TPB says it's going to talk to other torrent tracker providers to take their trackers offline. This will mean virtually no centralized servers to share your data. The server-less sharing has pros too. You won't curse the tracker when it's offline. In fact, nothing would change - you can still upload .torrents and download from TPB, the only thing missing is the tracker.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-2483439867432341242?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/2483439867432341242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=2483439867432341242&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2483439867432341242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2483439867432341242'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/11/pirate-bay-shuts-down-its-tracker.html' title='Pirate Bay Shuts Down Its Tracker'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_BPBojSYFPDw/SeiwCS_CD5I/AAAAAAAACTw/5dgCN8QIEKc/s72-c/the_pirate_bay_logo.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8509484539553035004</id><published>2009-11-15T13:47:00.000+05:30</published><updated>2009-11-15T13:47:54.741+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Customisations'/><title type='text'>Upload Photos to Facebook Right from Desktop</title><content type='html'>&lt;div style="text-align: center;float:left;"&gt;&lt;img src="http://docs.google.com/File?id=dc2gvxt4_22d7bkbkg7_b" style="width: 128px; height: 128px"&gt;&lt;/div&gt;Facebook has become a great place to share photos. Apart from Flickr, Facebook is a "hot" place to share photos. Almost everyone in Facebook has a photo-album (besides, the default 'profile pictures' album, of course). Although Facebook has a Java-based multi-file uploader, it can be a pain to upload photos to Facebook at times. Fire up your favourite browser and go to Facebook and go to photos and...&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;How about a shortcut? How about a uploading them right from your dekstop without hassles? Well, Facebook LiveUpload is a plugin for Windows Live Photo Gallery that does the same. All you have to do is to install the plugin (of course, you need to install Windows Live Photo Gallery or Windows Live Movie Maker in order to use this plugin). Once installed, you are ready to use the plugin -- under &lt;b&gt;Publish&lt;/b&gt;&amp;nbsp;&lt;b&gt;&amp;gt; More Services&lt;/b&gt;, you'd find "LiveUpload to Facebook" option.&lt;br /&gt;&lt;div style="text-align: center" class="tutorial-image"&gt;&lt;img src="http://docs.google.com/File?id=dc2gvxt4_21dshdpxdw_b" style="width: 500px; height: 256px"&gt;&lt;/div&gt;You can create/choose Facebook photo albums through &lt;a id="i8:b" href="http://www.codeplex.com/liveuploadfacebook" target="_blank" title="Facebook LiveUpload"&gt;Facebook LiveUpload&lt;/a&gt;. What's more, if you have tagged people in photos through Windows Live Photo Gallery, your uploaded photos in Facebook will include those tags, too!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8509484539553035004?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8509484539553035004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8509484539553035004&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8509484539553035004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8509484539553035004'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/11/upload-photos-to-facebook-right-from.html' title='Upload Photos to Facebook Right from Desktop'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-2779404884602662351</id><published>2009-11-10T09:33:00.000+05:30</published><updated>2009-11-10T09:33:38.365+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Download Paint.NET 3.5</title><content type='html'>A newer version of &lt;a id="eexu" href="http://getpaint.net/" target="_blank" title="Paint.NET"&gt;Paint.NET&lt;/a&gt; has been released today. Paint.NET is a photo-editing software that runs on Windows under .NET framework (v3.5 SP1). It is a better version of Microsoft paint, with support for layers, multiple undo, redo, and several effects that Adobe Photoshop boasts of.&amp;nbsp;&lt;br /&gt;&lt;div style="text-align: center;" class="tutorial-image" id="bd7l"&gt;&lt;img src="http://docs.google.com/File?id=dc2gvxt4_18stwwwg8r_b" style="width: 400px; height: 267px"&gt;&lt;/div&gt;The new version is much more lightweight than the earlier ones (the total disk space usage is around 12 MiB).&amp;nbsp; This new version integrates with Vista and Windows7's Aero interface. The one most striking new feature is that you no longer need to restart the whole application to let Paint.NET recognize newly installed fonts -- the new fonts toolbar enlists new fonts as they are being installed. You can find the whole list of new features &lt;a id="pekf" href="http://blog.getpaint.net/2009/11/06/paintnet-v35-final-is-now-available/" target="_blank" title="here"&gt;here&lt;/a&gt;. If you need a not-so-serious photo editor, Paint.NET is for you.&lt;br /&gt;&lt;div style="text-align:left;"&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-2779404884602662351?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/2779404884602662351/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=2779404884602662351&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2779404884602662351'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2779404884602662351'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/11/download-paintnet-35.html' title='Download Paint.NET 3.5'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-7892025813827269689</id><published>2009-11-07T10:14:00.006+05:30</published><updated>2009-11-07T10:34:25.639+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web Apps'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>Google Wave Invite Giveaway: Claim It Here!</title><content type='html'>&lt;div style='text-align:center;float:left;clear:both;'&gt;&lt;img src='http://2.bp.blogspot.com/_FX3RmPElUpc/Sh88UuD6y-I/AAAAAAAAATY/339FwuqF61c/s144/google_wave_logo.png'/&gt;&lt;br /&gt;&lt;/div&gt;Google's most ambitious project Google Wave has been &lt;a href="http://ad1987.blogspot.com/2009/07/google-to-send-100000-wave-invites-in.html"&gt;launched as a developer preview&lt;/a&gt; to 100K developers around the world. And blogosphere is &lt;a href="http://www.google.com/search?ie=UTF-8&amp;oe=UTF-8&amp;sourceid=navclient&amp;gfns=1&amp;q=google+wave+review"&gt;abuzz with lot of things to say&lt;/a&gt; about it. Even &lt;a href="http://ad1987.blogspot.com/2009/10/ebay-users-auction-google-wave-invites.html"&gt;eBay users are selling&lt;/a&gt; Google wave invites.&lt;br /&gt;&lt;br /&gt;Here in AbhiTech, I am offering &lt;b&gt;15 Google Wave invites to readers&lt;/b&gt;! All you have to do is to subscribe to AbhiTech (&lt;b&gt;by email&lt;/b&gt;; see the form in the right sidebar) and leave a comment to this post stating why you want a Google Wave invite. Please note the following:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Before you leave your comment, you must subscribe to AbhiTech &lt;b&gt;by email&lt;/b&gt;.&lt;b&gt; Don't forget to activate your email subscription.&lt;/b&gt; Or else email addresses won't be shown to me.&lt;/li&gt;&lt;li&gt;Those who are already subscribed to AbhiTech &lt;b&gt;by email&lt;/b&gt;, please state that you are already subscribed.&lt;/li&gt;&lt;li&gt;In your comment you must include your email id (except the domain, i.e. if your email is user123@gmail.com, just state "my email starts with user123").&lt;/li&gt;&lt;li&gt;In case the number of comments exceeds the number of invites to be sent, random comments will be selected. If so happens, &lt;a href='http://random.org'&gt;Random.org&lt;/a&gt; will be used.&lt;/li&gt;&lt;li&gt;You &lt;b&gt;must&lt;/b&gt; state why you want a google wave invite. Incomplete comments will be rejected.&lt;/li&gt;&lt;li&gt;Also note that since these invites are sent by users (not by Google), it takes a few days to reach you. To quote Google: &lt;b&gt;"Invitations will not be sent immediately. We have a lot of stamps to lick."&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Contest will end on 20th November, 2009.&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-7892025813827269689?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/7892025813827269689/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=7892025813827269689&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7892025813827269689'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7892025813827269689'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/11/google-wave-invite-giveaway-claim-it.html' title='Google Wave Invite Giveaway: Claim It Here!'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FX3RmPElUpc/Sh88UuD6y-I/AAAAAAAAATY/339FwuqF61c/s72-c/google_wave_logo.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-4644190121622838406</id><published>2009-11-02T11:14:00.000+05:30</published><updated>2009-11-02T11:14:49.285+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Bring SkyDrive to Your Desktop</title><content type='html'>&lt;div style="text-align: center; margin: 0px 6px 4px 0px; float: left; clear: both"&gt;&lt;img src="http://4.bp.blogspot.com/_7Ko5bzMZnSQ/SCQE0yeiq7I/AAAAAAAAA1A/kb05xMwkCsQ/s200/96px-Windows_Live_SkyDrive_logo.png"&gt; &lt;/div&gt;Microsoft’s not-so-famous cloud backup service &lt;a href="http://skydrive.live.com" target="_blank"&gt;Skydrive&lt;/a&gt; offers 25 GiB of web-space. Yet it has got less takers than &lt;a title="Use this link to sign up and you'll get 250 MiB more!" href="https://www.getdropbox.com/referrals/NTEyNDI5Njk" target="_blank"&gt;Dropbox&lt;/a&gt;. That’s because it doesn’t have a desktop client even after more than 2 years of its launch. Dropbox gets an edge just because it offers a cross platform desktop client that seamlessly syncs your data.&lt;br /&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;Now, you can upload and download data from Skydrive without having to open your favorite browser, thanks to SkyDrive Explorer. It’s a tiny standalone Windows shell extension. All you have to do is to install &lt;a href="http://skydriveexplorer.com/index.php" target="_blank"&gt;SkyDrive Explorer&lt;/a&gt; and start enjoying SkyDrive features as a separate drive in Windows. After you install this program, you’d find a new drive under “Other” category. Double click on it and provide your login credentials. Once you are logged in, just copy paste files from your PC to this new drive, and they get uploaded to SkyDrive. But you can't view files right inside this drive — just copy the files to your local drives and open them.  &lt;div style="text-align: center; clear: both" class="tutorial-image"&gt;&lt;img src="http://lh6.ggpht.com/_FX3RmPElUpc/Su1OIORogmI/AAAAAAAAAww/fHVvorj4Xec/s400/skydrive-explorer-in-my-computer.PNG"&gt; &lt;/div&gt;&lt;br /&gt;SkyDrive Explorer works on both 32-bit and 64-bit versions of Windows and runs on Windows 2000, XP, Vista and Windows7. But I didn't have much luck in running it on XP. It worked fine in Windows7. Since it's in beta stage, future releases may address this issue.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-4644190121622838406?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/4644190121622838406/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=4644190121622838406&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4644190121622838406'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4644190121622838406'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/11/bring-skydrive-to-your-desktop.html' title='Bring SkyDrive to Your Desktop'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_7Ko5bzMZnSQ/SCQE0yeiq7I/AAAAAAAAA1A/kb05xMwkCsQ/s72-c/96px-Windows_Live_SkyDrive_logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-6444831487132053990</id><published>2009-11-01T05:59:00.003+05:30</published><updated>2009-11-01T06:02:49.480+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Twitter'/><title type='text'>Twitter Lists Arrive, Finally</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src="http://1.bp.blogspot.com/_eIRZl6Cv0yo/Sg1Qwe3MjtI/AAAAAAAADLA/BGh5IGvj8wU/s144/twitter_bird.jpg" /&gt; &lt;/div&gt;Twitter today launched its much awaited and much hyped ‘lists’ feature. The blogosphere was abuzz with talks of Twitter working on lists. And Twitter indeed tested this in private beta. Today it’s open for everyone, although in beta.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Lists are groups of Twitter users you can create (and name) for everyone to see and follow. To quote Twitter, “Lists are timelines you build yourself, consisting of friends, family, co-workers, sports teams, you name it.” You can also create private lists which can be accessed by you only.&lt;/p&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;Lists are different from ‘groups’ since lists behave more like individual users — you can follow/unfollow lists. Once you start following a list, updates from the users in the list will appear in your timeline. But lists can be used as groups to sort people whom you follow and see what they are talking about.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-6444831487132053990?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/6444831487132053990/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=6444831487132053990&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6444831487132053990'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6444831487132053990'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/11/twitter-lists-arrive-finally.html' title='Twitter Lists Arrive, Finally'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_eIRZl6Cv0yo/Sg1Qwe3MjtI/AAAAAAAADLA/BGh5IGvj8wU/s72-c/twitter_bird.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-5776110284350372111</id><published>2009-10-30T07:53:00.002+05:30</published><updated>2009-10-30T08:04:16.905+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Customisations'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>Turn Any Photo into a Beautiful Painting with FotoSketcher</title><content type='html'>&lt;div style="clear: both; display: none; float: left; text-align: center"&gt;&lt;img src="http://lh3.ggpht.com/_FX3RmPElUpc/SupPLpkCciI/AAAAAAAAAws/80vx5Tw5ZC4/s144/fotosketcher-logo.png"&gt; &lt;/div&gt;&lt;p&gt;So you are not happy with the pictures you have taken during the holidays and you just want to trash them. Wait a sec. What if they look great when you put them into the FotoSketcher? Well, it’s a tiny portable application that turns your photos into paintings. And that too in a just a couple of clicks.&lt;/p&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center"&gt;&lt;a href="http://3.bp.blogspot.com/_PIQ4JS16z9Q/SnzXdi2meKI/AAAAAAAAD34/ingyM4sdLOI/s1600/fotosketcher.jpg"&gt;&lt;img src="http://3.bp.blogspot.com/_PIQ4JS16z9Q/SnzXdi2meKI/AAAAAAAAD34/ingyM4sdLOI/s400/fotosketcher.jpg"&gt;&lt;/a&gt; &lt;/div&gt;&lt;a title="FotoSketcher website" href="http://www.fotosketcher.com/index.htm" target="_blank"&gt;FotoSketcher&lt;/a&gt; is simple in its use. You don’t even have to install it — just open an image file in FotoSketcher and select your own settings. There are various styles available: pencil sketch, pen and ink drawing, various painting renderings. There’s a &lt;a title="FotoSketcher Gallery" href="http://www.fotosketcher.com/gallery.htm" target="_blank"&gt;gallery&lt;/a&gt; showing some creations by FotoSketcher users. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-5776110284350372111?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/5776110284350372111/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=5776110284350372111&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5776110284350372111'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5776110284350372111'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/10/turn-any-photo-into-beautiful-painting.html' title='Turn Any Photo into a Beautiful Painting with FotoSketcher'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_FX3RmPElUpc/SupPLpkCciI/AAAAAAAAAws/80vx5Tw5ZC4/s72-c/fotosketcher-logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-165456943126663655</id><published>2009-10-27T20:40:00.001+05:30</published><updated>2009-10-31T21:42:36.290+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Round-Ups'/><title type='text'>5 Applications to Monitor Bandwidth Usage</title><content type='html'>&lt;div class="tutorial-image" style="clear: both; float: left; margin: 0px 6px 2px 0px; text-align: center;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/StkmQdfldrI/AAAAAAAAAus/xOUTyUnjwH8/s144/bandwidth-monitor-applications.jpg" /&gt;&lt;br /&gt;&lt;/div&gt;Most broadband users in the USA or Europe enjoy unlimited bandwidth. But not everyone is fortunate enough. In India, BSNL (the largest broadband provider of the country) offers various packages but most of them has bandwidth limitations. Once your bandwidth allocation is over, you have to pay more for additional usage. In such cases, it is useful to keep a record of how much bandwidth you are using. Here are some &lt;b&gt;bandwidth monitors&lt;/b&gt; that comes handy to keep a tab on bandwidth usage.&lt;br /&gt;&lt;h4 class="c0"&gt;FreeMeter&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/Stkaky8yTwI/AAAAAAAAAuk/gxQbkMGUvkU/s1600-h/freemeter.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/Stkaky8yTwI/AAAAAAAAAuk/gxQbkMGUvkU/s400/freemeter.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://sourceforge.net/projects/freemeter/" target="_blank"&gt;FreeMeter&lt;/a&gt; is tiny standalone application that runs on .NET framework 2.0. It requires no installation. Once you start the program it shows graph containing the usage details. You can change the update interval. &lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;It also offers a ping and trace-route utility. You can view records of monthly, daily or weekly bandwidth usage. So much in just 118KiB!&lt;br /&gt;&lt;h4 class="c0"&gt;NetMeter&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;img src="http://3.bp.blogspot.com/_J6nXlFQR9v4/R4ZHaVSRtFI/AAAAAAAAAN8/CnuDyxZn5E8/s400/ScreenShot001.jpg" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://www.metal-machine.de/readerror/" target="_blank"&gt;NetMeter&lt;/a&gt; has a much more pleasing interface and offers more features. It can even generate a projected bandwidth usage on monthly, daily or weekly basis. You can specify which networks to track and which not to. This is useful if you are connected to several networks.&lt;br /&gt;&lt;h4 class="c0"&gt;iTraffic&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/SucGHD17FBI/AAAAAAAAAwE/GfFQZktNoo8/s1600-h/gttti.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/SucGHD17FBI/AAAAAAAAAwE/GfFQZktNoo8/s320/gttti.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/SucGE6kBEwI/AAAAAAAAAv0/6vF8o29kqhk/s1600-h/itrafficmonitorlocalnetwork.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/SucGE6kBEwI/AAAAAAAAAv0/6vF8o29kqhk/s144/itrafficmonitorlocalnetwork.png" /&gt;&lt;/a&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/SucGGDyBdpI/AAAAAAAAAv8/70AB_z8ZAnk/s1600-h/itrafficmonitor_domainre_rehberi_4a9d48c0cb57e.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/SucGGDyBdpI/AAAAAAAAAv8/70AB_z8ZAnk/s144/itrafficmonitor_domainre_rehberi_4a9d48c0cb57e.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/SucGI3wZL-I/AAAAAAAAAwM/pmxt2rv4iw0/s1600-h/3_itraffic01.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/SucGI3wZL-I/AAAAAAAAAwM/pmxt2rv4iw0/s320/3_itraffic01.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://www.trvx.com/itrafficmonitor/" target="_blank"&gt;iTraffic&lt;/a&gt; is yet another application good at monitoring bandwidth usage. Apart from the graph showing network traffic, iTraffic also lets you select specific interfaces to monitor. You can even select IP addresses to ignore network traffic. (It uses &lt;a target='_blank' href='http://www.winpcap.org/'&gt;WinPCap&lt;/a&gt; to do so.)&lt;br /&gt;&lt;h4 class='c0'&gt;BitMeterOS&lt;/h4&gt;&lt;div style='clear:both;text-align:center;' class='tutorial-image'&gt;&lt;img src='http://4.bp.blogspot.com/_DhgaKt8EATs/SV5VKhoxPUI/AAAAAAAAGww/Q_qFeWGueOA/s1600/bitmeter2.jpg'/&gt;&lt;br /&gt;&lt;/div&gt;&lt;a target='_blank' href='http://codebox.org.uk/controller?page=bitmeterOs'&gt;BitMeterOS&lt;/a&gt; is a cross platform bandwidth monitoring tool written in C. It can monitor or ignore specific networks only. You can also use it from commandline. BitMeter can be run as a Windows service, i.e. it runs in the background once your system is up. It also offers an audio notification every time a certain amount (to be fixed by the user) of data is transferred (uploaded or downloaded).&lt;br /&gt;&lt;h4 class='c0'&gt;vnStat&lt;/h4&gt;&lt;div style='clear:both;text-align:center;' class='tutorial-image'&gt;&lt;img src='http://3.bp.blogspot.com/_VN8zHqq8Ns8/SQanXXYxs7I/AAAAAAAABuU/fAmt9sM40b8/s320-R/2.png'/&gt;&lt;br /&gt;&lt;/div&gt;&lt;a target='_blank' href='http://humdi.net/vnstat/'&gt;vnStat&lt;/a&gt; is a commandline-based bandwidth monitoring tool which runs on Linux and BSD platforms. In ubuntu you can install it by:&lt;br /&gt;&lt;pre name='code'&gt;sudo apt-get install vnstat&lt;br /&gt;&lt;/pre&gt;Once it is installed, just type &lt;code&gt;vnstat&lt;/code&gt; to view traffic logs. vnStat can monitor specific networks only and it creates a separate database for each network interface. You can even view the logs in your browser. &lt;a target='_blank' href='http://linuxpoison.blogspot.com/2008/10/monitor-network-data-transfer-using.html'&gt;This post&lt;/a&gt; has detailed instructions about how to do the same.&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-165456943126663655?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/165456943126663655/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=165456943126663655&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/165456943126663655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/165456943126663655'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/10/5-applications-to-monitor-bandwidth.html' title='5 Applications to Monitor Bandwidth Usage'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FX3RmPElUpc/StkmQdfldrI/AAAAAAAAAus/xOUTyUnjwH8/s72-c/bandwidth-monitor-applications.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-2308448793150838129</id><published>2009-10-25T07:04:00.000+05:30</published><updated>2009-10-25T07:04:24.912+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linked'/><title type='text'>Around the Interwebs #3</title><content type='html'>&lt;div style='clear:both;text-align:center;display:none;'&gt;&lt;img src='http://4.bp.blogspot.com/_W2xhw2CultY/SZiHuuxrAFI/AAAAAAAAAUY/WFE9u7yCg20/s144/sick%2520computer%5B1%5D.jpg'/&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;a target='_blank' href='http://www.dkszone.net/2009/10/windows-xp-themes.html'&gt;20 Awesome Windows XP Themes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target='_blank' href='http://lifehacker.com/5388948/top-10-windows-7-booster-apps'&gt;Top 10 Windows 7 Booster Apps&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target='_blank' href='http://www.geeksucks.com/tutorials/38-great-websites-for-photoshop-tutorials.htm'&gt;38 Great Websites for Photoshop Tutorials - Tutorials - Geek Sucks&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target='_blank' href='http://gizmodo.com/5389166/how-to-hackintosh-a-dell-mini-10v-into-the-ultimate-snow-leopard-netbook'&gt;How To: Hackintosh a Dell Mini 10v Into the Ultimate Snow Leopard Netbook - Dell mini 10v hackintosh&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target='_blank' href='http://www.goldenblogging.com/8-analytics-apps-for-twitter/'&gt;8 Analytics apps for Twitter&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-2308448793150838129?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/2308448793150838129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=2308448793150838129&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2308448793150838129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2308448793150838129'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/10/around-interwebs-3.html' title='Around the Interwebs #3'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_W2xhw2CultY/SZiHuuxrAFI/AAAAAAAAAUY/WFE9u7yCg20/s72-c/sick%2520computer%5B1%5D.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8273805614688842875</id><published>2009-10-20T06:49:00.001+05:30</published><updated>2009-10-20T06:53:04.636+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><title type='text'>YouTube Goes the Twitter Way, Beta Tests Real-time Comment Search</title><content type='html'>YouTube is beta-testing real-time comment-search. This new feature, available at &lt;a href="http://www.youtube.com/testtube" target="_blank"&gt;Test Tube&lt;/a&gt;, enables users to search for comments in real-time — keywords are searched in comments as they are being posted in YouTube.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/St0NofeWq6I/AAAAAAAAAvU/7S6dFiK_KiQ/s1600-h/youtube-real-time-comment-search.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/St0NofeWq6I/AAAAAAAAAvU/7S6dFiK_KiQ/s400/youtube-real-time-comment-search.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;It also shows a list of "trending topics" — popular search terms. This new feature is a reminder that almost all social media sites would finally have to go real-time.&lt;br /&gt;&lt;br /&gt;Via: &lt;a target='_blank' href='http://youtube-global.blogspot.com/2009/10/search-comments-on-youtube-in-real-time.html'&gt;YouTube Blog&lt;/a&gt;&lt;br /&gt;Tags: &lt;a href="http://technorati.com/tag/youtube"&gt;YouTube&lt;/a&gt;, &lt;a href="http://technorati.com/tag/Google"&gt;Google&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8273805614688842875?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8273805614688842875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8273805614688842875&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8273805614688842875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8273805614688842875'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/10/youtube-goes-twitter-way-beta-tests.html' title='YouTube Goes the Twitter Way, Beta Tests Real-time Comment Search'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_FX3RmPElUpc/St0NofeWq6I/AAAAAAAAAvU/7S6dFiK_KiQ/s72-c/youtube-real-time-comment-search.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-4272209947565242979</id><published>2009-10-19T07:02:00.002+05:30</published><updated>2009-10-19T07:04:18.741+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Get Windows 7 Tips Daily with Win7 Countdown Widget</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin:0px 6px 6px 0px;'&gt;&lt;img src='http://3.bp.blogspot.com/_DF51jRXrUCs/SYssD7k2OFI/AAAAAAAAAGc/_zs6NeXxgMc/s144/WIndows-7-logo.gif'/&gt;&lt;br /&gt;&lt;/div&gt;With only 2 days to go before Windows 7 hits the stores, Microsoft has released a countdown widget that gives you 'valuable' tips about customising Windows 7. You can embed this widget to your Facebook, MySpace profiles, Blogger sidebar, iGoogle gadget among many other places, to show your Windows 7-love.&lt;br /&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;object type="application/x-shockwave-flash" data="http://widgets.clearspring.com/o/4aaa4db3247b0708/4adbc0119fe8b306/4aade21b4433b76d/d84855db" id="W4aaa4db3247b07084adbc0119fe8b306" width="192" height="302"&gt;&lt;param name="movie" value="http://widgets.clearspring.com/o/4aaa4db3247b0708/4adbc0119fe8b306/4aade21b4433b76d/d84855db" /&gt;&lt;param name="wmode" value="transparent" /&gt;&lt;param name="allowNetworking" value="all" /&gt;&lt;param name="allowScriptAccess" value="always" /&gt;&lt;/object&gt;&lt;br /&gt;&lt;/div&gt;The widget shows a new tip daily. You can tweet the current tip that's being shown. Since it's a flash widget, unfortunately you can't style it your way.&lt;br /&gt;&lt;br /&gt;Tags: &lt;a href="http://technorati.com/tag/windows+7"&gt;Windows 7&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-4272209947565242979?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/4272209947565242979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=4272209947565242979&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4272209947565242979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4272209947565242979'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/10/get-windows-7-tips-daily-with-win7.html' title='Get Windows 7 Tips Daily with Win7 Countdown Widget'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_DF51jRXrUCs/SYssD7k2OFI/AAAAAAAAAGc/_zs6NeXxgMc/s72-c/WIndows-7-logo.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-1692176825404210434</id><published>2009-10-02T08:28:00.000+05:30</published><updated>2009-10-02T08:28:28.393+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Cool Stuff'/><title type='text'>eBay Users Auction Google Wave Invites</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;img src="http://2.bp.blogspot.com/_FX3RmPElUpc/Sh88UuD6y-I/AAAAAAAAATY/339FwuqF61c/s144/google_wave_logo.png" /&gt;&lt;br /&gt;&lt;/div&gt;Ever since Google has &lt;a href="http://ad1987.blogspot.com/2009/07/google-to-send-100000-wave-invites-in.html"&gt;announced&lt;/a&gt; that they would be sending 100000 invites for &lt;a href="http://wave.google.com/"&gt;Google Wave&lt;/a&gt;, there has been a lot of buzz over the 'net — 'Google Wave' finds a pretty place in Twitter's trending topics for some time now. And now, some eBay users have started selling their Wave invites for anything between $0.99 and $89.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/SsVpR0jdFBI/AAAAAAAAAuc/BvAWcqVRyUg/s1600-h/google-wave-invite-in-ebay.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/SsVpR0jdFBI/AAAAAAAAAuc/BvAWcqVRyUg/s400/google-wave-invite-in-ebay.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;This is not the first time that web-application invites are being sold on eBay. Desitorrents, &lt;a href="http://ad1987.blogspot.com/2007/05/top-5-desi-forums.html" target="_blank"&gt;the leading Indian forum&lt;/a&gt;, stopped giving invites to its users when someone auctioned an invite.&lt;br /&gt;&lt;div style="clear: both; text-align: left;"&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;I think web-applications should be designed in a way so that invites cannot be transferred, i.e. an invite can be used by a certain email address only. Again, Google Wave is a social application. This means Wave is completely useless if your friends and family (or colleagues) are not using it. It's pretty interesting to see people wasting money on a web-application invite, at a time of financial turmoil.&lt;br /&gt;&lt;br /&gt;[Via &lt;a href="http://blogs.wsj.com/digits/2009/10/01/google-wave-invites-for-sale-on-ebay/" target="_blank"&gt;The Wall Street Journal&lt;/a&gt;]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-1692176825404210434?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/1692176825404210434/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=1692176825404210434&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1692176825404210434'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1692176825404210434'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/10/ebay-users-auction-google-wave-invites.html' title='eBay Users Auction Google Wave Invites'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_FX3RmPElUpc/Sh88UuD6y-I/AAAAAAAAATY/339FwuqF61c/s72-c/google_wave_logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-2650510285472557045</id><published>2009-10-01T14:07:00.000+05:30</published><updated>2009-10-01T14:07:17.612+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><title type='text'>Back up Browser and Email Profiles with MailBrowserBackup</title><content type='html'>&lt;div style="clear: both; float: left; margin: 0px 8px 8px; text-align: center;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/SsRmBobU7vI/AAAAAAAAAuU/5_4ZRFH2eJ4/s144/MailBrowserBackup-teaser.jpg" /&gt;&lt;br /&gt;&lt;/div&gt;Have you ever missed your &lt;b&gt;favourite bookmarks&lt;/b&gt; while surfing the 'net from your friends PC? Do you always search for instructions for setting up email profiles for email-clients? If so, MailBrowserBackup is for you. It's a tiny utility (only 508 KiB) that &lt;b&gt;backs up email-clients and browser profiles&lt;/b&gt;. All you have to do is to restore profiles from the back-up files.&lt;br /&gt;&lt;br /&gt;The list of browsers, email clients, instant messengers it supports is a long one.&lt;br /&gt;&lt;ul class="" id=""&gt;&lt;li&gt;Mozilla Firefox&lt;/li&gt;&lt;li&gt;Flock&lt;/li&gt;&lt;li&gt;Windows Mail&lt;/li&gt;&lt;li&gt;Windows Live Mail&lt;/li&gt;&lt;li&gt;Windows Live Messenger&lt;/li&gt;&lt;li&gt;Windows Live Messenger Plus!&lt;/li&gt;&lt;li&gt;Internet Explorer&lt;/li&gt;&lt;li&gt;Outlook 2003/2007&lt;/li&gt;&lt;li&gt;Windows Contacts&lt;/li&gt;&lt;li&gt;Windows Calendar&lt;/li&gt;&lt;li&gt;Mozilla Thunderbird&lt;/li&gt;&lt;li&gt;Opera&lt;/li&gt;&lt;li&gt;Apple Safari&lt;/li&gt;&lt;li&gt;Google Chrome&lt;/li&gt;&lt;li&gt;SRWare Iron&lt;/li&gt;&lt;li&gt;FileZilla FTP Client&lt;/li&gt;&lt;li&gt;Notepad++&lt;/li&gt;&lt;li&gt;Pidgin&lt;/li&gt;&lt;/ul&gt;&lt;a href="http://alancla.110mb.com/mailbrowserbackup/" target="_blank"&gt;MailBrowserBackup&lt;/a&gt; runs on &lt;a target='_blank' href='http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5'&gt;.NET Framework 2.0+&lt;/a&gt;. It's &lt;b&gt;free and open-source&lt;/b&gt; and installation is super-simple.&lt;br /&gt;&lt;div style="clear: both; text-align: center;"&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;It's a very useful application. But with more and more people switching to cloud-computing, back-up utilities like this one will find few takers.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-2650510285472557045?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/2650510285472557045/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=2650510285472557045&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2650510285472557045'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2650510285472557045'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/10/back-up-browser-and-email-profiles-with.html' title='Back up Browser and Email Profiles with MailBrowserBackup'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_FX3RmPElUpc/SsRmBobU7vI/AAAAAAAAAuU/5_4ZRFH2eJ4/s72-c/MailBrowserBackup-teaser.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8775433634154840750</id><published>2009-09-25T06:12:00.002+05:30</published><updated>2009-09-25T06:14:14.038+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Customisations'/><category scheme='http://www.blogger.com/atom/ns#' term='Round-Ups'/><title type='text'>6 Portable Application Suites to Power up Your Thumb Drive</title><content type='html'>&lt;div style='text-align:center;float:left;margin-right:6px;'&gt;&lt;img src='http://t2.gstatic.com/images?q=tbn:PaH-fcCdavNosM:http://2.bp.blogspot.com/_UU-faylKkn4/SO90sEngHfI/AAAAAAAADZY/jLmHxoFEzjI/s144/usb-pendrive.png'/&gt;&lt;/div&gt;USB drives are cool — they are small in size, can contain lots of stuff, and they are not costly at all. But in case you are using USB drives to only transfer files from your home to office, you are not tapping all its potentiality. USB drives can be used to carry your entire office (ok, only the softwares I am talking about.) And instead of downloading hundreds of portable applications you can just use some of the available portable application suites that has it all. Here are 8 popular application bundles.&lt;br /&gt;&lt;h4 class="c0"&gt;Tiny USB Office&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/SrwMU7Axy9I/AAAAAAAAAts/Dvf3ckXfBEc/s1600-h/tiny_usb_office_bigscreen.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/SrwMU7Axy9I/AAAAAAAAAts/Dvf3ckXfBEc/s400/tiny_usb_office_bigscreen.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://xtort.net/office-and-productivity/floppy-office/"&gt;Tiny USB&lt;/a&gt; Office is an application bundle which is only 2.5 MiB in size. The applications it contains are mostly productivity applications. The applications include:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Database Creation - with CSVed&lt;/li&gt;&lt;li&gt;Data Encryption - with DScrypt&lt;/li&gt;&lt;li&gt;Email Client Software - with NPopUK&lt;/li&gt;&lt;li&gt;File Compression - with 100 Zipper&lt;/li&gt;&lt;li&gt;File Sharing - with HFS&lt;/li&gt;&lt;li&gt;File Transfer - with FTP Wanderer&lt;/li&gt;&lt;li&gt;Flowchart Creation - with EVE Vector Editor&lt;/li&gt;&lt;li&gt;MSN Messenger Client - with PixaMSN&lt;/li&gt;&lt;li&gt;Tree-Style Outliner Software - with Mempad&lt;/li&gt;&lt;li&gt;PDF Creation - with PDF Producer&lt;/li&gt;&lt;li&gt;Password Recovery - with XPass&lt;/li&gt;&lt;li&gt;Secure Deletion - with DSdel&lt;/li&gt;&lt;li&gt;Spreadsheet Creation - with Spread32&lt;/li&gt;&lt;li&gt;Text Editing - with TedNotepad&lt;/li&gt;&lt;li&gt;Word Processing - with Kpad&lt;/li&gt;&lt;li&gt;Program Launching - with Qsel&lt;/li&gt;&lt;/ul&gt;It also includes text encryption program, a secure file shredder, a password revealer, and a tiny vector editor. This is a good choice if you have very little space to allocate.&lt;br /&gt;&lt;h4 class="c0"&gt;SSuite Office&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/SrwNYkkmarI/AAAAAAAAAt0/I1RXfZ4pISI/s1600-h/BladeRunner2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/SrwNYkkmarI/AAAAAAAAAt0/I1RXfZ4pISI/s400/BladeRunner2.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://www.ssuitesoft.com/ssuiteportable.htm"&gt;SSuite Office&lt;/a&gt; bundle contains basic office editing applications including a word-pad, a spreadsheet editor, a basic photo editing application, an application launcher among other applications. All this in 14MiB. This is a good choice if you want to play safe with office suite, just in case you need them.&lt;br /&gt;&lt;h4 class="c0"&gt;Portable Apps Suite&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/SrwN4_LNEuI/AAAAAAAAAt8/h6SZVEnM0ZM/s1600-h/portableapps_multimediaWorrior.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/SrwN4_LNEuI/AAAAAAAAAt8/h6SZVEnM0ZM/s400/portableapps_multimediaWorrior.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;This is probably Internet's most popular portable app suite. &lt;a href="http://portableapps.com/"&gt;Portable Apps Suite&lt;/a&gt; comes in three variants — platform only, light suite and standard suite. The lightest version starts at only 1mb download size and the standard suite is 355MiB in size, when installed. For average users, the light suite is recommended. The light suite offers a bunch of useful applications including Firefox, Thunderbird (email client), Sunbird, ClamWin Portable (anti-virus), Pidgin (IM Client), Keepass Portable (password manager). The standard suite has OpenOffice included. All these versions come with a sleek Windows-XP style menu that gives access to all the portable applications available. After you install it on your USB thumb-drive, it creates folders like "Documents", "Pictures", "My Music", "Videos". This is pretty neat and lets you organize your files easily.&lt;br /&gt;&lt;h4 class="c0"&gt;Lupo Pen Suite&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/SrwOUzPk8II/AAAAAAAAAuE/dDD1ebNrF70/s1600-h/lupo+pen+suite.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/SrwOUzPk8II/AAAAAAAAAuE/dDD1ebNrF70/s400/lupo+pen+suite.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://www.lupopensuite.com/"&gt;Lupo Pen Suite&lt;/a&gt; is another application bundle which has a lot of things in common with Portable Apps — it has menu which resembles that of Portable Apps; it creates folders like Portable Apps and so on. The applications included are, however, different from those included in Portable Apps. The email client in Lupo Pen Suite is POP Peeper, the IM client is Miranda IM. It comes with VLC Player, FastStone Image Capture, System explorer among many other useful softwares. If you are looking for a full-featured application suite, Lupo Pen Suite is just for you. Way better than Portable Apps suite.&lt;br /&gt;&lt;h4 class="c0"&gt;LiberKey&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/SrwOyC9GybI/AAAAAAAAAuM/ls5EfnE10dU/s1600-h/liberkey.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/SrwOyC9GybI/AAAAAAAAAuM/ls5EfnE10dU/s400/liberkey.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://www.liberkey.com/en/"&gt;Liberkey&lt;/a&gt; is probably the most under-rated yet the best of all portable application bundles. It comes in 3 flavours — basic, standard and ultimate. It packs a huge number of applications. The interface is pretty intuitive. Since it offers so many applications. it comes with a search utility which searches the 'installed' applications.&lt;br /&gt;&lt;h4 class='c0'&gt;MojoPac&lt;/h4&gt;&lt;div style='text-align:center'&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/zPNs55Vr9ec&amp;hl=en&amp;fs=1&amp;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/zPNs55Vr9ec&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;a href='http://www.mojopac.com/' target='_blank'&gt;MojoPac&lt;/a&gt; is a sophisticated application suite that turns any removable drive into a PC (kind of). You can install various applications on MojoPac, including Midrosoft Office. If you are a gamer, MojoPac can carry your game with it. This application suite is different in one perspective too &amp;mdash; it is password protected. That means you don't have to worry about the security of your data in case your drive is lost (or stolen). [Related &lt;a href='http://ad1987.blogspot.com/2008/10/easily-password-protect-your-files-with.html'&gt;Password Protect Your Files with TrueCrypt&lt;/a&gt;]&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8775433634154840750?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8775433634154840750/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8775433634154840750&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8775433634154840750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8775433634154840750'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/09/6-portable-application-suites-to-power.html' title='6 Portable Application Suites to Power up Your Thumb Drive'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_FX3RmPElUpc/SrwMU7Axy9I/AAAAAAAAAts/Dvf3ckXfBEc/s72-c/tiny_usb_office_bigscreen.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8266740616388363806</id><published>2009-09-23T07:06:00.000+05:30</published><updated>2009-09-23T07:06:12.151+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Picasa 3.5 Arrives with NameTags</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src='http://1.bp.blogspot.com/_WmqQ1lO-18Y/ShFMedXkrFI/AAAAAAAAAYI/mrfK6Isju5w/s144/Picasa+_256.png'/&gt;&lt;br /&gt;&lt;/div&gt;Google's free photo-editing software, Picasa just got better &amp;mdash; it can now recognize people's faces. The latest version (v3.5) lets you add name-tags to people's faces for easy grouping and searching. This version also integrates with Google Maps for geo-tagging.&lt;br /&gt;&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Whenever a photo is collected via Picasa with 'unknown' (i.e. not yet tagged) faces, it creates an album &amp;mdash; Unnamed Faces &amp;mdash; to which you can add tags later on. You can even search for photos with two people in it (i.e. having two tags). For ease of use, name-tags offer auto-complete so that you can easily select the tags you have already created.&lt;br /&gt;&lt;br /&gt;&lt;div style='clear:both;text-align:center;' class='tutorial-image'&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/gYO2uhrIZJ4&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/gYO2uhrIZJ4&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;This version is a great step forward enabling desktop apps behave like human minds. It would be great if Picasa can integrate Facebook's facial recognition for the &lt;a target='_blank' href='http://apps.facebook.com/picasauploader/'&gt;Picasa Facebook Uploader&lt;/a&gt;. That would be a lethal combo!&lt;br /&gt;[Via &lt;a target='_blank' href='http://googleblog.blogspot.com/2009/09/picasa-35-now-with-name-tags-and-more.html'&gt;Official Google Blog&lt;/a&gt;]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8266740616388363806?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8266740616388363806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8266740616388363806&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8266740616388363806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8266740616388363806'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/09/picasa-35-arrives-with-nametags.html' title='Picasa 3.5 Arrives with NameTags'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_WmqQ1lO-18Y/ShFMedXkrFI/AAAAAAAAAYI/mrfK6Isju5w/s72-c/Picasa+_256.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-7324718177134772432</id><published>2009-09-17T08:30:00.000+05:30</published><updated>2009-09-17T08:30:48.746+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Google Acquires reCaptcha, Vows to Stop Spam</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin-right:8px;'&gt;&lt;img src='http://4.bp.blogspot.com/_NJiJ2hbWd24/Sn9FP3HLPBI/AAAAAAAAAUY/-WLvwxJHoic/s144/google-logo.png'/&gt;&lt;br /&gt;&lt;/div&gt;Google has acquired &lt;a target='_blank' href='http://recaptcha.net/'&gt;reCaptcha&lt;/a&gt;, an open-source application developed by the computer science department of Carnegie Mellon University, to protect pages from spams. The details of the deal are not available although some people are irked about the fact that the project was originally funded by government and the founders are making money out of this.&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;The official announcement says,&lt;br /&gt;&lt;blockquote&gt;(...) we're excited to welcome the reCAPTCHA team to Google, and we're committed to delivering the same high level of performance that websites using reCAPTCHA have come to expect. Improving the availability and accessibility of all the information on the Internet is really important to us, so we're looking forward to advancing this technology with the reCAPTCHA team.&lt;/blockquote&gt;The acquisition move will certainly improve the way reCaptcha works as we have seen in past that services (like Feedburner, Blogger) got better once they were acquired by Google. It's just a matter of days (or weeks) before reCaptcha gets integrated with Google's platforms.&lt;br /&gt;&lt;br /&gt;[Via &lt;a target='_blank' href='http://googleblog.blogspot.com/2009/09/teaching-computers-to-read-google.html'&gt;Official Google blog&lt;/a&gt;]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-7324718177134772432?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/7324718177134772432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=7324718177134772432&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7324718177134772432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7324718177134772432'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/09/google-acquires-recaptcha-vows-to-stop.html' title='Google Acquires reCaptcha, Vows to Stop Spam'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_NJiJ2hbWd24/Sn9FP3HLPBI/AAAAAAAAAUY/-WLvwxJHoic/s72-c/google-logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-7630285642301462908</id><published>2009-09-13T14:25:00.000+05:30</published><updated>2009-09-13T14:25:18.673+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Tutorials'/><category scheme='http://www.blogger.com/atom/ns#' term='blogging'/><title type='text'>How to Add A Blogger.com Blog to Facebook</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;img src="http://4.bp.blogspot.com/_ToO95jwz4j0/Se0ANyV1ItI/AAAAAAAABKg/MXpMi6Qq1RU/s144/blogger_logo.png" /&gt;&lt;/div&gt;Facebook is a great place to share stuff — from links and videos to photos and status updates. The Facebook 'Pages' are useful if you are a blogger and want to share your posts in Facebook through a completely personalized page. You can also import your blog to your profile through the 'Notes' application but a separate page for your blog is better since it makes your blog separate identity from yourself which has a brand value. Besides, a Facebook page offers widgets and more.&lt;br /&gt;&lt;br /&gt;To add a page in Facebook, visit &lt;a href="http://www.facebook.com/pages/create.php" target="_blank"&gt;this page&lt;/a&gt; and fill the fields given their. Here are the settings for &lt;a href="http://www.facebook.com/pages/AbhiTech/135135230905" target="_blank"&gt;AbhiTech page on Facebook &lt;/a&gt;.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/Sqyry7ZvcrI/AAAAAAAAAtc/E1PgapXyots/s1600-h/facebook-create-page-options.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/Sqyry7ZvcrI/AAAAAAAAAtc/E1PgapXyots/s400/facebook-create-page-options.png" /&gt;&lt;/a&gt;&lt;/div&gt;Once the page is created visit &lt;a href="http://www.facebook.com/pages/manage" target="_blank"&gt;this page&lt;/a&gt;. Among the applications listed there, choose the 'Notes' application and click 'Edit'.&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/Sqyw8oVhWcI/AAAAAAAAAtk/EchpR-V_E4s/s1600-h/facebook-page-notes-option.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/Sqyw8oVhWcI/AAAAAAAAAtk/EchpR-V_E4s/s400/facebook-page-notes-option.png" /&gt;&lt;/a&gt;&lt;/div&gt;On the settings page, click on 'Import Blog' at the right side. Here you have to enter the feed-URL of your blog.&lt;br /&gt;Now, you can enter the feed URL of your blog for full content of the posts. But this will significantly decrease the page-views of your blog since most Facebook users will read your posts right from Facebook. How about showing only part of your posts?&lt;br /&gt;Blogger offers a summary feed containing only a part of your posts. Just use this URL for importing feeds:&lt;br /&gt;&lt;pre class='html' name='code'&gt;http://YOURBLOG.blogspot.com/feeds/posts/summary&lt;br /&gt;&lt;/pre&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;(Change YOURBLOG with the name of your blog.)&lt;br /&gt;That's it!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-7630285642301462908?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/7630285642301462908/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=7630285642301462908&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7630285642301462908'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7630285642301462908'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/09/how-to-add-bloggercom-blog-to-facebook.html' title='How to Add A Blogger.com Blog to Facebook'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_ToO95jwz4j0/Se0ANyV1ItI/AAAAAAAABKg/MXpMi6Qq1RU/s72-c/blogger_logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-4333181374703696700</id><published>2009-09-12T18:36:00.000+05:30</published><updated>2009-09-12T18:36:39.444+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='blogging'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>One More B'Day Gift: Blogger Brings Jumpbreak Feature</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;img src="http://4.bp.blogspot.com/_ToO95jwz4j0/Se0ANyV1ItI/AAAAAAAABKg/MXpMi6Qq1RU/s144/blogger_logo.png" /&gt;&lt;/div&gt;As a celebration of its &lt;a href="http://buzz.blogger.com/search/label/10th%20Birthday" target="_blank"&gt;10th birthday&lt;/a&gt;, Blogger has introduced long-awaited jumpbreak feature — something native in Wordpress for a long time. Jumpbreak allows bloggers to let their readers to jump to 'item' pages for the full content of post. "Read More" and "Continue Reading" are two of the most popular jumpbreak texts.&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;All you have to do is to include &lt;code&gt;&amp;lt;!-- more --&amp;gt;&lt;/code&gt; anywhere in your post and the text following this can be seen only on the 'item' page.&lt;br /&gt;&lt;div style='clear:both;text-align:center;' class='tutorial-image'&gt;&lt;img src='http://1.bp.blogspot.com/_LMD_FWTpU20/Sqf7u9vcgEI/AAAAAAAAJko/EOgEmDYKK2Q/s400/jumppoint.png'/&gt;&lt;br /&gt;&lt;/div&gt;You can even change the jumpbreak text &amp;mdash; just edit the "Blog Posts" widget. This feature is not for classic template users. A &lt;a target='_blank' href='http://www.google.com/support/blogger/bin/answer.py?answer=154172'&gt;help article&lt;/a&gt; is available on the blogger support page for template tags.&lt;br /&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;This feature brings an end to numerous template hacks. This blog, for example, uses a JavaScript snippet to create jumpbreak texts. In case you are a classic template user, you can find the snippet and instructions at &lt;a target='_blank' href='http://quiterandom.com/'&gt;Quite Random&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;[Via &lt;a target='_blank' href='http://buzz.blogger.com/2009/09/you-might-as-well-jump.html'&gt;Blogger Buzz&lt;/a&gt;]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-4333181374703696700?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/4333181374703696700/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=4333181374703696700&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4333181374703696700'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4333181374703696700'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/09/one-more-bday-gift-blogger-brings.html' title='One More B&apos;Day Gift: Blogger Brings Jumpbreak Feature'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_ToO95jwz4j0/Se0ANyV1ItI/AAAAAAAABKg/MXpMi6Qq1RU/s72-c/blogger_logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8228136460314127836</id><published>2009-09-11T08:29:00.001+05:30</published><updated>2009-09-11T08:30:34.542+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Google Search Field Gets Bigger, Still Bing Tops Results</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;margin-right:8px;'&gt;&lt;img src='http://4.bp.blogspot.com/_NJiJ2hbWd24/Sn9FP3HLPBI/AAAAAAAAAUY/-WLvwxJHoic/s144/google-logo.png'/&gt;&lt;br /&gt;&lt;/div&gt;Google has changed the size of the the input field of the search-box to symbolize Google's "focus on search and because it makes our (Google's) clean, minimalist homepage even easier and more fun to use." The text-size of the auto-suggest entries has also increased for a more clear vision.&lt;br /&gt;&lt;div style='clear:both;text-align:center;margin-top:8px' class='tutorial-image'&gt;&lt;a href='http://3.bp.blogspot.com/_7ZYqYi4xigk/SqgeZQO37fI/AAAAAAAAEg4/SzruS1piwMA/s1600-h/new-old-search-next.png'&gt;&lt;img src='http://3.bp.blogspot.com/_7ZYqYi4xigk/SqgeZQO37fI/AAAAAAAAEg4/SzruS1piwMA/s400/new-old-search-next.png'/&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;Yet, it's interesting that Google ranks Bing ahead itself in terms of search results. Just make a search with "search" and see it yourself. In case Google has changed it, you can see a &lt;a target='_blank' href='http://www.facebook.com/photo.php?pid=3052438&amp;id=135135230905'&gt;screenshot&lt;/a&gt; on AbhiTech's Facebook album.&lt;br /&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8228136460314127836?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8228136460314127836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8228136460314127836&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8228136460314127836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8228136460314127836'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/09/google-search-field-gets-bigger-still.html' title='Google Search Field Gets Bigger, Still Bing Tops Results'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_NJiJ2hbWd24/Sn9FP3HLPBI/AAAAAAAAAUY/-WLvwxJHoic/s72-c/google-logo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-2170016763280255940</id><published>2009-09-08T19:03:00.001+05:30</published><updated>2009-09-08T19:04:42.687+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Quickly Open or Save Files in Windows to Your Favourite Folders</title><content type='html'>&lt;div style="clear: both; float: left; margin-right: 6px; text-align: center;"&gt;&lt;img src="http://2.bp.blogspot.com/_1jwWg2fqRhk/SfVEusTEjZI/AAAAAAAAALY/KFecvp2mRFM/s144/Hack+the+Windows+Logo+Key+bench3.jpg" /&gt;&lt;/div&gt;The &lt;b&gt;default Windows 'Save As...' or 'Open' dialog box&lt;/b&gt; has five different shortcuts on the left hand side — &lt;b&gt;History, Desktop, My Documents, My Computer and My Network Places&lt;/b&gt;. As a matter of fact these are not shortcuts at all — you have to browse to some other folder of your choice. What if you can customize these links, much like Linux desktops?&lt;br /&gt;&lt;br /&gt;Enter Places Utility. It's a nifty application that does this job with ease. It offers a very intuitive options dialog, which lets you configure the shortcuts.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/SqZaHp5ePEI/AAAAAAAAAtM/K3MQa2sFhf8/s1600-h/places-utility-options-dialog-box.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/SqZaHp5ePEI/AAAAAAAAAtM/K3MQa2sFhf8/s1600/places-utility-options-dialog-box.png" /&gt;&lt;/a&gt;&lt;/div&gt;Once you set up these options, it changes the &lt;b&gt;Open&lt;/b&gt; or &lt;b&gt;Save As...&lt;/b&gt; dialog with the custom settings.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/SqZakF6hZII/AAAAAAAAAtU/sNCZHYw_2gI/s1600-h/places-utility-screenshot-of-dialog-box.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/SqZakF6hZII/AAAAAAAAAtU/sNCZHYw_2gI/s1600/places-utility-screenshot-of-dialog-box.png" /&gt;&lt;/a&gt;&lt;/div&gt;If you are download-heavy user or if save a lot of web-contents to your machine, this utility is just for you. Even for average users, this application is useful as it gives quick access to the places you most likely to save files.&lt;br /&gt;&lt;div style="clear: both; text-align: left;"&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;Places Utility is available for free at &lt;a target='_blank' href='http://www.simplisoftware.com/Public/index.php?request=PlacesM'&gt;Simpli Software&lt;/a&gt;. It's 622KiB is size.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-2170016763280255940?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/2170016763280255940/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=2170016763280255940&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2170016763280255940'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2170016763280255940'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/09/quickly-open-or-save-files-in-windows.html' title='Quickly Open or Save Files in Windows to Your Favourite Folders'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_1jwWg2fqRhk/SfVEusTEjZI/AAAAAAAAALY/KFecvp2mRFM/s72-c/Hack+the+Windows+Logo+Key+bench3.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-4765558327455566752</id><published>2009-09-07T13:23:00.001+05:30</published><updated>2009-09-07T13:27:42.021+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Customisations'/><category scheme='http://www.blogger.com/atom/ns#' term='Deviations'/><title type='text'>Download Seven Remix to Turn XP into Windows7</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;img src="http://3.bp.blogspot.com/_DF51jRXrUCs/SYssD7k2OFI/AAAAAAAAAGc/_zs6NeXxgMc/s144/WIndows-7-logo.gif" /&gt;&lt;/div&gt;Seven Remix XP is a transformation pack for Windows XP which turns the default XP interface into one that resembles Windows 7. It changes almost all visual styles in XP — from icons to wallpapers to login screen. The core remains the same but just a visual makeover, in case you are tired of looking at the same old Windows XP interface.&lt;br /&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;The package contains an executable file which changes the core visual styles of XP. All you have to do is to install it and reboot. In case, you mess it up, the installer automatically creates a &lt;a href="http://www.microsoft.com/windowsxp/using/helpandsupport/learnmore/systemrestore.mspx" target="_blank"&gt;system restore point&lt;/a&gt;. This way you can easily go back to your previous XP interface.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/SqS5nNzVAeI/AAAAAAAAAtE/D_dY7kDxZ6o/s1600-h/seven-remix-xp-screenshot.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/SqS5nNzVAeI/AAAAAAAAAtE/D_dY7kDxZ6o/s1600/seven-remix-xp-screenshot.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;The installer is developed by &lt;a target='_blank' href='http://niwradsoft.blogspot.com/'&gt;NirwadSoft&lt;/a&gt; while the visual styles it offers are designed by &lt;a target='_blank' href='http://www.askvg.com/'&gt;Vishal Gupta&lt;/a&gt;. The biggest problem with this Windows7 transformation pack is that it doesn't support 64bit versions of WindowsXP.&lt;br /&gt;&lt;br /&gt;You can download it from &lt;a target='_blank' href='http://niwradsoft.deviantart.com/art/Seven-Remix-XP-2-3-112590511'&gt;DeviantArt page&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-4765558327455566752?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/4765558327455566752/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=4765558327455566752&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4765558327455566752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/4765558327455566752'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/09/download-seven-remix-to-turn-xp-into.html' title='Download Seven Remix to Turn XP into Windows7'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_DF51jRXrUCs/SYssD7k2OFI/AAAAAAAAAGc/_zs6NeXxgMc/s72-c/WIndows-7-logo.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8541354626397855373</id><published>2009-09-06T17:00:00.001+05:30</published><updated>2009-09-06T17:02:27.416+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web Apps'/><title type='text'>Yahoo! Meme Walkthrough and Invite Giveaway</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;img src="http://3.bp.blogspot.com/_ECs210aNXQs/SgKGzvro2MI/AAAAAAAAAKY/qQMWITioeCs/s144/yahoo.png" /&gt;&lt;/div&gt;Yahoo! has recently launched &lt;a href="http://meme.yahoo.com/" target="_blank"&gt;Meme&lt;/a&gt;, "where you share everything you find that's interesting". Meme is, in simple English, a micro-blogging service with some more features that Twitter lacks, at least as of now. The service is in alpha stage. You can leave your email address at the homepage for an invite. Alternately, you can send me your email address (or leave a comment with your email) in case you don't want to wait.&lt;br /&gt;&lt;br /&gt;The idea is simple: you follow other Meme users, repost their posts, share your own links, videos — much like &lt;a href="http://tumblr.com/" target="_blank"&gt;Tumblr&lt;/a&gt;.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/SqKES06NK5I/AAAAAAAAAsk/ju-O4BIO6ao/s1600-h/yahoo-meme-in-short.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/SqKES06NK5I/AAAAAAAAAsk/ju-O4BIO6ao/s400/yahoo-meme-in-short.png" /&gt;&lt;/a&gt;&lt;/div&gt;I got an invite yesterday. But just after clicking the link that came in the email, I found this page, and the page says it all why it's in alpha stage.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/SqKDwXYAliI/AAAAAAAAAsc/KpZZS7jPAnA/s1600-h/You+are+invited+to+Meme_1252112326627.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/SqKDwXYAliI/AAAAAAAAAsc/KpZZS7jPAnA/s400/You+are+invited+to+Meme_1252112326627.png" /&gt;&lt;/a&gt;&lt;/div&gt;The interface is dead-simple. Once you login, a tabbed interface along with recommended users greets you. The tabbed interface may remind one of &lt;a href="http://facebook.com/" target="_blank"&gt;Facebook&lt;/a&gt;.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/SqKKSFUAlII/AAAAAAAAAss/z-K5H8HBapg/s1600-h/yahoo-meme-recommendation-page.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/SqKKSFUAlII/AAAAAAAAAss/z-K5H8HBapg/s400/yahoo-meme-recommendation-page.png" /&gt;&lt;/a&gt;&lt;/div&gt;The settings provided by Meme are very basic. This might be because Meme is at a very basic stage. &lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/SqKLFWuy91I/AAAAAAAAAs0/6Z6Syw27gDk/s1600-h/yahoo-meme-setings-page.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/SqKLFWuy91I/AAAAAAAAAs0/6Z6Syw27gDk/s400/yahoo-meme-setings-page.png" /&gt;&lt;/a&gt;&lt;/div&gt;Unlike Twitter which allows users to select the backgrounds of their profile-pages, Meme offers only 6 themes. Typical of Yahoo products. (Remember Yahoo 360?)&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/SqKOpFw4nwI/AAAAAAAAAs8/L-CNOEKPipI/s1600-h/yahoo-meme-themes-page.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/SqKOpFw4nwI/AAAAAAAAAs8/L-CNOEKPipI/s400/yahoo-meme-themes-page.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;In short, Yahoo Meme is yet another microblogging service with few more things to offer. It's Twitter plus Tumblr plus a little bit of Facebook. A bookmarklet to share links would have been better. Also, a chat bot would find many takers. Maybe all these will come in a few days. Keep your fingers crossed.&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8541354626397855373?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8541354626397855373/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8541354626397855373&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8541354626397855373'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8541354626397855373'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/09/yahoo-meme-walkthrough-and-invite.html' title='Yahoo! Meme Walkthrough and Invite Giveaway'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_ECs210aNXQs/SgKGzvro2MI/AAAAAAAAAKY/qQMWITioeCs/s72-c/yahoo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-3010151728418547027</id><published>2009-09-04T21:18:00.000+05:30</published><updated>2009-09-04T21:18:53.493+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mozilla'/><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>Firefox 4.0 Headed for Q4 2010 with a Brand New UI</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;img src="http://4.bp.blogspot.com/_O2-XmeoWbrU/R6pqFBKzPFI/AAAAAAAACcg/03KNCR3ZN1k/s144/firefox%5D.png" /&gt;&lt;/div&gt;It's official: Firefox 4.0 will sport &lt;b&gt;a brand new UI&lt;/b&gt;. But you have to wait until the last quarter of 2010 to experience it. The &lt;a href="https://wiki.mozilla.org/Firefox/4.0_Windows_Theme_Mockups" target="_blank"&gt;mockups for the new interface&lt;/a&gt; have been posted, and they have not much difference from &lt;a href="http://ad1987.blogspot.com/2009/07/first-look-at-firefox-37-theme-revamp.html"&gt;Firefox 3.7 mockups&lt;/a&gt;. It is evident that Firefox is going the &lt;a href="http://www.google.com/chrome" target="_blank"&gt;Chrome&lt;/a&gt; way.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/SqEwWDr8mBI/AAAAAAAAAsU/ZOQQ-4XKXa4/s1600-h/799px-Mockup-4-0-Vista-(TabsBottom).png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/SqEwWDr8mBI/AAAAAAAAAsU/ZOQQ-4XKXa4/s400/799px-Mockup-4-0-Vista-(TabsBottom).png" /&gt;&lt;/a&gt;&lt;/div&gt;Version 4.0 will have a &lt;b&gt;faster Javascript engine called Tracemonkey&lt;/b&gt;. The new version will also &lt;b&gt;make use of Windows7 graphics features&lt;/b&gt;. So you can expect more animations, and probably slower performance.&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;Firefox is a browser. All it needs is speed and an uncluttered interface, not animations or high-def graphics. Also, this new UI may be different for various platforms. This might irk some people. The mockups heavily flout the guidelines provided by Microsoft (see &lt;a href="http://msdn.microsoft.com/en-us/library/aa511502.aspx" target="_blank"&gt;this&lt;/a&gt;), just as Google chrome does.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-3010151728418547027?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/3010151728418547027/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=3010151728418547027&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3010151728418547027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3010151728418547027'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/09/firefox-40-headed-for-q4-2010-with.html' title='Firefox 4.0 Headed for Q4 2010 with a Brand New UI'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_O2-XmeoWbrU/R6pqFBKzPFI/AAAAAAAACcg/03KNCR3ZN1k/s72-c/firefox%5D.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-7645789672764655517</id><published>2009-09-02T08:14:00.000+05:30</published><updated>2009-09-02T08:14:43.563+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>One Click Translation with gTranslate</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;img src="http://4.bp.blogspot.com/_O2-XmeoWbrU/R6pqFBKzPFI/AAAAAAAACcg/03KNCR3ZN1k/s144/firefox%5D.png" /&gt;&lt;/div&gt;gTranslate is a firefox add-on that offers super-simple translation, from &lt;a href="http://translate.google.com/translate_t" target="_blank"&gt;Google Translate&lt;/a&gt;. It offers translation from any of the 25 languages available with Google Translate. All you have to do is to select some text (which you want to translate and right click, go to "Translate". No more copy paste.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/Sp3aL1RqALI/AAAAAAAAAsM/IgZY0ox72WI/s1600-h/gtranslate-screenshot-from-en-to-hindi.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/Sp3aL1RqALI/AAAAAAAAAsM/IgZY0ox72WI/s400/gtranslate-screenshot-from-en-to-hindi.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a target='_blank' href='https://addons.mozilla.org/firefox/addon/918'&gt;gTranslate&lt;/a&gt; makes use of Google translate API and sends the selected text to google translate. Google translate sends back the translated text. All this happens in a blink of an eye. You can choose the language pair by going to the "Change language" option.&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;When you click on the translated text, a new tab (or window, depending on your Firefox preferences) opens up with Google translate page so that we can see all the translated text.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-7645789672764655517?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/7645789672764655517/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=7645789672764655517&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7645789672764655517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7645789672764655517'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/09/one-click-translation-with-gtranslate.html' title='One Click Translation with gTranslate'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_O2-XmeoWbrU/R6pqFBKzPFI/AAAAAAAACcg/03KNCR3ZN1k/s72-c/firefox%5D.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8993592346412198383</id><published>2009-08-28T06:55:00.002+05:30</published><updated>2009-08-28T07:03:07.333+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Google Docs Breaks Barriers, Allows You to Translate in 42 Languages</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;img src="http://tbn1.google.com/images?q=tbn:H8_9zd9_elhGJM:http://3.bp.blogspot.com/_TYA2QsT-fV8/SeC6VPsYS5I/AAAAAAAAACI/TAfXXw5vbqQ/s200/google_docs_logo.png" /&gt;&lt;/div&gt;Google Docs has &lt;a href="http://googleblog.blogspot.com/2009/08/translate-documents-sharing-across.html" target="_blank"&gt;rolled out&lt;/a&gt; a major feature — you can now translate documents into 42 different languages, right inside Google Docs. That means no copy-paste into &lt;a href="http://translate.google.com/translate_t" target="_blank"&gt;Google translate&lt;/a&gt; anymore.&lt;br /&gt;&lt;br /&gt;To translate a document, just go to Tools » Translate Documents and choose the language of your choice. Google automatically detects the language the current document is written in.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;" class='tutorial-image'&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/SpcwlSMWKpI/AAAAAAAAAsE/hF2-Xypx2xw/s1600-h/google-docs-translate-drop-down.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/SpcwlSMWKpI/AAAAAAAAAsE/hF2-Xypx2xw/s320/google-docs-translate-drop-down.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;Although translate technologies on the 'net are not reliable, this feature is a good one. This integration will certainly help people collaborate with non-english speaking world.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8993592346412198383?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8993592346412198383/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8993592346412198383&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8993592346412198383'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8993592346412198383'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/08/google-docs-breaks-barriers-allows-you.html' title='Google Docs Breaks Barriers, Allows You to Translate in 42 Languages'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_FX3RmPElUpc/SpcwlSMWKpI/AAAAAAAAAsE/hF2-Xypx2xw/s72-c/google-docs-translate-drop-down.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-1232857960438992308</id><published>2009-08-27T08:20:00.001+05:30</published><updated>2009-08-27T08:24:39.922+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linked'/><title type='text'>Around the Interwebs #2</title><content type='html'>&lt;div style='clear:both;text-align:center;display:none;' class='tutorial-image'&gt;&lt;img src='http://4.bp.blogspot.com/_W2xhw2CultY/SZiHuuxrAFI/AAAAAAAAAUY/WFE9u7yCg20/s144/sick%2520computer%5B1%5D.jpg'/&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;a target='_blank' href='http://labs.chemist2dio.com/33-best-of-the-best-free-content-management-systems.php'&gt;33 Best of the Best Open Source Content Management Systems&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target='_blank' href='http://www.w3avenue.com/2009/08/26/really-useful-tools-for-php-developers/'&gt;Really Useful Tools For PHP Developers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target='_blank' href='http://www.wpbeginner.com/wp-tutorials/9-extremely-useful-rss-tricks-and-snippets-for-wordpress/'&gt;9 Extremely Useful RSS Tricks and Snippets for WordPress&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target='_blank' href='http://vandelaydesign.com/blog/wordpress/hacks-user-interactivity/'&gt;9 WordPress Hacks to Encourage User Interactivity&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target='_blank' href='http://desizntech.info/2009/08/8-web-usability-and-best-practices-for-beginners/'&gt;8 Web Usability and Best Practices for Beginners&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a target='_blank' href='http://greatcreativelinks.com/?p=2646'&gt;15 Tutorials that helped me grow as a Designer&lt;/a&gt;&lt;/li&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-1232857960438992308?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/1232857960438992308/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=1232857960438992308&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1232857960438992308'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1232857960438992308'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/08/around-interwebs-2.html' title='Around the Interwebs #2'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_W2xhw2CultY/SZiHuuxrAFI/AAAAAAAAAUY/WFE9u7yCg20/s72-c/sick%2520computer%5B1%5D.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-6053414378056726413</id><published>2009-08-26T09:39:00.000+05:30</published><updated>2009-08-26T09:39:09.653+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Web Apps'/><title type='text'>Disqus 3.0 is coComment 2.0</title><content type='html'>&lt;div style="clear: both; float: left; margin-right: 8px; text-align: center;"&gt;&lt;img src="http://1.bp.blogspot.com/_ei5sWWvMXos/SdU6MUf0RMI/AAAAAAAABII/Q1SYRO6Me34/s144/disqus-sign.jpg" /&gt;&lt;/div&gt;&lt;a href="http://disqus.com/" target="_blank"&gt;Disqus&lt;/a&gt;, the popular comment engine that can be integrated to almost every web-page, has got a makeover. Disqus now offers two services — one for webmasters who own and maintain websites or blogs (called &lt;i&gt;Comments&lt;/i&gt;), and one for those who post comments on blogs (called &lt;i&gt;Profile&lt;/i&gt;). But the comment engine remains the same which means you don't have to reinstall JavaScript snippets.&lt;br /&gt;&lt;br /&gt;The profile page is more organised now — it gives easy access to the replies to your comments, along with "Subscriptions".&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/SpSyxzSZiaI/AAAAAAAAAr0/PSIhPhk-LW8/s1600-h/disqus-profile-teaser.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/SpSyxzSZiaI/AAAAAAAAAr0/PSIhPhk-LW8/s400/disqus-profile-teaser.png" /&gt;&lt;/a&gt;&lt;/div&gt;The &lt;i&gt;Comments&lt;/i&gt; (previously the &lt;i&gt;Admin&lt;/i&gt; page) is more sane now. You can easily mark multiple comments as Approved or Spam. Also you can search comments.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/SpSz6ikcxgI/AAAAAAAAAr8/8YX3L814VKM/s1600-h/disqus-comments-screenie.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/SpSz6ikcxgI/AAAAAAAAAr8/8YX3L814VKM/s400/disqus-comments-screenie.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;It reminds me of almost-forgotten &lt;a target='_blank' href='http://www.cocomment.com/'&gt;coComment&lt;/a&gt;, which was once very popular. coComment tracks your comments across the web, even in forums. Since more and more bloggers are switching to Disqus, it won't be too much to say that Disqus will track comments across the web.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-6053414378056726413?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/6053414378056726413/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=6053414378056726413&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6053414378056726413'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6053414378056726413'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/08/disqus-30-is-cocomment-20.html' title='Disqus 3.0 is coComment 2.0'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_ei5sWWvMXos/SdU6MUf0RMI/AAAAAAAABII/Q1SYRO6Me34/s72-c/disqus-sign.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-3337969308082224033</id><published>2009-08-26T08:44:00.000+05:30</published><updated>2009-08-26T08:44:37.379+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='url'/><category scheme='http://www.blogger.com/atom/ns#' term='Web Apps'/><category scheme='http://www.blogger.com/atom/ns#' term='Twitter'/><title type='text'>Now, Tweetmeme Gets a Shortener</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src='http://1.bp.blogspot.com/_eIRZl6Cv0yo/Sg1Qwe3MjtI/AAAAAAAADLA/BGh5IGvj8wU/s144/twitter_bird.jpg'/&gt;&lt;br /&gt;&lt;/div&gt;It is raining URL shorteners these days. &lt;a target='_blank' href='http://tweetmeme.com'&gt;Tweetmeme&lt;/a&gt; has come up with a new URL shortener — &lt;a target='_blank' href='http://retwt.me/'&gt;Retwt.me&lt;/a&gt;, including an &lt;a target='_blank' href='http://retwt.me/-/about/api'&gt;API&lt;/a&gt;. It shortens URLs — like any other URL shortener — but the advantage is its integration with Tweetmeme.&lt;br /&gt;&lt;br /&gt;Unlike most URL shorteners, Retwt.me doesn't create yet another short code for any URL that has already been shortened. (See our tutorial on &lt;a href='http://ad1987.blogspot.com/2008/12/create-your-own-tinyurl-with-php-and.html?utm_source=abhitech&amp;utm_medium=sidebar-links&amp;utm_campaign=popular-posts'&gt;creating your own url shortener from scratch&lt;/a&gt;.) This significantly decreases pressure from database.&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;Taking a dig at &lt;a target='_blank' href='http://tr.im/'&gt;tr.im&lt;/a&gt; which recently said they would close down, Nick Halstead, Tweetmeme founder said, "we pride ourselves at TweetMeme for the continued up-time and scalability of the service." This sums up why they are here in the URL shortening business.&lt;br /&gt;&lt;br /&gt;Retwt.me offers almost all the features &lt;a target='_blank' href='http://bit.ly'&gt;Bit.ly&lt;/a&gt; currently offers. Bit.ly is probably the better choice between these two since retwt.me has two more letters in it. Given the growth of micro-blogging experience, two letters will eventually make a lot of difference.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-3337969308082224033?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/3337969308082224033/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=3337969308082224033&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3337969308082224033'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/3337969308082224033'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/08/now-tweetmeme-gets-shortener.html' title='Now, Tweetmeme Gets a Shortener'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_eIRZl6Cv0yo/Sg1Qwe3MjtI/AAAAAAAADLA/BGh5IGvj8wU/s72-c/twitter_bird.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-2926669770357970802</id><published>2009-08-22T10:30:00.003+05:30</published><updated>2009-08-22T10:37:41.358+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linked'/><title type='text'>Around the Interwebs #1</title><content type='html'>&lt;div style='clear:both;text-align:center;display:none;' class='tutorial-image'&gt;&lt;img src='http://4.bp.blogspot.com/_W2xhw2CultY/SZiHuuxrAFI/AAAAAAAAAUY/WFE9u7yCg20/s144/sick%2520computer%5B1%5D.jpg'/&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul class="" id=""&gt;&lt;li&gt;&lt;a href="http://www.tripwiremagazine.com/design/design/45-exceptionally-useful-free-handwritten-fonts.html" target="_blank"&gt;45 Exceptionally Useful Free Handwritten Fonts&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.tripwiremagazine.com/design/design/45-exceptionally-useful-free-handwritten-fonts.html" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/So92EC0rzoI/AAAAAAAAArU/eeS2ihOlbTQ/s320/sketchrockwell.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://mashable.com/2009/08/21/gorgeous-facebook-visualizations/" target="_blank"&gt;6 Gorgeous Facebook Visualizations&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://mashable.com/2009/08/21/gorgeous-facebook-visualizations/" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/So93gUGKWVI/AAAAAAAAArc/qcijticjaEU/s320/friend_facebook.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.gracesmith.co.uk/65-illustrator-tutorials-tips-and-resources/" target="_blank"&gt;65+ Illustrator Tutorials, Tips and Resources&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.gracesmith.co.uk/65-illustrator-tutorials-tips-and-resources/" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/So94irFM0QI/AAAAAAAAArk/h916xGkIif0/s320/IllustratorVectors.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://woork.blogspot.com/2009/08/elegant-scrollpanes-with-jquery-and.html" target="_blank"&gt;Elegant ScrollPanes with jQuery and CSS3 &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://woork.blogspot.com/2009/08/elegant-scrollpanes-with-jquery-and.html" target="_blank"&gt;&lt;img src="http://lh3.ggpht.com/_TqPdHmAEwTM/So6x6GKofPI/AAAAAAAAFlQ/eSWhAZtgqVU/scrollpanes.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://webdesignledger.com/inspiration/a-showcase-of-fantastic-footer-designs" target="_blank"&gt;A Showcase of Fantastic Footer Designs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://webdesignledger.com/inspiration/a-showcase-of-fantastic-footer-designs" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/So97HAe9R5I/AAAAAAAAArs/Vk0SunpsoDE/s320/footer_design_3.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-2926669770357970802?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/2926669770357970802/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=2926669770357970802&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2926669770357970802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2926669770357970802'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/08/around-interwebs-1.html' title='Around the Interwebs #1'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_W2xhw2CultY/SZiHuuxrAFI/AAAAAAAAAUY/WFE9u7yCg20/s72-c/sick%2520computer%5B1%5D.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-2479216540672396330</id><published>2009-08-21T09:19:00.002+05:30</published><updated>2009-08-21T09:21:49.216+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><title type='text'>Back up The Pirate Bay with 21.3GB Index File</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;img src="http://2.bp.blogspot.com/_BPBojSYFPDw/SeiwCS_CD5I/AAAAAAAACTw/5dgCN8QIEKc/s144/the_pirate_bay_logo.jpg" /&gt;&lt;/div&gt;Now that The Pirate Bay is sold and it is heading towards an unknown phase of its lifespan, an anonymous &lt;abbr title="The Pirate Bay"&gt;TPB&lt;/abbr&gt; user has created &lt;b&gt;a massive 21.3GiB torrent file which contains 873671 torrent files&lt;/b&gt; uploaded to TPB till 13th Aug 2009. The torrent also contains&lt;b&gt; a mock-up website which can be run on a local server&lt;/b&gt;. Simply put this torrent lets you create another The Pirate Bay.&lt;br /&gt;&lt;br /&gt;The trackers for this torrent include &lt;a href="http://openbittorrent.com/" target="_blank"&gt;OPENBITTORRENT.COM&lt;/a&gt; so that in case TPB closes down the torrent still works. Since the torrent contains all the files from TPB, you should expect a few virus and malware stuff.&lt;br /&gt;&lt;br /&gt;Although TPB has long claimed that they are tracking more than 2 million torrents, the index file contains only 873671 torrents. The uploader reasoned,&lt;br /&gt;&lt;blockquote&gt;I only got 873671 torrents, but according to the website the tracker tracks over 2 million torrents. The discrepancy is most likely due to many torrent files including the TPB tracker but has not been uploaded to the web site.&lt;/blockquote&gt;The good news is that &lt;a href="http://www.btarena.net/" target="_blank"&gt;BTARENA&lt;/a&gt;, previously a well-known torrent blog, has put up a copy of this torrent. You can browse, download and share torrents which are available in TPB through BTARENA. The site works perfectly except the search feature, which will be fixed as the admins claim.&lt;br /&gt;&lt;div style="clear: both; text-align: left;"&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;Although the uploader posted the torrent anonymously, (s)he can be a TPB stuff. Only TPB admins have access to htdocs — files needed to run the site — through &lt;abbr title="File Transfer Protocol"&gt;FTP&lt;/abbr&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-2479216540672396330?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/2479216540672396330/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=2479216540672396330&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2479216540672396330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/2479216540672396330'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/08/back-up-pirate-bay-with-213gb-index.html' title='Back up The Pirate Bay with 21.3GB Index File'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_BPBojSYFPDw/SeiwCS_CD5I/AAAAAAAACTw/5dgCN8QIEKc/s72-c/the_pirate_bay_logo.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-802542563980476321</id><published>2009-08-19T15:58:00.004+05:30</published><updated>2009-08-19T16:03:00.705+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><title type='text'>Carry Your Passwords with KeePass</title><content type='html'>&lt;a href="http://keepass.info/" target="_blank"&gt;KeePass&lt;/a&gt; is a &lt;b&gt;freeware open-source utility to store and manage your passwords&lt;/b&gt;. It boasts of&lt;b&gt; high security&lt;/b&gt; and a number of features, including a &lt;b&gt;random password generator&lt;/b&gt;. You can even attach files to passwords.&lt;br /&gt;&lt;div class="tutorial-image"&gt;&lt;a href="http://www.flickr.com/photos/28694005@N07/2857966886" title="License CreativeCommons ShareAlike"&gt;&lt;img src="http://farm4.static.flickr.com/3289/2857966886_03f1986401.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;small&gt;Image by &lt;a href="http://www.flickr.com/photos/28694005@N07/2857966886"&gt;adria.richards&lt;/a&gt; via Flickr&lt;/small&gt;&lt;/div&gt;&lt;br /&gt;Keepass creates 'database' of passwords which are accessible by &lt;b&gt;master passwords&lt;/b&gt;. That is you need to set a password to create and access a database. Once you are done, start creating new entries in the database, containing passwords and usernames.&lt;br /&gt;&lt;div style="clear: both; text-align: left;"&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;Keepass can be extended — there is a number of &lt;a href="http://keepass.info/plugins.html" target="_blank"&gt;plugins available for Keepass&lt;/a&gt;. Among these, my favourite is &lt;a href="http://keepass.info/plugins.html#formfiller" target="_blank"&gt;KeeForm&lt;/a&gt; which "is designed to open and scan a web site for input fields and fill them accordingly with a user name and password."&lt;br /&gt;&lt;br /&gt;It is lightweight and comes in two variants — a full installer and a portable version. The portable version is needs no installation and can be carried in a USB drive. This is useful if you use multiple computers.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-802542563980476321?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/802542563980476321/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=802542563980476321&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/802542563980476321'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/802542563980476321'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/08/carry-your-passwords-with-keepass.html' title='Carry Your Passwords with KeePass'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://farm4.static.flickr.com/3289/2857966886_03f1986401_t.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-5984556642609082438</id><published>2009-08-14T08:10:00.001+05:30</published><updated>2009-08-14T08:12:31.871+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mozilla'/><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>Mozilla Lets You Test Unreleased Features</title><content type='html'>&lt;div class="tutorial-image" style="clear: both; float: left; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/SoTLWbKnPmI/AAAAAAAAArM/R9PW23NZ7XI/s1600-h/mozilla-test-pilot-mascot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/SoTLWbKnPmI/AAAAAAAAArM/R9PW23NZ7XI/s320/mozilla-test-pilot-mascot.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;Mozilla Labs&lt;/b&gt; has released &lt;a href="https://testpilot.mozillalabs.com/" target="_blank"&gt;Test Pilot&lt;/a&gt;, a new program "aimed at collecting structured &lt;b&gt;user feedback from Firefox and other Mozilla Labs experiments&lt;/b&gt;". This new platform lets you test features which are planned or will be available in the next release. They are offering a Firefox add-on which checks for features which are meant to be tested through this program and shows a ticker when a new feature is available.&lt;br /&gt;&lt;div style="clear: both; text-align: left;"&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;Team Mozilla claimed that they made this new platform to reach more people. In a &lt;a href="http://labs.mozilla.com/2009/08/become-a-test-pilot/" target="_blank"&gt;blog post&lt;/a&gt;, they said,&lt;br /&gt;&lt;blockquote&gt;Mozilla takes user privacy very seriously. Being a test pilot means that you will be the one to test the product, and&lt;b&gt; it is not you that will be tested&lt;/b&gt;. We are only interested in your feedback on the product features, not information about you. Depending on the particular test, the &lt;b&gt;Test Pilot extension may automatically collect some data about the product being tested&lt;/b&gt;, but you have control of deciding whether to submit this data.&lt;/blockquote&gt;Currently, there's no feature to test-pilot. But a &lt;a href="http://draft.blogger.com/post-edit.g?blogID=4259479084086531350&amp;amp;postID=5984556642609082438" http:="" s.aspx?sm="bxR0HNhByEBfugh8GPASvQ_3d_3d" target="_blank" www.surveymonkey.com=""&gt;survey&lt;/a&gt; is going on.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-5984556642609082438?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/5984556642609082438/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=5984556642609082438&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5984556642609082438'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5984556642609082438'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/08/mozilla-lets-you-test-unreleased.html' title='Mozilla Lets You Test Unreleased Features'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_FX3RmPElUpc/SoTLWbKnPmI/AAAAAAAAArM/R9PW23NZ7XI/s72-c/mozilla-test-pilot-mascot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-1786015040364891263</id><published>2009-08-13T11:55:00.001+05:30</published><updated>2009-08-13T11:57:41.182+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><title type='text'>How to Associate Different Filetypes for Syntax Highlighting in Eclipse</title><content type='html'>&lt;a href="http://www.eclipse.org/" target="_blank"&gt;Eclipse&lt;/a&gt; is a powerful development platform written in Java. It comes in various flavors — as a Java Development tool, as a PHP application development platform, among many other variants. Eclipse offers syntax highlighting for source code. But the problem crops up when you use a unconventional file-type for a specific source code. The default syntax highlighting fails.&lt;br /&gt;&lt;br /&gt;Let me give you an example. The PHP syntax in .php files in &lt;a href="http://draft.blogger.com/www.eclipse.org/pdt/" target="_blank"&gt;Eclipse PDT&lt;/a&gt; are highlighted by default. But some PHP frameworks use .thtml (or .ctp/.inc) files as PHP files. If you open these files in &lt;a href="http://draft.blogger.com/www.eclipse.org/pdt/" target="_blank"&gt;Eclipse PDT&lt;/a&gt;, the syntax highlighting fails.&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;Here is a workaround:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Go to Windows » Preferences...&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/SoOvOx3yqVI/AAAAAAAAAq0/ZmyNY2WAJPg/s1600-h/window-preferences-eclipse-syntax-highlighting-code-php-pdt-filetype-association.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/SoOvOx3yqVI/AAAAAAAAAq0/ZmyNY2WAJPg/s400/window-preferences-eclipse-syntax-highlighting-code-php-pdt-filetype-association.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;Go to General » Content Type » Text » PHP Content Type.&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_FX3RmPElUpc/SoOwIs5gneI/AAAAAAAAAq8/flOto5KyLmQ/s1600-h/content-types-php-text-eclipse-syntax-highlighting-code-php-pdt-filetype-association.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_FX3RmPElUpc/SoOwIs5gneI/AAAAAAAAAq8/flOto5KyLmQ/s400/content-types-php-text-eclipse-syntax-highlighting-code-php-pdt-filetype-association.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;In the "File Associations" field, add a new file-association: *.ctp (or *.thtml, as your requirement.)&lt;br /&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/SoOxAL5PnwI/AAAAAAAAArE/V_IBVYhsD1w/s1600-h/define-new-file-type-eclipse-syntax-highlighting-code-php-pdt-filetype-association.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/SoOxAL5PnwI/AAAAAAAAArE/V_IBVYhsD1w/s400/define-new-file-type-eclipse-syntax-highlighting-code-php-pdt-filetype-association.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;Restart Eclipse.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Tags: &lt;a href="http://technorati.com/tag/eclipse"&gt;Eclipse&lt;/a&gt;, &lt;a href="http://technorati.com/tag/tips"&gt;Tips&lt;/a&gt;, &lt;a href="http://technorati.com/tag/syntax+highlight"&gt;Syntax highlighting&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-1786015040364891263?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/1786015040364891263/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=1786015040364891263&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1786015040364891263'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/1786015040364891263'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/08/how-to-associate-different-filetypes.html' title='How to Associate Different Filetypes for Syntax Highlighting in Eclipse'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_FX3RmPElUpc/SoOvOx3yqVI/AAAAAAAAAq0/ZmyNY2WAJPg/s72-c/window-preferences-eclipse-syntax-highlighting-code-php-pdt-filetype-association.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-7618524727934319969</id><published>2009-08-11T21:13:00.002+05:30</published><updated>2009-08-11T21:16:23.173+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mozilla'/><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>Firefox 3.6a1 Shows up with Cool New Features</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;img src="http://4.bp.blogspot.com/_O2-XmeoWbrU/R6pqFBKzPFI/AAAAAAAACcg/03KNCR3ZN1k/s144/firefox%5D.png" /&gt;&lt;/div&gt;&lt;a href="http://getfirefox.com" target='_blank'&gt;Mozilla Firefox&lt;/a&gt; team has released version 3.6 alpha 1 of the browser. It has a new javascript engine (called TraceMonkey), along with two new CSS features. The Firefox team claims the alpha is 15% faster than the earlier release of Firefox 3.5.&lt;br /&gt;&lt;br /&gt;Firefox 3.6a1 introduces CSS &lt;a href="https://developer.mozilla.org/en/CSS/Gradients" target="_blank"&gt;linear- and radial-gradient property&lt;/a&gt;. This new feature helps you create gradient only with CSS. But the syntax looks awfully horrible. Also new in Firefox 3.6a1 is the &lt;a href="https://developer.mozilla.org/en/CSS/-moz-background-size" target="_blank"&gt;CSS background-size property&lt;/a&gt;, which allows developers to specify the size of the background images.&lt;br /&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;This release is a big improvement of the JavaScript engine. But it is still far from &lt;b&gt;Google Chrome's V8 JavaScript engine&lt;/b&gt;. &lt;a href="http://ad1987.blogspot.com/2009/08/chrome-releases-promising-new-beta.html"&gt;Chrome has recently come up with a new beta&lt;/a&gt; which is even faster. Firefox 3.6, codenamed "Namoroka", will be released in 2010. So, we can always expect more improvements.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-7618524727934319969?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/7618524727934319969/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=7618524727934319969&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7618524727934319969'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/7618524727934319969'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/08/firefox-36a1-shows-up-with-cool-new.html' title='Firefox 3.6a1 Shows up with Cool New Features'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_O2-XmeoWbrU/R6pqFBKzPFI/AAAAAAAACcg/03KNCR3ZN1k/s72-c/firefox%5D.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-8653083399074288876</id><published>2009-08-11T08:03:00.001+05:30</published><updated>2009-08-11T08:05:04.944+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Softwares'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Round-Ups'/><title type='text'>7 Best Windows Desktop Search Utilities</title><content type='html'>&lt;div style="clear: both; float: left; text-align: center;"&gt;&lt;img src="http://3.bp.blogspot.com/_5IfNNd8SXME/ShJS8hgIjqI/AAAAAAAAASM/H1AuMzuWxS4/s144/search-engine-optimization.JPG" /&gt;&lt;/div&gt;Although Windows has &lt;b&gt;built-in search module&lt;/b&gt;, it sometimes behaves peculiarly — you are sure about a certain file and the default search shows no result. With Vista, Windows Search improved but it is painfully slow at times. Here are 7 freeware search applications that make searching files and folders easier — and they offer more options, too.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h4 class="c0"&gt;InSight Desktop Search&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/SoAVsowqvDI/AAAAAAAAAqE/-vgoaY6_M-Q/s1600/insight-search-screenshot.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/SoAVsowqvDI/AAAAAAAAAqE/-vgoaY6_M-Q/s400/insight-search-screenshot.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://www.theinsightexperience.com/" target="_blank"&gt;InSight search&lt;/a&gt; is more than a search utility — it can quick-launch upto "14 objects like weblinks, shortcuts to files/ folders, and short notes" and searches Wikipedia Articles. It shows you a list of possible results as you type. It offers previews of files from the search results. It can search for music files if you enter artist's name or album's name.&lt;br /&gt;&lt;h4 class="c0"&gt;Snow Bird&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/SoAX2O6WGaI/AAAAAAAAAqM/f7TUEWw-2m4/s1600/snowbird-screenshot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/SoAX2O6WGaI/AAAAAAAAAqM/f7TUEWw-2m4/s400/snowbird-screenshot.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://lmadhavan.com/software/snowbird" target="_blank"&gt;Snow Bird&lt;/a&gt; is a lightweight Windows Search solution that needs no installation and can be carried along in a USB thumb-drive. Snow Bird has a built-in file-copy module that allows you to copy files faster ignoring errors while copying.&lt;br /&gt;&lt;h4 class="c0"&gt;Locate32&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/SoAfAX_ezVI/AAAAAAAAAqU/9HpvmGmFXcg/s1600/lolcate32-screenshot.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/SoAfAX_ezVI/AAAAAAAAAqU/9HpvmGmFXcg/s320/lolcate32-screenshot.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://locate32.net/" target="_blank"&gt;Locate32&lt;/a&gt; is another search utility. It creates index files containing information about all files and folders across drives. It can show search-results in thumbnails. You can even save search results into HTML files. Command-line users can search across drives with Locate32. Locate32 also offers an array of advanced settings.&lt;br /&gt;&lt;h4 class="c0"&gt;Agent Ransack&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/SoAhN8indVI/AAAAAAAAAqc/-PlPL7ucfBo/s1600/agent-ransack-screenshot.gif" target="_blank"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/SoAhN8indVI/AAAAAAAAAqc/-PlPL7ucfBo/s320/agent-ransack-screenshot.gif" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://www.mythicsoft.com/agentransack/" target="_blank"&gt;Agent Ransack&lt;/a&gt; is the freeware and lightweight version of FileLocator Pro. Agent Ransack offers an advanced regular expression search, along with simple search options. Search results can be exported as text or CSV files. Agent Ransack also searches drives connected via network. It also offers command-line options.&lt;br /&gt;&lt;h4 class="c0"&gt;Everything Search&lt;br /&gt;&lt;/h4&gt;&lt;div style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_r38vaUiQc1w/Snbvs1oEMRI/AAAAAAAAARA/7i529LHJUIs/s1600/2009-08-03_1551.png"&gt;&lt;img src="http://4.bp.blogspot.com/_r38vaUiQc1w/Snbvs1oEMRI/AAAAAAAAARA/7i529LHJUIs/s400/2009-08-03_1551.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://www.voidtools.com/" target="_blank"&gt;Everything Search&lt;/a&gt; is a freeware search utility that is fast enought to show search results as you type. Its biggest drawback is that it searches only NTFS drives. (Read &lt;a href="http://ad1987.blogspot.com/2009/06/download-of-day-everything-search.html"&gt;more about Everything Search&lt;/a&gt;.)&lt;br /&gt;&lt;h4 class="c0"&gt;Windows Grep&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_FX3RmPElUpc/SoDV7LifqGI/AAAAAAAAAqk/SUTGMkrztFg/s1600-h/windows-grep-screenshot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_FX3RmPElUpc/SoDV7LifqGI/AAAAAAAAAqk/SUTGMkrztFg/s400/windows-grep-screenshot.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://www.wingrep.com/" target="_blank"&gt;Windows Grep&lt;/a&gt; is more for an advanced user than an average one. Windows Grep lets users search for files and folders based on a given regular expression. Along with regular search options, it features text-file searching (you can search program source code, batch files etc.), ZIP file searching (the contents of zip files can be searched). Since regular expressions are hard to build (for most of us), Windows Grep allows users to save searches for future purpose.&lt;br /&gt;&lt;h4 class="c0"&gt;Search My Files&lt;/h4&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_FX3RmPElUpc/SoDW98WfVFI/AAAAAAAAAqs/QkYvxcYWN8Y/s1600-h/searchmyfiles-screenshot.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_FX3RmPElUpc/SoDW98WfVFI/AAAAAAAAAqs/QkYvxcYWN8Y/s400/searchmyfiles-screenshot.gif" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href="http://www.nirsoft.net/utils/search_my_files.html" target="_blank"&gt;Search My Files&lt;/a&gt; is freeware utility that also searches for files and folders across drives but it offers a lot more options than any other utility. You can even search for files which are created on a certain date. It has a robust set of command-line options.&lt;br /&gt;&lt;div style="clear: both;"&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";/* 336x280 placed inside post, preferbly at the bottom */google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;What's your choice?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-8653083399074288876?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/8653083399074288876/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=8653083399074288876&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8653083399074288876'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/8653083399074288876'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/08/7-best-windows-desktop-search-utilities.html' title='7 Best Windows Desktop Search Utilities'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_5IfNNd8SXME/ShJS8hgIjqI/AAAAAAAAASM/H1AuMzuWxS4/s72-c/search-engine-optimization.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-5177312386213281413</id><published>2009-08-09T14:06:00.004+05:30</published><updated>2009-08-09T14:40:51.720+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='Tutorials'/><category scheme='http://www.blogger.com/atom/ns#' term='Apple'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>How to Create Apple Leopard Text-effect with CSS</title><content type='html'>&lt;div style='clear:both;text-align:center;display:none;'&gt;&lt;img src='http://2.bp.blogspot.com/_qxwE4Z1CKdA/RyJyoiL7iAI/AAAAAAAABA0/XxmA6GzoKBc/s144/apple-mac-os-x-105-leopard-1024x768.jpg'/&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="www.apple.com/macosx/" target='_blank'&gt;Apple Leopard&lt;/a&gt; has a very attractive interface. Look closely and you'd find a slight shadow behind the texts on title-bar. This tutorial is aimed at mocking up that effect with CSS.&lt;br /&gt;You may also like:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/02/reddit-style-voting-with-php-mysql-and.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Reddit-style Voting With PHP, MySQL And jQuery&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/03/how-to-building-simple-online-feed.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Build A Simple Online Feed-reader With SimplePie, jQuery and PHP&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/03/how-to-build-animated-ajax-search-with.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Build An Animated Ajax Search With jQuery And PHP&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2008/12/create-your-own-tinyurl-with-php-and.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Create Your Own TinyURL With PHP And MySQL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/06/how-to-multi-level-comments-in-php.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;Multi Level Comments With PHP&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ad1987.blogspot.com/2009/07/how-to-build-front-end-of-ajax-login.html?utm_source=abhitech&amp;amp;utm_medium=related-links&amp;amp;utm_campaign=related-links"&gt;How to Build the Front-end of an AJAX Login Page with Progressbar&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;a href='http://cyberbuff.noadsfree.com/lab/leopard_text_effect/' class='download-link read demo'&gt;View Demo&lt;/a&gt; &lt;a href='http://www.box.net/shared/1nl4ndjkxy' class='download-link'&gt;Download Source&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;h4 class='c0'&gt;What the Font&lt;/h4&gt;Apple uses Lucida Grande font (among other fonts) for texts in Leopard interface. This font is used in various weights. In case, you don't have it installed on your system, &lt;a href="http://www.fontyukle.com/en/Lucida+Grande.ttf" target='_blank'&gt;download&lt;/a&gt; and install it.&lt;br /&gt;&lt;h4 class='c0'&gt;Create the Layout&lt;/h4&gt;First, we create a simple html document and put the following code in it.&lt;br /&gt;&lt;pre class='html' name='code'&gt;&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;apple text effect&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;style type='text/css'&amp;gt;&lt;br /&gt;body {&lt;br /&gt;font-size: 14px;&lt;br /&gt;line-height:1.3em;&lt;br /&gt;text-align:center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;a, a:visited {&lt;br /&gt;outline:none;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.clear {&lt;br /&gt;clear:both;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#wrapper {&lt;br /&gt;width:960px;&lt;br /&gt;margin:0 auto;&lt;br /&gt;text-align:left;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;div id='wrapper'&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&lt;/pre&gt;This is pretty simple. In case, you are wondering why I put text-align:center for body and then text-align:left for #wrapper, you can &lt;a href='http://ad1987.blogspot.com/2009/06/quicktip-center-divs-in-ie6.html'&gt;find out why&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Now, within the &lt;code&gt;&amp;lt;div id='wrapper'&amp;gt;&lt;/code&gt; we put the following code:&lt;br /&gt;&lt;pre class='html' name='code'&gt;&amp;lt;h1 class="drop-shadow"&amp;gt;&lt;br /&gt; &amp;lt;div class="text"&amp;gt;Apple Leopard Text Effect&amp;lt;/div&amp;gt;&lt;br /&gt; &amp;lt;div class="shadow"&amp;gt;Apple Leopard Text Effect&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/h1&amp;gt;&lt;br /&gt;&lt;/pre&gt;Here, we created two divs inside &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; and the two divs contain the same text. The class-names of the divs explains it all &amp;mdash; the first div contains the text and the second div will work as the shadow.&lt;br /&gt;&lt;h4 class='c0'&gt;The CSS&lt;/h4&gt;Now that we have created the skeleton, let's start adding style. Within the &lt;code&gt;&amp;lt;style&amp;gt;&lt;/code&gt; tag we add the following lines of CSS.&lt;br /&gt;&lt;pre name='code' class='css'&gt;h1 {&lt;br /&gt; font-family: "Lucida Grande";&lt;br /&gt; font-size:1.5em;&lt;br /&gt; color: #444444;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;div.text {&lt;br /&gt; color: #444444;&lt;br /&gt; display:block;&lt;br /&gt; height:1px;&lt;br /&gt; max-height:1px;&lt;br /&gt; position:relative;&lt;br /&gt; z-index:5;&lt;br /&gt; text-transform: uppercase;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;div.shadow {&lt;br /&gt; color: #f4f4f4;&lt;br /&gt; display:block;&lt;br /&gt; position:relative;&lt;br /&gt; text-transform: uppercase;&lt;br /&gt; z-index:1;&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;First, we have styled the &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; tag with simple properties &amp;mdash; a simple color, font-family set to Lucida Grande and increased font-size. Next, we styled two divs. The positions for both the divs are set to &lt;code&gt;relative&lt;/code&gt;. This is important. Also notice that the z-index for the first div is higher than the second one. This is because we want the first div to appear &lt;em&gt;over&lt;/em&gt; the second one.&lt;br /&gt;&lt;h4 class='c0'&gt;Compromising for Internet Explorer&lt;/h4&gt;Unfortunately, it looks ugly on Internet Explorer. (I could not find any fix for it. If you have one, please share in the comments.) So, we use some javascript to show this effect only in Firefox.&lt;br /&gt;&lt;br /&gt;First, we change the html a little bit. Instead of having two divs inside the &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; tag, we let go of both of them. That is we should have,&lt;br /&gt;&lt;pre class='html' name='code'&gt;&amp;lt;h1 class='drop-shadow'&amp;gt;Apple Leopard Text Effect&amp;lt;/h1&amp;gt;&lt;br /&gt;&lt;/pre&gt;Now, we add jQuery to our html file.&lt;br /&gt;&lt;pre class='html' name='code'&gt;&amp;lt;script type='text/javascript' src='jquery.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/pre&gt;Next, we add this javascript snippet within &lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt; tag.&lt;br /&gt;&lt;pre name='code' class='html'&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;$(function() {&lt;br /&gt; if($.browser.mozilla) {&lt;br /&gt;  $("h1.drop-shadow").each(function(){&lt;br /&gt;  var text = $(this).html();&lt;br /&gt;  $(this).html("&amp;lt;div class='text'&amp;gt;"+text+"&amp;lt;/div&amp;gt;&amp;lt;div class='shadow'&amp;gt;"+text+"&amp;lt;/div&amp;gt;");&lt;br /&gt;  });&lt;br /&gt; }&lt;br /&gt;});&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/pre&gt;The snippet first checks whether the browser is firefox or not. (&lt;b&gt;Note&lt;/b&gt; that &lt;code&gt;&lt;a href='docs.jquery.com/Utilities/jQuery.browser'&gt;$.browser&lt;/a&gt;&lt;/code&gt; has been deprecated since jQuery 1.3. Here I am using an earlier version.) If the browser is Firefox, the snippet then parses each &lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; tag with class-name &lt;code&gt;drop-shadow&lt;/code&gt; and replaces the text with two divs.&lt;br /&gt;&lt;div style='clear:both;text-align:left;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "5226388515";google_ad_width = 336;google_ad_height = 280;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;That's all!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-5177312386213281413?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/5177312386213281413/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=5177312386213281413&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5177312386213281413'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/5177312386213281413'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/08/how-to-create-apple-leopard-text-effect.html' title='How to Create Apple Leopard Text-effect with CSS'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_qxwE4Z1CKdA/RyJyoiL7iAI/AAAAAAAABA0/XxmA6GzoKBc/s72-c/apple-mac-os-x-105-leopard-1024x768.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-6158822946602175084</id><published>2009-08-07T08:58:00.002+05:30</published><updated>2009-08-07T09:01:11.788+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Web Apps'/><title type='text'>Create Images from Torrents with Hid.im</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src='http://2.bp.blogspot.com/_Z20JS4B1Xe0/Se5ReWa0GaI/AAAAAAAAK_g/QYH8lKnasbw/s144/uTorrent+1.9+Alpha+19834+NoUpload.png'/&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://hid.im/" target="_blank"&gt;Hid.im&lt;/a&gt; is a web-application that lets you create images from .torrent files. It is an open-source project and the &lt;a href="http://github.com/mnutt/hid.im/tree/master"&gt;source code&lt;/a&gt; can be found in GitHub.&lt;br /&gt;You can create images from torrents by uploading .torrent files to hid.im site. Hid.im also offers a Firefox add-on that lets you create images from torrents on the fly. You can decode images with a simple bookmarklet.&lt;br /&gt;Hid.im is pretty useful. There are hundreds of sites that offer image hosting but fewer sites offer torrent hosting. With Hid.im you can easily share your torrent files through photo-hosting sites.&lt;br /&gt;&lt;div style='clear:both;text-align:center;'&gt;&lt;script type="text/javascript"&gt;&lt;!--google_ad_client = "pub-7174971624151904";google_ad_slot = "7312150090";google_ad_width = 468;google_ad_height = 60;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="tutorial-image" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_FX3RmPElUpc/Snubr_9SoYI/AAAAAAAAAp8/mA6-d60owIw/s1600-h/hid.im-sample-torrent-screenshot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_FX3RmPElUpc/Snubr_9SoYI/AAAAAAAAAp8/mA6-d60owIw/s1600/hid.im-sample-torrent-screenshot.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h4 class='c0'&gt;How to Create Images from Torrents In Windows&lt;/h4&gt;You can create images from torrent files in Windows without hid.im. Just put any image (in JPG format) and the torrent file in a folder, open command prompt, cd to that folder and enter the following:&lt;br /&gt;&lt;pre name='code' class='html'&gt;copy /b image.jpg + torrent_file.torrent new_image.jpg&lt;br /&gt;&lt;/pre&gt;Now, just rename new_image.jpg to new_image.torrent and you have got it!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4259479084086531350-6158822946602175084?l=www.technabled.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.technabled.com/feeds/6158822946602175084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4259479084086531350&amp;postID=6158822946602175084&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6158822946602175084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4259479084086531350/posts/default/6158822946602175084'/><link rel='alternate' type='text/html' href='http://www.technabled.com/2009/08/create-images-from-torrents-with-hidim.html' title='Create Images from Torrents with Hid.im'/><author><name>Abhisek</name><uri>http://www.blogger.com/profile/06525761868295548718</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_FX3RmPElUpc/TKJ_cfoXKFI/AAAAAAAAA4k/IURGzRH9ZGU/S220/new_dp.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_Z20JS4B1Xe0/Se5ReWa0GaI/AAAAAAAAK_g/QYH8lKnasbw/s72-c/uTorrent+1.9+Alpha+19834+NoUpload.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4259479084086531350.post-6933518267785554340</id><published>2009-08-06T21:58:00.031+05:30</published><updated>2009-08-07T08:18:23.931+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='News'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Chrome Releases Promising New Beta</title><content type='html'>&lt;div style='clear:both;text-align:center;float:left;'&gt;&lt;img src='http://1.bp.blogspot.com/_tFUA_-9YcQ0/SMUmKySSKnI/AAAAAAAAAPI/YXzr_B7xSEg/s144/google-chrome.jpg'/&gt;&lt;br /&gt;&lt;/div&gt;Google has released a new beta version of its browser, Google Chrome, with significant improvement in JavaScript performance, theming and some interface changes. The new version is available for download at the &lt;a href="http://www.google.com/landing/chrome/beta/"&gt;beta download center&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The new features include:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Chrome now allows you to hide items from the New Tab Page. It also offers drag and drop support. You can even pin a thumbnail to a particular spot.&lt;br /&gt;&lt;div style='clear:both;text-align:center;' class='tutorial-image'&gt;&lt;img src='http://1.bp.blogspot.com/_EsaGlPOyn20/Snjy8JUui7I/AAAAAAAAAA0/RPsEohMINgU/s400/Dragging-Beta--Recent-Activities.jpg'/&gt;&lt;br /&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;The address-bar (called the Omnibox) got a new feature that allows you to quickly scan the results shown based on the icon.&lt;br /&gt;&lt;div style='clear:both;
