The Cloud
.NET 2007 2008 Adobe Ajax Analytics ASP.NET Avatar Backup BarCamp Beta Blog Bounce Rate Browser Bug C# coComment Development Dropbox Exams Exception Fiddler Firefox Fun Google IIS IT Javascript Joost Mauritius New Year Photo Search Engine SEO Social Network Software Theme Vinivi Wallop Web Web 2.0 Windows Live Writer WordPress Work YahooArchives
- October 2008 (1)
- September 2008 (4)
- August 2008 (4)
- July 2008 (3)
- June 2008 (9)
- May 2008 (7)
- January 2008 (4)
- December 2007 (2)
- October 2007 (4)
- September 2007 (1)
- August 2007 (2)
- June 2007 (1)
- May 2007 (9)
- April 2007 (1)
- March 2007 (3)
- February 2007 (2)
- December 2006 (5)
- November 2006 (4)
- October 2006 (18)
Category Archives: Javascript
Padding is invalid and cannot be removed.
Stop Google crawling WebResource.axd & ScriptResource.axd As an ASP.NET developer i often get error message: “Padding is invalid and cannot be removed”. It’s a pretty annoying message that i have been trying to get rid of for days. It was … Continue reading
Posted in .NET, ASP.NET, Javascript, Search Engine, Web, Work
Tagged ASP.NET, Javascript, Search Engine, Web, Work
Leave a comment
Retrieving anchor value from URL
Lately i have been trying to get a grasp of the anchor value from the URL using ASP.NET. From what i learned from the forum (This might be wrong since there is a way in PHP(http://www.php.net/manual/en/function.parse-url.php) to get the anchor … Continue reading
BUG: Error message when you visit a Web page or interact with a Web application in Internet Explorer: “Operation aborted”
Here is a bug that i came to recently while working with: var d = document.createElement(“div”); document.body.appendChild(d); This bug is only on IE and it’s really annoying one. There is a fix provided by Microsoft, you can take a look … Continue reading
My first wordpress plugin
Good news i have been kinda motivated this weekend after my session of water sports I have decided that i should creat a word press plugin to be able to interact with Google Maps. This saturday i have been working … Continue reading