CSS Colour Quick Tip
- 18th June 2009
- the simple things
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. Continue reading
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. Continue reading
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. Continue reading
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. Continue reading
For Designers and Developers