Posts tagged with 'code snippet' from 1 to 24 of 127
send your xhtml as application/xhtml+xml
If you use PHP to serve your web pages, then here is the code snippet to use for determining if a user's browser is xhtml compliant.if ( isset($_SER [...]
- up ↑
- web design
- 16th Dec 2004
Eolas ActiveX Solution from Microsoft
If you are embedding anything in your web page which using the applet, embed or object elements, then here's some Javascript from Microsoft to help [...]
- up ↑
- web design
- 23rd Mar 2006
12 Steps to Better Code
This is a personal bookmark for myself really, but well worth reading if you work for a software development company: 12 Steps to Better Code. [...]
- up ↑
- web design
- 27th Sep 2004
Code compressor
Inovative idea from w3compiler: crunch all your code to save file size and therefore bandwidth. [...]
- up ↑
- web design
- 23rd Sep 2004
dev.mobi
As Anne says, it's too late stop this .mobi business, so you may as well learn how to serve your websites for .mobi sites [...]
- up ↑
- mobile devices
- 14th Nov 2006
Nokia Mobile Browser Code
Nokia have made the code for their browser open to all. Dave Shea discusses this in more detail. [...]
- up ↑
- mobile devices
- 31st May 2006
25 Code Snippets for Web Designers (Part1)
Great list of web design tips and tricks - I like the Poll software idea. [...]
- up ↑
- web design
- 16th Mar 2007
Replace target="_blank"
Using to open a hyperlink in a brand new window is not strictly valid for XHTML 1.0 and HTML 4.01. There is however a simple way round this using [...]
- up ↑
- web design
- 19th Oct 2003