22
All Free Downloads
A great source of Vector Graphics, High Resolution Photography, Icons, Wallpapers and more…
17
HTML Character Codes
E.g. when you want to add a © symbol to your footer – you should add this the right way! Use the HTML ampersand character code <code>©</code>.
This website page lists a lot of HTML character codes! A cool little reference to know about.
Here is the link:
http://rabbit.eng.miami.edu/info/htmlchars.html
3
Javascript – changing image script
I wanted an easy way to change to change an image on a page by simply clicking a link. Although JQuery is a very powerful tool, it seems funny to have all that unnecessary code for something so simple.
I came up with this.
// Here is the image you want to change
<img id=”imageID” alt=”" />
// The link that changes the image – just one line of Javascript. Pretty Easy.
<href="javascript:onclick=document.getElementById('imageID').src='newimage.jpg'">Link Text</a>
2
Favourite Font – Cartwheel
I saw this new font and I thought it was so cute.
Just need to find out where I can use it!
You download this from myfonts.com
http://new.myfonts.com/fonts/sansani/cartwheel/






