Posts Tagged ‘Html’

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

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

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 Mini-Tut: Using jQuery .live() With Dynamic Content ›

Illuminati WordPress Theme Updated on Themeforest

Mar09
Illuminati WordPress Theme Updated on Themeforest

I'm pleased to announce the release of my first WordPress theme on Themeforest. Illuminati is a completely customizable WordPress template with three different color schemes and three dark variations of those color schemes. It can be light and airy or dark and mysterious based on the template you choose from an extensive custom options panel in the WordPress admin section.
Continue Reading Illuminati WordPress Theme Updated on Themeforest ›

Everything You Wanted To Know About DOCTYPE

Feb23
Everything You Wanted To Know About DOCTYPE

Document Type Declaration. The differences between the many versions can be pretty confusing if you don't know which one you're supposed to use and why. In this post I will break down which DOCTYPE does what and why it's beneficial to use it.
Continue Reading Everything You Wanted To Know About DOCTYPE ›

What’s In Your Design and Development Toolbox?

Feb13
What’s In Your Design and Development Toolbox?

While working on a simple project today, I realized how much I rely on the many tools at my disposal that allow me to accomplish the things I need to get done very easily.

I'm always sharing these tools with friends and co-workers, and so I ask the question "What's In Your Design and Development Toolbox"? Here are a few of my favorites.
Continue Reading What’s In Your Design and Development Toolbox? ›

Stupid jQuery Tricks

Dec14
Stupid jQuery Tricks

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 Stupid jQuery Tricks ›