Actually, HTML is Deprecated by the W3C (If it's not it is going to be). And HTML has its share of problems, too. The biggest reason is because I use an XML paraser to create and edit my webpages for...
Why would you want to play a sound? There is NO reason to have sound play on a web page. If it is an audio file, have users download it diffrent formats like ogg and mp3. If there is a REALLY good...
you really shouldnt depend on javascript to do this...
you should give every item its own page, along with the 'gallery' that you currently have. (so clicking on the picture will select the item you...
A. try changing $HTTP_GET_VARS to $_GET
B. dont use the shorthand tag <? use <?php , instead
C. Don't use Frames. If you want to redirect, use header('location: http://URL/page/') , instead
Thats WRONG. It is a webdevelopers job to ALWAYS support EVERY (modern) brower.(support FF, lynx, and dont bother for supporting IE4 and netscape 4.x, ect.)
If you don't, you are losing close to 15%...
Acessability is escencial for everyone. Always program with XHTML, use javascript only to add 'effects' that arnt nessary to load a page (i.e. using it to validate a form before submission, so the...