Social Networking websites for developers and designers
A comprehensive list of community sites for graphic designers and web designers More..
- 3 comments
- Tweet This!
- Views 172
- Clicks 17
A third way to write and validate forms – HTML5
After writing an accessible form in XHTML and validating it with a PHP server side script & after that with a Mootools client-side script, I write... More..
- No comments
- Tweet This!
- Views 131
- Clicks 3
!important in CSS used to your advantage.
Good tidbit to know :
Firefox renders !important, Internet Explorer doesn’t.
For Example :
margin-left:10px !important;
margin-left:5px;
- No comments
- Tweet This!
- Views 125
- Clicks 0
CSS Opacity That Doesn’t Affect Child Elements
This is a quick tip to demonstrate a way to work around the problem of child elements in your HTML inheriting the "alpha" settings of their parent. This... More..
- 1 comment
- Tweet This!
- Views 137
- Clicks 0
CSS quick hack for IE
This one is “for the records” and not anything I endorse any longer: if you are trying to quickly style something for IE only you can do:#property:... More..
- 1 comment
- Tweet This!
- Views 198
- Clicks 0
Add a Custom “Trendy” Border Around Blog Images With CSS & JavaScript
Tags: css-html javascript opinion tutorial
One particular design trend that has caught my attention of late on web development and graphic design blogs is the fancy gray border that surrounds images... More..
- No comments
- Tweet This!
- Views 131
- Clicks 0
Basic copy-paste accessible contact form
A good way to learn about accessibility is through examples and discussions. In this post I will try to translate the WCAG sometimes-hard-to-get rules... More..
- No comments
- Tweet This!
- Views 296
- Clicks 0
Stringing of Classes in CSS
The power of CSS are it’s cascading laws and abilities. If fully understood it will simplify your styling tremendously, if not, you can get caught... More..
- No comments
- Tweet This!
- Views 129
- Clicks 0
Ajax From the Ground Up: Part 2 - Sending Data to the Server
This is the second tutorial in a series explaining how to implement Ajax "from the ground up", so if you haven't yet checked out the first tutorial, then... More..
- No comments
- Tweet This!
- Views 147
- Clicks 0
Create short IDs with PHP - Like Youtube or TinyURL
IDs are often numbers. Unfortunately there are only 10 digits to work with,
so if you have a lot of records, IDs tend to get very lengthy. For
- No comments
- Tweet This!
- Views 113
- Clicks 0

