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

Join 306,745 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,029 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
Code Snippets
Submitted: January 30, 2008        Views: 1221
The TOP keyword is specified in a SELECT clause to limit the number of records displayed
Submitted: January 25, 2008        Views: 1041
To find a string in a certain field and replace it with another string:
Markup Calculator in JavaScript by Nykc
Submitted: September 26, 2008        Views: 1656
Basic markup calculator based on points. Many retailers use points to markup there cost to determine a sales price. The formula for this is cost / (1.00 - .20) replace .20 with the number of points you want to markup. This snippet will take the unit cost in a field and number of points 20, 25, 30 whatever you want to use and perform the calculations from there.
Submitted: March 3, 2009        Views: 483
Simple HTML form allowing the user to enter his street address and retrieve driving directions via Google maps.
Time Of Day Greeting in JavaScript by Nykc
Submitted: February 14, 2008        Views: 1832
A basic script that greets users accordingly based on time of day.
Submitted: February 6, 2009        Views: 302
Inspired from a snippet on here, I expanded upon the idea and added a menu feature where the user can choose their time zone and it will display the appropriate time.
Submitted: April 14, 2008        Views: 728
Surf selected links via a remote window on your website.