Did you mean
parameter (93 results)
Sponsored White Papers, Webcasts, and Downloads
- Live Webcast: Activate Today! Realize ROI with Intel® vPro Technology and Symantec Altiris
- Live Webcast: Activate Today! Realize ROI with Intel® vPro Technology and Microsoft System Configuration Manager
- Leverage your information to thrive - Your complete guide to best practice in information management
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Generate dynamic SQL statements in SQL Server
- When you need to solve a tricky database problem, the ability to generate SQL statements is a powerful tool -- although you must be careful when using it. This article explores how you can use this functionality to generate SQL statements on the fly. Dynamic SQL statements A...
- Blog posts 2008-03-10
- SolutionBase: Migrating user state information in Vista
- Often in large-scale Windows Vista migrations, the migration of user state data -- a user's profile -- is overlooked. In this article, Brien Posey shows you how to use version 3.0 of the User State Migration Tool. One aspect of large-scale Windows Vista migrations that is often overlooked...
- Technical articles 2007-10-02
- Understand when to use user-defined functions in SQL Server
- In the simplest terms, a user-defined function UDF in SQL Server is a programming construct that accepts parameters, does work that typically makes use of the accepted parameters, and returns a type of result. This article will cover two types of UDFs: table-valued and scalar-valued. (I will not be covering...
- Blog posts 2007-09-04
- Get a handle on directory security with .NET's DirectorySecurity object
- By using .NET's DirectorySecurity class and the Directory class's methods, you can easily manipulate a file system's security to control user access to directories. Tony Patton offers more details in this article. An important topic when working with .NET directories is security; that is, you want the users who...
- Technical articles 2007-05-08
- The Exchange Management Shell: A Primer--Part 2
- In this article, we will talk about EMS commands and how to format the output from your commands. In part one of this three-part tip series, you learned about some of the terminology associated with the Exchange Management Shell EMS that Microsoft has introduced in Exchange 2007....
- Technical articles 2007-02-28
- Learn the terminology used by the Exchange Management Shell
- Most Windows administrators are familiar with command line usage, but the PowerShell-based Exchange Management Shell provides so much functionality that mastering this new tool will take quite some time and will probably result in some frustration. Let's talk about some of the terminology used by the Exchange Management Shell EMS....
- Technical articles 2007-02-09
- Look inside the Java Reflection class
- Java Reflection is a technology that looks inside a Java object at runtime and sees basically everything about the object that you would know at compile time. Discover the basic techniques involved in Reflection. Java Reflection is a technology that looks inside a Java object at runtime and...
- Technical articles 2006-11-08
- Data validation with JavaScript and regular expressions
- Discover how regular expressions offer a simple and elegant way to manipulate text within JavaScript. Tony Patton also explores how JavaScript's regular expression simplifies data validation. Data validation is an essential aspect of any Web application that accepts data from the user. After all, you must ensure the...
- Technical articles 2006-09-18
- Toying with template parameters in SQL Server 2005
- Arthur Fuller details some slick things that you can do with the template parameters in SQL Server 2005. He also points out a potential problem with this feature, which he says shouldn't deter developers from using it. If you create functions or stored procedures from SQL Server 2005...
- Technical articles 2006-09-11
- Push Button
- Hi All;Hopefully there is a simple solution to this issue. I have a web page that uses the .htaccess file requiring specific user login. Once logged in there is a button on the page which will allow the authorized user to access a different server with a another...
- Discussion threads 2006-09-05
- Build powerful Web applications via the Yahoo! Developer Network
- Tony Patton discusses a new resource he recently stumbled upon: the Yahoo! Developer Network. It offers lots of API's for utilizing Yahoo! features, as well as plenty of generic Web development resources. The community aspect of the Internet has changed the way we work. Developers can quickly get...
- Technical articles 2006-07-31
- Increase Web site performance with ASP.NET caching
- Caching frequently accessed Web page data is one way to positively impact a Web application's performance. Find out how ASP.NET makes it easy to cache data. While functionality is the number one goal of Web development, performance seems to be a close second. After all, a site that...
- Technical articles 2006-06-27
- Handle errors in the data tier with SQL Server
- Handling exceptions in your .NET application code is a simple and straightforward process with try/catch code blocks, but you can monitor exceptions on the database tier as well. We examine error handling in your database code with SQL Server and T-SQL. Developers work hard to graciously handle exceptions so...
- Technical articles 2006-06-06
- Wacky Linux Part 15: Update-proof defaults
- In our last episode, I was complaining about A) an open-only-for-a-few-hours security hole in Ubuntu and B) the fact that the Breezy auto-updater kept reinstituting my hated VGA driver problem after every few updates--like, say, when I download an emergency patch to close a security hole. ...
- Blog posts 2006-03-21
- Wacky Linux Interlude: Tweaking Ubuntu boot parameters
- In Episode 9 of my Wacky Linux Adventures, I documented a clumsy, inefficient method of permanently changing Ubuntu's boot parameters. Below is the 'proper' method, which you'll likely need if ever you run into a common to me VGA driver issue: When...
- Blog posts 2006-03-15
- Wacky Linux Part 8: The almost-install
- In our last episode, I promised to rush foolishly into a full install of Ubuntu for which I was totally unprepared. Well, I did it, and I've backed myself into a usability corner. Technically, the OS is installed, I just can't really use it, because of the...
- Blog posts 2006-02-01
- Wacky Linux Part 6: Taking a step back
- In our last episode, I was jammed up because I couldn't get Ubuntu 5.1 Live to load on my Compaq M300, and I suspected that a faulty battery was holding up the boot process. A little help from my abhoring...er, adoring public has led me to believe otherwise....
- Blog posts 2006-01-31
- Easily parse string values with .NET
- The .NET Framework simplifies processing and formatting data with the String class and its Split and Join methods or regular expressions. Learn more about using these methods in your application. Processing string values is an integral aspect of most application development projects. This often involves parsing strings into...
- Technical articles 2006-01-24
- Create a Web-based printing solution with PHP and MagickWand for PHP
- Phillip Perkins demonstrates how to create a Web-based printing solution using PHP and MagickWand for PHP. The solution will accept file uploads and automatically send the uploaded file to a printer. Port 80—the standard port for HTTP communications—is no longer strictly a gateway for hypertext and Web images....
- Technical articles 2005-10-24
- Create an audio stitching tool in PHP
- One way to provide visually impaired users with the ability to use OCR-defeating passcodes is to stitch WAV files together. Phillip Perkins shows you how to deconstruct a group of WAV files and reconstruct one large WAV file by compiling the group. One way to...
- Technical articles 2005-08-09
- << Previous
- page 1 of 5
- Next >>
Content Types
Refining Tags
- Software (54 results)
- Microsoft Windows (43 results)
- Operating Systems (43 results)
- Hardware (18 results)
- Apple Macintosh (13 results)
- Enterprise Software (12 results)
- Software/Web Development (11 results)
- Marketing (10 results)
- Networking (10 results)
- Desktops (8 results)
- Tony Patton (7 results)
- Productivity (7 results)
- Mobile (7 results)
- Scripting Languages (6 results)
- Peripherals (6 results)
- Web Development (6 results)
- Management (6 results)
- Network (6 results)
- Construction (6 results)
- Software Development (6 results)
- Internet (6 results)
- .NET (5 results)
- .NET Newsletter (5 results)
- Databases (5 results)
- Tools & Techniques (5 results)
- Data Management (5 results)
- Channel Management (5 results)
- Linux (4 results)
- Advertising & Promotion (4 results)
- Web Development Zone Newsletter (4 results)
- Jay Garmon (4 results)
- Web (4 results)
- Microsoft SQL Server (4 results)
- Performance Management (4 results)
- Programming Languages (4 results)
- Open Source (4 results)
- Keyboards (3 results)
- LCedit+ (3 results)
- Middleware (3 results)
- Human Resources (3 results)
- Workforce Management (3 results)
- Finance (3 results)
- Pierre-Yves Tavernier (3 results)
- Managerial Accounting (3 results)
- Function (3 results)
- TechRepublic Inc. (3 results)
- Patches (3 results)
- Security (3 results)
- Data (3 results)
- server (3 results)




