<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Keithics Blog and Thoughts &#187; Personal Thoughts</title>
	<atom:link href="http://keithics.com/blog/category/personal-thoughts/feed" rel="self" type="application/rss+xml" />
	<link>http://keithics.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Jul 2010 17:10:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SVN in Shared Hosting with Hostgator</title>
		<link>http://keithics.com/blog/personal-thoughts/svn-in-shared-hosting-with-hostgator</link>
		<comments>http://keithics.com/blog/personal-thoughts/svn-in-shared-hosting-with-hostgator#comments</comments>
		<pubDate>Sun, 11 Jul 2010 06:36:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal Thoughts]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=336</guid>
		<description><![CDATA[I love Hostgator, they never let me down ever since. There might some minor incidents but their support fixed it quickly.
My Hard drive just crashed this week and now I want to have a repository for my code just in case it happens again.
To make Hostgator+SVN to work , you need:
1. SSH access.. SSH is [...]]]></description>
			<content:encoded><![CDATA[<p>I love Hostgator, they never let me down ever since. There might some minor incidents but their support fixed it quickly.</p>
<p>My Hard drive just crashed this week and now I want to have a repository for my code just in case it happens again.</p>
<p>To make Hostgator+SVN to work , you need:</p>
<p>1. SSH access.. SSH is free if you have the business plan (shared)</p>
<p>2. <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">Putty (Windows)</a></p>
<p>3. <a href="http://tortoisesvn.tigris.org/" target="_blank">TortoiseSVN (SVN Client)</a></p>
<p>Step1:</p>
<p><a href="http://keithics.com/blog/wp-content/uploads/2010/07/1.jpg"><img class="alignnone size-full wp-image-337" title="1" src="http://keithics.com/blog/wp-content/uploads/2010/07/1.jpg" alt="" width="459" height="435" /></a></p>
<p>Instructions:<br />
Type your <strong>domain name</strong> and the port as <strong>2222</strong>, in the Saved Sessions textbox type: <strong>keithics</strong> or any name, then click <strong>Save</strong>. You can see the<strong> Name on the text area on the left</strong>.<br />
<strong>Then click Open.<br />
</strong></p>
<p>Step2:</p>
<p><a href="http://keithics.com/blog/wp-content/uploads/2010/07/2.jpg"><img class="alignnone size-full wp-image-338" title="2" src="http://keithics.com/blog/wp-content/uploads/2010/07/2.jpg" alt="" width="663" height="225" /></a></p>
<p>When Putty loads, it will ask for your <strong>Username and Password</strong>. Please note that when you type your password, you can&#8217;t see anything in Putty&#8217;s commandline.<br />
Just type your password and press <strong>Enter</strong>.</p>
<p>Then Create a repository.. <img src="file:///C:/Users/keith/AppData/Local/Temp/moz-screenshot.png" alt="" /><code><br />
</code></p>
<pre><code>svnadmin create myrepo</code></pre>
<p>step3:</p>
<p><a href="http://keithics.com/blog/wp-content/uploads/2010/07/3.jpg"><img class="alignnone size-full wp-image-339" title="3" src="http://keithics.com/blog/wp-content/uploads/2010/07/3.jpg" alt="" width="540" height="225" /></a></p>
<p><a href="http://keithics.com/blog/wp-content/uploads/2010/07/4.jpg"><img class="alignnone size-full wp-image-340" title="4" src="http://keithics.com/blog/wp-content/uploads/2010/07/4.jpg" alt="" width="705" height="460" /></a></p>
<p>Install TortoiseSVN and <strong>Click Settings</strong>. In the Network Tab, browser for the <strong>Putty.exe path</strong>.</p>
<p>Step4:</p>
<p><a href="http://keithics.com/blog/wp-content/uploads/2010/07/5.jpg"><img class="alignnone size-full wp-image-341" title="5" src="http://keithics.com/blog/wp-content/uploads/2010/07/5.jpg" alt="" width="539" height="421" /></a></p>
<p>Create a repository by right clicking an empty folder then choose <strong>TortoiseSVN-&gt;Create Repository Here</strong>.<br />
Add a text file to that folder then right click the folder then choose <strong>SVN Checkout</strong>.<br />
IN the URL of the repository type:<br />
svn+ssh://<strong>keithics</strong>@<strong>keithics</strong>/home/<strong>keithics</strong>/myrepo/<br />
Replace the bold text with your own.<br />
svn+ssh://<strong>&lt;HOSTGATOR NAME&gt;</strong>@<strong>&lt;PUTTY SESSION NAME&gt;</strong>/home/<strong>&lt;HOSTGATORNAME&gt;</strong>/<strong>&lt;REPO FOLDER&gt;</strong>/</p>
<p>Good Luck and if you have any problems, just put it on the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/personal-thoughts/svn-in-shared-hosting-with-hostgator/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing Error: 1093 mysql you can&#8217;t specify target table</title>
		<link>http://keithics.com/blog/personal-thoughts/fixing-error-1093-mysql-you-cant-specify-target-table</link>
		<comments>http://keithics.com/blog/personal-thoughts/fixing-error-1093-mysql-you-cant-specify-target-table#comments</comments>
		<pubDate>Fri, 07 May 2010 17:50:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal Thoughts]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=297</guid>
		<description><![CDATA[I ran into this problem lately and I hope this can help you out..
Problem
INSERT INTO tbl_lang (enname,code,charset,inorder) VALUES  (&#8216;asd&#8217;,'asd&#8217;,'asd&#8217;,(SELECT MAX(inorder)+1 from tbl_lang))
Fix:
INSERT  INTO tbl_lang (enname,code,charset,inorder) VALUES  (&#8216;asd&#8217;,'asd&#8217;,'asd&#8217;,(SELECT MAX(inorder)+1 from tbl_lang as l))
]]></description>
			<content:encoded><![CDATA[<p>I ran into this problem lately and I hope this can help you out..</p>
<p>Problem<br />
INSERT INTO tbl_lang (enname,code,charset,inorder) VALUES  (&#8216;asd&#8217;,'asd&#8217;,'asd&#8217;,(SELECT MAX(inorder)+1 from tbl_lang))</p>
<p>Fix:<br />
INSERT  INTO tbl_lang (enname,code,charset,inorder) VALUES  (&#8216;asd&#8217;,'asd&#8217;,'asd&#8217;,(SELECT MAX(inorder)+1 from tbl_lang <span style="color: #ff0000;"><strong>as l</strong></span>))</p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/personal-thoughts/fixing-error-1093-mysql-you-cant-specify-target-table/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DOMPDF Tips &#8211; HTML to PDF using PHP5</title>
		<link>http://keithics.com/blog/personal-thoughts/freelance/dompdf-html-to-pdf-using-php5</link>
		<comments>http://keithics.com/blog/personal-thoughts/freelance/dompdf-html-to-pdf-using-php5#comments</comments>
		<pubDate>Sun, 25 Apr 2010 15:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=282</guid>
		<description><![CDATA[ 1. Always ask to save the file , don&#8217;t load  the PDF directly. I have printing problems when printing it directly without saving.
2. Add memory limit to php.ini
ini_set("memory_limit","128M");
3. Debug the output html first before converting to pdf.
4. Load  images on the same server and with relative paths. You can&#8217;t load images using [...]]]></description>
			<content:encoded><![CDATA[<p><strong> </strong>1. Always ask to save the file , don&#8217;t load  the PDF directly. I have printing problems when printing it directly without saving.</p>
<p>2. Add memory limit to php.ini</p>
<pre>ini_set("memory_limit","128M");</pre>
<p>3. Debug the output html first before converting to pdf.</p>
<p>4. Load  images on the same server and with relative paths. You can&#8217;t load images using &#8220;http://domain.com&#8221;.</p>
<p>5. Use wordwrap with caution.</p>
<p>6. Always add width to your table and  first row cells</p>
<p>7. Make sure images are in correct format with correct extension. A BMP file with .jpg extension will trigger an error.</p>
<p>8. Avoid special characters if possible.</p>
<p>If you some trouble with DOMPDF, just comment and  maybe I can help you out.</p>
<p><strong> </strong></p>
<p><strong>All are based on experience!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/personal-thoughts/freelance/dompdf-html-to-pdf-using-php5/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dreamweaver Tips &#8211; Document Defaults</title>
		<link>http://keithics.com/blog/personal-thoughts/dreamweaver-tips-document-defaults</link>
		<comments>http://keithics.com/blog/personal-thoughts/dreamweaver-tips-document-defaults#comments</comments>
		<pubDate>Mon, 28 Dec 2009 13:06:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal Thoughts]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=264</guid>
		<description><![CDATA[Have been writing HTML and want to add a link to your CSS automatically?
For XP , just edit:
C:\Program Files\Adobe\Adobe Dreamweaver CS4\configuration\DocumentTypes\NewDocuments\Default.html
for my case I have this default below, this applies to all other documents like CSS, PHP, JS etc..



&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62;



&#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#62;



&#60;head&#62;



&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34; /&#62;



&#60;title&#62;Untitled Document&#60;/title&#62;



&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;css/defaults.css&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>Have been writing HTML and want to add a link to your CSS automatically?</p>
<p>For XP , just edit:<br />
C:\Program Files\Adobe\Adobe Dreamweaver CS4\configuration\DocumentTypes\NewDocuments\Default.html</p>
<p>for my case I have this default below, this applies to all other documents like CSS, PHP, JS etc..</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;head&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
</div>
</li>
<li class="li2">
<div class="de2">&lt;title&gt;Untitled Document&lt;/title&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;css/defaults.css&quot; /&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;css/styles.css&quot; /&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;!&#8211;[if IE 6]&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;css/ie.css&quot; /&gt;
</div>
</li>
<li class="li2">
<div class="de2">&lt;![endif]&#8211;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&lt;/head&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&lt;body&gt;
</div>
</li>
<li class="li2">
<div class="de2">&lt;/body&gt;
</div>
</li>
<li class="li1">
<div class="de1">&lt;/html&gt;</div>
</li>
</ol>
</div>
<p><span id="more-264"></span><!--more--></p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/personal-thoughts/dreamweaver-tips-document-defaults/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>http://tredosoft.com &#8211; Hacked</title>
		<link>http://keithics.com/blog/personal-thoughts/httptredosoftcom-hacked</link>
		<comments>http://keithics.com/blog/personal-thoughts/httptredosoftcom-hacked#comments</comments>
		<pubDate>Mon, 02 Mar 2009 16:47:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Personal Thoughts]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=218</guid>
		<description><![CDATA[I went to download a stand Alone version for IE7 and IE6 from tredosoft but was surprised by the &#8220;New&#8221; Homepage.
*** update : they moved their server to godaddy. more info here ****

]]></description>
			<content:encoded><![CDATA[<p>I went to download a stand Alone version for IE7 and IE6 from tredosoft but was surprised by the &#8220;New&#8221; Homepage.</p>
<p>*** update : they moved their server to godaddy. more info <a href="http://tredosoft.com/node/35" target="_blank">here</a> ****</p>
<p><img class="alignnone size-full wp-image-219" title="hacked" src="http://keithics.com/blog/wp-content/uploads/2009/03/hacked.jpg" alt="hacked" width="840" height="480" /></p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/personal-thoughts/httptredosoftcom-hacked/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Julie&#8217;s Bakeshop website</title>
		<link>http://keithics.com/blog/personal-thoughts/freelance/julies-bakeshop-website</link>
		<comments>http://keithics.com/blog/personal-thoughts/freelance/julies-bakeshop-website#comments</comments>
		<pubDate>Wed, 26 Nov 2008 21:51:15 +0000</pubDate>
		<dc:creator>keithics</dc:creator>
				<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Latest Works]]></category>
		<category><![CDATA[Julies Bakeshop]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=163</guid>
		<description><![CDATA[Julie&#8217;s Bakeshop is now online and designed and developed by yours truly.
Tasks includes redesign , coding of xhtml , php , forum integration and the hardest part is integration of existing users from the old site to the new site. This website also have a custom admin which can control almost any content of the [...]]]></description>
			<content:encoded><![CDATA[<p>Julie&#8217;s Bakeshop is now online and designed and developed by yours truly.</p>
<p>Tasks includes redesign , coding of xhtml , php , forum integration and the hardest part is integration of existing users from the old site to the new site. This website also have a custom admin which can control almost any content of the site, as well as flash animated and XML powered gallery!</p>
<p>Visit their site: <a href="http://www.juliesbakeshop.com.ph" target="_blank">http://www.juliesbakeshop.com.ph</a></p>
<p><a href="http://keithics.com/blog/wp-content/uploads/2008/11/jfc1.jpg"><img class="alignnone size-full wp-image-166" title="jfc1" src="http://keithics.com/blog/wp-content/uploads/2008/11/jfc1.jpg" alt="" width="794" height="549" /></a></p>
<p>(thanks Ms Niceless Morales for giving me the project!)</p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/personal-thoughts/freelance/julies-bakeshop-website/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Gmail homepage lacks creativity</title>
		<link>http://keithics.com/blog/personal-thoughts/freelance/gmail-homepage-lacks-creativity</link>
		<comments>http://keithics.com/blog/personal-thoughts/freelance/gmail-homepage-lacks-creativity#comments</comments>
		<pubDate>Fri, 21 Nov 2008 16:12:50 +0000</pubDate>
		<dc:creator>keithics</dc:creator>
				<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Gmail homepage]]></category>
		<category><![CDATA[gmail new homepage]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=158</guid>
		<description><![CDATA[I just opened my gmail today and I was suprised by the new design. The text are hard to read, the color dull! the background image sucks!
Common Google, can you make it a bit lively and creative, please?
You can hire me if you want, I am confident I can make a better design! LOL


Background Image
]]></description>
			<content:encoded><![CDATA[<p>I just opened my gmail today and I was suprised by the new design. The text are hard to read, the color dull! the background image sucks!</p>
<p>Common Google, can you make it a bit lively and creative, please?</p>
<p>You can hire me if you want, I am confident I can make a better design! LOL</p>
<p><a href="http://keithics.com/blog/wp-content/uploads/2008/11/gmail.jpg"><img class="alignnone size-full wp-image-159" title="gmail" src="http://keithics.com/blog/wp-content/uploads/2008/11/gmail.jpg" alt="" width="864" height="411" /></a></p>
<p><a href="http://keithics.com/blog/wp-content/uploads/2008/11/skin_image.jpg"><img class="alignnone size-medium wp-image-160" title="skin_image" src="http://keithics.com/blog/wp-content/uploads/2008/11/skin_image-450x113.jpg" alt="" width="450" height="113" /></a></p>
<p>Background Image</p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/personal-thoughts/freelance/gmail-homepage-lacks-creativity/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>It&#8217;s been a while</title>
		<link>http://keithics.com/blog/personal-thoughts/freelance/its-been-a-while</link>
		<comments>http://keithics.com/blog/personal-thoughts/freelance/its-been-a-while#comments</comments>
		<pubDate>Tue, 28 Oct 2008 00:22:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freelancing]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=60</guid>
		<description><![CDATA[It's been a while since I got time to update my website. I just redesigned it again (3rd time I think) for about a year of no edits or what so ever. Been busy with client and personal works. Hope you like my new design, comment or send me an email.

Also, I was thinking of making a template for free if I have sometime this week. I remembered that my first free template was about an Anime. So, I think it's time to design another anime site this time! Let me know if you want a particular anime, and I will give it a thought.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I got time to update my website. I just redesigned it again (3rd time I think) for about a year of no edits or what so ever. Been busy with client and personal works. Hope you like my new design, comment or send me an email.</p>
<p>Also, I was thinking of making a template for free if I have sometime this week. I remembered that my first free template was about an Anime. So, I think it&#8217;s time to design another anime site this time! Let me know if you want a particular anime, and I will give it a thought.</p>
<p>this was my design about 5 years ago using early Macromedia Fireworks version:</p>
<p><a href="http://keithics.com/blog/wp-content/uploads/2008/10/1974.jpg"><img class="alignnone size-full wp-image-61" title="1974" src="http://keithics.com/blog/wp-content/uploads/2008/10/1974.jpg" alt="" width="400" height="286" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/personal-thoughts/freelance/its-been-a-while/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Reasons why Globelines sucks for Freelance Web Developers</title>
		<link>http://keithics.com/blog/personal-thoughts/freelance/5-reasons-why-globelines-sucks-for-freelance-web-developers</link>
		<comments>http://keithics.com/blog/personal-thoughts/freelance/5-reasons-why-globelines-sucks-for-freelance-web-developers#comments</comments>
		<pubDate>Mon, 27 Oct 2008 13:10:00 +0000</pubDate>
		<dc:creator>keithics</dc:creator>
				<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Globelines]]></category>

		<guid isPermaLink="false">http://keithics.com/blog/?p=94</guid>
		<description><![CDATA[1. Always get disconnected &#8211; when you use internet almost 24 hours a day, you will notice that about 10 times at least you will get disconnected. Why? Ask the customer support! And they will ask you to restart the modem, check the wires etc.In return, I can no longer have a steady connection when [...]]]></description>
			<content:encoded><![CDATA[<p>1. Always get disconnected &#8211; when you use internet almost 24 hours a day, you will notice that about 10 times at least you will get disconnected. Why? Ask the customer support! And they will ask you to restart the modem, check the wires etc.In return, I can no longer have a steady connection when having a conference call.</p>
<p>Solution: Try to do conference calls on non-peak hours, I usally do it at 1am-4am.</p>
<p>2. Slow connection &#8211; I think most ISP’s are hiding something from us; they will tell us that they will provide 1.5MBS but all you get is lower than 50% of what they promise. I even got a connection slower than dial-up sometimes! All I have to do is restart the modem again.</p>
<p>Solution: After restarting, expect to have no connection. All you have to do is restart the modem again and again and again and pray.</p>
<p>3. Modem &#8211; If you have worked for a Call Center before, most of you are familiar with modem names. But did you know about a modem named &#8220;Prolink&#8221;. Well, that&#8217;s my first time too. This modem gives me a headache, one technician from Globelines told me to replace it. What he meant was to buy another one! It will cost you 2500pesos just to have a better one. I even requested to have a new modem since my modem is very very old! The customer service rep told me &#8220;D pwed sir, kc gumagana pa naman eh.&#8221;. Are they telling me to throw the modem so that will replace it?</p>
<p>Solution: Buy a new one</p>
<p>4. Wires got stolen &#8211; I have experience more than three times with no internet connection for days due to this reason. As a freelancer who rely on internet as a way of life , this is a major problem!</p>
<p>Solution: Go to an internet cafe or you cousin&#8217;s house and work there</p>
<p>5. ISP cache &#8211; Most of you know about cache right? temporary files that will be saved from internet websites so that the next time you visit the site the browser will use the &#8220;saved file&#8221; rather than connecting again? But did you know about ISP cache? they both are similar. But the only problem with ISP cache is that you cannot delete it! As for web developers who are editing a site, they will not see the changes. They will still see the old site even if you cleared you browser cache, deleted the temporary files etc! I even waited for a day just to see my changes!</p>
<p>Solution: Go to a proxy website and see your changes there. Here are some websites that i used: http://zend2.info/ and http://hidemyass.com/.</p>
]]></content:encoded>
			<wfw:commentRss>http://keithics.com/blog/personal-thoughts/freelance/5-reasons-why-globelines-sucks-for-freelance-web-developers/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
