School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,978 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,905 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
No Tutorials Submitted.
Code Snippets
Submitted: July 9, 2008        Views: 772
This function is very useful when you want to add css files to your template. You can use a variable to store the string of HTML code that this function return and put it in your header.tpl file for example.
Submitted: July 3, 2008        Views: 700
This function is very useful when you want to add javascript files to your template. You can use a variable to store the string of HTML code that this function return and put it in your header.tpl file for example.
Set Opacity in JavaScript by Mike007
Submitted: July 3, 2008        Views: 704
A cross-browser function that sets the opacity of an element.