Huskie


Member since 08/01/2011

Name: Darren Huskie

Location: Scotland

Website: http://darrenhuskie.com/

Web Developer

19 snippets

3788 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

Huskie's Recent Snippets



« Prev 1 Next »
CSS code to add a CSS3 box shadow to the bottom of an element only.
0 679 posted 11 years ago by Huskie
With the current combobox implementation, the full list is emptied and re-rendered every time you expand the dropdown. Also you are stuck with setting the minLength to 0, because it has to do an empty search to get the full list. Here is my own im...
0 1302 posted 11 years ago by Huskie
Clear all text fields on focus based on original value with single function. The code checks for a 'title' attribute on each input with class 'text' and compares this to the current value of the field.
0 845 posted 11 years ago by Huskie
IE6 and IE7 don't respect the 'outline' attribute for hyperlinks. This jQuery snippet removes the annoying outline in these browsers.
0 847 posted 11 years ago by Huskie
This code snippet fetches the very latest minified version of jQuery from Google's CDN. If this is not available, we revert to a locally stored version (current version at time of publish was 1.7.1 - update this to suit going forward).
1 849 posted 12 years ago by Huskie
If you place favicon.ico and apple-touch-icon.png in the root of your website, these references are NOT required.
0 693 posted 12 years ago by Huskie
In my opinion, this is the best cross-browser method of clearing floated elements in a container. Remember to add .clear-fix{zoom:1;} to an IE specific stylesheet, otherwise IE 7 will complain.
0 581 posted 12 years ago by Huskie
Remove unnecessary code from the default WordPress header.
0 640 posted 12 years ago by Huskie
To get the most recent version in the 1.x.x family.
0 698 posted 12 years ago by Huskie
Example call: $menuName = sleek_get_theme_menu_name('footer-menu')
0 857 posted 12 years ago by Huskie
No modifications or testing carried out yet.
0 913 posted 12 years ago by Huskie
Could possibly be simplified to maximise efficiency. It relies on a separare WP Sleek framework function sleek_get_theme_menu_name. This could ideally be improved to allow the theme location to passed as a parameter somehow.
0 925 posted 12 years ago by Huskie
Add code to theme functions.php file.
0 794 posted 12 years ago by Huskie
Pure CSS3 buttons with 9 pre-defined colours and 3 styles. Adapted from Web Designer Wall - http://www.webdesignerwall.com/demo/css-buttons.html
1 652 posted 12 years ago by Huskie
Useful for WordPress installations that need more than 32M of memory
0 781 posted 12 years ago by Huskie
Add attribute to links to open them in a new window. Example - rel="external". Alternative to target="_blank", conforming to XHTML specification.
0 798 posted 12 years ago by Huskie
Permanent link to latest minified jQuery release at jQuery.com
0 500 posted 12 years ago by Huskie
Trimmed and personalised version of Eric Meyer's Reset CSS.
0 848 posted 12 years ago by Huskie
« Prev 1 Next »