CodingTuts.com New Tutorials http://www.codingtuts.com The 10 newest tutorials published on CodingTuts.com en-us Copyright 2008 CodingTuts.com Dynamic AJAX content This tutorial will show you how you can dynamically change the contents of your web pages with the click of a link by using a little bit of AJAX and JavaScript. Python Wednesday 28th of May 2008 http://www.codingtuts.com/coding-tutorials/javascript/page-objects/dynamic-ajax-content Heading image replacement This short tutorial will demonstrate a quick technique so that you can use any font you want for your heading tags even if the user does not have that font on their system. Python Wednesday 28th of May 2008 http://www.codingtuts.com/coding-tutorials/xhtml-and-css/miscellaneous/heading-image-replacement Rounded corners with CSS (2 methods) There are plenty of solutions to having rounded corners in your designs but which is best? This tutorial covers the main methods using CSS, a few images and a little touch of magic. Python Wednesday 14th of May 2008 http://www.codingtuts.com/coding-tutorials/xhtml-and-css/page-design/rounded-corners-with-css Online user counter Ever wanted to know exactly how many people are on your web site at any given time? This tutorial will teach you how you can create a script which will tell you exactly that. Python Wednesday 14th of May 2008 http://www.codingtuts.com/coding-tutorials/php/counters-and-statistics/online-user-counter Collapsible page objects (divs, tables, anything...) Create collapsible objects which on the click of a link or button will hide/show its contents. Perfect to keep some elements hidden unless the user specifically clicks to show them. Python Monday 5th of May 2008 http://www.codingtuts.com/coding-tutorials/javascript/page-objects/collapsible-page-objects Center align text with GD Using GD's powerful image library it is possible to do all sorts of great things. This tutorial will teach you how to align a text string so that it is in the center of your image. Python Monday 5th of May 2008 http://www.codingtuts.com/coding-tutorials/php/image-manipulation/center-align-text-with-gd