Coding tutorials
Hand picked coding tutorials
CodingTuts is a brand new web site design tutorial web site offering high quality coding tutorials covering a number of different areas and langauges.
The aim of this web site is to provide well written, easy to understand coding tutorials which can be read and understood by both beginners and experienced developers.
The site still has a few rough edges which need to be sorted but apart from that I hope you enjoy CodingTuts and what it has to offer.
Tutorial categories
Take your pick and browse through
Recent tutorials
The 10 most recent coding tutorials
-
Rounded corners with CSS (2 methods)
Written by Python on Wednesday 14th of May 2008 in XHTML & CSS » Page design
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.
Difficulty level: 1/5, Comments: 1, Total views: 335
-
Online user counter
Written by Python on Wednesday 14th of May 2008 in PHP » Counters & statistics
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.
Difficulty level: 2/5, Comments: 0, Total views: 256
-
Collapsible page objects (divs, tables, anything...)
Written by Python on Monday 5th of May 2008 in JavaScript » Page objects
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.
Difficulty level: 2/5, Comments: 1, Total views: 856
-
Center align text with GD
Written by Python on Monday 5th of May 2008 in PHP » Image manipulation
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.
Difficulty level: 2/5, Comments: 1, Total views: 730