Tutorials and tips covering HTML, CSS, jQuery and PHP for web designers and developers. Discussion of the latest Internet technology and search engine optimisation news.
Using a JavaScript framework such as jQuery enables you to add interactivity and increased functionality to your website.
You don’t have to be a programming whiz to be able to use some of the features on jQuery. As you familiarise yourself with the code, you will probably find adjusting code to suit your needs quite straight-forward. Read the rest of this entry »
Tags: JavaScript, jQuery, Resources, Tutorial
Posted in jQuery | No Comments »
Getting inspiration for new projects and layouts can be difficult. However, there are several high-quality sites dedicated to the graphics, code, colours, fonts that can make your website stand out from the crowd.
Smashing Magazine provides links to wordpress themes, web design tips and tricks and graphics. Read the rest of this entry »
Tags: Resources, Web Design
Posted in Web Design | 3 Comments »
By using CSS, a web developer can give users a useful and professional way to print-out pages from their website.
By using CSS media selectors, modern browsers can pick-up a different stylesheet for handheld devices, screen readers and print-layouts.
Now we will look at producing a Print CSS file (the CSS could be placed in the head of the page, however, it is good practice to use external CSS files, therefore we will look at external CSS for this article). Read the rest of this entry »
Tags: CSS, Tutorial
Posted in CSS | No Comments »