What's Here?
- Members: 306,745
- Replies: 840,981
- Topics: 140,506
- Snippets: 4,465
- Tutorials: 1,165
- Total Online: 2,029
- Members: 127
- Guests: 1,902
|
'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
in (Last Comment: , Views: 9,694)
in (Last Comment: , Views: 3,938)
in (Last Comment: , Views: 70)
in (Last Comment: , Views: 3,945)
|
|
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:
|
|
|
 |
|
|
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.
|
|
|
 |
|
|
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.
|
|
|
| |