HTML <li class=""><!-- leave the empty class --> <a href="#" id="drop2" role="button" data-toggle="dropdown">Dropdown 2 <b></b></a> <ul role="menu" aria-labelledby="drop2"> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li> <li...
Parallax Page Scrolling
Open a Link in a New Window
BAD: <a href="backuplink.html" class="doSomething">Click!</a> And the Javascript inside the myscript.js file would contain something like this: Good: $('a.doSomething').click(function(){ // Do something here! alert('You did something, woo hoo!'); }); Read more...
Multiple Select Dropdown
Hidden other box appears from selecting ‘other’ in drop down box.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Email</title> <!--load javascript is the code below --> <script type="text/javascript"...
PHP WordPress Author BIO with Gravatar Image
The Code <div id="author-bio"> <h3>About The Author</h3> <?php echo get_avatar( get_the_author_email(), '80' ); ?> <h4><?php the_author(); ?> on <?php the_time('l, F jS, Y') ?></h4> <?php the_author_description(); ?> </div><!--end author-bio--> Breakdown: <div id="author-bio"> (the div tag is for styling in CSS) <h3>About The Author</h3> (author header...
Make a Tool Tip from a Title Tag: Awesome JQuery Tooltips
I created my social media icon titles using Jquery. Learn how to customize your own title tags and tool tips here: http://jquerytools.org/demos/tooltip/index.html What I used: CSS Code: .tooltip { display: none; background:transparent url(http://desaraeveit.com/wp-content/themes/Trim/images/tooltip-arrow.png); font-size:12px; height:70px; width:160px; padding:25px; color:#eee; top: 53px !important; } .tooltip a...
WordPress PLUGIN: PEDIGREE BUILDER (Family tree builder for horses)
Requires WordPress Version: 2.8.6 or higher Compatible up to: 2.8.6 Last Updated: 2011-31-1 View a live example of the plugin at http://coolriverranch.com (look under any of the horses or choose a horse fromhttp://coolriverranch.com/pedigree) This plugin allows you to organize family trees and data about your horses. Great for horse organizations, Equine Lovers, Breeders and Ranchers. Could also be edited to be used for any animal. If...
  Sign up for the Newsletter
  Follow DesaraeV on Twitter
  Subscribe to the RSS Feed








