Advertisement

Results for "Author: ed porter"

ASP_Volume2 #27621
Using Regular Expressions

Regular Expressions is a very powerful tool for string manipulations. I have developed an inhouse tool to to test and optimize pattern code. A tutorial is included that will get the new user "up to speed" in seconds!

ASP_Volume2 #28194
Create Drop Shadows

'Develop a "drop shadow" around a picturebox. Module uses standard APIs so that code will work in all versions of Windows (Win95 to WinXP). Produces true, variable width, gradient transparent drop shadows that become part of the original graphic.

ASP_Volume2 #39116
Edge Sketch - ReWrite

'This code is a rewrite for the code that appeared in Planet Source Code 'http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=55153&lngWId=1 'The original code was very poorly written and as a result was painfully slow, 'difficult to use, understand and generally substandard 'Original Programmer : Mahdi Shakouri rad, Mahdi_Rad@yahoo.com 'Changes: '1. Use drag/drop on the pictureboxes so that the results can easily be "scrolled" 'onto the screen for analysis. Some times objects will not fit on the available 'real estate - have some respect for your potential user! '2. Use "beginner" APIs - GetPixel, SetPixel for speed '3. Place RGB calcs in loops - do not exit loop to an outside subprocedure when 'parsing a bitmap '4. Use industry standard notation for variables. Precede a string with "s", 'a Long with "l" etc. '5. Indent and use spacing - this is the most valuable productivity tool that you 'will ever need to learn, so start now! '6. Use Long variables unless Singles are required. RAM "savings" are no longer 'necessary, but the speed enhancements are! '7. Develop discipline - Stand out - do not be proud of "lazy" code.

ASP_Volume3 #49791
Using Regular Expressions

Regular Expressions is a very powerful tool for string manipulations. I have developed an inhouse tool to to test and optimize pattern code. A tutorial is included that will get the new user "up to speed" in seconds!

ASP_Volume3 #49792
Edge Sketch - ReWrite

'This code is a rewrite for the code that appeared in Planet Source Code 'http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=55153&lngWId=1 'The original code was very poorly written and as a result was painfully slow, 'difficult to use, understand and generally substandard 'Original Programmer : Mahdi Shakouri rad, Mahdi_Rad@yahoo.com 'Changes: '1. Use drag/drop on the pictureboxes so that the results can easily be "scrolled" 'onto the screen for analysis. Some times objects will not fit on the available 'real estate - have some respect for your potential user! '2. Use "beginner" APIs - GetPixel, SetPixel for speed '3. Place RGB calcs in loops - do not exit loop to an outside subprocedure when 'parsing a bitmap '4. Use industry standard notation for variables. Precede a string with "s", 'a Long with "l" etc. '5. Indent and use spacing - this is the most valuable productivity tool that you 'will ever need to learn, so start now! '6. Use Long variables unless Singles are required. RAM "savings" are no longer 'necessary, but the speed enhancements are! '7. Develop discipline - Stand out - do not be proud of "lazy" code.

ASP_Volume3 #49793
Create Drop Shadows

'Develop a "drop shadow" around a picturebox. Module uses standard APIs so that code will work in all versions of Windows (Win95 to WinXP). Produces true, variable width, gradient transparent drop shadows that become part of the original graphic.

C_Volume2 #68683
Using Regular Expressions

Regular Expressions is a very powerful tool for string manipulations. I have developed an inhouse tool to to test and optimize pattern code. A tutorial is included that will get the new user "up to speed" in seconds!

C_Volume2 #69256
Create Drop Shadows

'Develop a "drop shadow" around a picturebox. Module uses standard APIs so that code will work in all versions of Windows (Win95 to WinXP). Produces true, variable width, gradient transparent drop shadows that become part of the original graphic.

C_Volume2 #80178
Edge Sketch - ReWrite

'This code is a rewrite for the code that appeared in Planet Source Code 'http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=55153&lngWId=1 'The original code was very poorly written and as a result was painfully slow, 'difficult to use, understand and generally substandard 'Original Programmer : Mahdi Shakouri rad, Mahdi_Rad@yahoo.com 'Changes: '1. Use drag/drop on the pictureboxes so that the results can easily be "scrolled" 'onto the screen for analysis. Some times objects will not fit on the available 'real estate - have some respect for your potential user! '2. Use "beginner" APIs - GetPixel, SetPixel for speed '3. Place RGB calcs in loops - do not exit loop to an outside subprocedure when 'parsing a bitmap '4. Use industry standard notation for variables. Precede a string with "s", 'a Long with "l" etc. '5. Indent and use spacing - this is the most valuable productivity tool that you 'will ever need to learn, so start now! '6. Use Long variables unless Singles are required. RAM "savings" are no longer 'necessary, but the speed enhancements are! '7. Develop discipline - Stand out - do not be proud of "lazy" code.

Java_Volume1 #87227
Using Regular Expressions

Regular Expressions is a very powerful tool for string manipulations. I have developed an inhouse tool to to test and optimize pattern code. A tutorial is included that will get the new user "up to speed" in seconds!

Java_Volume1 #87800
Create Drop Shadows

'Develop a "drop shadow" around a picturebox. Module uses standard APIs so that code will work in all versions of Windows (Win95 to WinXP). Produces true, variable width, gradient transparent drop shadows that become part of the original graphic.

Java_Volume1 #98722
Edge Sketch - ReWrite

