On CNET: Must-have free downloads
White Paper Oracle's Accelerate Initiative: Business Intelligence and Enterprise Performance Management This paper by analyst Lee Kroon of Anderson Consulting Group examines Oracle Accelerate to determine whether it has what it takes to deliver genuine value to midsize orga...

Tags: Business Intelligence, Software, Pricing, Oracle Corp., Marketing

Sponsored by: Oracle
Date: October 2007
Oracle
Sort By:
Title
Source
Date
Showing items 1-40 of 254
« Previous  |  Next 40 »
Download The Choice command is back in Windows Vista Microsoft has put the Choice command back in Windows Vista and made it a bit more powerful. Since the Choice command can come in extremely handy in a lot of situations...

Tags: Command, Greg Shultz, Microsoft Windows, Microsoft Windows Vista, Microsoft Windows Vista (Longhorn)

Company: Greg Shultz
Date: May 2008
Greg Shultz
Download How do I... Implement the Soundex function in C#? For years Microsoft SQL Server has provided developers with a method called Soundex that is used to retrieve an encoded string. Words that sound alike have similar enc...

Tags: .Net, Software/Web Development, Software Development, Software, Programming Languages

Company: Zach Smith
Date: April 2008
Zach Smith
Download How do I... Publish a custom application performance counter in C#? One important aspect of enterprise level application development is the need to monitor processes and determine if those processes are working as intended. This can be...

Tags: .Net, Workforce Management, Software/Web Development, Software Development, Programming Languages

Company: Zach Smith
Date: April 2008
Zach Smith
Download How do I... Determine the distance between ZIP codes using C#? Calculating the distance between ZIP codes has become a common feature in search engines. For instance, if you're searching for restaurants, a Web site will often allo...

Tags: .Net, C#, Programming Languages, Software Development, Software/Web Development

Company: Zach Smith
Date: March 2008
Zach Smith
Download How do I... Use threading to increase performance in C#? (Part 2) Part 1 of this series demonstrated basic usage of the ThreadPool object and demonstrated a few different techniques that you can use with the ThreadPool. One of the ma...

Tags: .Net, Workforce Management, Software/Web Development, Software Development, Programming Languages

Company: Zach Smith
Date: March 2008
Zach Smith
More Search Results Below
Download How do I... Use threading to increase performance in C#? (Part 1) Threading is commonly used by developers to increase the performance of applications. However, if used incorrectly threading can have the exact opposite effect. Bad th...

Tags: .Net, Software/Web Development, Software Development, Programming Languages, Performance Management

Company: Zach Smith
Date: January 2008
Zach Smith
Download How do I... Modify Word documents using C#? Accessing Word components from C# isn't quite as straight-forward as many other features of C# and the .NET Framework. With that said -- it's not rocket science either...

Tags: .Net, Software/Web Development, Software Development, Software, Programming Languages

Company: Zach Smith
Date: January 2008
Zach Smith
Download How do I... Warn a user before they submit a form or follow a link on an HTML page? Ever have an instance where you wanted to warn a user that they were about to delete a record or submit a form on a Web page? Zach Smith shows you how to use simple Ja...

Tags: Blogging, Form, HTML, Internet, Scripting Languages

Company: Zach Smith
Date: December 2007
Zach Smith
Download How do I... Create a customized JavaScript jump menu in Dreamweaver CS3? If you are in charge of maintaining a Web site, one of your recurring tasks is likely accommodating a committee of supervisors or clients that want to add links to the...

Tags: JavaScript, Macromedia Dreamweaver, Menu, Scripting Languages, Software/Web Development

Company: John Lee
Date: November 2007
John Lee
Download How do I... Generate barcodes using C#? There are many libraries that you can buy to generate barcodes from the .NET Framework. But why buy one when you could use a free font in conjunction with a few GDI+ f...

Tags: .Net, Barcode, C#, Font, Programming Languages

Company: Zach Smith
Date: November 2007
Zach Smith
Download How do I... Use C# to upload and download files from an FTP server? Many third party components exist that enable developers to implement upload and download capabilities in their applications. With C# and the .NET Framework Microsoft ...

Tags: .Net, C#, FTP Server, Microsoft .NET Framework, Programming Languages

Company: Zach Smith
Date: October 2007
Zach Smith
Download How do I... Get user input using the MessageBox object in C#? Nearly all .NET developers have experience with the MessageBox ...

Tags: .Net, Software Development, Software, Programming Languages, Operating Systems

Company: Zach Smith
Date: October 2007
Zach Smith
Download How Do I... Implement Drag-n-Drop in C# applications? Drag-n-Drop is a fundamental function of the Windows operating system. Users are used to the action of clicking on an item and dragging it to another location/program ...

Tags: .Net, Software/Web Development, Software Development, Software, Programming Languages

Company: Zach Smith
Date: October 2007
Zach Smith
Book Chapters Master the grammar of NXT-G and build a ScanBot LEGO and National Instruments designed the computer language NXT-G to explicitly run on a toy, but that doesn't mean it's "just a toy" or that it can't be used to w...

