1 2 3
Copyright © 2007<?php echo (intval(date('Y')) != 2007) ? date(' - Y') : '') ?> - All Rights Reserved - Design by scott2010_h
JavaScript On Simple Form Validation
by travis,
October 04, 2007 07:09
oops, the button should be ...
1 2 3
$(function() { $("#formID").bind("submit", function() { ...
JavaScript On Simple Form Validation
by travis,
October 04, 2007 07:06
You could really reduce you...
1 2 3 4
Date.prototype.addDays = function(daysToAdd){ return this.setDate(this.getDate() + daysToAdd); } ...
1 2 3
Private Function GetPreviousMonthsXml(ByVal months As Integer, ByVal startDate As Date, ByVal xDoc As XmlDocument, ByVal path As String, ByVal nodeName As String) As XmlDocument ...
VB.NET Load XmlNodeList into an Xm...
by travis,
October 01, 2007 08:16,
No refactoring, tagged with xml, node, xmldocument, vb, .net, nodelist, asp.net
Basically I'm just try to l...

d'oh, i forgot a ';' :-(