Category Archives: Javascript

Dynamically Change Page Title Using Javascript

I was over on Google Finance looking up a stock ticker during trading hours and I noticed the equity price was being updated not only on the page, but also on the HTML page Title. How did they do it? … Continue reading

Posted in Javascript | Tagged | Comments Off

Highlight Rows and Columns on GridView Control

Yesterday I stumbled upon Ryan Scherf’s Table Row and Column Highlighting. It’s a slick solution to helping users read tabular data. I thought it would be nice to add that functionality to the ASP.NET. So I created a single function … Continue reading

Posted in ASP.NET, Javascript | Tagged , , | Comments Off

Tips to Create a Javascript Directory or Newsfeed

One of the developer newsletters I received a while back directed me to the DevASP site. On that site I spied something wonderful. They had created a directory of their site with 1 line of Javascript code, available to any … Continue reading

Posted in ASP.NET, Javascript | Tagged , , | Comments Off

Masking Your Email Address

This post was updated in February 2007. Some of you are probably aware of spiders. They are these little programs that surf the internet looking for data. Some spiders assist search engines in helping you find the web page you … Continue reading

Posted in Classic ASP, Javascript | Tagged , , | 2 Comments