SEO Friendly paging with Telerik RadDataPager and RadListView
Few days back I had the need to implement some mechanism for SEO friendly paging in my website gamefiz.com that allows users to play online flash games. I have that site running for quite sometime and adding features periodically as I get the time. Earlier version was on framework 3.5 which I more...
URL Rewriting Tips
In one of my previous post I discussed about a simple and no-brainer solution to implement URL Routing/ Re Writing in ASP.NET 4.0 This post takes it a bit more...
String.IsNullOrWhiteSpace Method
This method was introduced in NetFramework version 4.0 and is absent in previous versions. The previous version had “String.IsNullOrEmpty” methods which was also quite handy but could fail the check if the string entirely contains white-spaces. For example you will get false with more...
SEO by a Developer’s point of view
Search engine optimization (SEO) is the process of improving the visibility of a website or a web page in search engines via the “natural” or un-paid (“organic” or “algorithmic”) search results. In general, the earlier (or higher ranked on the search results more...
Call web service from Oracle PL/SQL
Hi Folks
In this post I will present a simple way of calling a webservice from your PL/SQL code. I would use a Function to do that.
Prerequisite:
First, download the latest copy of the dbwsclient.jar file:
- Pre 10g: more...
IF EXISTS – Equivalent in ORACLE PL/SQL
Hi
IF EXISTS as we know in MS SQL Server doesn’t work the same way in Oracle. In SQL Server we use IF EXISTS frequently to check existence of a particular column value in a table and then do something against that. In Oracle there is no meaning for this handy technique. What we have more...

MCTS:ASP.Net 3.5 

