Posts Tagged ‘Tutorial’

Show Shared Google Reader Items on Your Site

Jul
20
2009

Google Reader logoGoogle recently launched some updates to Google Reader. This includes the ability to search for users who are sharing items publicly from within Reader. You can also search for keywords to find people who are talking about topics of interest to you. (more…)


10 jQuery Tutorials

Apr
10
2008

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. (more…)


Printer-friendly CSS Pages

Feb
28
2008

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). (more…)