Tags: Advertising & Promotion, Productivity, NXT-G, Marketing, Lego Mindstorms

Company: No Starch Press
Date: October 2007
No Starch Press
Book Chapters Represent the Fibonacci Sequence as a collection in the form of an STL sequence class Anyone who appreciates mathematical elegance will appreciate the Fibonacci sequence and its associated relationship, the Golden Ratio. In this chapter download from...

Tags: Addison-Wesley, Collection, Standard Template Library

Company: Addison Wesley Professional
Date: October 2007
Addison Wesley Professional
Download How do I... Serialize a hash table in C# when the application requires it? The .NET Framework is unable to serialize any object that implements the IDictionary interface. This restriction includes, but is not limited to, hash tables. At some ...

Tags: .Net, Software Development, Software, Programming Languages, Professional Development

Company: Zach Smith
Date: October 2007
Zach Smith
Download How do I... Catch system level events in C#? Nearly all C# developers are accustomed to subscribing to events that originate from the local application. What may come as a surprise to some developers is the fact ...

Tags: .Net, C#, Event, Programming Languages, Software Development

Company: Zach Smith
Date: September 2007
Zach Smith
Download How do I... Enumerate windows groups in .NET Framework 1.1? In the .NET Framework version 1.1 there is no easy way to enumerate which windows groups the current user is a member of. The odd part is that the functionality actual...

Tags: .Net, Construction, Method, Microsoft .NET Framework, Microsoft .NET Framework 1.1

Company: Zach Smith
Date: September 2007
Zach Smith
Download How Do I... Create an HTML page with multiple colored links? Before the advent of Cascading Style Sheets (CSS), HTML designers were stuck with a limited range of options when choosing color attributes for their anchor tags. But ...

Tags: CSS, HTML, Scripting Languages, Software/Web Development, Web Development

Company: John Lee
Date: August 2007
John Lee
Download How do I... Resize images using GDI+ while preserving their aspect ratio? There are many projects that require the automatic resizing of an image. A good example of this is a Web site such as Flickr that allows users to upload images. The us...

Tags: Image, Zach Smith

Company: Zach Smith
Date: August 2007
Zach Smith
Download How do I... Convert images to grayscale and sepia tone using C#? The Microsoft .NET Framework provides developers with many different libraries that enable them to create and modify images. In this ...

Tags: .Net, C#, Image, Microsoft .NET Framework, Programming Languages

Company: Zach Smith
Date: August 2007
Zach Smith
Download The architecture of a flexible .NET file processing system -- Part 3 In the Part 1 of this series Zach Smith described the overall architecture of a dynamic and scalable file import system. In Part 2 of the series, he got into the detai...

Tags: .Net, Software Development, Software, Routers & Switches, Networking

Company: Zach Smith
Date: August 2007
Zach Smith
Download Create useful and relevant JavaScript documentation with JSDoc Whatever the reason, not documenting an application is never a good thing, even if it is usually something of a chore. This is especially true when given the task of d...

Tags: Documentation, JavaScript, Scripting Languages, Software/Web Development, Web Development

Company: Edmond Woychowsky
Date: July 2007
Edmond Woychowsky
Book Chapters Master the fundamentals of C# Explore the fundamentals of the C# programming language in this sample chapter from C# Primer: A Practical Approach. Investigate Web forms and type inheritan...

Tags: .Net, Addison-Wesley, C#, Programming Languages, Software Development

Company: Addison Wesley Professional
Date: July 2007
Addison Wesley Professional
Download 10 JSP tag libraries no programmer should be without One of JSP's most overlooked features is its ability to work with reusable code blocks, aka "tag libraries", to add new functionality to a JSP application. These tag l...

Tags: Java, JSP, Programmer, Programming Languages, Scripting Languages

Company: Melonfire
Date: June 2007
Melonfire
Book Chapters Design a pilot project to transition from Java to Ruby The first time you use a new programming language to solve a real business problem, much is at stake. Success can pave the way for major change; failure may mean yo...

Tags: Java, Ruby, Scripting Languages, Software/Web Development, Web Development

Company: Pragmatic Bookshelf
Date: June 2007
Pragmatic Bookshelf
Book Chapters Write, compile, and execute a program in C++ Learning any new programming language requires writing programs. Learn how to write, compile, and execute simple programs in C++ in this sample chapter from C++ ...

Tags: Addison-Wesley, C++, C/C++, Programming Languages, Software Development

Company: Addison Wesley Professional
Date: June 2007
Addison Wesley Professional
Download How do I... Recursively scan directories with PHP's DirectoryIterators? One of PHP5's most interesting new features is the addition of Iterators, a collection of ready-made interfaces designed to help in navigating and processing hierarchi...

Tags: Blog, Blogging, DirectoryIterator, Internet, PHP

