User Code List
New Snippet
CSS
---Box Shadow
---CSS restet and main elements
---First and Last Child
---Rounded corners
---Suckerfish menu
---Titan contact form
---Display URL when printing page
---Titan IE6 alert
---Transparency
------Transparency
------New Snippet
---Accessible Form (thatwebguyblog.com)
---Table (suitable for restaurant menu)
Content
---Privacy policy
---Lorem Ipsum
Flash
---Embed
HTML
---Contact module 2.2
---Email template (basic)
---IE6 alert
---Package 1 navigation
---Template container
---Accessible Form (thatwebguyblog.com)
JavaScript
---IE7 Suckerfish menu fix
Smarty
---Date
---if else
---Loop through and display image category
---News Widget (with strip tags)
---Loop through cetegory and echo
---Echo contact details
---Include news widget
---Show specific content ID on page
---Featured products (Shop 1)
---Show specific titleID and contentID on page
---Loop through display featured products, linked to product category
---Include contact details
---Featured Products (Shop 4.5)
---Featured products on a new page (not on homepage)
---Show news widget on certain pages
---Show something in particular page ID
---Insert Image (new!)
---Show all products on a page
PHP
---If nothing else
New Snippet
jQuery
---Image Cross Fade
 
 
Accessible Form (thatwebguyblog.com)
 

<form id="myform" method="post" action="">

<fieldset>

<legend>Personal</legend>

<label for="name">Name <span>(Your full name please)</span></label> <input type="text" id="name" />

<label for="web_site">Web Site <span>(No need to include http://)</span></label> <input type="text" value="www." id="web_site" />

<label for="email_address">Email Address <span>(Must be valid)</span></label> <input type="text" id="email_address" />

</fieldset>

<fieldset>

<legend>Professional</legend>

<label for="company">Company <span>(Name of your organisation)</span></label> <input type="text" id="company" />

<label for="position">Position <span>(What is your title?)</span></label> <input type="text" id="position" />

<label for="duration">Duration <span>(How long have you been there?)</span></label> <input type="text" id="duration" />

<label for="location">Location <span>(Seriously, where are you?)</span></label>

<select name="Location" id="location">

<option value="Australia"></option>

<option value="Australia">Australia</option>

<option value="Outside Australia">Outside Australia</option>

</select>

</fieldset>

<fieldset>

<legend>Battlestar Pop Quiz</legend>

<label>Cylon <span>(Who is a among the final five?)</span></label>

<input type="radio" id="adama" name="pie" class="narrow" /> <em>Adama</em>

<input type="radio" id="anders" name="pie" class="narrow" /> <em>Anders</em>

<input type="radio" id="hilo" name="pie" class="narrow" /> <em>Hilo</em>

</fieldset>

<fieldset>

<legend>Final Stage</legend>

<label for="comments">Comments <span>(Care to leave a comment?)</span></label> <textarea name="comments" cols="" rows="" id="comments"></textarea>

<label>Agreement <span>(Tick if you agree to all this)</span></label>

<input name="agreement" type="checkbox" value="agreement" class="narrow" />

</fieldset>

<div><input type="submit" name="button" id="submit" value="Submit" class="submit" /></div>

</form>

 
Sub-Article List