How to Use FireFox Browser Through AnalogX ProxyAugust 21st, 2005 When FireFox is used through AnalogX Proxy (a popular free proxy server) a strange error persistently happens if you have too many browser windows open. All of your requests get strangely redirected to the last opened site.
How To Use Wget Through ProxyAugust 25th, 2006 Wget is a super-useful utility to download pages and automate all types of web related tasks. It works for HTTP as well as FTP URL's.
No caching for meApril 27th, 2005 I tried wp-staticize for caching my blog. It produced certain pages with really strange characters.
How To Connect To CVS Via Proxy ServerFebruary 10th, 2007 CVS is commonly used by open source project to provide access to their source code. Here is a simple way how you can connect to CVS server from behind a proxy server.
3 Power Tips For Angsuman's Translator Plugin Pro UsersFebruary 8th, 2007 Few tips for Translator Plugin Pro users:
1. Use a caching engine.
Google Proxy Hacking - How Your Page Rank Can Be Stolen & Pages Removed from SERPFebruary 23rd, 2008 I recently came across an instance of Google Proxy hacking with one of my clients, which removed his index page and other pages from SERP (Search Engine Ranking & Positioning) and he lost the page ranks (went down to zero). We were asked to protect his site against Google Proxy hacking, a really dangerous technique which can not only cause you to loose page rank but also remove your pages from SERP, all because Google cannot properly identify original pages from duplicates.
Google Proxy UnhackedJanuary 21st, 2008 Google had a well known proxy facility. You could use
an url like http://www.google.com/translate?langpair=en|en&u=http://blog.taragana.com to access http://blog.taragana.com using Google as proxy.
Interaction of Translator Pro / Gold Intelligent Caching Engine With Other Caching EnginesJune 18th, 2007 In short there is none. Translator Pro / Gold uses an intelligent caching engine to cache the translated pages.
Solving Failure To Forward Emails in Mozilla Thunderbird by Message Filters; Understanding Thunderbird Account ArchitectureSeptember 28th, 2007 I faced a vexing problem with the otherwise excellent Mozilla Thunderbird email client. I was unable to forward emails to another account using the rules in Message Filters.
Solving CSS Stylesheet Not Loading / Rendering ErrorJuly 3rd, 2007 My blog had this vexing problem where it used to render ugly, really ugly, as the stylesheet wasn't being loaded on Firefox. However after a refresh everything was fine.
Long Tail Traffic Statistics & Impact on Caching StrategySeptember 17th, 2008 Simple Thoughts Traffic
I am sure you have heard about long tail theory on web traffic. Just how important is it?
The pie-chart on your left shows the long tail traffic on Simple Thoughts blog.
Solving: Permission denied to get property HTMLDivElement.nodeType when calling method: [nsIDOMEventListener::handleEvent] nsresult: 0x8057001e (NS_ERROR_XPC_JS_THREW_STRING) location: <unknown> data: noJuly 31st, 2007 This is a sporadic error that I have seen in Firefox browsers while using the Ext JS components. It is not harmful in any way but is annoying.
Thunderbird: How To Automatically Forward Email in Certain Folders?September 28th, 2007 I solve this problem in a different way. Normally we write rules to send messages to a particular folder.
How To Easily Switch Proxies in FirefoxJune 25th, 2006 There are two Firefox extensions depending on your need. If you need to switch between different proxies quickly then you can use the SwitchProxy extension for Firefox.
Solving - "A pseudo attribute name is expected" Error in JAXPJuly 6th, 2006 I was writing a xml data reader in Java using JDK's inbuilt XML processing libraries (JAXP) when I persistently hit across this annoying exception with error message: A pseudo attribute name is expected. The error is displayed on the first line itself.