Archive for June, 2007

Similar to Google AdSense »

In case you are wondering about Similar programs to Google AdSense, you might find the below list usefull.
Mostly pulled from this link here and sorted & linked for convenience!

7Search
AdBrite
AdSense
BidClix
BidVertiser
Chitika
CompactADS
Clicksor
FastClick
Gold-Words
interCLICK
Kanoodle
Kontera
PartnerWeekly
PeakClick
ValueClick
VibrantMedia
Yahoo Publisher

Please let me know if i missed something useful…

AJAX UpdatePanel Causes Postback »

Little Known Secrete ” UpdatePanel causes Postbacks”.
Even though it is good entry point in to AJAX programming using .NET technologies, UpdatePanel does not give you much performance over traditional PostBack model.
When used, UpdatePanel causes the postback similar to the traditional postback, instantiates the control tree, and at render time realizes to send only the required [...]

ASP.NET Url Re-writing and Postback Problem Solution »

If you are doing any web-applications, chances are you have heard of Search Engine Optimization, also know as SEO. Its all about getting better search engine ranking for your web-pages.
Even though, there are no fixed rules on what to do, there is a general consensus among web masters, on what helps your search engine rankings. [...]