<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Computing,Internet tips and tricks</title><link>http://www.techfuzon.com/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TechnoPlex" /><description>Fusion of computing,web,mobile and free stuffs</description><language>en</language><managingEditor>noreply@blogger.com (Preetish Panda)</managingEditor><lastBuildDate>Tue, 09 Mar 2010 13:11:58 PST</lastBuildDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">201</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">25</openSearch:itemsPerPage><feedburner:info uri="technoplex" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:keywords>computing,internet,blogging,web,2,0,technology,windows,downloads,ebooks,movies,softwares</media:keywords><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology</media:category><itunes:owner><itunes:email>technoplex1@gmail.com</itunes:email></itunes:owner><itunes:explicit>no</itunes:explicit><itunes:keywords>computing,internet,blogging,web,2,0,technology,windows,downloads,ebooks,movies,softwares</itunes:keywords><itunes:subtitle>Techno Plex</itunes:subtitle><itunes:summary>computing ,internet,blogging,web 2.0,technology,windows,downloads,ebooks,movies, softwares</itunes:summary><itunes:category text="Technology" /><feedburner:emailServiceId>TechnoPlex</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Top Five Tips to Secure Website</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/XDEwbI5FUKc/top-five-tips-to-secure-website.html</link><category>Vulnerability scanner</category><category>Security</category><category>Penetration test</category><category>Open source</category><category>blogger hacks</category><author>technoplex1@gmail.com</author><pubDate>Wed, 17 Feb 2010 00:09:04 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-7468738488232480686</guid><description>&lt;a href="http://1.bp.blogspot.com/_spP79nBeiMk/S2LN1IKwu8I/AAAAAAAAAm8/KOm_TKvytI4/s1600-h/website+security.jpeg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="131" src="http://1.bp.blogspot.com/_spP79nBeiMk/S2LN1IKwu8I/AAAAAAAAAm8/KOm_TKvytI4/s200/website+security.jpeg" width="200" alt="website security"/&gt;&lt;/a&gt;&lt;br /&gt;
A secure website is always essential ingredient of &lt;i&gt;peace of mind&lt;/i&gt; for both web-master and the end user.These days hundreds of website come alive on the Internet because of high competition and &lt;a href="http://webhostingrating.com/" target="_blank" rel="nofollow"&gt;&gt;web hosting&lt;/a&gt; that comes with cheap price tag.But, what people do not understand is value of hack-proof website.Recently, according to a survey conducted by PricewaterhouseCoopers in the year 2009, companies are reducing their security related costs primarily due to recession.But, the number no. of victims is growing without any hurdle.This clearly indicates immense need for security.This post describes few most basic yet powerful ways to curb any hazard to your websites.   &lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;1)Vulnerability Assessment&lt;/b&gt;&lt;br /&gt;
A vulnerability scanner is a tool that searches and maps a system or network for different possible weakness and report it with feedback for the use of administrator.They can give you possible web application vulnerabilities like sql injection, XSS and firewall security breach.&lt;a href="http://www.cirt.net/nikto2"&gt;Nikto&lt;/a&gt; is a very useful open source scanner and also you can use Acunetix Web Vulnerability scanner.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2)Penetration Testing&lt;/b&gt;  &lt;br /&gt;
This is part of security testing in which a deliberate and simulated attack is carried out to circumvent security of a system.This is a must to be deployed step for commercial websites.Security can not be full-proof, as secured &lt;a href="http://webhostingrating.com/rating/cms/wordpress" target="_blank" rel="nofollow"&gt;wordpress web hosting&lt;/a&gt; can be compromised with c99 madshell script written in php. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3)Web Application Firewalls&lt;/b&gt;  &lt;br /&gt;
Web application firewalls are essential for larger and advanced websites as these can not be affordable by everyone.These firewalls are specifically designed for fine tuning web application by keeping a check on HTTP traffic and data leakage by residing in between client and server.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;4)Client Security Tools&lt;/b&gt;  &lt;br /&gt;
A web-master can do everything from his part to secure a server.But, risk management has to be one of the most important priority.One can never predict about security in the future.So, clients have to advised by web-masters to use some of browser security tool to save themselves from any loss.Such a tool can be XSS me FireFox add on or Internet Explorer 8's in built XSS filter.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;5)Application Whitelists&lt;/b&gt;&lt;br /&gt;
It is a policy that is employed by administrators to document congiguration pf applications put in the whitelist.This way they can detect any unauthorized changes to the server environment.&lt;br /&gt;
&lt;br /&gt;
These are the five ways to put a secured website on the Internet.But, all these are not affordable by everyone.You must be aware of Internet mobs.While choosing a CMS for your website go for something that gets updated quickly with larger user base like Joomla, Nuke, &lt;a href="http://webhostingrating.com/rating/cms/drupal" target="_blank" rel="nofollow"&gt;drupal web hosting&lt;/a&gt; etc.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-7468738488232480686?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gXNiSmjXllLqKF0k5RWhy-xnL98/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gXNiSmjXllLqKF0k5RWhy-xnL98/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gXNiSmjXllLqKF0k5RWhy-xnL98/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gXNiSmjXllLqKF0k5RWhy-xnL98/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=XDEwbI5FUKc:QguYqwtkRk8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=XDEwbI5FUKc:QguYqwtkRk8:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=XDEwbI5FUKc:QguYqwtkRk8:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/XDEwbI5FUKc" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-17T13:39:04.374+05:30</app:edited><media:thumbnail url="http://1.bp.blogspot.com/_spP79nBeiMk/S2LN1IKwu8I/AAAAAAAAAm8/KOm_TKvytI4/s72-c/website+security.jpeg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2010/01/top-five-tips-to-secure-website.html</feedburner:origLink></item><item><title>Public DNS Service from Google</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/OYTn4zqWFE8/public-dns-service-from-google.html</link><category>latest buzz</category><category>internet</category><category>google</category><author>technoplex1@gmail.com</author><pubDate>Mon, 07 Dec 2009 04:26:16 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-960210173395701406</guid><description>&lt;a href="http://4.bp.blogspot.com/_spP79nBeiMk/Sxz0GtLv3AI/AAAAAAAAAmw/BxKYYHe2PEg/s1600-h/google+DNS.jpeg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="92" src="http://4.bp.blogspot.com/_spP79nBeiMk/Sxz0GtLv3AI/AAAAAAAAAmw/BxKYYHe2PEg/s320/google+DNS.jpeg" width="124" alt="Google DNS" /&gt;&lt;/a&gt;Google is on its way to establish monopoly on the Internet with the public DNS service.DNS (Domain Name System) in simple word is a set of protocols that translates IP address into names.Every computer on the Internet has an IP address.Thus, the  server which is to be accessed by the client, must have have its IP address translated to a name.Like, when we type www.google.com it points to the IP address of the Google server. &lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
Google Public DNS is a free, global Domain Name System (DNS) resolution service, that one can use as an alternative to current DNS provider.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://code.google.com/speed/public-dns/" target="new"&gt;http://code.google.com/speed/public-dns/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-960210173395701406?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/E2uIl2PmnWrW5UKy23styEUzCEU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/E2uIl2PmnWrW5UKy23styEUzCEU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/E2uIl2PmnWrW5UKy23styEUzCEU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/E2uIl2PmnWrW5UKy23styEUzCEU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=OYTn4zqWFE8:aqXkrPD2SXU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=OYTn4zqWFE8:aqXkrPD2SXU:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=OYTn4zqWFE8:aqXkrPD2SXU:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/OYTn4zqWFE8" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-07T17:56:16.267+05:30</app:edited><media:thumbnail url="http://4.bp.blogspot.com/_spP79nBeiMk/Sxz0GtLv3AI/AAAAAAAAAmw/BxKYYHe2PEg/s72-c/google+DNS.jpeg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/12/public-dns-service-from-google.html</feedburner:origLink></item><item><title>Building Quickfire Backlinks from Disqus Comments</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/XZZY_ClU95Q/building-quickfire-backlinks-from.html</link><category>SEO</category><category>internet</category><author>technoplex1@gmail.com</author><pubDate>Sun, 29 Nov 2009 17:34:02 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-4831014051867992193</guid><description>&lt;a href="http://2.bp.blogspot.com/_spP79nBeiMk/SxMg3tFyDRI/AAAAAAAAAmo/wxUyjRGSqTo/s1600/link+building.jpeg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_spP79nBeiMk/SxMg3tFyDRI/AAAAAAAAAmo/wxUyjRGSqTo/s320/link+building.jpeg" /&gt;&lt;/a&gt;&lt;br /&gt;
A website is up and running live on the Internet.Now,one important factor in terms of SEO is backlinks.Backlink is link pointing to the target website from another website.Getting backlinks from high quality websites can do wonders to your website.Now, many people buy links from other websites.But, here we will chalk out a way to get high quality backlinks for free to lift authority of your website.&lt;br /&gt;
Here, we'll try to get backlinks from blogs which have do follow blog commenting system enabled.Though, this method is known to many, this approach is different.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
First of all we need three things&lt;br /&gt;
1.&lt;a href="http://www.mozilla.com/firefox/"&gt; FireFox Browser&lt;/a&gt;&lt;br /&gt;
2.&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/321"&gt;SearchStatus Addon&lt;/a&gt;&lt;br /&gt;
3.&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/5687"&gt;NoDoFollow Addon&lt;/a&gt;&lt;br /&gt;
If you already have FireFox browser, install the two addons given above.&lt;br /&gt;
Now, go to Disqus and register an account.Most of the blogs powered by Disqus comment system have DoFollow blog comments.We'll be using them to get backlinks.&lt;br /&gt;
Next thing is using Google to find out Disqus powered blogs.Use the following query to get results:&lt;br /&gt;
&lt;blockquote&gt;KeyWord "blog comments powered by Disqus"&lt;br /&gt;
&lt;/blockquote&gt;In place of &lt;i&gt;KeyWord&lt;/i&gt; place your niche keyword and do not forget to include the double quotes.Double quotes are used to match exact string.&lt;br /&gt;
After using the search method described above, you will get tons of result.&lt;br /&gt;
&lt;br /&gt;
Visit the blogs and find out the page rank which is displayed by the SearchStatus addon.Now, activate NoDoFollow by clicking on &lt;i&gt;NoDoFollow&lt;/i&gt; present under the &lt;i&gt;Tools menu of FireFox&lt;/i&gt;.&lt;br /&gt;
&lt;br /&gt;
DoFollow Links will have blue color.&lt;br /&gt;
If the website has DoFollow commenting system, simply post a nice comment (don't spam) with name as anchor text and site URL in website field.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-4831014051867992193?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4GuZIeFv2sQlmMy8XXlVZCfydm8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4GuZIeFv2sQlmMy8XXlVZCfydm8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4GuZIeFv2sQlmMy8XXlVZCfydm8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4GuZIeFv2sQlmMy8XXlVZCfydm8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=XZZY_ClU95Q:6FqrJyu-qPs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=XZZY_ClU95Q:6FqrJyu-qPs:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=XZZY_ClU95Q:6FqrJyu-qPs:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/XZZY_ClU95Q" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-30T07:04:02.440+05:30</app:edited><media:thumbnail url="http://2.bp.blogspot.com/_spP79nBeiMk/SxMg3tFyDRI/AAAAAAAAAmo/wxUyjRGSqTo/s72-c/link+building.jpeg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/building-quickfire-backlinks-from.html</feedburner:origLink></item><item><title>Get Indexed Quickly by Search Engines</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/c4Q1UadtwlQ/get-indexed-quickly-by-search-engines.html</link><category>SEO</category><author>technoplex1@gmail.com</author><pubDate>Sun, 22 Nov 2009 04:27:19 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-2723249617736267309</guid><description>&lt;a href="http://4.bp.blogspot.com/_spP79nBeiMk/SwktmDU0YII/AAAAAAAAAmg/cfGSDt_AI1I/s1600/search+engine+indexing.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="98" src="http://4.bp.blogspot.com/_spP79nBeiMk/SwktmDU0YII/AAAAAAAAAmg/cfGSDt_AI1I/s200/search+engine+indexing.jpg" width="110" /&gt;&lt;/a&gt;&lt;br /&gt;
After building a brand new website, it becomes irresistible to get indexed quickly.Well, with little effort a website can get indexed quickly by search engine crawlers.All we have to do is to push our site to a place where search engine bots hit frequently.Here, there are few techniques to get your brand new site listed by search engines.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;1.Webmaster Tools&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
First of all register with webmaster tools provided by search engine giants like Google, Bing, etc.Verify your website ownership and submit your site with a sitemap.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2.Google Analytics&lt;/b&gt;&lt;br /&gt;
Google Analytics is a free web tool from Google.It is used to track visitors to your website.Register there and add your website by inserting a nice little javascript into your website.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3.MyYahoo&lt;/b&gt;&lt;br /&gt;
Register a MyYahoo account and submit your site RSS feed .Then use services like pingomatic to ping every time you update your blog.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;4. Digg&lt;/b&gt;&lt;br /&gt;
Digg is social bookmarking website with a huge traffic. Search engine bots usually crawl websites featued on Digg.So, register an account with Digg and submit your site.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;5.NewsVine &lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
This is news oriented website and important fact is this site is loved by search engines.you can register and submit your site.&lt;br /&gt;
Some other sites to be used for same purpose are :&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://slashdot.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/slashdot.org');" target="_blank"&gt;SlashDot&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://stumbleupon.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/stumbleupon.com');" target="_blank"&gt;StumbleUpon&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://propeller.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/propeller.com');"&gt;Propeller&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://mixx.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/mixx.com');"&gt;Mixx&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://squidoo.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/squidoo.com');"&gt;Squidoo&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-2723249617736267309?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/LPglE1Vw1TsiOYi7N4rWVqrOvOY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LPglE1Vw1TsiOYi7N4rWVqrOvOY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/LPglE1Vw1TsiOYi7N4rWVqrOvOY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LPglE1Vw1TsiOYi7N4rWVqrOvOY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=c4Q1UadtwlQ:yIQ0kPvW1p0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=c4Q1UadtwlQ:yIQ0kPvW1p0:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=c4Q1UadtwlQ:yIQ0kPvW1p0:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/c4Q1UadtwlQ" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-22T17:57:19.214+05:30</app:edited><media:thumbnail url="http://4.bp.blogspot.com/_spP79nBeiMk/SwktmDU0YII/AAAAAAAAAmg/cfGSDt_AI1I/s72-c/search+engine+indexing.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/get-indexed-quickly-by-search-engines.html</feedburner:origLink></item><item><title>Google SandBox Algorithm and Search Engine Ranking</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/BynBeYRkxt8/google-sandbox-algorithm-and-search.html</link><category>SEO</category><category>google</category><author>technoplex1@gmail.com</author><pubDate>Sat, 14 Nov 2009 19:28:23 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-9170867436423812306</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_spP79nBeiMk/Sv6Oo1OwH_I/AAAAAAAAAmY/zoxt4LuSh-A/s1600-h/google+sandboxing.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="99" src="http://4.bp.blogspot.com/_spP79nBeiMk/Sv6Oo1OwH_I/AAAAAAAAAmY/zoxt4LuSh-A/s320/google+sandboxing.jpg" width="123" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;Google sandbox algorithm has been one of the most controversial topic of discussion in the SEO world. Though it is not established, it’s effect is palpable as reported by web masters. We know that backlinks (external sites linking to a particular site) play a vital role in SERP (search engine result page) and page rank of a site. Earlier, new sites with quality back links used to boost their search engine ranking, soon after their inception. But, as always after changing of algorithm by Google, this is not happening anymore. There is dampened link juice pass after algorithm change.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;What is Sandbox??&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
According to perception a new site, in the sandbox will not rank well for the relevant and competitive keywords in comparison to aged domain. Although there is good SEO and quality content in the new site, it'll suffer out of bad SERP.&lt;br /&gt;
A new site might rank well for a limited time period. But, soon there will be a drop in organic traffic (traffic from search engine).The concept behind this is, with initial boost in the ranking, it will gain backlinks with quality content. Otherwise, this will take a much longer time to rank well.&lt;br /&gt;
&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;How to know if site has been Sandboxed??&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Does Google bot accesses your site frequently ?&lt;/li&gt;
&lt;li&gt;Does the site rank well on other search engines like Yahoo or Bing ?&lt;/li&gt;
&lt;li&gt;Does the site features unique and quality content ?&lt;/li&gt;
&lt;li&gt;Have you applied good white hat SEO tactics to the site ?&lt;/li&gt;
&lt;li&gt;Do you see a huge difference in the result for &lt;b&gt;allinanchor:&lt;/b&gt;&lt;i&gt;keyword &lt;/i&gt;and general search of the&amp;nbsp; &lt;i&gt;keyword&lt;/i&gt; ?&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;If the answer to the entire questions given above is yes, then your site has been probably Sandboxed.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_spP79nBeiMk/Sv6Oo1OwH_I/AAAAAAAAAmY/zoxt4LuSh-A/s1600-h/google+sandboxing.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;How to tackle Sandboxing??&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul&gt;&lt;li&gt;You can buy an aged domain with PR (more than 4 or 5).So that you won't have worry a lot about backlinks and sandboxing. All you have to do is to get some quality content and clean SEO approach. While buying these domains, stay away from the ones with dropped PR. One thing is that, their price will be high. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/li&gt;
&lt;li&gt;Other than that, you can optimize your site with long tail keywords. With some smart SEO you can jump into top 10 of SERP for long tail keywords.&lt;/li&gt;
&lt;li&gt;Try to get some one way backlinks from high authority websites. &lt;/li&gt;
&lt;li&gt;For primary keywords you can drive traffic from Hubpage  or Squidoo lenses. They rank well for some competitive keywords. Only thing you have to make sure that your Hubs and Lenses share hot keywords/tags of relevant Hubs or Lenses.&lt;/li&gt;
&lt;li&gt;Before creating your site you can check competition for specific keywords from &lt;a href="https://adwords.google.com/select/KeywordToolExternal" target="new"&gt;Google Adwords Keyword Tool&lt;/a&gt;. The fully filled green box shows that, particular keyword is highly competitive and there are enough sites in the queue.&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_spP79nBeiMk/Sv6LInSZc3I/AAAAAAAAAmQ/7NNqNpGOif0/s1600-h/google+adwords+keyword+tool.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_spP79nBeiMk/Sv6LInSZc3I/AAAAAAAAAmQ/7NNqNpGOif0/s400/google+adwords+keyword+tool.PNG" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Link building has to be done in a steady and not too fast manner. Any anomaly can make search engines flag your site. So, patience will be best policy in this hurdle. &lt;br /&gt;
&lt;/blockquote&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;My Experience :&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Verdana,sans-serif;"&gt;&lt;br /&gt;
&lt;/div&gt;In the month of July, 2009 I registered a brand new domain and made a fresh WordPress installation. The site is in movie and entertainment niche and this is a highly competitive niche.&lt;br /&gt;
&lt;br /&gt;
Within 2-3 weeks of its inception, the search engine ranking of my site for a semi competitive keyword was at top 3 without any directory submission and quality backlinks.Since then it has been toggling among top 3,4,5 position of Google SERP.Site doesn't rank well for highly competitive keyword. But, addition of an extra word sends it to top 3.Most interesting thing is that, for the same keyword numero uno position is held by a 2 year old blog that is not getting updated since early 2009.&lt;br /&gt;
&lt;br /&gt;
But, I've managed to drive some healthy traffic from Hubpage method, as the Hub pointing to my site ranks at 9th position for a highly competitive keyword mentioned above. I’ve not yet created Squidoo lenses. But, I'm optimistic about its ranking. The website will be flipped around December, 2009.I'll get you updated if I notice anything worthy before that phase.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-9170867436423812306?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/CLGJANk5anN3Ych4lPzK26YZEVo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CLGJANk5anN3Ych4lPzK26YZEVo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/CLGJANk5anN3Ych4lPzK26YZEVo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/CLGJANk5anN3Ych4lPzK26YZEVo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=BynBeYRkxt8:D-ZItXrhMrs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=BynBeYRkxt8:D-ZItXrhMrs:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=BynBeYRkxt8:D-ZItXrhMrs:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/BynBeYRkxt8" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-15T08:58:23.228+05:30</app:edited><media:thumbnail url="http://4.bp.blogspot.com/_spP79nBeiMk/Sv6Oo1OwH_I/AAAAAAAAAmY/zoxt4LuSh-A/s72-c/google+sandboxing.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/google-sandbox-algorithm-and-search.html</feedburner:origLink></item><item><title>Three Important Upgradation by Blogger</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/AYpyLA89dv8/three-important-upgradation-by-bogger.html</link><category>blogger</category><author>technoplex1@gmail.com</author><pubDate>Sat, 14 Nov 2009 03:18:44 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-3862886212846890786</guid><description>&lt;a href="http://2.bp.blogspot.com/_spP79nBeiMk/Sv6H_KolKvI/AAAAAAAAAmI/8vy3URGNSSs/s1600-h/blogger+10th+anniversary.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger anniversary" border="0" height="89" src="http://2.bp.blogspot.com/_spP79nBeiMk/Sv6H_KolKvI/AAAAAAAAAmI/8vy3URGNSSs/s320/blogger+10th+anniversary.jpg" width="152" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
This year Blogger platform has undergone updates to enable some of the most coveted features.The changes has been brought on the occasion of Blogger.com's 10th anniversary.These changes include a label cloud widget, a sleek new editor with jump line break and a cool comments with pictures.Though there are a lot about the editor, in this post we'll now check out the jump break.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;Label Cloud&lt;/h2&gt;&lt;br /&gt;
Earlier we used to modify the blog template to create a label cloud.Of course that a little bit messy.The label cloud by Blogger is flexible and easy to use.You can add it by going &lt;i&gt;Layout&lt;/i&gt; from the Dashboard.Click on add new widget and select label cloud with labels of your desire.There is option to arrange in by frequency or alphabetically.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_spP79nBeiMk/Sv6El9CHktI/AAAAAAAAAlo/fu2HECtyKzU/s1600-h/label+cloud+blogger.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="blogger label cloud" border="0" src="http://3.bp.blogspot.com/_spP79nBeiMk/Sv6El9CHktI/AAAAAAAAAlo/fu2HECtyKzU/s320/label+cloud+blogger.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;Jump Line Break&lt;/h2&gt;Earlier expandable post hack was done by conditional CSS or JavaScript.But, in the improved editor this feature in-built.In order to use the jump break or expendable post feature, new editor has to be activated from the settings page.Jump break is available in compose mode.&lt;br /&gt;
&lt;br /&gt;
For those who use HTML mode, this can be used by inserting &lt;span style="font-family: 'Courier New',Courier,monospace;"&gt;&lt;b&gt;&amp;lt;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-family: 'Courier New',Courier,monospace;"&gt;!--&amp;nbsp;more&amp;nbsp;--&amp;gt;.&amp;nbsp;&lt;/span&gt;&lt;/b&gt; &lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_spP79nBeiMk/Sv6FDWL-glI/AAAAAAAAAlw/mEL_T5NB314/s1600-h/jump+line+break.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="jump break blogger" border="0" src="http://4.bp.blogspot.com/_spP79nBeiMk/Sv6FDWL-glI/AAAAAAAAAlw/mEL_T5NB314/s320/jump+line+break.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
You can even change the "read more" that appears below the blogposts by a simple modification in the &lt;b&gt;BlogPost&lt;/b&gt; widget present in &lt;b&gt;Layout&lt;/b&gt; section.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_spP79nBeiMk/Sv6G8l3-5OI/AAAAAAAAAl4/msk5P6LGh_s/s1600-h/custom+jump+break+in+blogger.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="activate jump break" border="0" src="http://1.bp.blogspot.com/_spP79nBeiMk/Sv6G8l3-5OI/AAAAAAAAAl4/msk5P6LGh_s/s320/custom+jump+break+in+blogger.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;h2&gt;Picture in Comment&lt;/h2&gt;The comment system seems dull without picture of commenter.In the improved Blogger platform picture of commenter can be displayed after enabling in the settings page of Blogger account.Picture posted in the profile page of the commenter will be seen.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_spP79nBeiMk/Sv6HgZs7SOI/AAAAAAAAAmA/SPkDARh2BA4/s1600-h/profile+image+blogger+comment.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="comment profile image blogger" border="0" src="http://1.bp.blogspot.com/_spP79nBeiMk/Sv6HgZs7SOI/AAAAAAAAAmA/SPkDARh2BA4/s320/profile+image+blogger+comment.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-3862886212846890786?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FmJ_b_jaNl6x7C653IOCS6AfTWc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FmJ_b_jaNl6x7C653IOCS6AfTWc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FmJ_b_jaNl6x7C653IOCS6AfTWc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FmJ_b_jaNl6x7C653IOCS6AfTWc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=AYpyLA89dv8:KO6fQdKM3_I:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=AYpyLA89dv8:KO6fQdKM3_I:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=AYpyLA89dv8:KO6fQdKM3_I:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/AYpyLA89dv8" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-14T16:48:44.095+05:30</app:edited><media:thumbnail url="http://2.bp.blogspot.com/_spP79nBeiMk/Sv6H_KolKvI/AAAAAAAAAmI/8vy3URGNSSs/s72-c/blogger+10th+anniversary.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/three-important-upgradation-by-bogger.html</feedburner:origLink></item><item><title>How to Get New Orkut Invitation</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/xRq7WvxwbT0/how-to-get-new-orkut-invitation.html</link><category>orkut</category><category>orkut updates</category><author>technoplex1@gmail.com</author><pubDate>Sat, 14 Nov 2009 19:30:23 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-3858894028878923717</guid><description>&lt;img alt="new Orkut" src="http://www.crunchbase.com/assets/images/resized/0001/2887/12887v2-max-150x150.jpg" /&gt;&lt;br /&gt;
We have already discussed about the &lt;a href="http://www.techfuzon.com/2009/11/new-orkut-design-launched-by-google.html"&gt;new Orkut design&lt;/a&gt; in my previous post. Many people are trying to enjoy the new Orkut.But, what puts a shackle is the invitation only norm established by Google. It won't take long to enter new Orkut. We’ll discuss it how.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
Only Orkuteers and your friends in new Orkut can invite you to enjoy new Orkut.&lt;br /&gt;
According to Orkut, you can join &lt;a href="http://www.orkut.co.in/Main#Community?rl=cpn&amp;amp;cmm=95114051"&gt;Poppy and Shashi's community&lt;/a&gt; on the Orkut. Take part in some of the activities carried out in the community. And, you will get invitation from a member.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_spP79nBeiMk/Sv6CbXaTe4I/AAAAAAAAAlg/wjcjI4vRg1c/s1600-h/new+orkut+invitation.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="get new orkut invitation" border="0" src="http://1.bp.blogspot.com/_spP79nBeiMk/Sv6CbXaTe4I/AAAAAAAAAlg/wjcjI4vRg1c/s400/new+orkut+invitation.gif" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
Other than that search for "&lt;i&gt;new Orkut invitation&lt;/i&gt;" without quotes in the Orkut search box given at the top right corner.You will come across community threads where members are inviting others.&lt;br /&gt;
&lt;br /&gt;
Else, if your friend is already in new Orkut, just scrap him/her asking for an invitation. One member can invite only ten friends.But, Orkut will pour with some more invitation once all the ten invitations are used up.In my case I've already invited 15 friends.&lt;br /&gt;
&lt;br /&gt;
Check back here.Soon, I'll be giving new orkut invitation.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Be patient, soon you will get invitation.&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-3858894028878923717?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xpff-nOFtwliXvKk4jkw0imcRYI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xpff-nOFtwliXvKk4jkw0imcRYI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xpff-nOFtwliXvKk4jkw0imcRYI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xpff-nOFtwliXvKk4jkw0imcRYI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=xRq7WvxwbT0:kpEqblGRmcA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=xRq7WvxwbT0:kpEqblGRmcA:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=xRq7WvxwbT0:kpEqblGRmcA:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/xRq7WvxwbT0" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-15T09:00:23.504+05:30</app:edited><media:thumbnail url="http://1.bp.blogspot.com/_spP79nBeiMk/Sv6CbXaTe4I/AAAAAAAAAlg/wjcjI4vRg1c/s72-c/new+orkut+invitation.gif" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/how-to-get-new-orkut-invitation.html</feedburner:origLink></item><item><title>How to Look For Sites Giving Free Laptops</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/GNe6yDylVCw/how-to-look-for-sites-giving-free.html</link><category>internet</category><category>computing</category><author>technoplex1@gmail.com</author><pubDate>Fri, 13 Nov 2009 22:14:18 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-4327340961925189229</guid><description>You may have heard about websites giving freebies such as &lt;a href="http://www.freelaptopoffers.us/" target="new"&gt;free laptops&lt;/a&gt;. If you are having second thoughts checking these sites, this may help. Here are some tips that will guide you on how to look for legitimate sites that give away free laptops.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
* When you do your search online, it is most likely that you will be able to pull up several websites that offer freebies like &lt;a href="http://www.freelaptopoffers.us/" target="new"&gt;free laptops&lt;/a&gt;. Visit at least three (3) websites.&lt;br /&gt;
&lt;br /&gt;
* Compare the offers. They range from completing online surveys to subscription to phone or broadband to evaluating new laptop models about to be released in the market. It is important that you fully understand what you have to do to receive your free laptop computer.&lt;br /&gt;
&lt;br /&gt;
* Some of the websites that you will come across with may appear to be legitimate but end up as scams. Don’t fall for such. You have to exercise your good judgment. A good gauge is to check the contact details. If they are verifiable, then it is almost always that they are good sites. Otherwise, you have to discontinue and channel your time and efforts to another.&lt;br /&gt;
&lt;br /&gt;
* It pays to do some research prior to committing to the website. You can learn from other online users about the legitimacy and authenticity of the offer. Visit forums or reviews. There are testimonies and comments that you can find useful in deciding which offer to consider. There are those who are satisfied with their free laptop computer while others who may have been frustrated are just too generous to put the negative comment online. The decision is yours.&lt;br /&gt;
&lt;br /&gt;
You can always get your free laptop computer online. But you must also be able to go to the correct site that will show you upfront what it takes to get your freebies. One trusted site you can visit is &lt;a href="http://www.freelaptopoffers.us/" target="new"&gt;http://www.freelaptopoffers.us/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-4327340961925189229?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7Zv5QHQ4smRVKBlVwhM4PvfiWfg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7Zv5QHQ4smRVKBlVwhM4PvfiWfg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7Zv5QHQ4smRVKBlVwhM4PvfiWfg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7Zv5QHQ4smRVKBlVwhM4PvfiWfg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=GNe6yDylVCw:82nLqNERlqE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=GNe6yDylVCw:82nLqNERlqE:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=GNe6yDylVCw:82nLqNERlqE:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/GNe6yDylVCw" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-14T11:44:18.132+05:30</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/how-to-look-for-sites-giving-free.html</feedburner:origLink></item><item><title>New Orkut Design Launched by Google</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/FqghZ2MPBRM/new-orkut-design-launched-by-google.html</link><category>orkut</category><category>latest buzz</category><category>orkut updates</category><author>technoplex1@gmail.com</author><pubDate>Sat, 07 Nov 2009 19:28:10 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-6021868721768709944</guid><description>Orkut has been upgraded to new Orkut with stunning GUI .As always this time also Google product retains it's fame of providing easy to use interface.The new Orkut is invite only.So, in my post we'll discuss about getting new orkut invites.In this post we'll discuss some new features of Orkut.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;First of all let's get into the friend list and community list:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
You can find all your friends from the home page or profile page in a scrolling windows for friends and community.But, the number of members in the community is hidden the home page.There is a search box embedded on the top of the list.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_spP79nBeiMk/SvY6BeXwgWI/AAAAAAAAAlI/QCF_gu4YGPg/s1600-h/new+orkut.JPG" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_spP79nBeiMk/SvY6BeXwgWI/AAAAAAAAAlI/QCF_gu4YGPg/s320/new+orkut.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://3.bp.blogspot.com/_spP79nBeiMk/SvY5zqGI6XI/AAAAAAAAAlA/krAvYkpgynY/s1600-h/new+orkut+friend+list.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/_spP79nBeiMk/SvY5zqGI6XI/AAAAAAAAAlA/krAvYkpgynY/s320/new+orkut+friend+list.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_spP79nBeiMk/SvY6BeXwgWI/AAAAAAAAAlI/QCF_gu4YGPg/s1600-h/new+orkut.JPG" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_spP79nBeiMk/SvY6BeXwgWI/AAAAAAAAAlI/QCF_gu4YGPg/s1600-h/new+orkut.JPG" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;b&gt;Scrapbook :&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
First five scraps are shown on the profile page and you can reply from home page only.No need to migrate to scrapbook.&lt;br /&gt;
Other than that you just like old times, you can scrap media files.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_spP79nBeiMk/SvY6dFYpsnI/AAAAAAAAAlQ/WFvpdtei8fg/s1600-h/update.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_spP79nBeiMk/SvY6dFYpsnI/AAAAAAAAAlQ/WFvpdtei8fg/s400/update.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;b&gt;Profile Page :&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Now, here comes the major upgrade of new Orkut.You can put images, youtube videos in the &lt;b&gt;about me &lt;/b&gt;section.You can even create a custom tab for profile page.&lt;br /&gt;
You can access testimonials, fan list, private messages from the &lt;b&gt;more&lt;/b&gt; drop down link. &lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_spP79nBeiMk/SvY6keDqrSI/AAAAAAAAAlY/YbVs-vsbTtE/s1600-h/orkut+about+me.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_spP79nBeiMk/SvY6keDqrSI/AAAAAAAAAlY/YbVs-vsbTtE/s400/orkut+about+me.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
The new Orkut comes with a fast photo uploader and super cool video album that lets friends add comment. to video files.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Orkut community pages remain same.No option to categorise the posts and no media files in the community profile page.&lt;br /&gt;
&lt;/blockquote&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_spP79nBeiMk/SvY5zqGI6XI/AAAAAAAAAlA/krAvYkpgynY/s1600-h/new+orkut+friend+list.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-6021868721768709944?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WVhg1nOS5LLrfR40qnczgcGQahA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WVhg1nOS5LLrfR40qnczgcGQahA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WVhg1nOS5LLrfR40qnczgcGQahA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WVhg1nOS5LLrfR40qnczgcGQahA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=FqghZ2MPBRM:A_vSVzYA5Fk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=FqghZ2MPBRM:A_vSVzYA5Fk:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=FqghZ2MPBRM:A_vSVzYA5Fk:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/FqghZ2MPBRM" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-08T08:58:10.436+05:30</app:edited><media:thumbnail url="http://2.bp.blogspot.com/_spP79nBeiMk/SvY6BeXwgWI/AAAAAAAAAlI/QCF_gu4YGPg/s72-c/new+orkut.JPG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/new-orkut-design-launched-by-google.html</feedburner:origLink></item><item><title>Google steps into online music market</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/6H6MCWWLzms/google-steps-into-online-music-market.html</link><category>latest buzz</category><category>google</category><author>technoplex1@gmail.com</author><pubDate>Sat, 07 Nov 2009 02:12:24 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-4482158291612580734</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_spP79nBeiMk/SvVH_LYfGiI/AAAAAAAAAkw/y7HkXqGXDCg/s1600-h/google+lala+ilike+music+search.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/_spP79nBeiMk/SvVH_LYfGiI/AAAAAAAAAkw/y7HkXqGXDCg/s320/google+lala+ilike+music+search.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;Now, Google has launched its music search.But, there is a string attached to the service.This service is only for US.Anyway, now people from US can search and buy music online.This service allows people to search for music using snippets of lyrics, title of track, artists.Not only it searches music, but also streams music track online.Google music search powered by music sites like Lala, MySpace owned iLike, Pandora. &lt;br /&gt;
&lt;br /&gt;
you can access it here : &lt;a href="http://www.google.com/landing/music/" target="new"&gt;&lt;br /&gt;
http://www.google.com/landing/music/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Check out the screen shot for more information &lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_spP79nBeiMk/SvVGWgtM1ZI/AAAAAAAAAko/GhrAxBVQGaA/s1600-h/google+music+search.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="google music search" border="0" src="http://2.bp.blogspot.com/_spP79nBeiMk/SvVGWgtM1ZI/AAAAAAAAAko/GhrAxBVQGaA/s320/google+music+search.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-4482158291612580734?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0iVygSJspYPjr9bulYzvckc1Jfo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0iVygSJspYPjr9bulYzvckc1Jfo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0iVygSJspYPjr9bulYzvckc1Jfo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0iVygSJspYPjr9bulYzvckc1Jfo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=6H6MCWWLzms:BZXj1KWEm-Q:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=6H6MCWWLzms:BZXj1KWEm-Q:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=6H6MCWWLzms:BZXj1KWEm-Q:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/6H6MCWWLzms" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-07T15:42:24.295+05:30</app:edited><media:thumbnail url="http://3.bp.blogspot.com/_spP79nBeiMk/SvVH_LYfGiI/AAAAAAAAAkw/y7HkXqGXDCg/s72-c/google+lala+ilike+music+search.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/google-steps-into-online-music-market.html</feedburner:origLink></item><item><title>Google Launches Free Satellite Navigation for Mobiles</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/aRGYGM2KeOY/google-launches-free-satellite.html</link><category>mobile</category><category>technology</category><category>latest buzz</category><category>google</category><author>technoplex1@gmail.com</author><pubDate>Sat, 07 Nov 2009 04:41:07 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-1825654174257132715</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_spP79nBeiMk/SvVqlIdazMI/AAAAAAAAAk4/UMQrb8qZLRU/s1600-h/google+sat+nav+mobile.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_spP79nBeiMk/SvVqlIdazMI/AAAAAAAAAk4/UMQrb8qZLRU/s320/google+sat+nav+mobile.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;Google Maps Navigation, a free satellite navigation application for mobiles was launched on October 2009.People will be able follow turn-by-turn directions on their phone with real time traffic data.Along with this the application is equipped with Google Street view for location images and a search engine to find addresses.&lt;br /&gt;
Motorola Droid will be the the first mobile phone equipped with this system.After its launch satellite navigation device firms like TomTom, Garmin are having tough time with the declining value of their shares.&lt;br /&gt;
&lt;br /&gt;
Posted by &lt;a href="http://www.321answers.com/Technology" target="new"&gt;technology questions&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-1825654174257132715?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uqCDsQu1LsQGmdujLfBJoTRUelY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uqCDsQu1LsQGmdujLfBJoTRUelY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uqCDsQu1LsQGmdujLfBJoTRUelY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uqCDsQu1LsQGmdujLfBJoTRUelY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=aRGYGM2KeOY:tVQFZZG9IqQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=aRGYGM2KeOY:tVQFZZG9IqQ:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=aRGYGM2KeOY:tVQFZZG9IqQ:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/aRGYGM2KeOY" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-07T18:11:07.961+05:30</app:edited><media:thumbnail url="http://2.bp.blogspot.com/_spP79nBeiMk/SvVqlIdazMI/AAAAAAAAAk4/UMQrb8qZLRU/s72-c/google+sat+nav+mobile.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/google-launches-free-satellite.html</feedburner:origLink></item><item><title>Trace India with a click</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/wSLRYW-ZTQ0/trace-india-with-click.html</link><category>links</category><author>technoplex1@gmail.com</author><pubDate>Thu, 12 Nov 2009 19:02:34 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-762187769628256030</guid><description>Now, you can trace anything that is connected to India with a single click.A new site called &lt;a href="http://www.indiatrace.com/" rel="nofollow"&gt;Indiatrace.com&lt;/a&gt;&lt;br /&gt;
has been launched on March 2009.With this site you can trace IP address, mobile number, pin code, vehicle number in India.Along with this there is a people search engine embedded in the site.For web-masters and curious folks out there, the site features domain WHOIS, nameserver lookup services.So,check out who is giving you those cranky missed calls.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-762187769628256030?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dnEa1UCjSAmj0Rg7nti7VOzWhzs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dnEa1UCjSAmj0Rg7nti7VOzWhzs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dnEa1UCjSAmj0Rg7nti7VOzWhzs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dnEa1UCjSAmj0Rg7nti7VOzWhzs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=wSLRYW-ZTQ0:94GVTxMtJFU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=wSLRYW-ZTQ0:94GVTxMtJFU:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=wSLRYW-ZTQ0:94GVTxMtJFU:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/wSLRYW-ZTQ0" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-13T08:32:34.984+05:30</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/trace-india-with-click.html</feedburner:origLink></item><item><title>Bad Credit Mobile Phone Contracts</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/ZZ40YpUjeyY/bad-credit-mobile-phone-contracts.html</link><category>mobile</category><author>technoplex1@gmail.com</author><pubDate>Sun, 15 Nov 2009 18:13:32 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-7031508425505610702</guid><description>&lt;a href="http://3.bp.blogspot.com/_spP79nBeiMk/SvPtNawQtvI/AAAAAAAAAkg/3AFz1rZ4evo/s1600-h/bad+credit+mobile+phone+contracts.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="bad credit mobile phone contracts" border="0" height="117" src="http://3.bp.blogspot.com/_spP79nBeiMk/SvPtNawQtvI/AAAAAAAAAkg/3AFz1rZ4evo/s320/bad+credit+mobile+phone+contracts.jpg" width="97" /&gt;&lt;/a&gt;&lt;br /&gt;
Mobile phone have become part and partial of our life with their high end technology for communication and sharing of information.Along with growth in technology they have become very sophisticated with plethora of features to help us out in day to day life.modern mobile phones feature among most coveted gadgets for people.But, they come with a much high price tag.That is what puts shackle in possessing such a device.Now, there is an option of getting those high tech phones with contract deals. &lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
So, for choosing contract deals one must apply to different network operators.After getting accepted the user has to pay a monthly rental according to the hand set and tariff plan.Before, this most network operators will try to check whether one can pay monthly rental regularly.This may prove hazardous for people with bad credit history.&lt;br /&gt;
&lt;br /&gt;
If &lt;a href="http://www.badcreditcontracts.com/" target="new"&gt;bad credit contracts&lt;/a&gt; is the case, one can choose a phone with some basic features and less tariff.Else, there is an option to get SIM only contracts which doesn't provide a hand set.Companies like Vodafone, Orange, 3 mobile have flexible credit checking norms. &lt;br /&gt;
&lt;br /&gt;
With growing competition in the market, companies are coming with some very attractive offers and free gifts.And, this is always beneficial for users.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-7031508425505610702?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MK1O6CAgfqjZbndxTF7i1qFoP48/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MK1O6CAgfqjZbndxTF7i1qFoP48/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MK1O6CAgfqjZbndxTF7i1qFoP48/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MK1O6CAgfqjZbndxTF7i1qFoP48/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=ZZ40YpUjeyY:WcAea3C_gDI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=ZZ40YpUjeyY:WcAea3C_gDI:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=ZZ40YpUjeyY:WcAea3C_gDI:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/ZZ40YpUjeyY" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-16T07:43:32.940+05:30</app:edited><media:thumbnail url="http://3.bp.blogspot.com/_spP79nBeiMk/SvPtNawQtvI/AAAAAAAAAkg/3AFz1rZ4evo/s72-c/bad+credit+mobile+phone+contracts.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/bad-credit-mobile-phone-contracts.html</feedburner:origLink></item><item><title>Domain names in non-latin scripts</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/U5SEdvMICNM/domain-names-in-non-latin-scripts.html</link><category>latest buzz</category><category>internet</category><category>domain names</category><author>technoplex1@gmail.com</author><pubDate>Sun, 01 Nov 2009 22:40:50 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-5438489328723636551</guid><description>ICANN (Internet Corporation for Assigned Names and Numbers), the non-profit group that controls domain name registration and regulations has approved arrival of domain names in non-latin scripts.This is the biggest step towards internationalization of domain names after inception of Internet in 1960.However, non-latin scripts for domain names will available for country code domain names.For example, domain names like .in ( country code for India) , .us (country code USA) and others will be able to avail this break-through .Then, all of the domain names will undergo the change.Internet can see domain names early in the next year with Hebrew, Hindi, Korean and other scripts. ICANN will be accepting applications from November 16th.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-5438489328723636551?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RY_SLIMuF6RZZM9gHIM6hXHbxXc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RY_SLIMuF6RZZM9gHIM6hXHbxXc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RY_SLIMuF6RZZM9gHIM6hXHbxXc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RY_SLIMuF6RZZM9gHIM6hXHbxXc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=U5SEdvMICNM:DUr6tdRkbfI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=U5SEdvMICNM:DUr6tdRkbfI:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=U5SEdvMICNM:DUr6tdRkbfI:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/U5SEdvMICNM" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-02T12:10:50.638+05:30</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/domain-names-in-non-latin-scripts.html</feedburner:origLink></item><item><title>Top three FireFox addons for Bloggers</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/sE6uqQfpOSo/top-three-firefox-addons-for-bloggers.html</link><category>wordpress</category><category>firefox</category><category>blogger</category><author>technoplex1@gmail.com</author><pubDate>Sun, 01 Nov 2009 22:21:04 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-2876797482765791295</guid><description>&lt;a href="http://1.bp.blogspot.com/_spP79nBeiMk/Su55_uZyI-I/AAAAAAAAAkY/ZbBkbS30sMg/s1600-h/firefox+addon+for+bloggers.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="77" src="http://1.bp.blogspot.com/_spP79nBeiMk/Su55_uZyI-I/AAAAAAAAAkY/ZbBkbS30sMg/s320/firefox+addon+for+bloggers.jpg" width="129" /&gt;&lt;/a&gt;There are some very powerful FireFox addons developed to aid bloggers.They are very easy to use and very effective to get you most out of your blog.the add-ons can help in SEO, generating media content for your blog.In this post we are going to cover top three FireFox add-ons.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;&lt;a href="http://labs.wordtracker.com/seo-blogger/"&gt;SEO Blogger&lt;/a&gt;&lt;/h2&gt;&lt;br /&gt;
Before writing an article for your blog post you will need to research relevant keywords. These keywords are to be included in the post title, the body of the post, and within the all in one SEO fields.&lt;br /&gt;
Word tracker comes to your rescue by creating this wonderful tool that integrates with your FireFox browser and works alongside the WordPress or Blogger blog.In order to use this, login to your blog and open the Word tracker tool by clicking the logo in the bottom right corner of Firefox.&lt;br /&gt;
Before writing the content, determine your keyword and put it in the box present at the top of the word tracker tool.It will then return a few related keywords that you may want to include in your post. Click add to place the desired keywords into the box below.&lt;br /&gt;
The tool will then count how may times you have used each keyword within the post title, the post itself, and even within the &lt;b&gt;all in one SEO tool&lt;/b&gt; (a plug-in of WordPress blogs).&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;&lt;a href="http://www.zemanta.com/"&gt;Zemanta&lt;/a&gt;&lt;/h2&gt;&lt;br /&gt;
Zemanta analyses contents or posts generated by users using natural language processing and semantic search in order to automatically suggest tags, pictures for the blogpost and links to the related articles.Along with this you will get latest posts and contents created by fellow zemanta users.This can be used along with Blogger,Wordpress blogs and mail services like gmail .&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;&lt;a href="http://www.apture.com/"&gt;Apture&lt;/a&gt;&lt;/h2&gt;&lt;br /&gt;
Apture is very powerful and flexible FireFox add-on that seamlessly integrates with WOrdPress Blog, Blospot blog so as to let you add multimedia content with a single click.You can add audio,video,images to give your users a rich interactivity.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-2876797482765791295?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1tQlUQPardX4asoUjLsYIbPaoXg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1tQlUQPardX4asoUjLsYIbPaoXg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1tQlUQPardX4asoUjLsYIbPaoXg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1tQlUQPardX4asoUjLsYIbPaoXg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=sE6uqQfpOSo:dZkWvuJMsKk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=sE6uqQfpOSo:dZkWvuJMsKk:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=sE6uqQfpOSo:dZkWvuJMsKk:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/sE6uqQfpOSo" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-02T11:51:04.057+05:30</app:edited><media:thumbnail url="http://1.bp.blogspot.com/_spP79nBeiMk/Su55_uZyI-I/AAAAAAAAAkY/ZbBkbS30sMg/s72-c/firefox+addon+for+bloggers.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/top-three-firefox-addons-for-bloggers.html</feedburner:origLink></item><item><title>Bypass Megaupload.com Waiting Time</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/MXgKizwhMyQ/bypass-megauploadcom-waiting-time.html</link><category>latest buzz</category><category>internet</category><author>technoplex1@gmail.com</author><pubDate>Sun, 01 Nov 2009 22:09:46 PST</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-1720503253066230836</guid><description>There is a glitch in Megaupload.com and you won't have to wait to download your file.But,the trick may not last in the near future.So, grab the opportunity till they fix this issue.&lt;br /&gt;
For example if the download is http://www.megaupload.com/?d=TADMUWNB, change it to http://www.megaupload.com/mgr_dl.php?d=TADMUWNB .That means &lt;i&gt;mgr_dl.php?&lt;/i&gt; after &lt;i&gt;.com/&lt;/i&gt; of the original link.&lt;br /&gt;
Here is the grease monkey script : &lt;a href="http://userscripts.org/scripts/show/60568"&gt;http://userscripts.org/scripts/show/60568&lt;/a&gt; .You can install this if you have Firefox browser with grease monkey installed in it.Then you won't have to change anything manually.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-1720503253066230836?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FTGkNrmqo-U0JS6M97VhyEY2QWo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FTGkNrmqo-U0JS6M97VhyEY2QWo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FTGkNrmqo-U0JS6M97VhyEY2QWo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FTGkNrmqo-U0JS6M97VhyEY2QWo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=MXgKizwhMyQ:IBA9kvK2oAQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=MXgKizwhMyQ:IBA9kvK2oAQ:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=MXgKizwhMyQ:IBA9kvK2oAQ:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/MXgKizwhMyQ" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-02T11:39:46.670+05:30</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/11/bypass-megauploadcom-waiting-time.html</feedburner:origLink></item><item><title>Get Quality Printer Cartridges</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/5Jrz9KWuos0/get-quality-printer-tcartridges.html</link><category>technology</category><author>technoplex1@gmail.com</author><pubDate>Sat, 31 Oct 2009 02:04:56 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-2808786206046037633</guid><description>&lt;a href="http://1.bp.blogspot.com/_spP79nBeiMk/Suv0bWBSn3I/AAAAAAAAAkQ/FER3e25v0nI/s1600-h/printer+inks.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="Printer Inks" border="0" height="115" src="http://1.bp.blogspot.com/_spP79nBeiMk/Suv0bWBSn3I/AAAAAAAAAkQ/FER3e25v0nI/s320/printer+inks.jpg" width="124" /&gt;&lt;/a&gt;Along with considerable growth of computer technology and declining price of computer accessories, printer has become a necessary product all over the world.Printing is required in almost all day to day to requirements, ranging from printing an application form, project synopsis to business plans.It is an absolute way of getting the digital copy on your computer into a piece of paper.Over the period of time printer cartridge dry out and there is a requirement to replace it.  &lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
Now, here is a site ColourSave.com that feature whole range of &lt;a href="http://www.coloursave.com/" target="new"&gt;Printer cartridges&lt;/a&gt;.They have almost all of brands like HP, Epson, Lexmark,Dell,&lt;a href="http://www.coloursave.com/section.php/26/1/canon_ink_cartridges"&gt;Canon Ink Cartridges&lt;/a&gt;. The cartridges supplied by them are of high quality original brands with great savings.If you are from UK, the products bought by you will be delivered without any extra cost.They have a very nice post sale customer service with hassle free return policy.All you have to do is go to the site and place an order with very user friendly interface for your cartridge or toner.&lt;br /&gt;
&lt;br /&gt;
They also have an option for signing up as affiliate.So, if you are interested you can become their affiliate and raise some extra cash.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-2808786206046037633?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wjMvHfNvrXjiRgEk-HDtJmsfiT8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wjMvHfNvrXjiRgEk-HDtJmsfiT8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wjMvHfNvrXjiRgEk-HDtJmsfiT8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wjMvHfNvrXjiRgEk-HDtJmsfiT8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=5Jrz9KWuos0:biglrzAkDNQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=5Jrz9KWuos0:biglrzAkDNQ:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=5Jrz9KWuos0:biglrzAkDNQ:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/5Jrz9KWuos0" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-31T14:34:56.796+05:30</app:edited><media:thumbnail url="http://1.bp.blogspot.com/_spP79nBeiMk/Suv0bWBSn3I/AAAAAAAAAkQ/FER3e25v0nI/s72-c/printer+inks.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/10/get-quality-printer-tcartridges.html</feedburner:origLink></item><item><title>TinEye : Reverse Image Search Engine</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/FOVFQLBpmPM/tineye-reverse-imagesearch-engine.html</link><category>internet</category><category>links</category><author>technoplex1@gmail.com</author><pubDate>Tue, 27 Oct 2009 09:34:24 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-4402478380294349873</guid><description>&lt;a href="http://3.bp.blogspot.com/_spP79nBeiMk/Sub6VTo9TKI/AAAAAAAAAkI/-D8dQXP8bCA/s1600-h/tineye+logo.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/_spP79nBeiMk/Sub6VTo9TKI/AAAAAAAAAkI/-D8dQXP8bCA/s320/tineye+logo.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
This is a image search engine launched on May 2008.&lt;a href="http://www.tineye.com/"&gt;TinEye&lt;/a&gt; is an innovative product from Idée Inc. that is not just an ordinary image search engine.Rather it has been developed to search duplicates of an image, its source on the Internet.This search engine employs image identification technology rather than keywords,watermark or metadata to search image.As the name implies, it's search starts from an image.When an image is pointed (from local computer or image url) to it, the TinEye search engine creates a digital signature after processing.Then, it matches the result with the images already present in their database.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
They can show cropped images,degraded images of the original images.This can be particularly useful for those who frequently come across ripped images, originally created by them.Otherwise,You may search name of a ravishing beauty by uploading her image.    &lt;br /&gt;
&lt;br /&gt;
Besides this, there is a &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/8922" target="new"&gt;FireFox addon&lt;/a&gt; that lets you search any image on a website just by right clicking on it. &lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_spP79nBeiMk/Sub4lF2Qv7I/AAAAAAAAAkA/J0kqA4njcgg/s1600-h/tineye-clic-droit.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="tineye firefox addon" border="0" src="http://1.bp.blogspot.com/_spP79nBeiMk/Sub4lF2Qv7I/AAAAAAAAAkA/J0kqA4njcgg/s320/tineye-clic-droit.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-4402478380294349873?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WmX4b0i61nDFU0u3J5lJlr36y0A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WmX4b0i61nDFU0u3J5lJlr36y0A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WmX4b0i61nDFU0u3J5lJlr36y0A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WmX4b0i61nDFU0u3J5lJlr36y0A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=FOVFQLBpmPM:Re-rdeVOoyQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=FOVFQLBpmPM:Re-rdeVOoyQ:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=FOVFQLBpmPM:Re-rdeVOoyQ:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/FOVFQLBpmPM" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-27T22:04:24.645+05:30</app:edited><media:thumbnail url="http://3.bp.blogspot.com/_spP79nBeiMk/Sub6VTo9TKI/AAAAAAAAAkI/-D8dQXP8bCA/s72-c/tineye+logo.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/10/tineye-reverse-imagesearch-engine.html</feedburner:origLink></item><item><title>Top 10 web 2.0 websites to Promote Blog</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/YNpVaooZLso/top-10-web-20-websites-to-promote-blog.html</link><category>blogger</category><category>web 2.0</category><category>internet</category><author>technoplex1@gmail.com</author><pubDate>Fri, 23 Oct 2009 05:47:24 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-5727291276658286158</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_spP79nBeiMk/SuB3AOV0b8I/AAAAAAAAAj4/sQ1YkLzWh90/s1600-h/blog+promotion.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="90" src="http://3.bp.blogspot.com/_spP79nBeiMk/SuB3AOV0b8I/AAAAAAAAAj4/sQ1YkLzWh90/s320/blog+promotion.jpg" width="116" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;The web 2.0 is having a revolutionary effect on the whole Internet.It has brought a tremendous change in the way people used to communicate or share information.So, why not take advantage of web 2.0 to promote our blog ?? There plenty of sites ready to promote your blog out there.In this post we’ll check out the top 10 websites available to us.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;&lt;a href="http://www.blogcatalog.com/"&gt;BlogCatalog&lt;/a&gt;&lt;/b&gt;BlogCatalog is a online social media community for bloggers and a blog directory.You can submit your blog and add people as your friend.Once your blog is approved you can make use of their feature called “broadcast”.By broadcasting your message will be received by all your friends.So, whenever you make a post login to BlogCatalog and broadcast your massage with a link your blog.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="http://www.mybloglog.com/"&gt;MyBlogLog&lt;/a&gt;&lt;/b&gt;MyBlogLog is a social community owned by Yahoo and developed only for bloggers. You can add your blogs to MyBlogLog account and create community for your blogs.Members of your community will get subscribed to your posts and share the posts among their friends.The blog widgets and tracking system provided by MyBlogLog is surely very effective.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.stumbleupon.com/"&gt;&lt;b&gt;StumbleUpon&lt;/b&gt;&lt;/a&gt;StumbleUpon is a great asset for whoever surfs Internet.Surfers with similar interest form a kind of virtual community.You can add your blog to StumbleUpon and use the StumbleUpon FireFox add-on to &lt;i&gt;stumble&lt;/i&gt; some of your best posts.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.digg.com/"&gt;&lt;b&gt;Digg&lt;/b&gt;&lt;/a&gt;Digg is a social bookmarking website where people bookmark web pages containing text,videos,images and others can rate using voting,commenting system.Most popular submitted links feature on the homepage and surely they receive huge traffic from digg.Using &lt;i&gt;Facebook connect&lt;/i&gt; feature digg articles can be shared on user’s Facebook page.From time to time you must digg some of your blog pages.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="http://delicious.com/"&gt;&lt;i&gt;Delicious&lt;/i&gt;&lt;/a&gt;&lt;/b&gt;Delicious is also another most popular social bookmarking website where users submit different links.You can use this site to draw traffic for your blog.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.facebook.com/"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;You must be having a facebook account with friends and a beautiful wall where your friends post messages.Then why not tell your friends about your blog .&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.twitter.com/"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;These days twitter is the flavor of the season and everyone is tweeting with 160 word wonder.You can setup a twitter account solely dedicated to your blog and give link to each of posts.You can also get suggestions from your twitter followers.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://bloggertips.cn/web-2-0/top-10-web-2-0-websites-to-promote-blog/www.youtube.com"&gt;&lt;b&gt;YouTube&lt;/b&gt;&lt;/a&gt;This site a very popular video sharing website with ever increasing user base.All you need to do is to create a account and give its usename the primary keyword of your blog.Then post some nice videos with a watermark of your blog link.I’m sure if the video goes viral, you will get a severe load on server because of traffic.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://bloggertips.cn/web-2-0/top-10-web-2-0-websites-to-promote-blog/www.mixx.com"&gt;&lt;b&gt;Mixx&lt;/b&gt;&lt;/a&gt;This is another social bookmarking website, where users submit news article,videos,pictures. You can also submit your blog links to promote your site.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://answers.yahoo.com/"&gt;&lt;b&gt;Yahoo Answers!&lt;/b&gt;&lt;/a&gt;If you have Yahoo! account, join this community. Here people ask questions and get answers from real people and share information.You can go there and answer some questions related to your niche with a nice little link to your blog.But,don’t just spam.you may face a ban.Give logical answers and drive huge traffic.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-5727291276658286158?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/D92AKaLEujZZUHM90Bl5ppwXKeU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/D92AKaLEujZZUHM90Bl5ppwXKeU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/D92AKaLEujZZUHM90Bl5ppwXKeU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/D92AKaLEujZZUHM90Bl5ppwXKeU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=YNpVaooZLso:umHbb8Ry-Qo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=YNpVaooZLso:umHbb8Ry-Qo:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=YNpVaooZLso:umHbb8Ry-Qo:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/YNpVaooZLso" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-23T18:17:24.643+05:30</app:edited><media:thumbnail url="http://3.bp.blogspot.com/_spP79nBeiMk/SuB3AOV0b8I/AAAAAAAAAj4/sQ1YkLzWh90/s72-c/blog+promotion.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/10/top-10-web-20-websites-to-promote-blog.html</feedburner:origLink></item><item><title>Shutdown Computer From Mobile Using PHP</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/dPFp2jdm9oI/shutdown-computer-from-mobile-using-php.html</link><category>scripts</category><category>internet</category><category>programming</category><category>computing</category><author>technoplex1@gmail.com</author><pubDate>Sun, 18 Oct 2009 03:55:06 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-8917446427460824256</guid><description>&lt;a href="http://2.bp.blogspot.com/_spP79nBeiMk/StryhuC7LdI/AAAAAAAAAjw/iiEK9wSelvo/s1600-h/shutdown+php.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_spP79nBeiMk/StryhuC7LdI/AAAAAAAAAjw/iiEK9wSelvo/s320/shutdown+php.jpg" alt="shutdown using php" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
On the Internet there are some tutorials about shutting down a computer from a mobile phone.But, in this tutorial we'll check out a way to shutdown a computer from a mobile phone using PHP.For those who don't know PHP, it is a scripting language in simple words.We are PHP as it is a server side scripting language,platform independent and open source.That means we don't have to worry about whether the system runs on Windows or Linux.The procedure is really simple.All we have to do is to set up a server on the computer with PHP and execute system command to shutdown the computer.    &lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1.SERVER SETUP &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
We'll use XAMPP to set up the server.Believe me it is too easy.&lt;br /&gt;
&lt;br /&gt;
Go to &lt;a href="http://www.apachefriends.org/en/xampp.html"&gt;xampp&lt;/a&gt; home page.Download the available package (installer or zip archive).  &lt;br /&gt;
&lt;br /&gt;
Now,follow the instruction given on their site to install the server.Actually installation is just unzipping the archive to a directory.The installation will take just around 2 minute.&lt;br /&gt;
&lt;br /&gt;
However you check my previous post on &lt;a href="http://www.techfuzon.com/2008/10/5-easy-steps-to-create-webserver-in.html" target="_blank"&gt;setting up server on home computer&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2.PHP code&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;After installing XAMPP, just open up XAMPP directory.Then you will locate &lt;i&gt;htdocs&lt;/i&gt; folder.Open that and create a new directory/folder.You can name it anything you want.Suppose the name of the new folder is &lt;b&gt;shutdown&lt;/b&gt;.&lt;/li&gt;
&lt;li&gt;Open the newly created folder &lt;b&gt;shutdown&lt;/b&gt; and create a new file with &lt;b&gt;index.php&lt;/b&gt; extension.&lt;/li&gt;
&lt;li&gt;Now open up index.php file and place the nice little code if you run windows.&lt;/li&gt;
&lt;div class="codeview"&gt;&amp;lt;?php  &lt;br/&gt;
echo 'Shutting down';  &lt;br/&gt;
exec(&amp;quot;shutdown -s -t 30&amp;quot;); //30 means shutdown after 30 seconds &lt;br/&gt; 
?&amp;gt;  &lt;br/&gt;
&lt;/div&gt;&lt;/ul&gt;&lt;b&gt;3.Creating URL &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Go to &lt;a href="http://no-ip.com/"&gt;no-ip.com&lt;/a&gt; and register a free sub-domain and point it to the the following&lt;br /&gt;
&lt;br /&gt;
http://YOUR-IP-ADDRESS/shutdown/&lt;br /&gt;
&lt;br /&gt;
To find out your ip address just visit any site like &lt;a href="http://checkmyip.com/" rel="nofollow" target="new"&gt;http://checkmyip.com/&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
That's it.Now you visit that link with no-ip subdomain from your mobile phone to shut down the computer.&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-8917446427460824256?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vjFHYRsn49Js-k1tYKiDevDEQyo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vjFHYRsn49Js-k1tYKiDevDEQyo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vjFHYRsn49Js-k1tYKiDevDEQyo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vjFHYRsn49Js-k1tYKiDevDEQyo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=dPFp2jdm9oI:YOqLiBHLoHs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=dPFp2jdm9oI:YOqLiBHLoHs:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=dPFp2jdm9oI:YOqLiBHLoHs:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/dPFp2jdm9oI" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-18T16:25:06.914+05:30</app:edited><media:thumbnail url="http://2.bp.blogspot.com/_spP79nBeiMk/StryhuC7LdI/AAAAAAAAAjw/iiEK9wSelvo/s72-c/shutdown+php.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/10/shutdown-computer-from-mobile-using-php.html</feedburner:origLink></item><item><title>Google Chrome OS Available for Beta Download</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/beQ9wnxzhQc/google-chrome-os-available-for-beta.html</link><category>latest buzz</category><category>google</category><category>downloads</category><author>technoplex1@gmail.com</author><pubDate>Tue, 13 Oct 2009 18:42:09 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-116064607231246525</guid><description>&lt;a href="http://1.bp.blogspot.com/_spP79nBeiMk/StUrl00iriI/AAAAAAAAAjo/1VQY3uIL3G4/s1600-h/chrome+OS.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_spP79nBeiMk/StUrl00iriI/AAAAAAAAAjo/1VQY3uIL3G4/s320/chrome+OS.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I had posted about &lt;a href="http://www.techfuzon.com/2009/07/google-chrome-os-aka-microsoft-windows.html" target="_blank"&gt;Google Chrome OS&lt;/a&gt;.It is expected to be available for users in the second half of 2010.If it is too irrestible for you to wait for Google Chrome OS, check out the beta version of the OS.Seems as if as always Google is bang on the target.This version is based on Open SUSE.You can download the ISO image to install it on your hard disk or use virtualisation software like VMware or VirtiualBox.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Featured software in &lt;b&gt;Chrome OS&lt;/b&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;GNOME 2.24 desktop environment&lt;/li&gt;
&lt;li&gt;Google Chrome 4.0.220 web browser&lt;/li&gt;
&lt;li&gt;OpenOffice.org 3.0 office suite&lt;/li&gt;
&lt;li&gt;GIMP 2.6 image editor&lt;/li&gt;
&lt;li&gt;Flash Player 10.0 plugin&lt;/li&gt;
&lt;li&gt;and much more!&lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_spP79nBeiMk/StUrDljcW1I/AAAAAAAAAjg/orHbPte9P0Y/s1600-h/googlechromeos.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_spP79nBeiMk/StUrDljcW1I/AAAAAAAAAjg/orHbPte9P0Y/s320/googlechromeos.png" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;System requirements of &lt;b&gt;Chrome OS&lt;/b&gt;:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Processor: Intel Pentium, Xeon or newer; AMD Duron, Athlon, Sempron, Opteron or newer&lt;/li&gt;
&lt;li&gt;RAM: min. 256 MB&lt;/li&gt;
&lt;li&gt;Hard disk: min. 1 GB&lt;/li&gt;
&lt;li&gt;Graphics card: supports most modern graphics cards&lt;/li&gt;
&lt;/ul&gt;&lt;span style="font-size: large;"&gt;&lt;a href="https://sites.google.com/site/chromeoslinux/download" target="new"&gt;&lt;b&gt;&lt;center&gt;Click Here to Download Google Chrome OS&lt;/center&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-116064607231246525?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/s1umhUTYInK5yc7Ii3kxUFcpzCI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/s1umhUTYInK5yc7Ii3kxUFcpzCI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/s1umhUTYInK5yc7Ii3kxUFcpzCI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/s1umhUTYInK5yc7Ii3kxUFcpzCI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=beQ9wnxzhQc:leiM5AGOeZA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=beQ9wnxzhQc:leiM5AGOeZA:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=beQ9wnxzhQc:leiM5AGOeZA:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/beQ9wnxzhQc" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-14T07:12:09.401+05:30</app:edited><media:thumbnail url="http://1.bp.blogspot.com/_spP79nBeiMk/StUrl00iriI/AAAAAAAAAjo/1VQY3uIL3G4/s72-c/chrome+OS.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/10/google-chrome-os-available-for-beta.html</feedburner:origLink></item><item><title>JustHost Coupon : Free Hosting &amp; Free Domain for 1 Year !!</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/6yj4qB49uXE/justhost-coupon-free-hosting-free.html</link><category>latest buzz</category><category>web hosting</category><category>coupon codes</category><author>technoplex1@gmail.com</author><pubDate>Fri, 09 Oct 2009 03:29:17 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-7078954980442224764</guid><description>&lt;a href="http://4.bp.blogspot.com/_spP79nBeiMk/Ss8OyQV5gtI/AAAAAAAAAjQ/AQeOlrIe6JY/s1600-h/justhost+coupon+code.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_spP79nBeiMk/Ss8OyQV5gtI/AAAAAAAAAjQ/AQeOlrIe6JY/s320/justhost+coupon+code.jpg" alt="justhost coupon code"/&gt;&lt;/a&gt;
You can get one year free hosting and domain for 0$.Does is it too good to be true ?
Well all you need is a credit card and the free hosting will on your door step.Along with free hosting and domain you will have You Will Receive 25$ Google Adwords and 25$ yahoo publisher as as free !!One more thing Paypal won't work with this.Grab this offer befor its too late. 
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
1.Go to www.justhost.com
&lt;br /&gt;
2. Click the Big Red "Sign Up Now!" button in the middle of the site on the home page.
&lt;br /&gt;
3. Now put your desired domain name .
&lt;br /&gt;
4. Now we have to tweak a little.In the coupon code field, you'll see &lt;b&gt;DOMAIN4LIFE&lt;/b&gt;
&lt;br /&gt;
. Change that to :&lt;b&gt;TEMPLATEMONSTER&lt;/b&gt; and then hit continue
&lt;br /&gt;
5. Now all you need to do now is enter in CC info and your "$0.00/12Months" subscription package is good to go! 
&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-7078954980442224764?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VoGkdD7WVl4lpzd2sy7Mprpyo38/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VoGkdD7WVl4lpzd2sy7Mprpyo38/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VoGkdD7WVl4lpzd2sy7Mprpyo38/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VoGkdD7WVl4lpzd2sy7Mprpyo38/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=6yj4qB49uXE:9i9z-msu6cw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=6yj4qB49uXE:9i9z-msu6cw:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=6yj4qB49uXE:9i9z-msu6cw:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/6yj4qB49uXE" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-09T15:59:17.347+05:30</app:edited><media:thumbnail url="http://4.bp.blogspot.com/_spP79nBeiMk/Ss8OyQV5gtI/AAAAAAAAAjQ/AQeOlrIe6JY/s72-c/justhost+coupon+code.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/10/justhost-coupon-free-hosting-free.html</feedburner:origLink></item><item><title>THE LUXURY OF A TAG REPLICA WATCH</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/cj1gC5to3TU/luxury-of-tag-replica-watch.html</link><category>technology</category><author>technoplex1@gmail.com</author><pubDate>Fri, 09 Oct 2009 02:40:07 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-8538663141114418046</guid><description>A &lt;a href="http://www.watch-replica.net/replica_watches_tag_heuer.html"&gt;&lt;i&gt;
Tag Heuer replica&lt;/i&gt;&lt;/a&gt; watch is a unique timepiece created in the likeness 
of the original Tag brand which is one of the best leading brands in the 
&lt;a href="http://blog.watch-replica.net/"&gt;Swiss watch world&lt;/a&gt;. 
The principal inventor of the Tag brand is the famous watch dealer 
namely Eduoard Heuer who also established the popular Tag Heuer company 
in Switzerland. The company till date produces diverse models of the brand 
which have been re-duplicated in replica models. One of the best Tag 
&lt;a href="http://www.watch-replica.net/"&gt;&lt;b&gt;replica watches&lt;/b&gt;&lt;/a&gt; 
is the one known as "Aquaracer Automatic". &lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
The Basic Features&lt;br /&gt;
&lt;br /&gt;
The Tag Replica watch namely the Aquaracer Automatic has wonderful and unique 
features seen in the original version. It is indeed a carbon copy of the original 
itself. If not for the low price, you may find it very difficult to differentiate 
the &lt;b&gt;replica brand&lt;/b&gt; from the original version.
 The Tag Replica watch, the Aquaracer Automatic comes with the model number 
"TH - 38". This is usually engraved at its back cover in a well coordinated style 
that resembles the method used for the original version.
The wonderful official logo of the Tag company is also seen in the facial region
 of the Tag Replica watch; the Aquaracer Automatic. This also puts the watch in
 the class of the original brand.
Quality transparent mineral crystal element is used in the manufacturing of the 
facial glass of the Tag Replica watch, the Aquaracer Automatic. The glass is also 
very glossy and &lt;u&gt;scratch-free&lt;/u&gt;.
In the area of functionality, the Tag Replica watch, the Aquaracer Automatic is 
built with the precise quartz movement and wonderful dials that propel the watch
 to proper actions.
 Finally, the Tag Replica, the Aquaracer watch has a &lt;b&gt;stylish&lt;/b&gt; black rubber 
band with solid black case that has the define model number well engraved.

 

&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-8538663141114418046?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EzMgmIljhV-nwZd_ukvmib51XrM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EzMgmIljhV-nwZd_ukvmib51XrM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EzMgmIljhV-nwZd_ukvmib51XrM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EzMgmIljhV-nwZd_ukvmib51XrM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=cj1gC5to3TU:Fs2_tNNSAxo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=cj1gC5to3TU:Fs2_tNNSAxo:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=cj1gC5to3TU:Fs2_tNNSAxo:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/cj1gC5to3TU" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-09T15:10:07.089+05:30</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/10/luxury-of-tag-replica-watch.html</feedburner:origLink></item><item><title>Top 5 wackiest websites</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/8CCH10gm2nQ/top-5-wackiest-websites.html</link><category>internet</category><category>links</category><author>technoplex1@gmail.com</author><pubDate>Fri, 09 Oct 2009 02:44:43 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-2608504828872577639</guid><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_spP79nBeiMk/SsyKMmGLCRI/AAAAAAAAAjI/WEEgrszJSGw/s1600-h/top+five+wackiest+sites.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 110px; height: 110px;" src="http://4.bp.blogspot.com/_spP79nBeiMk/SsyKMmGLCRI/AAAAAAAAAjI/WEEgrszJSGw/s200/top+five+wackiest+sites.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5389834803045140754" /&gt;&lt;/a&gt;&lt;br /&gt;In this post we will check out top five most interesting websites on the Internet.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;a href="http://angryalien.com"&gt;30-SECOND BUNNY THEATRE&lt;/a&gt; :&lt;br /&gt;&lt;br /&gt;Cartoon series in which films are re-enacted by rabbits.Covers everything from Titanic to The Exorcist.&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ICANHASCHEEZBURGER.COM"&gt;ICANHASCHEEZBURGER.COM&lt;/a&gt; :&lt;br /&gt;&lt;br /&gt;Pictures of Cats and other cudly animals in funny poses are a web standard.But,this iste adds the satisfying uncloying twist of inviting visitors to submit captions indicating the creatures feelings,writen in "kitty Pidgin" English.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://break.com"&gt;MUSIC BY REMOTE-CONTROLLED CAR&lt;/a&gt; :&lt;br /&gt;&lt;br /&gt;A heady mix of brilliant inventiveness and utter time-wasting Japanese youngsters (students, almost certainly) play the music from the Nintendo game super Mario by lining up dozens of bottles,then driving by a car along them with a piece of wire attached to sound the notes.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://CHUCKNORRISFACTS.com"&gt;CHUCK NORRIS FACTS&lt;/a&gt; :&lt;br /&gt;&lt;br /&gt;A homage to the martial arts expert and star of action films such as The Delta Force.Visitors contribute outrageous claims for Chuck's toughness:&lt;br /&gt; &lt;span style="font-style: italic;"&gt;"If you can see Chuck Norri, Chuck can see you.If you can't see Chuck Norris, you may have only seconds to live".&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  "Chuck Norris doesn't read books.He stares them down until he gets the information he wants."&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://framleyexaminer.com"&gt;THE FRAMLEY EXAMINER&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Absurdist parody of banal small-town newspaper.Headlines include &lt;span style="font-style:italic;"&gt;"local Man Neither Local Nor Man" and "At Last Missing Boy Is Found Again At Last"&lt;/span&gt;.The highlights are classifieds offering such items as a child's Paul simon costume and a set of nested beds that sleep 18 progressively smaller people and the estate agent ads.Two books of the website are published by Penguin/Michael Joseph.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-2608504828872577639?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vKKf8YiGt_OFRVM91EPylMCyZPQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vKKf8YiGt_OFRVM91EPylMCyZPQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vKKf8YiGt_OFRVM91EPylMCyZPQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vKKf8YiGt_OFRVM91EPylMCyZPQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=8CCH10gm2nQ:dN3RaxWO5Nw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=8CCH10gm2nQ:dN3RaxWO5Nw:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=8CCH10gm2nQ:dN3RaxWO5Nw:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/8CCH10gm2nQ" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-09T15:14:43.820+05:30</app:edited><media:thumbnail url="http://4.bp.blogspot.com/_spP79nBeiMk/SsyKMmGLCRI/AAAAAAAAAjI/WEEgrszJSGw/s72-c/top+five+wackiest+sites.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/10/top-5-wackiest-websites.html</feedburner:origLink></item><item><title>Drop Down Navigation Menu in Blogger Blog</title><link>http://feedproxy.google.com/~r/TechnoPlex/~3/nTZ5nCHyqQc/drop-down-navigation-menu-in-blogger.html</link><category>blogger</category><category>blogger hacks</category><author>technoplex1@gmail.com</author><pubDate>Fri, 09 Oct 2009 03:39:44 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2234392492623779705.post-3681074656257048967</guid><description>&lt;a href="http://3.bp.blogspot.com/_spP79nBeiMk/Ss8R_R_43JI/AAAAAAAAAjY/uvz-RwrEu-M/s1600-h/drop+down+navigation+in+blogger.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/_spP79nBeiMk/Ss8R_R_43JI/AAAAAAAAAjY/uvz-RwrEu-M/s320/drop+down+navigation+in+blogger.jpg" alt="drop down navigation menu in blogger blog" /&gt;&lt;/a&gt;Drop down navigation menu is particularly useful for those who have lots of different tags.Drop down navigation menu will provide a very easy to use and presentable format of displaying the topics.This one very helpful for readers.In this post we will learn about creating a drop down navigation menu in Blogger powered Blogspot blogs.There are two ways of doing this.One is by JavaScript and another one by CSS.We will discard the Javascript method as search engine spiders ignore the links in Javascripts. So Javascript method is not good for SEO.Ok..Here is how to do it in CSS.I've chosen Minima template to display how to do this .&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;
Now log in to you blogger account.Click on layout and go to edit html.
First of all back up your blogger template.&lt;br /&gt;
Now let's proceed further.&lt;br /&gt;
 Put the following CSS just above/before ]]&amp;lt;/b:skin&amp;gt; .&lt;br /&gt;&lt;br /&gt;
