Tie it Together using jQuery
Chris Missal
Using the rel attribute, you can tie together your DOM elements in jQuery for simple, yet effective code.
Tab-Like Click Toggle in jQuery
Chris Missal
This short sample using jQuery shows how you can implement a tab-like click toggle without much work.
Useful String Extension Method
Chris Missal
Here is a short example of how to extend the String class using extensions methods in .Net 3.5.
XmlException - Name cannot begin with the . character
Chris Missal
At least one way how to fix an odd XmlException thrown by .Net when loading an Xml document via the .Load() method.
Load Drop Down with jQuery
Chris Missal
Using jQuery and some clever code, you can fill in your drop down box as soon as the page is loaded.
Live X-Path/Xml Queries
Chris Missal
View live X-Path query examples. Use this to write your own X-Path on the sample and highlight the resulting query.
Autogenerate XML from MySQL in PHP
Chris Missal
How many database calls can you possibly make in one day? Check out this PHP and MySQL/Xml caching code.
VB.Net - Command Line Options
Chris Missal
Excellent error messaging for VB.Net console applications; uses command line options and friendly messaging with enumerations.
Creating Dynamic Form Lists
Chris Missal
How can you make your forms a little more spicy? Use some custom JavaScript and CSS!