In this tutorial we’ll take a look at how to create an easy 3D effect which can be used for a web navigation sidebar. 1. Create a new document in Photoshop 500 high x 300 wide pixels...
Author: Kubrick
Category: Wordpress
HTML, CSS, and JavaScript got invited to a halloween party. They decided they would all dress up as each other! HTML went as JavaScript: <div id="pumpkin" onclick="alert('Boo!');"></div> JavaScript went as CSS: var jackolantern = document.getElementById('pumpkin'); jackolantern.style.color = "orange"; jackolantern.style.backgroundColor...
Author: Kubrick
Category: Wordpress
Tags: christian
Click-and-drag to rotate these complex objects through a pseudo three dimensional space. It’s a familiar design pattern, but one that is particularly difficult to pull off...
Author: Kubrick
Category: Wordpress
Episode 85 of The SitePoint Podcast is now available! This week your hosts are Patrick O’Keefe ( @iFroggy ), Stephan Segraves ( @ssegraves ), Brad Williams ( @williamsba ) and Kevin Yank ( @sentience ). They are joined by...
Author: Kubrick
Category: Wordpress
The BBC website is one of the most popular destinations on the Web. ...
Author: Kubrick
Category: Wordpress
You have one dropdown menu, and depending on the user’s choice in that one, a second dropdown gets filled with choices. ...
Author: Kubrick
Category: Wordpress
“Patents: If people had understood how patents would be granted when most of today’s ideas were invented, and had taken out patents, the industry would be at a complete standstill today.” —Bill Gates, May 16th, 1991 in an internal...
Author: Kubrick
Category: Wordpress
When faced with MySQL administration tasks, many developers rely on phpMyAdmin . As the name implies it’s written in PHP, so it can be installed on your web server and accessed from a browser...
Author: Kubrick
Category: Wordpress
A while ago, I wrote about using the throw statement for debugging . Unfortunately, the title of that post confused the issue somewhat; it was never my intention to suggest that the throw statement should replace alert() for debugging...
Author: Kubrick
Category: Wordpress
Tags: throw
Social sharing is an excellent way to increase your web site traffic, find new subscribers and get the most out of your published content. Whether the sharing takes place via Twitter, Facebook or another method, the easier you make...
Author: Kubrick
Category: Wordpress