Creating a ‘Search Engine Friendly’ URL
June 28, 2010 | Comments | Javascript
Creating a ‘Search Engine Friendly’ URL automatically from another field, ie: the Title
[More]
www.maggsweb.com
June 28, 2010 | Comments | Javascript
Creating a ‘Search Engine Friendly’ URL automatically from another field, ie: the Title
[More]
April 14, 2010 | Comments | CSS, Javascript
Ever wondered how to do the Increase/Decrease font sizes without reload…?
[More]
February 5, 2010 | Comments | Javascript
Show/Hide areas are common place now all over the web and are an easy way to display large amounts of information that may/may not be useful to all readers. The [+] and [-] images are the key, and changing these must be seamless..
Enter jQuery.
[More]
February 5, 2010 | Comments | Javascript
Ever clicked a link only to find out that the image/download was massive and you wished you hadn’t? Wouldn’t it have been nice to have an idea of the file-size when hovering over the link?
[More]
December 15, 2009 | Comments | Javascript
Want to determine the browser version for conditional Javascript/JQuery ? Use JQuery then.
[More]
October 21, 2009 | Comments | CSS, Javascript
This is a new one, and pretty cool. The ‘content’ attribute automatically adds code / text / attributes to the start or end of any tag, depending on the pseudo class.
August 4, 2009 | Comments | HTML, Javascript
…like ‘Enter’ for instance.
July 26, 2009 | Comments | HTML, Javascript
This is another functionality that I have been looking or for a while. I haven’t tried it yet, but intend to add this to my default toolbox! I am sticking it here for now – and will update this when I have used it.
July 26, 2009 | Comments | HTML, Javascript
‘Bookmark Me’ is a sort of IE thing and doesn’t usually work in FireFox, Safari, Chrome, etc.. so as a FireFox user I’ve never bothered with a bookmark links before.
FireFox users know that Ctrl+D is the shortcut for these browsers, and that most ‘Bookmark Me’ links just aren’t work clicking – as they won’t work.
And then I found this…
March 13, 2009 | Comments | CSS, Javascript
Some CSS effects don’t work in IE, damn them, so that leaves 2 options.
Either forget that you have coded some nice roll-over effects that the majority of people wont see…
Or, add an IE-specific javascript fix.
[More]