iandevlin.com

Icon

A mixture of musings on web design & development, history, and life

Web Developer for Hire

for hire

I have made a few changes to iandevlin.com, adding a new services section to indicate that I am now also available for hire to do freelance web design and development work.

I do work full-time so my availability might be limited, but it’s best to contact me first to check my workload. But please do get in touch.

A brief list of the web development skills I can offer:

  • XHTML
  • HTML5
  • CSS
  • JavaScript
  • jQuery and MooTools
  • ASP.NET: C# and VB.NET
  • Object Oriented PHP
  • MySQL
  • SQLServer 2005
  • IIS
  • Apache

Recreating a .designer file in Microsoft Visual Studio 2008

If, like me, you sometimes end up with a corrupted designer file in Visual Studio, the best way to recreate it is as follows:

  • Delete the current .designer file
  • Right click the .aspx file and select “Convert to Web Application”

And that’s it, the file should be recreated.