-
Include jQuery in WordPress Theme
if( !is_admin()){ wp_deregister_script(‘jquery’); wp_register_script(‘jquery’, (“http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”), false, ‘1.4.2’); wp_enqueue_script(‘jquery’); }
-
Cycling apps for Iphone and Blackberry
Iphone / Ipad cycling apps Cyclemeter GPS Cycling Computer for Road & Mountain Bikingvan Abvio LLC Cyclemeter turns your iPhone into a powerful GPS stopwatch, giving you feedback and motivation to go farther, become faster, be healthier, and live longer. ? Supports iOS 4 and multitasking! ? Named Best of Show at Macworld 2010 by […]
-
CSS3 Animation Example
Download Files View Demo
-
Free Business Card Jeans Style
Free Business Card Template Jeans Style Download Files View Demo
-
Disabling wpautop() – WordPress Editor
Disabling wpautop() To disable wpautop(), just add this code to your theme’s functions.php file:
-
Oscommerce – 1064 – You have an error in your SQL syntax;
Client of mine had an error in an old version of Oscommerce with the featured product. Error: Featured Products 1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘-20, 20’ at line 1 select p.products_id, pd.products_name, s.featured_id, […]
-
Glyphs en Tekens
Description Name Glyph Numeric Glyph no-break space = non-breaking space   inverted exclamation mark ¡ ¡ ¡ ¡ cent sign ¢ ¢ ¢ ¢ pound sign £ £ £ £ currency sign ¤ ¤ ¤ ¤ yen sign = yuan sign ¥ ¥ ¥ ¥ broken bar = broken vertical bar ¦ […]
-
WordPress – Add Javascript to a Single Post
Add the following immediately before the call to wp_head: For example, if you want to use a javascript called custom.js on your post, you’ll have to create a folder in your theme directory called js and put your jacascript there (for me the path would be www.domainname.com/wp-content/themes/yourtheme/js). Then add a Custom Field to your post […]
-
WordPress – Add CSS to a Single Post
Add the following immediately before the call to wp_head: For example, if you want to use a stylesheet called custom.css on your post, you’ll have to create a folder in your theme directory called css and put your stylesheet there (for me the path would be www.domainname.com/wp-content/themes/yourtheme/css). Then add a Custom Field to your post […]