about 1 year ago - No comments
Why is my bounce rate so high ? Definition: A bounce occurs when a person leaves your website after reaching your entry page. The above cases can be considered equally as bounces from your website. 1) Visitor enters your site and press back immediately (before or even after the page has loaded) 2) Visitor waits
about 2 years ago - No comments
It’s been a while that i didn’t get this Exception, while working, and yesterday, while I was performing some test on
about 2 years ago - No comments
I’ve been searching on the internet for several ways to perform paging on a large result set from an SQL Query, there are several solutions, that can be found some are custom and others are already provided with ASP.NET Controls. This is the solution i have been using for performing paging of large datasets for
about 2 years ago - No comments
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
about 2 years ago - 6 comments
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
about 2 years ago - No comments
SEOQuiz determines your aptitude in being an SEO Expert, even though SEO is not really what i do the best, i took the test just for the fun of knowing how good or (BAD is this case) here is my result: SEO Novice – 52% Are you an SEO Expert? Here i am a novice,
about 3 years ago - No comments
This is a quiet nice tool, that i have been using for sometimes now. What is Fiddler? Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP Traffic, set breakpoints, and “fiddle” with incoming or outgoing data. Fiddler is designed to
about 3 years ago - No comments
From webopedia Short for search engine optimization, the process of increasing the amount of visitors to a Web site by ranking high in the search results of a search engine. The higher a Web site ranks in the results of a search, the greater the chance that that site will be visited by a user.
about 1 year ago
Just use a literal control to write out whatever custom html you want