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...Web Design & Development Blog
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...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...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...