Posts Tagged as dev

CSS Colour Quick Tip

June 18th, 2009 1 Comment

Using commenting in code is a good way to describe sections of code or giving a visual structure, helping anyone else who sees or has to edit the code.

Read more...

Rounded Corners on Input Fields in (almost) all Modern Browsers

June 11th, 2009 1 Comment

Rounded corners in web design is a popular, modern technique. In general, it can give a site a smoother look and feel to the design but the only way to get it working in all browsers is through the use of images. If you apply the method of progressive enhancement then you can use CSS3 techniques to add rounded corners to web elements without the need for images.

Read more...

Enable Safari’s Awesome Built-in Development Tools

June 9th, 2009 1 Comment

Almost all web developers know about Firebug, a plugin for Firefox that makes web development so much easier, at least for developing in Firefox. Not everyone knows that Safari has its own development tools built right in.

Read more...
Page: 1