Building a Custom Lifestream Website with Sweetcron
Sweetcron is “The Automated Lifestream Blog Software”. It is still in public beta, but is already a very nice blog software package. The beauty of... more »
0 commentsSave Tags: php, web design, xml
10 Essential Principles of the Javascript Masters
JavaScript is one of the most widely used languages in web development. It's simple, yet very powerful, and the number of ways that it can be used are... more »
0 commentsSave Tags: javascript
Create an iPhone Interface from any RSS Feed
Tutorial (and free download) for creating a web interface for the iPhone from any RSS feed. Incredibly simple to install on your own site and... more »
0 commentsSave Tags: css-html, javascript, web design
Create an iPhone Interafce from any RSS Feed
Tutorial (and free download) for creating a web interface for the iPhone from any RSS feed. Incredibly simple to install on your own site and... more »
0 commentsSave Tags: css-html, javascript, web design
Create an unobtrusive photo gallery with jQuery
Creating a photo gallery plugin for jQuery from start to finish.
0 commentsSave Tags: javascript
Starry Night: Incredible 3D Background Effect with Parallax
Think of parallax as what you see when you look out of a moving train. Close objects move by quickly, distant object slowly. This is an example of how... more »
1 commentsSave Tags: css-html
Techniques for Fighting Image Theft
There will never be a perfect way to stop image theft, but you can at least stop the most egregious theft of all: hotlinking. There are some other... more »
5 commentsSave Tags: css-html
Judging the Candidates Based Upon What Else? Their Website!
A battle between the major candidates websites. Who has the cleanest code?
0 commentsSave Tags: css-html
9 Signs You Shouldn't Hire THAT Web Guy
1. He Calls Himself a "Webmaster". Haha.
1 commentsSave Tags: css-html, usability
Multiple Backgrounds: Oh, What a Beautiful Thing
The background property spec in CSS 3 includes multiple backgrounds. This is going to be an incredible improvement for the semantically-minded CSS... more »
0 commentsSave Tags: css-html
Rate Your CSS Skill Level
It's been broken down into six levels. Takes into account things like understanding of the model, experience, access to resources, etc.
0 commentsSave Tags: css-html
Deprecated Elements Still in Widespread Use
Most deprecated HTML elements are deprecated because the have CSS equivalents. This is a list of the ones still in most widespread use and what to use... more »
0 commentsSave Tags: css-html, web design
Styling a Textarea with CSS and Javascript
Textareas can be controlled with CSS styling as well as some Javascript-specific events like on onFocus and onBlur. This is an example of how to do... more »
0 commentsSave Tags: css-html, javascript, web design