You'll notice if you do a postback/submit within a dialog window in IE, it posts...
General snippet posted by Christoff Truter on 2009-09-23 07:19:57
View Snippet
In your web.config, find the system.web node and add the httpRuntime child node,...
ASP.net snippet posted by Christoff Truter on 2009-07-29 11:55:22
View Snippet
Recently we developed an intranet application simply using all the microsoft com...
General snippet posted by Christoff Truter on 2009-07-22 10:00:19
View Snippet
An example of how to monitor the filesystem using the filesytemwatcher class in ...
C# snippet posted by Christoff Truter on 2009-06-27 22:08:12
View Snippet
Format a string into a currency format, similar to the FormatCurrency function i...
Javascript snippet posted by www.sonofsofaman.com on 2009-06-12 09:52:50
View Snippet
The following snippet demonstrates how to create a MD5 hash using SQL 2005...
MSSQL snippet posted by Christoff Truter on 2009-06-11 10:01:37
View Snippet
If you don't have access to your php.ini or the ability to set register_globals ...
PHP snippet posted by Christoff Truter on 2009-06-09 11:47:26
View Snippet
SQL 2000 introduced an alternative to temporary tables called table variables....
MSSQL snippet posted by Christoff Truter on 2009-06-08 15:59:55
View Snippet
Calculate the MD5 hash of a given string...
C# snippet posted by Christoff Truter on 2009-06-02 14:08:47
View Snippet
How to number rows of a query using mysql...
MySQL snippet posted by Christoff Truter on 2009-05-22 14:36:53
View Snippet
If you don't have access to your php.ini or the ability to set register_globals ...
posted by Christoff Truter on 2009-06-09 11:47:26
View Snippet
The following code will prompt the user to download a file, rather than simply a...
posted by Christoff Truter on 2009-05-07 13:14:10
View Snippet
PHP has this annoying feature of having two exception models, the following snip...
posted by Christoff Truter on 2009-05-05 16:59:36
View Snippet
Ever deployed a PHP solution to an IIS server, only to find that the REQUEST_URI...
posted by Christoff Truter on 2009-05-05 13:37:50
View Snippet
Ever deployed a PHP solution to an IIS server, only to find that the DOCUMENT_RO...
posted by Christoff Truter on 2009-05-05 13:32:04
View Snippet
An example of how to create getters and setters in PHP.
Firstly we create an ...
posted by Christoff Truter on 2009-03-16 15:06:18
View Snippet
For you guys familiar with indexers in C#, in PHP you get an interface called Ar...
posted by Christoff Truter on 2009-03-15 20:41:57
View Snippet
This is a very simple recursive function, that i've adapted (minus the potential...
posted by Christoff Truter on 2009-02-21 19:54:52
View Snippet
For anyone still using PHP 3, here is an easy way to get the total days in a mon...
posted by Christoff Truter on 2009-02-16 13:53:44
View Snippet
Want deep cloning without too much hassle?
Source:
http://www.php.net/lan...
posted by Cheetah on 2009-02-16 12:14:33
View Snippet