Posts Tagged ‘Javascript’

Padding is invalid and cannot be removed.

January 18th, 2008 by jf | comments No Comments | categories Filed in .NET, ASP.NET, Javascript, Search Engine, Web, Work

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 caused by Google trying to index, crawl my WebResource.axd and session. But when the session [...]

tagsTags: , , , ,

Retrieving anchor value from URL

January 16th, 2008 by jf | comments 6 Comments | categories Filed in ASP.NET, Ajax, Javascript, Web

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 value.)
Case study:
e.g http://www.somesamplebigsite.com/product.aspx?q=123&u=09#description
The url above send the user to a page product and [...]

tagsTags: , , ,