&lt;div class="codeview"&gt;
&lt;br /&gt;&lt;br /&gt;
/*******************Navigation Bar*******************/&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#navbartop {&lt;br /&gt;
&lt;span style="color: #006600; font-weight: bold;"&gt;background: #E1DCCA url( );&lt;br /&gt;width: 660px;&lt;br /&gt;height: 35px;&lt;/span&gt;&lt;br /&gt;
font-size: 12px;&lt;br /&gt;
font-family: Arial, Tahoma, Verdana;&lt;br /&gt;
color: #FFFFFF;&lt;br /&gt;
font-weight: bold;&lt;br /&gt;
margin: 0px;&lt;br /&gt;
padding: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav {&lt;br /&gt;
margin: 0px;&lt;br /&gt;
padding: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav ul {&lt;br /&gt;
float: left;&lt;br /&gt;
list-style: none;&lt;br /&gt;
margin: 0px;&lt;br /&gt;
padding: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li {&lt;br /&gt;
list-style: none;&lt;br /&gt;
margin: 0px;&lt;br /&gt;
padding: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li a, #nav li a:link, #nav li a:visited {&lt;br /&gt;
color: #495D5C;&lt;br /&gt;
display: block;&lt;br /&gt;
font-size: 14px;&lt;br /&gt;
font-family: Georgia, Times New Roman;&lt;br /&gt;
font-weight: normal;&lt;br /&gt;
text-transform: uppercase;&lt;br /&gt;
margin: 0px;&lt;br /&gt;
padding: 9px 15px 8px 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li a:hover, #nav li a:active {&lt;br /&gt;
&lt;span style="color: #993300; font-weight: bold;"&gt;background: #EBE6D4 url();&lt;br /&gt;color: #495D5C;&lt;/span&gt;&lt;br /&gt;
margin: 0px;&lt;br /&gt;
padding: 9px 15px 8px 15px;&lt;br /&gt;
text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li li a, #nav li li a:link, #nav li li a:visited {&lt;br /&gt;
background: #E1DCCA;&lt;br /&gt;
width: 150px;&lt;br /&gt;
color: #495D5C;&lt;br /&gt;
font-size: 12px;&lt;br /&gt;
font-family: Georgia, Times New Roman;&lt;br /&gt;
font-weight: normal;&lt;br /&gt;
text-transform: uppercase;&lt;br /&gt;
float: none;&lt;br /&gt;
margin: 0px;&lt;br /&gt;
padding: 7px 10px 7px 10px;&lt;br /&gt;
border-bottom: 1px solid #FFFFFF;&lt;br /&gt;
border-left: 1px solid #FFFFFF;&lt;br /&gt;
border-right: 1px solid #FFFFFF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li li a:hover, #nav li li a:active {&lt;br /&gt;
background: #85ACAC;&lt;br /&gt;
color: #FFFFFF;&lt;br /&gt;
padding: 7px 10px 7px 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li {&lt;br /&gt;
float: left;&lt;br /&gt;
padding: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li ul {&lt;br /&gt;
z-index: 9999;&lt;br /&gt;
position: absolute;&lt;br /&gt;
left: -999em;&lt;br /&gt;
height: auto;&lt;br /&gt;
width: 170px;&lt;br /&gt;
margin: 0px;&lt;br /&gt;
padding: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li li {&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li ul a {&lt;br /&gt;
width: 140px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li ul a:hover, #nav li ul a:active {&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li ul ul {&lt;br /&gt;
margin: -32px 0 0 171px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {&lt;br /&gt;
left: -999em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {&lt;br /&gt;
left: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
#nav li:hover, #nav li.sfhover {&lt;br /&gt;
position: static;&lt;br /&gt;
}&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;Now, search for &amp;lt;body&amp;gt;.Scroll down untill you find &amp;lt;div id='header-wrapper'&amp;gt;.&lt;br /&gt;All we have to do is to put the code given below after header and before content.&lt;br /&gt;Check out the screen-shot given.&lt;br /&gt;&lt;a href="http://1.bp.blogspot.com/_spP79nBeiMk/Ssipm-NDeDI/AAAAAAAAAjA/8S8DszOPtHo/s1600-h/drop+down+navigation+blogger+blog.JPG" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="drop down navigation blogger blog" border="0" id="BLOGGER_PHOTO_ID_5388743441146673202" src="http://1.bp.blogspot.com/_spP79nBeiMk/Ssipm-NDeDI/AAAAAAAAAjA/8S8DszOPtHo/s320/drop+down+navigation+blogger+blog.JPG" style="cursor: pointer; float: left; height: 300px; margin: 0pt 10px 10px 0pt; width: 500px;" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div class="codeview"&gt;
&amp;lt;div id='navbartop'&amp;gt;&lt;br /&gt;
&amp;lt;ul id='nav'&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a expr:href='data:blog.homepageUrl'&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;a href='#'&amp;gt;grand father&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
&amp;lt;a href='#'&amp;gt;father&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='#'&amp;gt;son&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='#'&amp;gt;daughter&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href='#'&amp;gt;mother&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&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 style='clear:both;'/&amp;gt;&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;Preview your template and save.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #009900; font-weight: bold;"&gt;How to customize the look ??&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In the CSS check out the the code in green.&lt;br /&gt;You can change the background color using hex color code.Just Google hex color code and get online application to find your preferred color.&lt;br /&gt;&lt;br /&gt;Otherwise you can put hot-link to image file in the &lt;span style="font-style: italic;"&gt;url()&lt;/span&gt; to set it as background.&lt;br /&gt;&lt;br /&gt;You can also change the length and width of the navigation bar.&lt;br /&gt;&lt;br /&gt;The child links can be customized by changing color code of CSS in red.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;script type="text/javascript"&gt;&lt;!--
google_ad_client = "pub-4123344374451994";
/* after read more 468x60, created 7/16/08 */
google_ad_slot = "6051404099";
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;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2234392492623779705-3681074656257048967?l=www.techfuzon.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hFC7cxhsLpLzRMbuw-xSMoO8cKY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hFC7cxhsLpLzRMbuw-xSMoO8cKY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hFC7cxhsLpLzRMbuw-xSMoO8cKY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hFC7cxhsLpLzRMbuw-xSMoO8cKY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=nTZ5nCHyqQc:NfFnfnKXNT4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TechnoPlex?a=nTZ5nCHyqQc:NfFnfnKXNT4:X6BM0_qakfw"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TechnoPlex?i=nTZ5nCHyqQc:NfFnfnKXNT4:X6BM0_qakfw" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TechnoPlex/~4/nTZ5nCHyqQc" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-09T16:09:44.389+05:30</app:edited><media:thumbnail url="http://3.bp.blogspot.com/_spP79nBeiMk/Ss8R_R_43JI/AAAAAAAAAjY/uvz-RwrEu-M/s72-c/drop+down+navigation+in+blogger.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.techfuzon.com/2009/10/drop-down-navigation-menu-in-blogger.html</feedburner:origLink></item><media:rating>nonadult</media:rating><media:description type="plain">Techno Plex</media:description></channel></rss>
