Monday, July 30, 2007

Developing CSS and Javascript

When developing CSS and Javascript all help available is much appreciated. One way to go is to use hook up your browser with plug-ins.

My previous plug-in of choice was Web Developer for Firefox but I was never really satisfied. My new favorite is definitely Firebug. I can't even put any words to tell you how impressed I am by this tool. Add it's buddy HTML Validator and you got a strong duo that will make you, Google and your customers happy :)

Without doubt you, as a web developer, are brutally aware of the fact that Firefox and Internet Explorer renders things differently. Luckily Microsoft recently released Internet Explorer Developer Toolbar. It's not as good as Firebug but it still helps a lot. I don't really see this as a problem because you should always build your web applications for Firefox and then customize them for Internet Explorer using conditional comments (<!--[if IE]> and so on). When testing for Internet Explorer 6, and that is absolutely needed since more than 50% still uses it according to TheCounter, I simply use a lightweight Virtual PC image supplied by Microsoft.

Monday, June 4, 2007

Problem opening documents from Sharepoint

Symptom

When trying to open a document from Sharepoint the browser freezes.

Possible cause

Upgrading from Office 2003 to 2007.

Solution

  1. In Windows Explorer, navigate to C:\Program Files\Microsoft Office\Office12
  2. Delete owssup.dll
  3. Run the Office diagnostics by selecting Start > All Programs > Microsoft Office Diagnostics. This tool will find the missing component and install the "correct" version.

I actually couldn't follow step 3 since I didn't have Office diagnostics installed. I used Repair from the installation wizard instead and that worked like a charm.