Friday, June 12, 2009

10 Firefox Add-ons for Mobile Developers

The following add-ons are invaluable for anyone developing mobile sites. XHTML Mobile Profile This add-on allows FireFox to support the XHTML Mobile Profile mime type WMLbrowser This add-on allows FireFox to support WAP 1.0. Just in case you are unfortunate enough to need it. FireBug Just as essential for developers of mobile sites as those viewed on the desktop. HTML Validator Because validation...

Wednesday, June 03, 2009

It's M. R. not mister

Not that it really matters, but...With the domain www.mrlacey.co.uk (and .com and .net and .mobi) and the twitter name @mrlacey it might not necessarily be obvious, but the 'mr' refers to my initials, rather than my title.Yes, my full name if Matthew Robin Lacey.Yes, this makes me Mr M R Lacey.No, this isn't a reference to a certain pop act.Notice over, please carry ...

Tuesday, June 02, 2009

In C#: generate a class for an XML file

For my own reference as musch as anything.Often it's useful to have a helper class to work with a complicated XML document. Unfortunately, I seem to most often need to do this for documents for which there is no official schema.Here's a quick way to get things done using xsd.exe."C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\xsd.exe"config.xml"C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\xsd.exe"config.xsd...

Monday, June 01, 2009