'This code is a rewrite for the code that appeared in Planet Source Code 'http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=55153&lngWId=1 'The original code was very poorly written and as a result was painfully slow, 'difficult to use, understand and generally substandard 'Original Programmer : Mahdi Shakouri rad, Mahdi_Rad@yahoo.com 'Changes: '1. Use drag/drop on the pictureboxes so that the results can easily be "scrolled" 'onto the screen for analysis. Some times objects will not fit on the available 'real estate - have some respect for your potential user! '2. Use "beginner" APIs - GetPixel, SetPixel for speed '3. Place RGB calcs in loops - do not exit loop to an outside subprocedure when 'parsing a bitmap '4. Use industry standard notation for variables. Precede a string with "s", 'a Long with "l" etc. '5. Indent and use spacing - this is the most valuable productivity tool that you 'will ever need to learn, so start now! '6. Use Long variables unless Singles are required. RAM "savings" are no longer 'necessary, but the speed enhancements are! '7. Develop discipline - Stand out - do not be proud of "lazy" code.

2_2002-2004 #114374
Using Regular Expressions

Regular Expressions is a very powerful tool for string manipulations. I have developed an inhouse tool to to test and optimize pattern code. A tutorial is included that will get the new user "up to speed" in seconds!

2_2002-2004 #114947
Create Drop Shadows

'Develop a "drop shadow" around a picturebox. Module uses standard APIs so that code will work in all versions of Windows (Win95 to WinXP). Produces true, variable width, gradient transparent drop shadows that become part of the original graphic.

2_2002-2004 #125869
Edge Sketch - ReWrite

'This code is a rewrite for the code that appeared in Planet Source Code 'http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=55153&lngWId=1 'The original code was very poorly written and as a result was painfully slow, 'difficult to use, understand and generally substandard 'Original Programmer : Mahdi Shakouri rad, Mahdi_Rad@yahoo.com 'Changes: '1. Use drag/drop on the pictureboxes so that the results can easily be "scrolled" 'onto the screen for analysis. Some times objects will not fit on the available 'real estate - have some respect for your potential user! '2. Use "beginner" APIs - GetPixel, SetPixel for speed '3. Place RGB calcs in loops - do not exit loop to an outside subprocedure when 'parsing a bitmap '4. Use industry standard notation for variables. Precede a string with "s", 'a Long with "l" etc. '5. Indent and use spacing - this is the most valuable productivity tool that you 'will ever need to learn, so start now! '6. Use Long variables unless Singles are required. RAM "savings" are no longer 'necessary, but the speed enhancements are! '7. Develop discipline - Stand out - do not be proud of "lazy" code.

3_2004-2005 #132918
Using Regular Expressions

Regular Expressions is a very powerful tool for string manipulations. I have developed an inhouse tool to to test and optimize pattern code. A tutorial is included that will get the new user "up to speed" in seconds!

3_2004-2005 #133491
Create Drop Shadows

'Develop a "drop shadow" around a picturebox. Module uses standard APIs so that code will work in all versions of Windows (Win95 to WinXP). Produces true, variable width, gradient transparent drop shadows that become part of the original graphic.

3_2004-2005 #144413
Edge Sketch - ReWrite

'This code is a rewrite for the code that appeared in Planet Source Code 'http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=55153&lngWId=1 'The original code was very poorly written and as a result was painfully slow, 'difficult to use, understand and generally substandard 'Original Programmer : Mahdi Shakouri rad, Mahdi_Rad@yahoo.com 'Changes: '1. Use drag/drop on the pictureboxes so that the results can easily be "scrolled" 'onto the screen for analysis. Some times objects will not fit on the available 'real estate - have some respect for your potential user! '2. Use "beginner" APIs - GetPixel, SetPixel for speed '3. Place RGB calcs in loops - do not exit loop to an outside subprocedure when 'parsing a bitmap '4. Use industry standard notation for variables. Precede a string with "s", 'a Long with "l" etc. '5. Indent and use spacing - this is the most valuable productivity tool that you 'will ever need to learn, so start now! '6. Use Long variables unless Singles are required. RAM "savings" are no longer 'necessary, but the speed enhancements are! '7. Develop discipline - Stand out - do not be proud of "lazy" code.

4_2005-2006 #155088
Using Regular Expressions

Regular Expressions is a very powerful tool for string manipulations. I have developed an inhouse tool to to test and optimize pattern code. A tutorial is included that will get the new user "up to speed" in seconds!

4_2005-2006 #155089
Edge Sketch - ReWrite

'This code is a rewrite for the code that appeared in Planet Source Code 'http://www.planet-source-code.com/vb/scripts/showcode.asp?txtCodeId=55153&lngWId=1 'The original code was very poorly written and as a result was painfully slow, 'difficult to use, understand and generally substandard 'Original Programmer : Mahdi Shakouri rad, Mahdi_Rad@yahoo.com 'Changes: '1. Use drag/drop on the pictureboxes so that the results can easily be "scrolled" 'onto the screen for analysis. Some times objects will not fit on the available 'real estate - have some respect for your potential user! '2. Use "beginner" APIs - GetPixel, SetPixel for speed '3. Place RGB calcs in loops - do not exit loop to an outside subprocedure when 'parsing a bitmap '4. Use industry standard notation for variables. Precede a string with "s", 'a Long with "l" etc. '5. Indent and use spacing - this is the most valuable productivity tool that you 'will ever need to learn, so start now! '6. Use Long variables unless Singles are required. RAM "savings" are no longer 'necessary, but the speed enhancements are! '7. Develop discipline - Stand out - do not be proud of "lazy" code.

Languages
Top Categories
Global Discovery