Your tag search for qr-code showing results from 1 to 24 of 97
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
Link Thumbnail
The main idea is to create a thumbnail 'tooltip' for external links; which would be very useful if it can be hacked to allow a:focus as well as a:hove [...]child selectors
I found this nice explanation of child selectors on the css-discuss forum:What does it mean when there's a ">" in the css code? For example:li.sub [...]Competent Classing
I've just discovered an amazing CSS technique at Me yerweb that I wasn't aware off; I'll need to run through the code on all my sites now and strip [...]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
CSS multiple background images
This funky feature works in Safari and Konqueror: screenshot here. The code looks a bit like this:body {background-image: url(tigerdisc.png), url(sp [...]Code compressor
Inovative idea from w3compiler: crunch all your code to save file size and therefore bandwidth.- up ↑
- web design
- 23rd Sep 2004
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
15 CSS Properties You Probably Never Use (but perhaps should)
Great list of CSS properties, most of which I do not use. I like the idea of the clip property.
Timezones
If you need to set your timezone then here's a list of TZ descriptions. Just include this line of PHP into the approriate script: putenv("TZ=Euro [...]CodeHighlighter
CodeHighlighter is a lightweight, unobstrusive and fully configurable script for displaying code examples highlighted in a way similar to the way ma [...]- up ↑
- web design
- 23rd Dec 2005
Web Authoring Statistics
Google Code has come up with a broad study into the popularity of the authoring techniques used when making web pages. [...]- up ↑
- web design
- 29th Jan 2006
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
Find out when a web page was last updated
Here's a handy way to check the last updated date and time of a web page. Open up the web page you want to check and then type this into the address b [...]- up ↑
- web design
- 29th Apr 2007
Import an Excel file into MySQL
After uploading the Excel file to your web space, use this SQL:load data local infile '/complete/path/to/your_csv_file.csv' into table table_namefield [...]CSS rounded corners without images
Using the proprietary Mozilla specific CSS reference -moz, rounded corners can be achieved without using images. Full explanation and example at vi [...]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
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
XML MySQL dump
When you want to make backups of your MySQL db's you can use mysqldump. Additionally you can dump it as well-formed XML, which could be handy! [...]file extensions with php
you can drop the file extension in your url's to leave nice and clean addresses like theletter.co.uk/contact instead of theletter.co.uk/contact.php. [...]- up ↑
- web design
- 11th Apr 2005





