There are many caveats and pitfalls with websites that people need to be aware of. Having been in IT for over eight years, here are a five main things to watch out for that I have found. Used Terms Domain: is the name for the site you type into the address bar, such as http://thewebsiteguy.com.au. [...]
I updated the FlowerChix website again. I moved the FlowerChix logo up a little, changed the header border color, added the scrolly image to the right and updated the gallery to move portrait photos to the centre and added a thick border. All over the FlowerChix website looks much better now!
It’s been a while since I posted a browser compliance post so time for another, and this time it will be a little more thorough. IE 8 beta In my Microsoft download notifications E-mails, I noticed a link to the new IE 8 beta. Well, I like looking at beta products, so I downloaded and [...]
I quickly banged together a joomla website today for my alternative rock band, Duty of Man. Have a look! DutyOfMan.Net I will make it a bit prettier in the future. As usual, XHTML, CSS2. It doesn’t work in IE 6 yet (the silly thing doesn’t support PNG transparancy) so I’ll convert it to GIF soon. [...]
December 28 2007 by
Dave in
PHP,
XHTML |
I’m about to start posting on the sinai-central technical blog so I’ll put the first one mirrored here. To start we’ll look at a well formed XHML document encapsulated in PHP. I’ll run a few articles in a series of XHTML and PHP. This particular one was an issue for me and had me stumped for a little while. A basic header for an XHTML document: <?xml version=”1.0″ encoding=”utf-8″?> [...]