Photo by Ruud
In our previous Quick and Dirty posts, we looked at speeding up and optimizing various aspects of webpage code, whether this is CSS, PHP or just shortening the amount of time it takes to generate XHTML code.
Now in this final installment, we’re going to look at a way to optimize page load times [...]
Tags:
code,
web design
In the previous 2 weeks, we’ve looked at how to use CSS shorthand to reduce the size of your stylesheets, and how to speed up the development of HTML pages.
In this week’s quick and dirty set of tips, we’re going to look briefly at optimizing PHP code.
Increasing Site Performance In PHP
Unlike optimizing your CSS code, [...]
Tags:
code,
PHP,
web design
Photo by Wardofsky
In a press release Thursday (Dec 11, 2008), the W3C has promoted the new WCAG 2.0 Web Content Accessibility Guidelines into the current recommendation.
The new WCAG 2.0 Web Content Accessibility Guidelines (current W3C Recommendation) builds and expands on the previous WCAG 1.0 Accessibility Guidelines released several years ago.
The WCAG 1.0 and WCAG 2.0 [...]
Tags:
accessibility,
web design
Last week we learned how to save time and file size by using CSS shorthand in our CSS code. This week we’re looking at a tool to speed up creating your XHTML pages and files.
Each time you get ready to begin a site, you have to add certain things to each page:
Document Type Declaration (DTD [...]
Tags:
code,
online tools,
web design
I’ve decided to provide some quick and dirty tips and code snippets over the next few weeks that are useful for beginners and good reminders for us that have been building websites for a while.
This first set of quick and dirty tips involves 4 CSS shorthand tips for shortening the amount of code you have [...]
Tags:
code,
CSS,
web design