Looking for a nice easy to implement set of templates for responsive HTML emails, these look great and I'm sure I will...
Coding Articles
Make wordpress faster and more reliable
So it looks like I finally worked out why my wordpress blogs were sickeningly unresponsive all summer... when you're...
Today I turned a dreamweaver “site” into an android application
After getting my mitts on the lynda.com tutorial on Building Android and iOS Apps with Dreamweaver CS5.5, I decided to...
Make Visual Studio 2010 faster and more enjoyable
Here are a couple of tips and tweaks that should make your visual studio 2010 experience less of a dragggggg.. Set...
First post with my ipad2
This is a little test to see if my iPad will successfully post to my blog!. Today creatively started with me building...
The JQuery Datepicker
[codesyntax lang="html4strict"] <!DOCTYPE html> <html> <head> <link...
Using JQuery AJAX and ASP to set the innerHTML of a textarea
First create your page on the server that can take a parameter to get some form of data and return matches found, in...
I was at the guathon at Leicester Square in London today
Having my brain hammered by the latest asp.net mvc3, knockout.js, c#5 asynchronous web apps... and azure cloud...
Databound DropDownList in C#
Remember to add the usual using directives at the start of the codebehind [codesyntax lang="csharp"] using...