Journal

Entries marked as: web development

§

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

IETester – testing and debugging in Internet Explorer 6, 7 and 8

internet explorer logos

Like all web developers, I need to test how my pages look in different browsers. Doing this on Firefox, Safari, Opera and the whatever version of Internet Explorer you happen to have on your machine is easy, as they all happily run alongside each other on the same machine.

But what about the different flavours of Internet Explorer (IE)?

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.