jump to content
site map
search this site

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 [...]

comments

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 [...]

comments

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 [...]

comments

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 [...]

comments

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 [...]

comments

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 [...]

comments

Code compressor

Inovative idea from w3compiler: crunch all your code to save file size and therefore bandwidth.

comments

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. [...]

comments

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.

comments

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 [...]

comments

CodeHighlighter

CodeHighlighter is a lightweight, unobstrusive and fully configurable script for displaying code examples highlighted in a way similar to the way ma [...]

comments

Snippely

Snippely

comments

Web Authoring Statistics

Google Code has come up with a broad study into the popularity of the authoring techniques used when making web pages. [...]

comments

DOCTYPE of HTML5

as Anne van Kesteren points out is <!DOCTYPE html>

comments

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 [...]

comments

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 [...]

comments

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 [...]

comments

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 [...]

comments

25 Code Snippets for Web Designers (Part1)

Great list of web design tips and tricks - I like the Poll software idea.

comments

Nokia Mobile Browser Code

Nokia have made the code for their browser open to all. Dave Shea discusses this in more detail.

comments

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! [...]

comments

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. [...]

comments



Subscribe

Subscribe to The Letter by email (opens a new window)

Enter your email address

Delivered by FeedBurner

Twitter

You should follow me on Twitter