<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Technotip.org</title>
	
	<link>http://technotip.org</link>
	<description>Analyzing every aspects of life in a technical way.</description>
	<lastBuildDate>Mon, 15 Mar 2010 13:17:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/technotip" /><feedburner:info uri="technotip" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><thespringbox:skin xmlns:thespringbox="http://www.thespringbox.com/dtds/thespringbox-1.0.dtd">http://feeds.feedburner.com/technotip?format=skin</thespringbox:skin><image><link>http://technotip.org</link><url>http://technotip.org/wp-content/themes/NewsDen/images/logo.gif</url><title>Technotip.org</title></image><feedburner:emailServiceId>technotip</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>BuySellAds: Faster and Better(Show ads vertically with a click)</title>
		<link>http://feedproxy.google.com/~r/technotip/~3/hrTWh5mXJW0/</link>
		<comments>http://technotip.org/buysellads-faster-and-bettershow-ads-vertically-with-a-click/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 18:39:24 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Monetize]]></category>
		<category><![CDATA[Ads]]></category>
		<category><![CDATA[align]]></category>
		<category><![CDATA[BSA]]></category>
		<category><![CDATA[Faster]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[loading]]></category>

		<guid isPermaLink="false">http://technotip.org/?p=3898</guid>
		<description><![CDATA[We all know that internally Google is thinking of considering site loading speed as one of the criteria for ranking the website. Apart form that, faster loading sites are key for grabbing user attention.
BuySellAds has come up with an innovative idea of making the javascript ad codes asynchronous(as they call it).


When any browser downloads the [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/12Etuip40eUhnmdqMhxs9fW9iLw/0/da"><img src="http://feedads.g.doubleclick.net/~a/12Etuip40eUhnmdqMhxs9fW9iLw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/12Etuip40eUhnmdqMhxs9fW9iLw/1/da"><img src="http://feedads.g.doubleclick.net/~a/12Etuip40eUhnmdqMhxs9fW9iLw/1/di" border="0" ismap="true"></img></a></p><p>We all know that internally Google is thinking of considering site loading speed as one of the criteria for ranking the website. Apart form that, faster loading sites are key for grabbing user attention.</p>
<p><a href="http://technotip.org/interview-with-buysellads/">BuySellAds</a> has come up with an innovative idea of making the javascript ad codes asynchronous(as they call it).<br />
</p>
<blockquote><p>
When any browser downloads the ad code that displays the ads, it blocks everything else on the page from rendering. And, while this process may take less than a second of the user’s time, it is noticeable and it is a big problem.
</p></blockquote>
<p><i>You can read more at <a href="http://blog.buysellads.com/2010/02/new-feature-non-blocking-asynchronous-ad-code/">BSA blog</a>.</i></p>
<p>It is frustrating some times, when my visitors have to wait for the ads to load before they could see the entire page. Now I am happy as BSA is taking every effort to minimize that wait time. Infact, what I understand by reading their blog post, is that, with the new ad codes implemented visitors need not wait. i.e., the javascript codes as well as the other elements of the page load simultaneously. Thats great. So from now, we need not compromise user experience for making some pocket money(of course which is used for paying hosting and other expenses &#8211; coffee included!)</p>
<p>Faster is Ok, but I said &#8220;Better&#8221; in the title? It is because, a known issue for BSA publishers is alignment of the ads(<a href="http://technotip.org/alignment-of-ads-two-horizontal-and-rest-vertical-buysellads/">problem with vertical alignment of ads</a>). Now BSA has made it simpler. i.e., if we have implemented the new ad codes, now we can log into our BSA a/c, click on <strong>get code</strong> and make changes(make ads align vertical) and hit <strong>SAVE</strong> and the settings will be applied to the ad boxes on our site&#8230;..isn&#8217;t it better?</p>
<p>Additionally, you can even style your ads from within the BSA a/c &#8211; see below screen shot.</p>
<p><img src="http://technotip.org/wp-content/uploads/monetize/buysellads-new-settings.png" alt="buysellads new settings BuySellAds: Faster and Better(Show ads vertically with a click)" width="598" height="550" align="center" title="BuySellAds: Faster and Better(Show ads vertically with a click)" /></p>
<p>Previously we had to add <strong>float: left;</strong> to the <strong>a</strong> tag of the code. But people with no css knowledge what so ever, found it very geeky/confusing. So now, alignment of ads isn&#8217;t a problem with BSA ads.</p>
<p>If you had made any custom changes to the styling of your old code, then you need to add those changes to the new codes by applying them in the advance settings area in your BSA a/c.</p>
<p class="highlight"><strong>Update:</strong></p>
<p><img src="http://technotip.org/wp-content/uploads/design/AdvertiseHere.jpg" alt="Advertise Here" width="528" height="537" title="BuySellAds: Faster and Better(Show ads vertically with a click)" /><br />
 To Show ads: 2 horizontal and the rest aligned vertically, you need to uncheck the <strong>vertical</strong> checkbox, and add <strong>float: left;</strong> to <strong>Anchor Style</strong> in the <strong>Advanced Settings</strong> of your BSA a/c. And don&#8217;t forget to <strong>SAVE</strong> the settings!</p>
<p>I highly recommend you to grab the new ad codes and <a href="http://technotip.org/10-ways-to-make-your-blog-load-faster-and-save-bandwidth/">make your site load faster</a>. </p>
<div class="tweetmeme_button" style="float: right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnotip.org%2Fbuysellads-faster-and-bettershow-ads-vertically-with-a-click%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnotip.org%2Fbuysellads-faster-and-bettershow-ads-vertically-with-a-click%2F&amp;source=technotip&amp;style=normal&amp;service=bit.ly" height="61" width="50" title="BuySellAds: Faster and Better(Show ads vertically with a click)" alt=" BuySellAds: Faster and Better(Show ads vertically with a click)" /><br />
			</a>
		</div>
                                                                <ul><br />
<li><b>Personal Note: My PC in trouble. Will start blogging regularly again(soon), with a brand new Computer</b> <i> - Thanks for Patience!</i></li><br />
<li>"60+ Ways To Increase Your Twitter Followers" -- Please (review)<a href="http://www.stumbleupon.com/url/technotip.org/60-ways-to-increase-your-twitter-followers/" >Stumble</a> and <a href="http://twitter.com/home/?status=RT+%40tweetmeme+60%2B+Ways+To+Increase+Your+Twitter+Followers+http%3A%2F%2Fbit.ly%2FmOtWR" >Tweet</a></li><br />
<li>”Tips, Tricks and Strategies to Make Money Online”</b> <a href="http://technotip.org/wp-content/uploads/Giveaway/TipsTricksToMakeMoneyOnline.pdf">Free ebook</a></li><br />
<li><a href="http://technotip.org/Validate-offer/blogging-for-beginners-videos-download-links.html">Click here</a> to download Yaro Starak's FREE video tutorial.    </li><br />
</ul><br />
<center>&copy;Technotip.org, - visit the <a href="http://technotip.org">blog</a> for more great content.</center><br />
<p><center>Support us by visiting the blog and leaving your valuable comment.</center></p>                                                                                                                                                                                    <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technotip?a=hrTWh5mXJW0:besF4D0iuOY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technotip?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=hrTWh5mXJW0:besF4D0iuOY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technotip?i=hrTWh5mXJW0:besF4D0iuOY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=hrTWh5mXJW0:besF4D0iuOY:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/technotip?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=hrTWh5mXJW0:besF4D0iuOY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technotip?i=hrTWh5mXJW0:besF4D0iuOY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=hrTWh5mXJW0:besF4D0iuOY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technotip?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=hrTWh5mXJW0:besF4D0iuOY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technotip?i=hrTWh5mXJW0:besF4D0iuOY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=hrTWh5mXJW0:besF4D0iuOY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technotip?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=hrTWh5mXJW0:besF4D0iuOY:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technotip?i=hrTWh5mXJW0:besF4D0iuOY:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=hrTWh5mXJW0:besF4D0iuOY:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technotip?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=hrTWh5mXJW0:besF4D0iuOY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technotip?i=hrTWh5mXJW0:besF4D0iuOY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=hrTWh5mXJW0:besF4D0iuOY:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technotip?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technotip/~4/hrTWh5mXJW0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://technotip.org/buysellads-faster-and-bettershow-ads-vertically-with-a-click/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://technotip.org/buysellads-faster-and-bettershow-ads-vertically-with-a-click/</feedburner:origLink></item>
		<item>
		<title>My Experience: Purchasing a Dell Desktop Online</title>
		<link>http://feedproxy.google.com/~r/technotip/~3/KaB7PkyTf-c/</link>
		<comments>http://technotip.org/my-experience-purchasing-a-dell-desktop-online/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 12:51:17 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[HD Monitor]]></category>
		<category><![CDATA[i7 processor]]></category>
		<category><![CDATA[nVidia]]></category>
		<category><![CDATA[Studio XPS]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://technotip.org/?p=3886</guid>
		<description><![CDATA[It was December 2009, my exams were still going on and I was restless in finding a good configuration for my next best PC!
My plan was: If I order the Computer now, it will be processed, built and sent to me by the time my vacations start. Nice plan. But nothing happened as I expected.
It [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/BMPSGDQe_dCJJid-ST3-j1qtK6o/0/da"><img src="http://feedads.g.doubleclick.net/~a/BMPSGDQe_dCJJid-ST3-j1qtK6o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/BMPSGDQe_dCJJid-ST3-j1qtK6o/1/da"><img src="http://feedads.g.doubleclick.net/~a/BMPSGDQe_dCJJid-ST3-j1qtK6o/1/di" border="0" ismap="true"></img></a></p><p>It was December 2009, my exams were still going on and I was restless in finding a good configuration for my next best PC!</p>
<p><strong>My plan was:</strong> If I order the Computer now, it will be processed, built and sent to me by the time my vacations start. Nice plan. But nothing happened as I expected.</p>
<p>It was December 26th 2009, and I called up Dell Customer care to place my order. Someone luckily picked up the call(after trying 3 times) and talked to me. I was  very happy, but they told me to hold the phone until they transfer my call to Dell Sales person. I was hearing some instructions, recorded sales pitch and the call got disconnected.</p>
<p>Same thing went on for the next 3 days. Finally I was connected to a Dell Sales Manager in Delhi &#8211; and he answered my call quite satisfactorily. He called me the next day, but I was writing my exams and couldn&#8217;t respond the call.</p>
<p>After my exams finished(02/01/2010) I took some more time to review the configuration and decided to purchase a high configure, costly computer. So I went on to mail some of my friends for help and finally settled with this configuration:</p>
<p>Dell Studio XPS 8000<br />
8GB RAM<br />
i7 process 2.8GHz<br />
1GB nVidia GTS 240<br />
24&#8243; monitor<br />
Win 7 etc(which comes with the XPS 8000 package).</p>
<p>Finally I called up Dell on 08/01/2010 and placed my final order. And on 09/01/2010 I sent them the DD[Demand Draft].<br />
It wasn&#8217;t a surprise that the delivery will be slightly delayed, so I was mentally prepared. On 19/01/2010 I got an email confirming the payment, and I got my Order Number and Customer Code to track my product status.</p>
<p>I was checking the status daily and one fine day(after a week of waiting) I got a call from the same sales manager and he told me that Studio XPS 8000 is out of stock and I need to wait until Studio XPS 8100 comes to India(within 4 days), orelse I can get my money back. But since I had already waited so long, I decided to wait for 4 more days. After waiting for 4 more days, he called me and I sent him my final quotation:<br />
<img align="right" src="http://technotip.org/wp-content/uploads/review/studio-xps-8100-design1.jpg" alt="studio xps 8100 design1 My Experience: Purchasing a Dell Desktop Online" width="598" height="321" title="My Experience: Purchasing a Dell Desktop Online" /><br />
<img align="right"  src="http://technotip.org/wp-content/uploads/review/studio-xps-8100-design3.jpg" alt="studio xps 8100 design3 My Experience: Purchasing a Dell Desktop Online" width="371" height="379" title="My Experience: Purchasing a Dell Desktop Online" /><br />
Dell Studio XPS 8100<br />
Processor i7 860 2.8GHz 8MB Cache<br />
Dell ST2410 24&#8243; Full HD Widescreen Monitor.<br />
8GB(4&#215;2GB) DDR3 SDRAM<br />
500GB SATA 3.0 Gb/s Hard Drive<br />
Wireless mouse and Keyboard<br />
Windows 7 Home Premium<br />
Blu-ray disk drive<br />
nVidia GeForce GTS240 1024MB<br />
Dell 2.1 Multimedia Desktop Speaker System<br />
and a bunch of added legal software packages.</p>
<p>There was a little difference in the amount for XPS 8000 and XPS 8100 and I sent the remaining amount the next day. On 21/01/2010 the new order was placed.<br />
Estimated delivery date was 03/02/2010 and there was further delay due to key board and mouse shortage and then finally on Feb 01 I got a mail and I thought it was another excuse &#8211; but it was not. Dell had already handed over my system to BlueDart. By 04/02/2010 my computer was in my home. But had to wait for 2 more days, as the product needs to be opened and installed by a dell representative only.</p>
<p>Everything went well, except for the multiple delays, which I can forgive and forget, as I am still satisfied with the system performance.</p>
<p><strong>What I want to tell is:</strong> I had read a lot of bad review about Dell, and almost decided not to go with Dell. And started searching other PC vendors, but I found similar reviews about most of the companies, so I decided to give Dell a try and it was all a happy ending.<br />
I am not saying that, there will be no problem if you order Dell computers online, it all depends on the circumstances &#8211; but I appreciate the honest efforts of Dell to serve its customers. In most of the bad reviews I read that, at the end they were able to replace their damaged product.</p>
<p>Have you ever purchased a Branded Computer? Please share your experience with all of us.</p>
<p>I will review Dell Studio XPS 8100 shortly.</p>
<div class="tweetmeme_button" style="float: right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnotip.org%2Fmy-experience-purchasing-a-dell-desktop-online%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnotip.org%2Fmy-experience-purchasing-a-dell-desktop-online%2F&amp;source=technotip&amp;style=normal&amp;service=bit.ly" height="61" width="50" title="My Experience: Purchasing a Dell Desktop Online" alt=" My Experience: Purchasing a Dell Desktop Online" /><br />
			</a>
		</div>
                                                                <ul><br />
<li><b>Personal Note: My PC in trouble. Will start blogging regularly again(soon), with a brand new Computer</b> <i> - Thanks for Patience!</i></li><br />
<li>"60+ Ways To Increase Your Twitter Followers" -- Please (review)<a href="http://www.stumbleupon.com/url/technotip.org/60-ways-to-increase-your-twitter-followers/" >Stumble</a> and <a href="http://twitter.com/home/?status=RT+%40tweetmeme+60%2B+Ways+To+Increase+Your+Twitter+Followers+http%3A%2F%2Fbit.ly%2FmOtWR" >Tweet</a></li><br />
<li>”Tips, Tricks and Strategies to Make Money Online”</b> <a href="http://technotip.org/wp-content/uploads/Giveaway/TipsTricksToMakeMoneyOnline.pdf">Free ebook</a></li><br />
<li><a href="http://technotip.org/Validate-offer/blogging-for-beginners-videos-download-links.html">Click here</a> to download Yaro Starak's FREE video tutorial.    </li><br />
</ul><br />
<center>&copy;Technotip.org, - visit the <a href="http://technotip.org">blog</a> for more great content.</center><br />
<p><center>Support us by visiting the blog and leaving your valuable comment.</center></p>                                                                                                                                                                                    <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technotip?a=KaB7PkyTf-c:USjcnSak2Jg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technotip?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=KaB7PkyTf-c:USjcnSak2Jg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technotip?i=KaB7PkyTf-c:USjcnSak2Jg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=KaB7PkyTf-c:USjcnSak2Jg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/technotip?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=KaB7PkyTf-c:USjcnSak2Jg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technotip?i=KaB7PkyTf-c:USjcnSak2Jg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=KaB7PkyTf-c:USjcnSak2Jg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technotip?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=KaB7PkyTf-c:USjcnSak2Jg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technotip?i=KaB7PkyTf-c:USjcnSak2Jg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=KaB7PkyTf-c:USjcnSak2Jg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technotip?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=KaB7PkyTf-c:USjcnSak2Jg:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technotip?i=KaB7PkyTf-c:USjcnSak2Jg:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=KaB7PkyTf-c:USjcnSak2Jg:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technotip?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=KaB7PkyTf-c:USjcnSak2Jg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technotip?i=KaB7PkyTf-c:USjcnSak2Jg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=KaB7PkyTf-c:USjcnSak2Jg:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technotip?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technotip/~4/KaB7PkyTf-c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://technotip.org/my-experience-purchasing-a-dell-desktop-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://technotip.org/my-experience-purchasing-a-dell-desktop-online/</feedburner:origLink></item>
		<item>
		<title>Holy IT! – by Scott Wittig</title>
		<link>http://feedproxy.google.com/~r/technotip/~3/iPF4153wsPU/</link>
		<comments>http://technotip.org/holy-it-by-scott-wittig/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 20:35:33 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Holy IT]]></category>
		<category><![CDATA[Scott Wittig]]></category>

		<guid isPermaLink="false">http://technotip.org/?p=3869</guid>
		<description><![CDATA[Holy IT! The Amazing power of ClarITy &#8211; by SCOTT WITTIG.
&#8216;Holy IT!&#8217; &#8211; Is a Guide to Finding and Doing Your Thing &#8211; Your &#8216;IT&#8217;. This book is written to help you identify, and start acting on, that thing that you (and those around you) know that you should be doing, but aren&#8217;t. We all [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/TYC3o5oPufJVgnwauoaMnucrWqA/0/da"><img src="http://feedads.g.doubleclick.net/~a/TYC3o5oPufJVgnwauoaMnucrWqA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/TYC3o5oPufJVgnwauoaMnucrWqA/1/da"><img src="http://feedads.g.doubleclick.net/~a/TYC3o5oPufJVgnwauoaMnucrWqA/1/di" border="0" ismap="true"></img></a></p><p>Holy IT! <em>The Amazing power of ClarITy</em> &#8211; by SCOTT WITTIG.</p>
<p>&#8216;Holy IT!&#8217; &#8211; Is a Guide to Finding and Doing Your Thing &#8211; Your &#8216;IT&#8217;. This book is written to help you identify, and start acting on, that thing that you (and those around you) know that you should be doing, but aren&#8217;t. We all have one. Scott asks &#8220;What&#8217;s yours?&#8221;.</p>
<p>In scott&#8217;s own words &#8211; &#8220;I identified my purpose in life &#8211; to HELP OTHERS ACHIEVE.&#8221;<br />
<img class="bc" src="http://technotip.org/wp-content/uploads/review/books/HolyIT.png" alt="HolyIT-scott-wittig" width="468" height="446" title="Holy IT!   by Scott Wittig" /><br />
<strong>Main Contents of the Book</strong><br />
<strong>IT</strong><br />
<i>Identify</i><br />
They Can&#8217;t Eat You.<br />
Wat If&#8230;You Don&#8217;t Do It?</p>
<p><strong>DO</strong><br />
<i>Determine</i><br />
&#8216;fessing up<br />
Great Expectations<br />
Always Positive</p>
<p><i>Execute.</i><br />
Baby Steps<br />
Change Agents<br />
The Law of the Squirrel<br />
<strong>NOW</strong> Rocks!</p>
<p>It is a very small book, with 84 pages(excluding the Appendix etc) of content. </p>
<p>It talks about finding the passion inside us &#8211; and takes us through some steps to identify our passion. It helps us to examine whether the chosen IT is really our passion or just a short term interest.</p>
<p><strong>What I like about the book</strong><br />
Goes to the point directly &#8211; no added fluff.<br />
Good Writing &#8211; catchy structure of the content.<br />
Use of Inspiring Quotes.</p>
<p>From the very beginning(Introduction) itself Scott starts to say what he actually want to say with this book. </p>
<p>This book will surly help you find your passion(if you have it), and it guides you what to do and what not to, to achieve your IT.</p>
<p>I couldn&#8217;t come up with a single chapter and say it as my favorite &#8211; in fact every chapter is packed with some good stuffs to learn.</p>
<p>I highly recommend this book to everyone. It <a href="http://www.amazon.com/gp/product/1449918360?ie=UTF8&#038;tag=allinone073-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=1449918360" rel="nofollow" >costs $14.99(amazon) </a> and is a best investment to a great source of information.</p>
<p><strong>One of the quotes I read in the book:</strong><br />
&#8220;Death isn&#8217;t the greatest loss in life. The greatest loss is what dies inside of us while we live.&#8221; &#8211; Norman Cousins.</p>
<p>My testimonial:
<p class="highlight">&#8220;I am Having IT, and I am Doing IT. Now you have IT and Do IT.&#8221;</p>
<blockquote><p>&#8220;There&#8217;s no point in Getting Things Done or aspiring to a 4-Hour Workweek until you discover your IT! You need to know what drives you, compels you, fills you with passion. Holy IT! is a must read for anyone struggling to figure out their passion in life!&#8221;<br />
    &#8211; Andy Beal, co-author of Radically Transparent.</p></blockquote>
<div class="tweetmeme_button" style="float: right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnotip.org%2Fholy-it-by-scott-wittig%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnotip.org%2Fholy-it-by-scott-wittig%2F&amp;source=technotip&amp;style=normal&amp;service=bit.ly" height="61" width="50" title="Holy IT!   by Scott Wittig" alt=" Holy IT!   by Scott Wittig" /><br />
			</a>
		</div>
                                                                <ul><br />
<li><b>Personal Note: My PC in trouble. Will start blogging regularly again(soon), with a brand new Computer</b> <i> - Thanks for Patience!</i></li><br />
<li>"60+ Ways To Increase Your Twitter Followers" -- Please (review)<a href="http://www.stumbleupon.com/url/technotip.org/60-ways-to-increase-your-twitter-followers/" >Stumble</a> and <a href="http://twitter.com/home/?status=RT+%40tweetmeme+60%2B+Ways+To+Increase+Your+Twitter+Followers+http%3A%2F%2Fbit.ly%2FmOtWR" >Tweet</a></li><br />
<li>”Tips, Tricks and Strategies to Make Money Online”</b> <a href="http://technotip.org/wp-content/uploads/Giveaway/TipsTricksToMakeMoneyOnline.pdf">Free ebook</a></li><br />
<li><a href="http://technotip.org/Validate-offer/blogging-for-beginners-videos-download-links.html">Click here</a> to download Yaro Starak's FREE video tutorial.    </li><br />
</ul><br />
<center>&copy;Technotip.org, - visit the <a href="http://technotip.org">blog</a> for more great content.</center><br />
<p><center>Support us by visiting the blog and leaving your valuable comment.</center></p>                                                                                                                                                                                    <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technotip?a=iPF4153wsPU:Y1cR86ctQ6I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technotip?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=iPF4153wsPU:Y1cR86ctQ6I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technotip?i=iPF4153wsPU:Y1cR86ctQ6I:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=iPF4153wsPU:Y1cR86ctQ6I:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/technotip?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=iPF4153wsPU:Y1cR86ctQ6I:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technotip?i=iPF4153wsPU:Y1cR86ctQ6I:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=iPF4153wsPU:Y1cR86ctQ6I:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technotip?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=iPF4153wsPU:Y1cR86ctQ6I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technotip?i=iPF4153wsPU:Y1cR86ctQ6I:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=iPF4153wsPU:Y1cR86ctQ6I:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technotip?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=iPF4153wsPU:Y1cR86ctQ6I:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technotip?i=iPF4153wsPU:Y1cR86ctQ6I:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=iPF4153wsPU:Y1cR86ctQ6I:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technotip?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=iPF4153wsPU:Y1cR86ctQ6I:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technotip?i=iPF4153wsPU:Y1cR86ctQ6I:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=iPF4153wsPU:Y1cR86ctQ6I:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technotip?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technotip/~4/iPF4153wsPU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://technotip.org/holy-it-by-scott-wittig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://technotip.org/holy-it-by-scott-wittig/</feedburner:origLink></item>
		<item>
		<title>Twitter Mobile Web Adds Reply, Retweet, Favorite..</title>
		<link>http://feedproxy.google.com/~r/technotip/~3/99GfROFlEuI/</link>
		<comments>http://technotip.org/twitter-mobile-web-adds-reply-retweet-favorite/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 19:15:25 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[favorite]]></category>
		<category><![CDATA[reply]]></category>
		<category><![CDATA[ReTweet]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[Twitter mobile web]]></category>

		<guid isPermaLink="false">http://technotip.org/?p=3853</guid>
		<description><![CDATA[Twitter Mobile Web was friendly only for status update. There was no reply button, no retweet button and no favorite button.
It was kind of frustrating to remember the Twitter ID of the person, and then type it in the update box(without spelling mistakes!) and send the reply.
Recently Twitter has added bunch of new features to [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/Lq5GVqzwOJvOjjf7Y12UKwKj400/0/da"><img src="http://feedads.g.doubleclick.net/~a/Lq5GVqzwOJvOjjf7Y12UKwKj400/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Lq5GVqzwOJvOjjf7Y12UKwKj400/1/da"><img src="http://feedads.g.doubleclick.net/~a/Lq5GVqzwOJvOjjf7Y12UKwKj400/1/di" border="0" ismap="true"></img></a></p><p>Twitter Mobile Web was friendly only for status update. There was no reply button, no retweet button and no favorite button.</p>
<p>It was kind of frustrating to remember the Twitter ID of the person, and then type it in the update box(without spelling mistakes!) and send the reply.</p>
<p>Recently Twitter has added bunch of new features to it, to make it more useful. Now I don&#8217;t use any Apps, I just use the simple mobile web interface.</p>
<p>Some of the things added to Twitter Mobile Web are &#8211; reply, retweet, favorite, turn off the images, Popular topics, popular topics of today week etc, real time search capabilities, hhmm, but the copy rights has not yet been updated, its still showing © 2009. If you find some thing more, please share it with us in the comment section.</p>
<p><strong>Missing..</strong><br />Yes, I still miss the display of updates in AJAX style(That we can see on Standard Twitter Web). We need to refresh each time to see the new updates. And there is a big <strong>Refresh</strong> button provided at the top for this purpose.</p>
<p><strong>Here are some of the screen shots from my Nokia 6630.</strong></p>
<p style="display:block;text-align:center;" ><img src="http://technotip.org/wp-content/uploads/SocialNetworking/twitter/Twitter-mobile-web-login-link.jpg" alt="Twitter mobile web login link Twitter Mobile Web Adds Reply, Retweet, Favorite.." width="176" height="208" title="Twitter Mobile Web Adds Reply, Retweet, Favorite.." /><img src="http://technotip.org/wp-content/uploads/SocialNetworking/twitter/Twitter-mobile-web-popular-topics.jpg" alt="Twitter mobile web popular topics Twitter Mobile Web Adds Reply, Retweet, Favorite.." width="176" height="208" title="Twitter Mobile Web Adds Reply, Retweet, Favorite.." /></p>
<p style="display:block;text-align:center;" ><img src="http://technotip.org/wp-content/uploads/SocialNetworking/twitter/Twitter-mobile-web-popular-topics-weekly.jpg" alt="Twitter mobile web popular topics weekly Twitter Mobile Web Adds Reply, Retweet, Favorite.." width="176" height="208" title="Twitter Mobile Web Adds Reply, Retweet, Favorite.." /><img src="http://technotip.org/wp-content/uploads/SocialNetworking/twitter/Twitter-mobile-web-login-screen.jpg" alt="Twitter mobile web login screen Twitter Mobile Web Adds Reply, Retweet, Favorite.." width="176" height="208" title="Twitter Mobile Web Adds Reply, Retweet, Favorite.." /></p>
<p style="display:block;text-align:center;"><img src="http://technotip.org/wp-content/uploads/SocialNetworking/twitter/Twitter-Mobile-Web-Homepage.jpg" alt="Twitter Mobile Web Homepage Twitter Mobile Web Adds Reply, Retweet, Favorite.." width="176" height="208" title="Twitter Mobile Web Adds Reply, Retweet, Favorite.." /><img src="http://technotip.org/wp-content/uploads/SocialNetworking/twitter/Twitter-mobile-web-tweet-reply-retweet-favorite.jpg" alt="Twitter mobile web tweet reply retweet favorite Twitter Mobile Web Adds Reply, Retweet, Favorite.." width="176" height="208" title="Twitter Mobile Web Adds Reply, Retweet, Favorite.." /></p>
<p style="display:block;text-align:center;"><img src="http://technotip.org/wp-content/uploads/SocialNetworking/twitter/Twitter-mobile-web-billgates-tweet.jpg" alt="Twitter mobile web billgates tweet Twitter Mobile Web Adds Reply, Retweet, Favorite.." width="176" height="208" title="Twitter Mobile Web Adds Reply, Retweet, Favorite.." /><img src="http://technotip.org/wp-content/uploads/SocialNetworking/twitter/Twitter-Mobile-Web-fail-whale.jpg" alt="Twitter Mobile Web fail whale Twitter Mobile Web Adds Reply, Retweet, Favorite.." width="176" height="208" title="Twitter Mobile Web Adds Reply, Retweet, Favorite.." /></p>
<p><strong>Problem!</strong><br />Although there was one issue(at the time of writing this post). Once you goto twitter mobile web and input your user id and password and hit signin, it just refuses to signin and stays on the same page. There is a big Refresh button at the top of the page, which is of no use!</p>
<p>To get into Twitter, all you need is, to switch to Standard Twitter Webpage &#8211; signin and then switch back to Twitter Mobile Web, and it works!
<div class="tweetmeme_button" style="float: right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnotip.org%2Ftwitter-mobile-web-adds-reply-retweet-favorite%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnotip.org%2Ftwitter-mobile-web-adds-reply-retweet-favorite%2F&amp;source=technotip&amp;style=normal&amp;service=bit.ly" height="61" width="50" title="Twitter Mobile Web Adds Reply, Retweet, Favorite.." alt=" Twitter Mobile Web Adds Reply, Retweet, Favorite.." /><br />
			</a>
		</div>
                                                                <ul><br />
<li><b>Personal Note: My PC in trouble. Will start blogging regularly again(soon), with a brand new Computer</b> <i> - Thanks for Patience!</i></li><br />
<li>"60+ Ways To Increase Your Twitter Followers" -- Please (review)<a href="http://www.stumbleupon.com/url/technotip.org/60-ways-to-increase-your-twitter-followers/" >Stumble</a> and <a href="http://twitter.com/home/?status=RT+%40tweetmeme+60%2B+Ways+To+Increase+Your+Twitter+Followers+http%3A%2F%2Fbit.ly%2FmOtWR" >Tweet</a></li><br />
<li>”Tips, Tricks and Strategies to Make Money Online”</b> <a href="http://technotip.org/wp-content/uploads/Giveaway/TipsTricksToMakeMoneyOnline.pdf">Free ebook</a></li><br />
<li><a href="http://technotip.org/Validate-offer/blogging-for-beginners-videos-download-links.html">Click here</a> to download Yaro Starak's FREE video tutorial.    </li><br />
</ul><br />
<center>&copy;Technotip.org, - visit the <a href="http://technotip.org">blog</a> for more great content.</center><br />
<p><center>Support us by visiting the blog and leaving your valuable comment.</center></p>                                                                                                                                                                                    <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technotip?a=99GfROFlEuI:KdkIpl9m254:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technotip?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=99GfROFlEuI:KdkIpl9m254:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technotip?i=99GfROFlEuI:KdkIpl9m254:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=99GfROFlEuI:KdkIpl9m254:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/technotip?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=99GfROFlEuI:KdkIpl9m254:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technotip?i=99GfROFlEuI:KdkIpl9m254:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=99GfROFlEuI:KdkIpl9m254:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technotip?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=99GfROFlEuI:KdkIpl9m254:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technotip?i=99GfROFlEuI:KdkIpl9m254:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=99GfROFlEuI:KdkIpl9m254:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technotip?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=99GfROFlEuI:KdkIpl9m254:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technotip?i=99GfROFlEuI:KdkIpl9m254:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=99GfROFlEuI:KdkIpl9m254:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technotip?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=99GfROFlEuI:KdkIpl9m254:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technotip?i=99GfROFlEuI:KdkIpl9m254:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=99GfROFlEuI:KdkIpl9m254:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technotip?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technotip/~4/99GfROFlEuI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://technotip.org/twitter-mobile-web-adds-reply-retweet-favorite/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://technotip.org/twitter-mobile-web-adds-reply-retweet-favorite/</feedburner:origLink></item>
		<item>
		<title>7 Ways To Get Traffic – Before You Need It!</title>
		<link>http://feedproxy.google.com/~r/technotip/~3/OfVhryLh8j8/</link>
		<comments>http://technotip.org/7-ways-to-get-traffic-before-you-need-it/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 19:44:14 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Traffic]]></category>
		<category><![CDATA[before starting a blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[things to do]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://technotip.org/?p=3546</guid>
		<description><![CDATA[        One common question we all hear, and at some point of time have asked &#8211; How to get traffic to our new blog?
Here are some examples of how I got my first 500 &#8211; 800 visits per day in my initial days of blogging:

I started it before [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/EYEh2tFJ6sgsfz0EFsC0RECoW1Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/EYEh2tFJ6sgsfz0EFsC0RECoW1Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/EYEh2tFJ6sgsfz0EFsC0RECoW1Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/EYEh2tFJ6sgsfz0EFsC0RECoW1Q/1/di" border="0" ismap="true"></img></a></p><p>        One common question we all hear, and at some point of time have asked &#8211; <strong>How to get traffic to our new blog?</strong></p>
<p>Here are some examples of how I got my first 500 &#8211; 800 visits per day in my initial days of blogging:</p>
<p><center><img src="http://technotip.org/wp-content/uploads/blogging/traffic/build-it-before-you-need-it.jpg" alt="build it before you need it 7 Ways To Get Traffic   Before You Need It!" width="285" height="285" title="7 Ways To Get Traffic   Before You Need It!" /></center></p>
<p><strong>I started it before I actually needed it:</strong><br />
<br /><strong>1. Commenting on other blogs:</strong> I had spent some time in selecting a domain name(even though I din&#8217;t have much knowledge about selecting a good domain name at that time). And started participating in comment section of various blogs &#8211; niche which I was interested in. And included the URL of my blog in all the comments(not within the comment section).<br /><strong>Tips:</strong> Do not leave your new website blank. Atleast have a single introduction page, or better if you can have atleast 10 good articles published.</p>
<p><strong>2. SEO benefits:</strong> As I already had the blog up, most search engines had already crawled my blog and was visible in results page for some keywords.<br /><strong>Tips:</strong> If you know your niche, then have atleast 10 good articles published &#8211; which are fully concentrated on your niche. Include keywords related to your niche and take time to carefully optimize those 10 articles, so that you rank high for some keywords.</p>
<p><strong>3. Put up the email/rss subscription options on your blog:</strong> Even though I had a single page on my blog &#8211; where I wrote about myself(profile kind of), many people subscribed to it! I had 30 &#8211; 40 subscribers when I started blogging &#8211; when my first real article was live.<br /><strong>Tips:</strong> Put a big and highly visible(yet not annoying) subscription link on your blog. I guess people who signup for your blog updates in the initial stage are email subscribers, so make sure you put email subscription option and highlight that its a free service.</p>
<p><strong>4.</strong> Include your blog link in any social networking site you use.<br /><strong>Tips:</strong> Have conversation with <i>like minded people</i>, who are interested in the niche your blog falls in. This strategy would help in more conversion rate, and you will enjoy the social networking as you communicate with like minded people.</p>
<p><strong>5. Participate in forums:</strong> Forums are good place to meet like minded people and to share your knowledge and to gain knowledge from other participants. Use your blog link in the signature area of the forum and in your forum profile.<br /><strong>Tips:</strong> Do not try to promote your blog in any ways. Because you don&#8217;t have an active blog yet and that may act against you. So be genuine in helping as many people as you can. This increases your credibility and builds a community around you before you actually need it.</p>
<p><strong>6. Write Testimonials:</strong> As you probably read some books, attended some course, used some online services before you started your blog. Send your testimonial to those people, if you really like them and recommend them to other people. Again be genuine and don&#8217;t do it just to get a link back.<br /><strong>Tips:</strong> See previous testimonials. If the owner of the product is linking to the person who gave the testimonial, then you can expect a link back, if he thinks your testimonial helps his business.<br />
Take time and form a very good, real testimonial. Do not make it <em>over hyped</em> inorder to get through.</p>
<p><strong>7. Public Speaking &#038; Presentation</strong>: If you get a public speaking opportunity and/or you have to give a public presentation for a social cause, then at the end its not a bad idea to show your blog Name and URL along with your Name and designation or whatever. This will give people a way to follow up with you, in case some one is very much impressed with your presentation and want to get more from you.</p>
<p><strong>Caution</strong><br /> At this stage <strong>do not</strong> try to promote your blog in any ways, because it may have an adverse effect. Just enjoy the benefit of having a blog before its actually fully active.</p>
<p>Do not keep postponing the date to start blogging actively. <a href="http://technotip.org/what-is-the-perfect-time-to-start-any-of-your-projects/">no time is perfect time</a>.<br />
Imagine, if you are planning to have a blog and never actually taking your first step to find a good name, register it and write atleast 10 good articles &#8211; you would miss a lot of opportunity. You will have to leave comments on other websites/blogs as an anonymous guy, you will loose the SEO benefit etc to name some. </p>
<p>Do not plaster your blog with ads when you&#8217;re not yet blogging consistently, because this may give people a wrong impression. </p>
<p>I am not saying that &#8211; If you don&#8217;t start your blog/business now, you will loose money. But you will surly loose some benefits of starting it early enough. You will loose all the extra benefits I have talked above.</p>
<p><strong>Finally</strong><br />Its a good idea to take some time out of your busy life and find a good domain name(which is the only thing probably which will take some time), register it, and try to write atleast 10 quality articles concentrating on your niche.</p>
<p> Often times we get a brilliant idea for a blog post, but only to know that &#8211; &#8220;It would have been great, if I had started a blog&#8221;. Let that not happen to you, start a blog early and learn along the way. </p>
<p>Slow and Steady Wins the Race. Stop thinking about all the details, just start a blog/business. You are bound to stumble along the way, but you will figure things out as you move along.</p>
<p>It would be better to make a mistake while blogging than to never start the blog. Learning never ends and if you are thinking of starting a blog or a business after learning everything, then take it from me &#8211; You are not going to start your blog or business. Because learning is a never ending process.
<div class="tweetmeme_button" style="float: right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnotip.org%2F7-ways-to-get-traffic-before-you-need-it%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnotip.org%2F7-ways-to-get-traffic-before-you-need-it%2F&amp;source=technotip&amp;style=normal&amp;service=bit.ly" height="61" width="50" title="7 Ways To Get Traffic   Before You Need It!" alt=" 7 Ways To Get Traffic   Before You Need It!" /><br />
			</a>
		</div>
                                                                <ul><br />
<li><b>Personal Note: My PC in trouble. Will start blogging regularly again(soon), with a brand new Computer</b> <i> - Thanks for Patience!</i></li><br />
<li>"60+ Ways To Increase Your Twitter Followers" -- Please (review)<a href="http://www.stumbleupon.com/url/technotip.org/60-ways-to-increase-your-twitter-followers/" >Stumble</a> and <a href="http://twitter.com/home/?status=RT+%40tweetmeme+60%2B+Ways+To+Increase+Your+Twitter+Followers+http%3A%2F%2Fbit.ly%2FmOtWR" >Tweet</a></li><br />
<li>”Tips, Tricks and Strategies to Make Money Online”</b> <a href="http://technotip.org/wp-content/uploads/Giveaway/TipsTricksToMakeMoneyOnline.pdf">Free ebook</a></li><br />
<li><a href="http://technotip.org/Validate-offer/blogging-for-beginners-videos-download-links.html">Click here</a> to download Yaro Starak's FREE video tutorial.    </li><br />
</ul><br />
<center>&copy;Technotip.org, - visit the <a href="http://technotip.org">blog</a> for more great content.</center><br />
<p><center>Support us by visiting the blog and leaving your valuable comment.</center></p>                                                                                                                                                                                    <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technotip?a=OfVhryLh8j8:BFvN7RPL9qw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technotip?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=OfVhryLh8j8:BFvN7RPL9qw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technotip?i=OfVhryLh8j8:BFvN7RPL9qw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=OfVhryLh8j8:BFvN7RPL9qw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/technotip?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=OfVhryLh8j8:BFvN7RPL9qw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technotip?i=OfVhryLh8j8:BFvN7RPL9qw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=OfVhryLh8j8:BFvN7RPL9qw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technotip?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=OfVhryLh8j8:BFvN7RPL9qw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technotip?i=OfVhryLh8j8:BFvN7RPL9qw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=OfVhryLh8j8:BFvN7RPL9qw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technotip?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=OfVhryLh8j8:BFvN7RPL9qw:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technotip?i=OfVhryLh8j8:BFvN7RPL9qw:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=OfVhryLh8j8:BFvN7RPL9qw:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technotip?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=OfVhryLh8j8:BFvN7RPL9qw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technotip?i=OfVhryLh8j8:BFvN7RPL9qw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=OfVhryLh8j8:BFvN7RPL9qw:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technotip?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technotip/~4/OfVhryLh8j8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://technotip.org/7-ways-to-get-traffic-before-you-need-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://technotip.org/7-ways-to-get-traffic-before-you-need-it/</feedburner:origLink></item>
		<item>
		<title>10 Ways To Make Your Blog Load Faster and Save Bandwidth</title>
		<link>http://feedproxy.google.com/~r/technotip/~3/Wptc4391gGU/</link>
		<comments>http://technotip.org/10-ways-to-make-your-blog-load-faster-and-save-bandwidth/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 22:32:43 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[down-time]]></category>
		<category><![CDATA[Gzip]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://technotip.org/?p=3824</guid>
		<description><![CDATA[This post is part of Saturday, Sunday Series for Newbie Bloggers. You can contact me, if you have any questions.


Sridhar
Q. I have been tweaking my blog to make it load faster, but nothing seems to be helping. And eventhough I don&#8217;t have heavy traffic to my blog, often times it goes down   Can [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/ASb-Eq_h8O5yYI54CUwvrVA2Il0/0/da"><img src="http://feedads.g.doubleclick.net/~a/ASb-Eq_h8O5yYI54CUwvrVA2Il0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ASb-Eq_h8O5yYI54CUwvrVA2Il0/1/da"><img src="http://feedads.g.doubleclick.net/~a/ASb-Eq_h8O5yYI54CUwvrVA2Il0/1/di" border="0" ismap="true"></img></a></p><p>This post is part of <a href="http://technotip.org/sunday-series-for-newbie-bloggers-and-noobs/">Saturday, Sunday Series for Newbie Bloggers</a>. You can <a href="http://technotip.org/contact/">contact me</a>, if you have any questions.</p>
<p></p>
<blockquote><p>
Sridhar<br /><img class="alignright" style="float: right;" src="http://technotip.org/wp-content/uploads/blogging/basics/Question.jpg" alt="basic-blogging-Question" float: right; width="98" height="122" border="0px" title="10 Ways To Make Your Blog Load Faster and Save Bandwidth" /><br />
Q. I have been tweaking my blog to make it load faster, but nothing seems to be helping. And eventhough I don&#8217;t have heavy traffic to my blog, often times it goes down <img src='http://technotip.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' title="10 Ways To Make Your Blog Load Faster and Save Bandwidth" />  Can you please suggest me something to over come my problem? Am I missing something or is it normal with all blogs. And I am hosting my blog with basic hosting package, so is that the problem?</p></blockquote>
<p><strong>To make blog load faster</strong><br /><strong>1.</strong> Remove any extra widgets you are using on your blog.- Twitter updates, Facebook fan widget etc<br /><strong>2.</strong> If you are running banner ads, make sure you host all the images on your domain.<br /><strong>3.</strong> Make less <strong>http</strong> requests from any webpage. <br /><strong>Ex:</strong> Instead of using &#8220;http://yourdomainname.com/images/123.jpg&#8221; you can use &#8220;/images/123.jpg&#8221; in the <strong>img</strong> tag.<br /><strong>4.</strong> Use less images. Having one or two images for a article helps, anything more will really slow down the site. Use multiple images only if highly necessary.<br /><strong>5.</strong> Move all the CSS and JavaScript codes to an external file. And make sure to optimize them &#8211; remove extra spaces, delete the useless codes and make the scripts small and smart(good coding).<br /><strong>6.</strong> If you have any badges and banners which does not provide any value to your visitors, then remove it mercilessly.<br /><strong>7.</strong> Optimize the images that you are using on your blog.<br /><strong>8.</strong> Use Gzip compression. Add the following code to your <i>.htaccess</i> file if your web host have content compression (gzip compression) turned off. You can test it using <a href="http://www.whatsmyip.org/http_compression/">http compression tool</a>.</p>
<p><div class="code">
<pre><code>
# Turn GZip compression on (as per http://tr.im/fnn6)
&lt;Location /&gt;
# Insert filter
SetOutputFilter DEFLATE
# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html
# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip
# MSIE masquerades as Netscape, but it is fine
# BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
# NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
# the above regex won&#039;t work. You can use the following
# workaround to get the desired effect:
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
# Don&#039;t compress images
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png)$ no-gzip dont-vary
# Make sure proxies don&#039;t deliver the wrong content
Header append Vary User-Agent env=!dont-vary
&lt;/Location&gt;
</code></pre>
</div>
</p>
<p><strong>9.</strong> Do not make use of lot of javascript codes to track your visitors. Try to stick only to the necessary things. And do not forget to test your sites performance using Webmasters tool.<br />
Goto Webmasters Tool -> Labs -> Site performance.<br />
<img src="http://technotip.org/wp-content/uploads/blogging/basics/optimization.png" alt="optimization-tips-webmasters-tool" width="600" height="500" title="10 Ways To Make Your Blog Load Faster and Save Bandwidth" /><br />
Here you can see the performance over view graph and lot more information like: Load time of certain pages from your blog, You can install a 1.5MB add-on to evaluate the performance of your pages and get suggestions on how to improve them, it also reports &#8211; what is consuming more time to load and what you can do to improve the performance etc.<br /><strong>10.</strong> Above all the speed of the servers where you are hosting your blog is very important &#8211; without which any tweaking will go in vain. </p>
<p><strong>Bonus tips:</strong><br /><strong>1.</strong> Use only the necessory plugins and remove the rest. <br /><strong>2.</strong> Do not use Widgets. Use handcoding and put the things into the WordPress theme directly &#8211; reducing the number of calls.</p>
<p><strong>Have a backup of your blog, and if you are comfortable:</strong> Use DataBase cleanup plugin, Database optimizer plugin, delete the extra <i>post revisions</i>, use static links &#8211; this helps very little, if you already have Gzip compression enabled or Super cache plugin enabled.</p>
<p><strong>Final Thoughts from Matt Cutts:</strong><br />
<center><br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/_Je85soy_EY&#038;hl=en_US&#038;fs=1&#038;color1=0x2b405b&#038;color2=0x6b8ab6&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_Je85soy_EY&#038;hl=en_US&#038;fs=1&#038;color1=0x2b405b&#038;color2=0x6b8ab6&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><br />
</center></p>
<p><strong>Hosting</strong><br />
Invest in a good hosting company. See to that you are paying atleast 5 to 6 $ per month for your basic hosting package. If you go far a cheaper web hosting, then the problems are mostly obvious. I suggest going with Doreo host, Blue host, Host Gator, MediaTemple etc. And a basic package is all needed in the initial days.</p>
<p>If you are hosting at a decent hosting company, and still facing this problem, then you must consider evaluating your blogs log files. It contains information about what is consuming the bandwidth. You can mail your hosting company support team and can ask them to check it for you and to report the possible problem. In most cases it would be a plugin problem or a faulty code introduced into the CMS. Or sometimes if you are using some automated scripts to handle some tasks, all these could create some problem, if there are some bugs.</p>
<p>A good hosting company should be able to help you with this &#8211; if not, you know, its time to move on. And there are plenty of good web hosts to opt.</p>
<p>Happy Blogging!</p>
<p>Related Read: <a href="http://technotip.org/20-tips-to-optimize-your-homepage/">20 Tips To Optimize Your HomePage</a>
<div class="tweetmeme_button" style="float: right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnotip.org%2F10-ways-to-make-your-blog-load-faster-and-save-bandwidth%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnotip.org%2F10-ways-to-make-your-blog-load-faster-and-save-bandwidth%2F&amp;source=technotip&amp;style=normal&amp;service=bit.ly" height="61" width="50" title="10 Ways To Make Your Blog Load Faster and Save Bandwidth" alt=" 10 Ways To Make Your Blog Load Faster and Save Bandwidth" /><br />
			</a>
		</div>
                                                                <ul><br />
<li><b>Personal Note: My PC in trouble. Will start blogging regularly again(soon), with a brand new Computer</b> <i> - Thanks for Patience!</i></li><br />
<li>"60+ Ways To Increase Your Twitter Followers" -- Please (review)<a href="http://www.stumbleupon.com/url/technotip.org/60-ways-to-increase-your-twitter-followers/" >Stumble</a> and <a href="http://twitter.com/home/?status=RT+%40tweetmeme+60%2B+Ways+To+Increase+Your+Twitter+Followers+http%3A%2F%2Fbit.ly%2FmOtWR" >Tweet</a></li><br />
<li>”Tips, Tricks and Strategies to Make Money Online”</b> <a href="http://technotip.org/wp-content/uploads/Giveaway/TipsTricksToMakeMoneyOnline.pdf">Free ebook</a></li><br />
<li><a href="http://technotip.org/Validate-offer/blogging-for-beginners-videos-download-links.html">Click here</a> to download Yaro Starak's FREE video tutorial.    </li><br />
</ul><br />
<center>&copy;Technotip.org, - visit the <a href="http://technotip.org">blog</a> for more great content.</center><br />
<p><center>Support us by visiting the blog and leaving your valuable comment.</center></p>                                                                                                                                                                                    <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technotip?a=Wptc4391gGU:pi38EZnXgIs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technotip?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=Wptc4391gGU:pi38EZnXgIs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technotip?i=Wptc4391gGU:pi38EZnXgIs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=Wptc4391gGU:pi38EZnXgIs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/technotip?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=Wptc4391gGU:pi38EZnXgIs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technotip?i=Wptc4391gGU:pi38EZnXgIs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=Wptc4391gGU:pi38EZnXgIs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technotip?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=Wptc4391gGU:pi38EZnXgIs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technotip?i=Wptc4391gGU:pi38EZnXgIs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=Wptc4391gGU:pi38EZnXgIs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technotip?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=Wptc4391gGU:pi38EZnXgIs:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technotip?i=Wptc4391gGU:pi38EZnXgIs:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=Wptc4391gGU:pi38EZnXgIs:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technotip?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=Wptc4391gGU:pi38EZnXgIs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technotip?i=Wptc4391gGU:pi38EZnXgIs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=Wptc4391gGU:pi38EZnXgIs:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technotip?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technotip/~4/Wptc4391gGU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://technotip.org/10-ways-to-make-your-blog-load-faster-and-save-bandwidth/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		<feedburner:origLink>http://technotip.org/10-ways-to-make-your-blog-load-faster-and-save-bandwidth/</feedburner:origLink></item>
		<item>
		<title>15 Things My Friends Felt When Heard of “iPad” + Photos and Videos</title>
		<link>http://feedproxy.google.com/~r/technotip/~3/qULkuBaBUvM/</link>
		<comments>http://technotip.org/15-things-my-friends-felt-when-heard-of-ipad-photos-and-videos/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 21:00:37 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[System]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[Friends]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[tablet computer]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://technotip.org/?p=3798</guid>
		<description><![CDATA[I am living at a place near Bengaluru(Bangalore), where Apple inc is not yet dominantly popular. 
Not to blame them &#8211; Microsoft is more popular here due to its user friendliness or may be because most government offices in India are using Microsoft Operating System and Office suites.
[ I always feel, how good it would [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/tgwWnsDlzo4MqG_n4iBvCdSXpfM/0/da"><img src="http://feedads.g.doubleclick.net/~a/tgwWnsDlzo4MqG_n4iBvCdSXpfM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/tgwWnsDlzo4MqG_n4iBvCdSXpfM/1/da"><img src="http://feedads.g.doubleclick.net/~a/tgwWnsDlzo4MqG_n4iBvCdSXpfM/1/di" border="0" ismap="true"></img></a></p><p>I am living at a place near Bengaluru(Bangalore), where Apple inc is not yet dominantly popular. </p>
<p>Not to blame them &#8211; Microsoft is more popular here due to its user friendliness or may be because most government offices in India are using Microsoft Operating System and Office suites.</p>
<p>[ I always feel, how good it would be to a developing country like India(economy wise) to switch to open source software like Unix, OpenOffice etc.]</p>
<p><strong>First thing first: So what is iPad ?</strong><br />The iPad is a tablet computer developed by Apple Inc. It features multi-touch interaction with print, video, photo, and audio multimedia, internet browsing, and runs most iPhone OS apps. The device has an LED-backlit 9.7-inch (25 cm) color LCD display and uses a virtual keyboard for text input. Prices for models in the United States range from $499 to $829 depending on the amount of storage and inclusion of 3G access.</p>
<p>So ipad is everything, from iPod, iBook and we can use iTunes and the Apps that we are already using on iPod and iPhones.</p>
<p><strong>Photos:</strong></p>
<p><img src="/wp-content/uploads/tips/system/wireless_20100127.png" alt="wireless-ipad" width="600" height="310" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/safari_hands_20100127.jpg" alt="safari_hands_browser" width="250" height="190" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/safari_20100127.jpg" alt="safari-ipad" width="450" height="495" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/photos_20100127.png" alt="wireless-ipad" width="600" height="488" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/performance_20100127.jpg" alt="performance-ipad"  width="565" height="530" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/notes_20100127.jpg" alt="notes-ipad" width="415" height="410" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/multi_touch_20100127.png" alt="multi_touch-ipad" width="500" height="580" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/maps_20100127.jpg" alt="maps-ipad" width="415" height="410" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/mail_20100127.png" alt="mail-ipad" width="595" height="470" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/led_20100127.jpg" alt="led-ipad" width="515" height="410" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/iwork_20100127.png" alt="iwork-ipad"  width="600" height="424" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/itunes_20100127.jpg" alt="itunes-ipad"  width="415" height="410" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/ipod_20100127.jpg" alt="ipod-ipad"  width="415" height="410" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/ipad-1up-us-20100127_512x512_001.jpg" alt="ipad-1up-us-ipad"  width="512" height="512" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/ibooks_20100127.jpg" alt="ibooks-ipad"  width="415" height="410" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/home_screen_20100127.jpg" alt="home_screen-ipad" width="415" height="410" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/hero_20100128.png" alt="hero-ipad" width="600" height="470" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/hero_20100127.png" alt="hardware-ipad"  width="600" height="125" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/hardware-04-20100127.png" alt="hardware-ipad" width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/hardware-03-20100127.png" alt="hardware-ipad" width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/hardware-02-20100127.png" alt="hardware-ipad" width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/hardware-01-20100127.png" alt="hardware-ipad" width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/gallery-software-youtube-20100127.png" alt="gallery-software-youtube-ipad"  width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/gallery-software-video-20100127.png" alt="gallery-software-video-ipad"  width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/gallery-software-safari-20100127.png" alt="gallery-software-safari-ipad" width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/gallery-software-notes-20100127.png" alt="gallery-software-notes-ipad"  width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/gallery-software-maps-20100127.png" alt="gallery-software-maps-ipad" width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/gallery-software-mail-20100127.png" alt="gallery-software-mail-ipad"  width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/gallery-software-itunes-20100127.png" alt="gallery-software-itunes-ipad" width="600" height="" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/gallery-software-ipod-20100127.png" alt="gallery-software-ipod-ipad" width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/gallery-software-ibooks-20100127.png" alt="gallery-software-ibooks-ipad"  width="600" height="455" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/gallery-software-contacts-20100127.png" alt="gallery-software-contacts-ipad" width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/gallery-software-calendar-20100127.png" alt="gallery-software-calendar-ipad"  width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/gallery-software-appstore-20100127.png" alt="gallery-software-appstore-ipad"  width="600" height="500" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/contacts_20100127.jpg" alt="contacts-ipad"  width="415" height="410" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/connect_20100127.jpg" alt="connect-ipad" width="580" height="380" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/calendar_20100127.jpg" alt="calendar-ipad"  width="415" height="410" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/battery_20100127.jpg" alt="battery-ipad"  width="514" height="390" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/appstore_20100127.png" alt="appstore-ipad" width="460" height="495" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/accessories_20100127.png" alt="accessories-ipad" width="600" height="700" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><img src="/wp-content/uploads/tips/system/a4_chip_20100127.jpg" alt="a4_chip-ipad" width="122" height="88" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /></p>
<p><strong>Some Videos:</strong></p>
<p><center><br />
<embed wmode="opaque" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.15" type="application/x-shockwave-flash" width="598" height="360" allowscriptaccess="always" allowfullscreen="true" flashvars="guid=DnLiyQ9N&amp;width=598&amp;height=360&amp;qc_publisherId=p-18-mFEk4J448M" title=""></embed></center><br />
<center><br />
<object width="566" height="444"><param name="movie" value="http://www.youtube.com/v/sTro8swuHg8&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/sTro8swuHg8&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="566" height="444"></embed></object><br />
</center></p>
<p><center><br />
<object width="566" height="444"><param name="movie" value="http://www.youtube.com/v/jRxBJZWt9Dk&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jRxBJZWt9Dk&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="566" height="444"></embed></object><br />
</center></p>
<p>As <strong>iPad</strong> is still a new thing to all of us, I thought it would be fun to ask my friends: </p>
<blockquote><p><strong>What do you think iPad is?</strong> [ like: iPhone, iPod, iMac etc.]</p></blockquote>
<p>I asked those who did not have any clue about what <strong>iPad</strong> is, to make sure the answers are based on their pure imagination.</p>
<p><strong>My friends replied me with some fantastic imaginary things:</strong></p>
<p><strong>Rajesh:</strong> Digital mouse pad.</p>
<p><strong>Manjunath patil:</strong> Its a Computation Device.</p>
<p><strong>Navya k:</strong> something like inkpad (iPad). or may be like iMac.</p>
<p><strong>Samartha:</strong> Digital Keyboard.<br />
<strong><br />
Sawti D M:</strong> Who is this ? <img src='http://technotip.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" /><br />
<strong><br />
Sridhar P:</strong> A combination of both phone and computer.</p>
<p><strong>Raghu:</strong> Songs hearing machine.</p>
<p><strong>Prashanth:</strong> Its a Notebook. Digital Notebook.</p>
<p><strong>Jagdish:</strong> Electronic Device.</p>
<p><strong>Nagraj:</strong> iPhone.</p>
<p><strong>Nagbhushan:</strong> Digital Sound.</p>
<p><strong>Sagar:</strong> Digital Nappy pad.</p>
<p><strong>Kiran K R:</strong> Integrated Personal Audio Device.</p>
<p><strong>Janardhan:</strong> I don&#8217;t want to be bothered thinking of ipod or ipad, but I need mouse pad urgently.</p>
<p><strong>Gagan:</strong> Pad sized fully touch screen lap top or touch screen palm top.</p>
<p>In one or the other way, most of them were right with their guess and imagination about the name iPad. I really appreciate them for taking time to SMS me back with their answer.</p>
<p>Fun apart &#8211; Many people doesn&#8217;t seem to be happy with the new iPad, as there is no Multitasking capabilities, no camera etc. I think Apple Inc., will surly listen to its potential customers and soon patch up and will comeup with new iPad( we may call it <strong>iPad 2.0</strong> ! ) as per the expectations of its fanboys.</p>
<p>But the question will remain &#8211; who will purchase this sleek, sexy looking(design wise) iPad now? Are you planning to purchase one? Make sure you know what you are getting and what not with your iPad, before placing an order.</p>
<p><i>Image Source:</i> <a href="http://www.apple.com/ipad/">Apple.com</a>
<div class="tweetmeme_button" style="float: right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnotip.org%2F15-things-my-friends-felt-when-heard-of-ipad-photos-and-videos%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnotip.org%2F15-things-my-friends-felt-when-heard-of-ipad-photos-and-videos%2F&amp;source=technotip&amp;style=normal&amp;service=bit.ly" height="61" width="50" title="15 Things My Friends Felt When Heard of iPad + Photos and Videos" alt=" 15 Things My Friends Felt When Heard of iPad + Photos and Videos" /><br />
			</a>
		</div>
                                                                <ul><br />
<li><b>Personal Note: My PC in trouble. Will start blogging regularly again(soon), with a brand new Computer</b> <i> - Thanks for Patience!</i></li><br />
<li>"60+ Ways To Increase Your Twitter Followers" -- Please (review)<a href="http://www.stumbleupon.com/url/technotip.org/60-ways-to-increase-your-twitter-followers/" >Stumble</a> and <a href="http://twitter.com/home/?status=RT+%40tweetmeme+60%2B+Ways+To+Increase+Your+Twitter+Followers+http%3A%2F%2Fbit.ly%2FmOtWR" >Tweet</a></li><br />
<li>”Tips, Tricks and Strategies to Make Money Online”</b> <a href="http://technotip.org/wp-content/uploads/Giveaway/TipsTricksToMakeMoneyOnline.pdf">Free ebook</a></li><br />
<li><a href="http://technotip.org/Validate-offer/blogging-for-beginners-videos-download-links.html">Click here</a> to download Yaro Starak's FREE video tutorial.    </li><br />
</ul><br />
<center>&copy;Technotip.org, - visit the <a href="http://technotip.org">blog</a> for more great content.</center><br />
<p><center>Support us by visiting the blog and leaving your valuable comment.</center></p>                                                                                                                                                                                    <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technotip?a=qULkuBaBUvM:RaO0KmYMQDI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technotip?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=qULkuBaBUvM:RaO0KmYMQDI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technotip?i=qULkuBaBUvM:RaO0KmYMQDI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=qULkuBaBUvM:RaO0KmYMQDI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/technotip?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=qULkuBaBUvM:RaO0KmYMQDI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technotip?i=qULkuBaBUvM:RaO0KmYMQDI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=qULkuBaBUvM:RaO0KmYMQDI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technotip?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=qULkuBaBUvM:RaO0KmYMQDI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technotip?i=qULkuBaBUvM:RaO0KmYMQDI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=qULkuBaBUvM:RaO0KmYMQDI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technotip?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=qULkuBaBUvM:RaO0KmYMQDI:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technotip?i=qULkuBaBUvM:RaO0KmYMQDI:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=qULkuBaBUvM:RaO0KmYMQDI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technotip?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=qULkuBaBUvM:RaO0KmYMQDI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technotip?i=qULkuBaBUvM:RaO0KmYMQDI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=qULkuBaBUvM:RaO0KmYMQDI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technotip?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technotip/~4/qULkuBaBUvM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://technotip.org/15-things-my-friends-felt-when-heard-of-ipad-photos-and-videos/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://technotip.org/15-things-my-friends-felt-when-heard-of-ipad-photos-and-videos/</feedburner:origLink></item>
		<item>
		<title>Is Your Website Really Down or Is It Just You?</title>
		<link>http://feedproxy.google.com/~r/technotip/~3/yVZpHeEtW-c/</link>
		<comments>http://technotip.org/is-your-website-really-down-or-is-it-just-you/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 17:51:05 +0000</pubDate>
		<dc:creator>Satish</dc:creator>
				<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[justme]]></category>
		<category><![CDATA[or everyone]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://technotip.org/?p=3780</guid>
		<description><![CDATA[it happens sometimes, you are not able to access your blog/website and rest of the world is still enjoying your fabulous writing.This post is to remind people to bookmark this tool, because we have seen people who openup Google and try some keywords to find this tool. They already know the tool, but forgot to bookmark.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/c7saC0ZH-M2fLvPLdydWioUfqzk/0/da"><img src="http://feedads.g.doubleclick.net/~a/c7saC0ZH-M2fLvPLdydWioUfqzk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/c7saC0ZH-M2fLvPLdydWioUfqzk/1/da"><img src="http://feedads.g.doubleclick.net/~a/c7saC0ZH-M2fLvPLdydWioUfqzk/1/di" border="0" ismap="true"></img></a></p><p>Some times it&#8217;s difficult to know whether your website is actually down for everyone or only for you!</p>
<p><strong>1.</strong> Your IP address might have got blocked somehow.<br />
<strong>2.</strong> Your internet connection might be the victim.<br />
<strong>3.</strong> Your browser might have blocked the site, for some weird reason <img src='http://technotip.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Is Your Website Really Down or Is It Just You?" /> </p>
<p>Anyway, it happens sometimes, you are not able to access your blog/website and rest of the world is still enjoying your fabulous writing.</p>
<p>To know whether its just you or everyone, we can use this wonderful tool called <a href="http://www.downforeveryoneorjustme.com/">Downforeveryoneorjustme.com</a>. Most of you know this tool already, but if you forgot to bookmark it, then do it now. And those of you who had not heard of this tool, then take note of it and bookmark &#8211; it will surly come handy in difficult times.</p>
<p>I Love the simplicity of the website. There are no ads plastered all around and making you search for the place to put your website URL and hit enter only to get more of ads and some popups and a video  playing and then telling &#8220;Try Again!&#8221;. Don&#8217;t worry about such things, Downforeveryoneorjustme is as simple as Google.com.</p>
<p>This post is to remind people to bookmark this tool, because we have seen people who openup Google and try some keywords to find this tool. They already know the tool, but forgot to bookmark. So they try all sorts of keywords &#8211; Website down only me, blog down for everyone or just me, down everyone or just me, etc. Instead, if you bookmark it, you will be more comfortable when the need arises.
<div class="tweetmeme_button" style="float: right; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnotip.org%2Fis-your-website-really-down-or-is-it-just-you%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnotip.org%2Fis-your-website-really-down-or-is-it-just-you%2F&amp;source=technotip&amp;style=normal&amp;service=bit.ly" height="61" width="50" title="Is Your Website Really Down or Is It Just You?" alt=" Is Your Website Really Down or Is It Just You?" /><br />
			</a>
		</div>
                                                                <ul><br />
<li><b>Personal Note: My PC in trouble. Will start blogging regularly again(soon), with a brand new Computer</b> <i> - Thanks for Patience!</i></li><br />
<li>"60+ Ways To Increase Your Twitter Followers" -- Please (review)<a href="http://www.stumbleupon.com/url/technotip.org/60-ways-to-increase-your-twitter-followers/" >Stumble</a> and <a href="http://twitter.com/home/?status=RT+%40tweetmeme+60%2B+Ways+To+Increase+Your+Twitter+Followers+http%3A%2F%2Fbit.ly%2FmOtWR" >Tweet</a></li><br />
<li>”Tips, Tricks and Strategies to Make Money Online”</b> <a href="http://technotip.org/wp-content/uploads/Giveaway/TipsTricksToMakeMoneyOnline.pdf">Free ebook</a></li><br />
<li><a href="http://technotip.org/Validate-offer/blogging-for-beginners-videos-download-links.html">Click here</a> to download Yaro Starak's FREE video tutorial.    </li><br />
</ul><br />
<center>&copy;Technotip.org, - visit the <a href="http://technotip.org">blog</a> for more great content.</center><br />
<p><center>Support us by visiting the blog and leaving your valuable comment.</center></p>                                                                                                                                                                                    <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/technotip?a=yVZpHeEtW-c:YZdc4c7Zi1A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/technotip?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=yVZpHeEtW-c:YZdc4c7Zi1A:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/technotip?i=yVZpHeEtW-c:YZdc4c7Zi1A:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=yVZpHeEtW-c:YZdc4c7Zi1A:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/technotip?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=yVZpHeEtW-c:YZdc4c7Zi1A:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/technotip?i=yVZpHeEtW-c:YZdc4c7Zi1A:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=yVZpHeEtW-c:YZdc4c7Zi1A:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/technotip?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=yVZpHeEtW-c:YZdc4c7Zi1A:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/technotip?i=yVZpHeEtW-c:YZdc4c7Zi1A:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=yVZpHeEtW-c:YZdc4c7Zi1A:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/technotip?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=yVZpHeEtW-c:YZdc4c7Zi1A:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/technotip?i=yVZpHeEtW-c:YZdc4c7Zi1A:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=yVZpHeEtW-c:YZdc4c7Zi1A:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/technotip?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=yVZpHeEtW-c:YZdc4c7Zi1A:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/technotip?i=yVZpHeEtW-c:YZdc4c7Zi1A:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/technotip?a=yVZpHeEtW-c:YZdc4c7Zi1A:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/technotip?d=TzevzKxY174" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/technotip/~4/yVZpHeEtW-c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://technotip.org/is-your-website-really-down-or-is-it-just-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://technotip.org/is-your-website-really-down-or-is-it-just-you/</feedburner:origLink></item>
	</channel>
</rss>
