|
|
|
Dynamically Creating a DataTable for Bindable Times |
|
The Mighty Blog
|
By Will Strohl on
4/19/2007
|
|
|
|
I came across a requirement where I needed to create a DataTable of times for a project. This table didn't need to take up any space on the database since it would never change. The times would need to be listed in 30 minute increments for each hour of the day. This would then get binded mostly by dropdown lists.
|
 |
|
Comments (0)
|
More...
|
|
|
|
|
DotNetNuke Upgrade |
|
The Mighty Blog
|
By Will Strohl on
4/16/2007
|
|
|
|
I must say that I am thoroughly excited about the recent upgrades to DotNetNuke to bring us to version 4.05.00. There are a great many updates that address functionality and usability. Great job, Core Team!
|
 |
|
Comments (1)
|
More...
|
|
|
|
|
Whoa! Free Image editing program!!! (Paint.Net) |
|
The Mighty Blog
|
By Will Strohl on
4/11/2007
|
|
|
|
Now, I am sure that this post will generate some comments (sent or not) about GIMP. I have not used GIMP because at home I have a full version of Photoshop CS. However, at work right now I do not have any image editing abilities other than what the standard "Paint" application and Microsoft Office offer. Nearly everyone knows that those options are horrible. I tried installing GIMP some weeks ago, but the install conflicted with a GAIM/Jabber (now called Pidgin - that story is yet another reason to HATE AOL) installation I have and I really do not want to mess with that.
|
 |
|
Comments (0)
|
More...
|
|
|
Regular Expression - Validating Time |
|
The Mighty Blog
|
By Will Strohl on
4/10/2007
|
|
|
|
I am just an amateur when it comes to regular expression, but I plan on getting a whole lot better at it. There is too much potential there to not want to use it more often. I just came up with a regular expression pattern to validate time format. It has some small checks incorporated for valid times, but it is not 100% inclusive.
|
 |
|
Comments (0)
|
More...
|
|