no
32

Social Networking websites for developers and designers

Posted by admin 984 days ago via http://www.allgraphicdesign.com
Tags: web 2.0

A comprehensive list of community sites for graphic designers and web designers More..

no
32

A third way to write and validate forms – HTML5

Posted by admin 998 days ago via http://cssgallery.info
Tags: css-html php server

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
27

!important in CSS used to your advantage.

Posted by admin 998 days ago via http://www.mStudiosTALK.com
Tags: css-html

Good tidbit to know :

Firefox renders !important, Internet Explorer doesn’t.
For Example :
margin-left:10px !important;
margin-left:5px;More..

no
25

CSS Opacity That Doesn’t Affect Child Elements

Posted by admin 1021 days ago via http://www.impressivewebs.com
Tags: css-html

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..

no
27

CSS quick hack for IE

Posted by admin 1021 days ago via http://www.mStudiosTALK.com
Tags: browser css-html

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..

no
25

Add a Custom “Trendy” Border Around Blog Images With CSS & JavaScript

Posted by admin 1029 days ago via http://www.impressivewebs.com
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
27

Basic copy-paste accessible contact form

Posted by admin 1029 days ago via http://cssgallery.info
Tags:

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
25

Stringing of Classes in CSS

Posted by admin 1029 days ago via http://www.mStudiosTALK.com
Tags: css-html

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
24

Ajax From the Ground Up: Part 2 - Sending Data to the Server

Posted by admin 1063 days ago via http://www.impressivewebs.com
Tags: ajax server tutorial

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
21

Create short IDs with PHP - Like Youtube or TinyURL

Posted by admin 1070 days ago via http://kevin.vanzonneveld.net
Tags: php

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. ForMore..