MaggsWeb:7

www.maggsweb.com

Archive for the ‘ Javascript ’ Category

Creating a ‘Search Engine Friendly’ URL automatically from another field, ie: the Title
[More]

Ever wondered how to do the Increase/Decrease font sizes without reload…?
[More]

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]

Display filesizes

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]

Want to determine the browser version for conditional Javascript/JQuery ? Use JQuery then.
[More]

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.

[More]

…like ‘Enter’ for instance.

[More]

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.

[More]

‘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…

[More]

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]