Click here to Skip to main content
16,004,828 members

Articles by Gordon Kushner (Articles: 2, Tip/Tricks: 4)

Articles: 2, Tip/Tricks: 4

RSS Feed

Average article rating: 4.51

Database Development
SQL Server
13 Oct 2009   Updated: 8 Dec 2009   Rating: 4.19/5    Votes: 7   Popularity: 3.54
Licence: CPOL    Views: 35,275     Bookmarked: 33   Downloaded: 384
Please Sign up or sign in to vote.
Utility program for generating SQL Server INSERT scripts
Web Development
HTML5
21 Mar 2012   Updated: 1 Apr 2012   Rating: 4.83/5    Votes: 5   Popularity: 3.38
Licence: CPOL    Views: 54,612     Bookmarked: 32   Downloaded: 1,255
Please Sign up or sign in to vote.
A voyage of discovery into HTML5's cool Canvas object

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.28

.NET
15 Dec 2009   Updated: 6 May 2010   Rating: 3.75/5    Votes: 4   Popularity: 2.26
Licence: CPOL    Views: 28,470     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
If you try to enumerate through a Dictionary's key collection and attempt to change the values as in the code below, Dictionary _items = new Dictionary();...int i = 0;//Attempt to set the values for this Dictionary item.foreach (string key in...
Database Development
SQL Server
18 Dec 2009   Updated: 28 Apr 2010   Rating: 4.50/5    Votes: 7   Popularity: 3.80
Licence: CPOL    Views: 16,430     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
By using recursion (and CROSS JOINS), you can generate data without looping or hard-coding INSERT statements into a temporary table.In the example below, you can use recursion to generate a week of scheduling data for three employees. -- Count variable, set to 7 for a week's worth of...
Desktop Programming
Windows Forms
4 Feb 2010   Updated: 4 Feb 2010   Rating: 4.60/5    Votes: 2   Popularity: 1.38
Licence: CPOL    Views: 13,401     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Say you need capture an event for a control in a User Control and you are not permitted to change the control itself.You can hook into control events, even for private controls with this code://In a Windows Form//Get the private control cboSomePrivateControl from the user control's...
Web Development
ASP.NET
11 Jul 2011   Updated: 11 Jul 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 15,900     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Initialize Master Page, Page, and Controls in a single JavaScript call.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.