Company: Melonfire
Date: June 2007
Melonfire
Download The architecture of a flexible .NET file processing system -- Part 2 While Web services are taking the world by storm, and service oriented architecture is becoming the norm, some companies still rely on importing flat files to communic...

Tags: .Net, Software/Web Development, Software Development, Software, Service-Oriented Architecture (SOA)

Company: Zach Smith
Date: June 2007
Zach Smith
Book Chapters Audit your code for security problems If you're a developer who has joined a development project already in progress or have decided to use third-party code, or if you're an administrator who is worrie...

Tags: Audit, Auditing, Chapter Coverage, Developer, Security

Company: Syngress
Date: June 2007
Syngress
Download How do I... Get started using the F# programming language F# (pronounced F Sharp) is a functional programming language based upon OCaml. It was developed by Microsoft's Microsoft Research department. F# runs within the .NET C...

Tags: .Net, Enterprise Software, Functional Programming, Middleware, Programming

Company: Justin James
Date: June 2007
Justin James
Download How do I... Control text properties with CSS? CSS lets you exert tremendous control over the visual aspects of your Web pages, adjusting page height and width, background colors and images, borders, and typeface. ...

Tags: CSS, Property, Scripting Languages, Software/Web Development, Web Development

Company: Melonfire
Date: May 2007
Melonfire
Download Use the power of these PHP functions to sort your arrays Application developers often need to sort array values into a s...

Tags: Function, PHP, Scripting Languages, Software/Web Development, Web Development

Company: Melonfire
Date: May 2007
Melonfire
Download Save time by testing regular expressions with Expresso When it comes to regular expressions, there is a world of difference between theory and practice. Testing regular expressions used to require trial and error, but now ...

Tags: Development Tools, Enterprise Software, Expression, Middleware, Productivity

Company: Edmond Woychowsky
Date: May 2007
Edmond Woychowsky
Download The architecture of a flexible .NET file processing system -- Part 1 While Web services are taking the world by storm, and service oriented architecture is becoming the norm, some companies still rely on importing flat files to communic...

Tags: .Net, Web Services, Software/Web Development, Software Development, Software

Company: Zach Smith
Date: May 2007
Zach Smith
Book Chapters Master the use of variables in your Visual Basic for Applications (VBA) procedures Visual Basic for Applications (VBA) procedures often need to store temporary values for use in statements and calculations that come later in the code. Although you...

Tags: Chapter Coverage, Microsoft VBA, Microsoft Visual Basic, Scripting Languages, Software/Web Development

Company: Que Publishing
Date: May 2007
Que Publishing
Download Create ZIP archives dynamically and on the fly with Perl Perl has the ability to dynamically create and read compressed ZIP archives without relying on external tools and utilities, via its Archive::Zip module. This tutorial...

Tags: Development Tools, Module, Perl, Programming Languages, Scripting Languages

Company: Melonfire
Date: May 2007
Melonfire
Download How do I... Use the .NET Framework to consume RSS feeds? Many Web sites are now offering their content via XML based RSS (Really Simple Syndication) feeds. This allows automated processes to collect content from many sites a...

Tags: Application, Internet, Microsoft .NET Framework, RSS, RSS Feed

Company: Zach Smith
Date: April 2007
Zach Smith
Download Practical application: Put XSLT 2.0 to work for you XSLT 2.0 is no longer just a theoretical standard. With some readily available free tools you can put the power of XSLT 2.0 to work for you in your normal application ...

Tags: Software/Web Development, Web Development, XML, XSLT, XSLT 2.0

Company: Edmond Woychowsky
Date: April 2007
Edmond Woychowsky
Download Precisely control page and element backgrounds with CSS Cascading style sheets (CSS) make it possible to precisely contr...

Tags: CSS, Element Background, Scripting Languages, Software/Web Development, Web Development

Company: Melonfire
Date: April 2007
Melonfire

Showing items 1-40 of 254
« Previous  |  Next 40 »
advertisement

Related Categories:


advertisement

Returning users: Log In Here!

Already registered on BNET, TechRepublic, or ZDNet? Simply log in.

Free Membership: Sign Up Now!

Sign up for a free membership today and get instant and unlimited access to one of the largest databases of white papers, webcasts, and casestudies anywhere. Your FREE membership allows you to:

  • Download an unlimited amount of content, including classic and current white papers, case studies, webcasts and more
  • Track content on your chosen topics of interest
  • Receive targeted email alerts when your favorite content is added
  • Save content for future reading
  • Receive our member newsletter
When you register to access this library, you become a member of TechRepublic. In addition, you allow us to share your information with companies that produce products or services featured in the library--so that such companies may contact you with information and offers regarding their products and services. This enables us to keep the library a free service. As a library registrant, you will receive a complimentary subscription to the TechRepublic member newsletter. You can unsubscribe from this newsletter at any time. By clicking the Sign up button, you indicate that you agree to our Terms and Conditions and have read and understand our Privacy Policy.
advertisement
Click Here