Welcome To Snipplr


Everyone's Recent Snippets



1 ... 350 351 352 353 354 ... 553
Before: ` Array ( [0] => Array ( [total_sessions] => 24 [study_type_id] => 1 ) [1] => Array ( [total_sessions] => 24 [study_type_id] => 2 )...
0 1588 posted 16 years ago by iloveitaly
0 1575 posted 16 years ago by smashu
A PHP class that creates html controls
1 1901 posted 16 years ago by mpcircuitry
This class uses static methods to create html controls on the fly in .NET
2 2104 posted 16 years ago by mpcircuitry
This will delete all items in a SharePoint list. Better than looping through a SPListItemCollection and doing a .delete();
0 2194 posted 16 years ago by blackf0rk
This is the first version of my PHP DB connection class using ODBC
0 2190 posted 16 years ago by mpcircuitry
In DB.GetData(select) is executed new SqlDataAdapter(Select, dbConnection).Fill(table)
0 1574 posted 16 years ago by tomaszsimon
You have a white shine on top just by changing the background color in whatever color you like.
0 1659 posted 16 years ago by crs
1 2916 posted 16 years ago by crs
2 2085 posted 16 years ago by crs
1 1698 posted 16 years ago by crs
Function to detect user language in php.
2 1778 posted 16 years ago by ginoplusio
0 1400 posted 16 years ago by obi
0 1845 posted 16 years ago by sveggiani
Here is a nice snippet to open links in pop-up windows. Just add the popup css class to your link to make it work.
3 2329 posted 16 years ago by math89
The target="blank" attribute is not valid XHTML 1.0 Strict. using jQuery, you can achieve the same functionality without having validation problems.
0 1645 posted 16 years ago by math89
Great way to show the user that something is happening without too much tedious work. As simple to use as putting the following code in Form_Load: AutoWaitCursor.Cursor = Cursors.WaitCursor; AutoWaitCursor.Delay = new TimeSpan(0, 0, 0, 0, 25);...
1 3937 posted 16 years ago by pckujawa
0 1855 posted 16 years ago by coryschadt
1 1374 posted 16 years ago by coryschadt
Calculate dir size recursive, follow the link above because the version above is better.
0 1859 posted 16 years ago by ginoplusio
2 1620 posted 16 years ago by czapata
Call it in the button click event after in(de)crementing CurrentPage value
0 1405 posted 16 years ago by tomaszsimon
For .net 2.0+ The one limitation to enumerations is revealed when you try to reverse lookup an enumeration value using Enum.Parse(). The parse function will return an inconsistent enum object if ever there are two or more enumerations with the same...
0 2423 posted 16 years ago by bryanlyman
In order for the code snippet(s) to work, you need to do the following: 1. Go download the EWS API SDK: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=c3342fb3-fbcc-4127-becf-872c746840e1 2. Install the SDK on your machin...
0 1917 posted 16 years ago by blackf0rk
1 ... 350 351 352 353 354 ... 553