Category Archives for Work

It’s all in your head.

Javascript Array to JSON String with JSON.stringify

JSON.stringify is a great little function that I keep forgetting to utilize. It’s here for reference. Fiddle Hit ‘Result’

Also posted in Web development | Tagged | 2 Comments

Create Linked Server SQL Server 2008

Creating a linked server in SQL Server 2008 is a great way to run CRUD statements against a completely different remote server. This method relies on Windows Authentication. This is only one way to do it. There are others. And, if you are going to run SQL statements against a linked server from a web [...]

Also posted in Web development | Tagged | 4 Comments

CreateUserWizard Set Email as Username VB.NET 3.5

Commonly, a login username is the individual’s email address. If you have used the CreateUserWizard in ASP.NET 3.5, you know that the username field and the email field are separate fields. Username is required by the wizard and email is not. If you want to populate the email field in the database with the username [...]

Also posted in .net, Web development | Tagged | 8 Comments

Passed the ColdFusion 8 Certification Exam

Passed the ColdFusion 8 Certification Exam today. Scored a 95 and could not have done it without CF8 Exam Buster. I have heard all the debate on whether or not to take the CF exam and I think most arguments against taking it are rubbish. The real benefit of taking any exam is the fact [...]

Also posted in ColdFusion | Tagged | 10 Comments

Modal Confirmation Dialog on Form Submit: Javascript, jQuery UI, and Thickbox Varieties

jQuery files updated June 23, 2010. Because Thickbox is no longer supported, I may have to drop its example to update the jQuery files in the future. If you liked this post, you might also like the jQuery.ajax and jQuery.post Form Submit Examples with PHP post. I wanted to make a nice modal dialog box [...]

Also posted in jquery, Web development | Tagged , , | 40 Comments