Object Doesnt Support this Property or Method (IE)

17th
May
javascript icon

I recently encountered this problem using Javascript and Internet Explorer. It worked perfectly fine in other browsers although (for a change) I think MSHTML has got this right enforcing good practice.

Object Doesnt Support this Property or Method can occur in Internet Explorer when you declare a variable that has the same name as a document object.

Flex 3 with PHP

30th
Jul
php icon

I’ve recently started to develop with the Linux alpha version of Flex Builder and was looking around for a decent introduction for using Flex 3 with PHP. Unfortunately there was nothing basic and the majority of articles related to Flex 2 and simply didn’t work. So here is an article ground down to the bare basics.

GIMP Graphical Content Divider

4th
Jul
gimp icon

In this reference we’ll take a look at creating a nice content divider for a web page that repeats horizontally. I don’t know the exact term for an effect like this but “Graphical Content Divider” will suffice.

Nested Lists in XHTML

4th
Jul
websitedevelopment icon

Putting lists inside lists does not validate with the W3C Markup Validation Service. The only method to nest lists relatively with valid XHTML is to nest the entire list within a list element.