|
|
BLOG
The No Fluff Design Method
No Fluff Design is a functional design method that guarantees you will make a clean and uncluttered user experience where everything has a purpose. As an interesting side effect, a no fluff design typically looks great aesthetically despite (or because of) its emphasis on function over form. I am not exaggerating when I say that No Fluff Design is the single most important discovery I have ever made when it comes to creating a high quality user experience.
See full article
Tutorial - Creating a Web Site Template
See full article
Description:
This article compares various different methods for how you can reuse a header or navigation bar for your web site. It is intended for the beginning web developer, though I assume you have basic HTML knowledge.
The focus of this article is not how to lay out a web site using HTML and style sheets - there are plenty of good resources already available for that. Instead, the focus is on comparing different ways to REUSE common components like a header or navigation bar - to create a header and navigation bar just once and automatically attach it to every page. I had a difficult time finding a good overview of this topic when I started web development, so I created this article in the hopes that it will help future web developers.
Topics Covered:
- frames
- Dreamweaver templates
- PHP templates
- ASP.Net master pages
- Templating software
- and more...
Tips and Tricks - Forms with PHP and Javascript
See full article
Description:
In this article, I share some tricks I learned when I experimented with PHP and Javascript. Some of these tricks are general purpose tricks that make developing in Javascript and PHP less tedious, and some are specific user interface tricks that address how to automate the behavior of your form by making it more data driven. I assume you are able to read and understand basic HTML, Javascript, and PHP.
Topics Covered:
- PHP
- Javascript
- Prototype library
- onDomReady event
- Generating default values for forms
|