September 2005


Javascript22 Sep 2005 03:27 pm

I did an inventory of the existing javascript auto-complete controls. Here it is:

ASP.NET and Javascript22 Sep 2005 11:21 am

Wow! I’ve been planning making something very similar for a project I have in mind. This is probably going to save me several hours (I hope).

http://www.codeproject.com/aspnet/LatLaysFlat-Part2.asp

The Google Maps API allows you to dynamically display a map from Google Maps , add markers to it(those little windows that pop up showing the address and other bits of information), and assorted other cool things.

Here is Google’s own documentation page on the API.

ASP.NET and Javascript22 Sep 2005 11:14 am

I’m working on a project now that requires some fancy javascript or AJAX (Asynchronous JavaScript and XML). AJAX allows you to retrieve information from the server without a postback or another request for a web page. This allows much faster web browsing and cooler features.

I’m currently experimenting with this control:
http://www.codeproject.com/useritems/MagicAJAX.asp

It looks to be amazing. I’ll tell you what I find.

SEO13 Sep 2005 02:05 pm

This is a highly insightful post on a factor that most SEOs are missing out on.

http://forums.seochat.com/t49588/s.html

SQL Server09 Sep 2005 12:13 pm

I run several SQL Server 2000 databases that have lots of updates to them every day. Inevitably our log files grow very large. I discovered a long time ago that you could shrink them by backing them up.

All that was left was to make it back up every day so that it never grew too big to backup. Unfortunately, I let it grow to big and I was no longer able to back it up because it was now 11 gb!

Finally, after much searching, I found this tool that shrinks your log file for you using the SQL-DMO object.

Here you go: http://www.codeproject.com/database/ShrinkingSQLServerTransLo.asp

ASP.NET09 Sep 2005 11:28 am

Wow! Didn’t know they would make such big changes going between betas. This page lists the important ones that you have to make on any project made in ASP.NET 2.0 Beta 1.

http://wintellect.com/WEBLOGS/wintellect/archive/2005/05/03/1048.aspx