WordPress Quick Tip: Correctly Including jQuery

WordPress Quick Tip: Correctly Including jQuery

June 25, 2011 0 Comments

Like many others you probably aren't aware that WordPress includes jQuery as well as many other scripts that aren't turned on by default, you have to include them in your theme header file to utilize it. The right way to do this is pretty easy and I've seen many people just throw a link to the CDN hosted file in and call it good. This isn't the right way to do this and could cause problems along the way for plugins and other files.
Continue Reading

A Collection of Demo and Example Miscellany

A Collection of Demo and Example Miscellany

July 16, 2010 6 Comments

Over the past few months I've acquired quite the collection of demos or working examples of stuff I've quick thrown together for things like how-tips on Nettuts or in the forums over at Themeforest, so I thought I would share them here in the hopes that someone would find them useful.
Continue Reading

How To Code A WordPress Featured Slider

How To Code A WordPress Featured Slider

April 17, 2010 14 Comments

They're pretty much everywhere on just about every blog and website these days, the featured post slider. Not terribly hard to implement, but still confusing to some that do not know the WordPress API. In this tutorial I will show you how to code your own WordPress Featured Post Slider and integrate it into your WordPress theme.
Continue Reading

Mini-Tut: Using jQuery .live() With Dynamic Content

Mini-Tut: Using jQuery .live() With Dynamic Content

March 13, 2010 0 Comments

When using jQuery and loading content dynamically or with an AJAX call, any event attached to the content that is loaded either has to be rebound again after the content has been loaded or you can attach an event handler using the .live() event.
Continue Reading

Create a User Link Feed Bookmarklet

Create a User Link Feed Bookmarklet

January 18, 2010 0 Comments

Many design and tutorial sites out there have a user submitted links section or community links page in which users can submit their links and have them featured on the site in question. I thought it would be handy to provide users with a bookmarklet that would auto-fill the information into the form making it easier for users to submit these links.
Continue Reading

Stupid jQuery Tricks

Stupid jQuery Tricks

December 14, 2009 18 Comments

If you are like I am and use jQuery to add functionality or enhance your site, you're almost always looking to learn something new or different ways to add a cool new function using the most popular JavaScript library out there. While none of these functions are actually stupid, they will show you some popular tricks to add effects and features to your site.
Continue Reading

A Collection of CSS Rounded Corner Tutorials

A Collection of CSS Rounded Corner Tutorials

November 16, 2009 1 Comment

Sometimes creating rounded corners with Css is a big challenge for most designers. Many will end up with a design where they don’t use rounded corners in order to avoid the entire rounded corner kerfuffle that has always been an issue in HTML/ CSS. The question has always been which method or solution is best, and what is the easiest way.
Continue Reading

How To Parse XML Using jQuery and Ajax

How To Parse XML Using jQuery and Ajax

October 26, 2009 12 Comments

In this tutorial I will show you how to parse or process an xml document to display the data on a page in html form. It can be used to filter raw RSS feeds, set up a cool sitemap on your blog or even the groundwork for your own search auto complete.
Continue Reading

Scroll to top