View all tutorials tagged: XHTML
A while back, a very good friend of mine (@EmmaWebsdale) was in the process of putting her first novel together named Alluro (which shes now drawing towards finishing up!). I just couldnt resist offering to conjure up a website together for her to help promote the book. I knew it would give me the chance [...]
- Posted On: 07-08-2010
- Site: Nouveller
In this tutorial we are going to use XSLT to transform a simple XML document into an XHTML web page. XSLT stands for eXtensible Style Sheet Transformations. With our XSL document we will pretty much grab the values we need from the source XML and display them nicely in XHTML.
- Posted On: 05-04-2010
- Site: Team Tutorials
Today Im putting this HTML email template for sale on my site. How much does it cost? It costs $2. How do you buy it? Just go down to the donate section (a bit further down the page) and donate two dollars. Youll receive the finalised code, the PSD used to make it (which is [...]
- Posted On: 12-12-2009
- Site: Nouveller
I coded up this clean WordPress theme for @callumchapman (it was designed by Callum) to give him his first customised theme for his blog, exclusive to Circlebox Creative. The theme includes a customised author page, this displays their profile along with their posts.Testimonial: Ben offered great services at a great price I couldnt refuse. He [...]
- Posted On: 12-08-2009
- Site: Nouveller
Everyone knows (or should know) what a favicon is, you’ve probably got one on your website and if you haven’t, you should. They’re great for finding a particular site amongst a long list of bookmarks and I for one have a lot of bookmarks.Recently though you’ve been able to add websites to your iPhone/iPod Touch’s [...]
- Posted On: 11-30-2009
- Site: Nouveller
In this tutorial I am going to show the basics of using CSS to create easily manipulated navigation. In a further post to be created later I will demonstrate drop down, pop out functionality using CSS. Before we try to implement the advanced drop down, pop out functionality, I need to show you the basics.The [...]
- Posted On: 11-09-2009
- Site: Pixsdesign
This post will help you create a three column site containing a header, navigation, three columns and a footer. The design you are about to use is a basic layout for a simple site. I have used pixels for the dimensions. This is not my preferred method as I use em which is relative to [...]
- Posted On: 11-08-2009
- Site: Pixsdesign
This relatively short post should give you an insight into image replacement. Image replacement is the technique of taking some text usually a logo and replacing it with an image.XHTML Codethis code can be done with relatively little XHTML code, a good example would be a logo for a company.<h1 class="thelogo">Company logo</h1>As you can see [...]
- Posted On: 11-08-2009
- Site: Pixsdesign