There's this horrible trend whereby people grab 10 or so things, collect them together under the title "Top N something somethings", slap some ads on to make cash and submit it to websites.
Disable right-click
Horrible, horrible, horrible. Also, easy to bypass.
Disappearing search field text
Fair enough, but worth remembering about the HTML5 placeholder attribute.
Opening links in a new window
If it’s not valid in your code then it’s not valid if you insert it dynamically. Just suck it up if you need this.
Detect browser
Really? :(
Preloading images
Guess this could be useful.
CSS Styleswitcher
HTML has a built in syntax for this: rel="alternate stylesheet"
Columns of equal height
Can be useful, but nasty implementation (global variables a-go-go for a start). You can usually do this with background images in CSS anyway.
Font resizing
Replicates more default browser functionality.
Get the mouse cursor x and y axis
OK.
Verify if an Element is empty
Huh? Why would you even want this?
7 comments
[ 3.8 ms ] story [ 30.4 ms ] threadThe content just seems to be compiled from other sources: http://www.opensourcehunter.com/2010/02/27/26-cool-and-usefu... (Which, to be fair the author links too... I'm just not sure why the submitter doesn't link to the original source.)
Where's my three strikes rule?
I don't know why people vote this rubbish up.
Disappearing search field text Fair enough, but worth remembering about the HTML5 placeholder attribute.
Opening links in a new window If it’s not valid in your code then it’s not valid if you insert it dynamically. Just suck it up if you need this.
Detect browser Really? :(
Preloading images Guess this could be useful.
CSS Styleswitcher HTML has a built in syntax for this: rel="alternate stylesheet"
Columns of equal height Can be useful, but nasty implementation (global variables a-go-go for a start). You can usually do this with background images in CSS anyway.
Font resizing Replicates more default browser functionality.
Get the mouse cursor x and y axis OK.
Verify if an Element is empty Huh? Why would you even want this?