Javascript - Using the onclick event to redirect a user
11/18/2008 12:25:43 PM
Here is a simple way to redirect a user using the javascript onclick event.

Read More...

ASP.NET - Using a DataSet to populate a drop down list
10/22/2008 7:13:08 AM
Use a DataSet to populate a drop down list.

Read More...

ASP.NET - Failed to access IIS metabase
10/14/2008 9:32:09 AM
I ran into some troubles with my development machine and had to reinstall IIS. After reinstalling it I began seeing Failed to access IIS metabase errors when attempting to access web sites. After a few minutes of staring at the error message I recalled having to run the aspnet_regiis.exe program when I initially setup my development box.

Read More...

MS SQL - Comparing two date series
9/27/2008 6:24:02 AM
I've written a function that helps determine if a date series overlaps another date series (i.e. does 9/14/2008 12:30:00 PM - 9/15/2008 07:00:00 AM overlap or fall within 9/14/2008 07:00:00 AM - 9/14/2008 09:00:00 PM).

Read More...

MS SQL - Comparing two dates
9/25/2008 7:17:46 AM
I recently had to create a query that used dates in the WHERE clause. The format of that column was datetime but I didn't need the time portion as part of the comparison, just the date. Since the parameter I provided was the date only the time portion was defaulting to '00:00:00,' but the date that I was comparing it to would still have a time portion. As the majority of the entries had times greater than midnight the query was excluding rows with the same date due to the fact that the time portion was greater than midnight. Here is one, of many, ways I found to ensure that the time portion was the same for each comparison.

Read More...

Newsletter
Register to the site for free, and subscribe to the newsletter. Every month you will receive new articles and special content not available elsewhere on the site, right into your e-mail box!

Archived Newsletters
Questions...
Are you familiar with OWASP?



Archived Polls