After more than 10 years working behind the scenes on multi-million dollar web applications, John Hawkins has recently started helping individuals and small businesses expand their web presence with custom-tailored presentations that focus on the audience’s specific needs.
John frequently delivers 5,000 foot view concepts to business owners or step-by-step user functions to the people behind the scenes. Each presentation is developed individually to pinpoint the needs of the audience.
In August of 2009, John spoke to a group of developers at WordCamp Portland on the topic of building a plugin for WordPress.
John demonstrates the basics of constructing a plugin, designing it to make the changes you want, and then using that plugin to alter your WordPress site in a persistent way. He Includes some basic discussion on hooks and functions, as well as some sample code.
Video production by Joe Christensen of Blaze Streaming Media.
Since its controversial release, the iPad has been both criticized and admired by the design community.
In this post we have compiled a list of great resources, that teach you how to create your own iPad icons, as well as a collection of ready made icons and PSDs.
As a web designer, I’m proud to be a part of an Apple-loving, forward thinking, technologically advanced group of people that devour tutorials and web design blogs, hoping to create a stellar design that that gets posted in every CSS gallery out there. Yep, we’re a group of people that works hard, plays hard and strives to meet our deadlines, while learning something new along the way.
We’re also a misunderstood group of people, viewed as gothic creatures that shun the daylight because we’re just tragic artists.
Well, I’m here to set things straight. Here are some common misconceptions about being a web designer that just aren’t true.
Origami,from oru meaning “folding“, and kami meaning “paper” is the traditional Japanese art of paper folding. The goal of this art is to create a representation of an object using geometric folds and crease patterns preferably without gluing or cutting the paper, and using only one piece of paper
I have been tweaking my blog to make it load faster, but nothing seems to be helping. And eventhough I don’t have heavy traffic to my blog, often times it goes down And I am hosting my blog with basic hosting package, so is that the problem?
CSS sprites are a way to reduce the number of HTTP requests made for image resources referenced by your site so it will increase page loading speed.This post looks at useful tutorials for CSS Sprites.
Chris Coyier of CSS-Tricks has a three-part video series for downloading and installing WordPress, all the way through everything else involved with designing a custom theme.
Knowledge is a web worker’s number one advantage in an industry where ideas and technologies move fast. Although the internet is full of sites promising such knowledge, there are few quality tutorials or lessons out there. And if you want such lessons for free, then your options are even fewer. Here are 12 multimedia resources for expanding your skillset and staying in front of your competition.
A fun part of customizing WordPress themes is designing a comments format which complements the rest of the site. Darrenhoyt has shared his three examples from recent projects, including code samples and downloads to the original .PSDs on ‘Styling Your WordPress Comments’. All of them looks stunning, are you ready to customize your comments template now?
The Loop is the heart of Wordpress. Creating multiple loops is the way to go if you want to display your content in inspiring and novel ways. Featured posts, portfolio listings, different styled categories, they are all created using multiple Wordpress Loops.
I’ve had a few pagination scripts over the years but I thought i’d share the one that i’m currently using as it’s a useful script to have in your toolbox. As a developer you’ll soon find a need to paginate data when displaying contents from the database, and rather than use JavaScript which could require all the data to be loaded into the page on load, we can use PHP to ensure that we’re only requesting the data that we need from the database.