![]() |
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...
Sponsored by: Oracle
Date: October 2007 |
- Showing items 1-40 of 254
- « Previous | Next 40 »
![]() |
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...
Company: Greg Shultz
Date: May 2008 |
Greg Shultz |
![]() |
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...
Company: Zach Smith
Date: April 2008 |
Zach Smith |
![]() |
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...
Company: Zach Smith
Date: April 2008 |
Zach Smith |
![]() |
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...
Company: Zach Smith
Date: March 2008 |
Zach Smith |
![]() |
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...
Company: Zach Smith
Date: March 2008 |
Zach Smith |
| More Search Results Below | ||
![]() |
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...
Company: Zach Smith
Date: January 2008 |
Zach Smith |
![]() |
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...
Company: Zach Smith
Date: January 2008 |
Zach Smith |
![]() |
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...
Company: Zach Smith
Date: December 2007 |
Zach Smith |
![]() |
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...
Company: John Lee
Date: November 2007 |
John Lee |
![]() |
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...
Company: Zach Smith
Date: November 2007 |
Zach Smith |
![]() |
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 ...
Company: Zach Smith
Date: October 2007 |
Zach Smith |
![]() |
How do I... Get user input using the MessageBox object in C#?
Nearly all .NET developers have experience with the MessageBox ...
Company: Zach Smith
Date: October 2007 |
Zach Smith |
![]() |
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 ...
Company: Zach Smith
Date: October 2007 |
Zach Smith |
![]() |
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...
Company: No Starch Press
Date: October 2007 |
No Starch Press |
![]() |
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...
Company: Addison Wesley Professional
Date: October 2007 |
Addison Wesley Professional |
![]() |
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 ...
Company: Zach Smith
Date: October 2007 |
Zach Smith |
![]() |
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 ...
Company: Zach Smith
Date: September 2007 |
Zach Smith |
![]() |
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...
Company: Zach Smith
Date: September 2007 |
Zach Smith |
![]() |
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 ...
Company: John Lee
Date: August 2007 |
John Lee |
![]() |
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...
Company: Zach Smith
Date: August 2007 |
Zach Smith |
![]() |
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 ...
Company: Zach Smith
Date: August 2007 |
Zach Smith |
![]() |
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...
Company: Zach Smith
Date: August 2007 |
Zach Smith |
![]() |
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...
Company: Edmond Woychowsky
Date: July 2007 |
Edmond Woychowsky |
![]() |
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...
Company: Addison Wesley Professional
Date: July 2007 |
Addison Wesley Professional |
![]() |
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...
Company: Melonfire
Date: June 2007 |
Melonfire |
![]() |
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...
Company: Pragmatic Bookshelf
Date: June 2007 |
Pragmatic Bookshelf |
![]() |
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++ ...
Company: Addison Wesley Professional
Date: June 2007 |
Addison Wesley Professional |
![]() |
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...
Company: Melonfire
Date: June 2007 |
Melonfire |
![]() |
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...
Company: Zach Smith
Date: June 2007 |
Zach Smith |
![]() |
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...
Company: Syngress
Date: June 2007 |
Syngress |
![]() |
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...
Company: Justin James
Date: June 2007 |
Justin James |
![]() |
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. ...
Company: Melonfire
Date: May 2007 |
Melonfire |
![]() |
Use the power of these PHP functions to sort your arrays
Application developers often need to sort array values into a s...
Company: Melonfire
Date: May 2007 |
Melonfire |
![]() |
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 ...
Company: Edmond Woychowsky
Date: May 2007 |
Edmond Woychowsky |
![]() |
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...
Company: Zach Smith
Date: May 2007 |
Zach Smith |
![]() |
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...
Company: Que Publishing
Date: May 2007 |
Que Publishing |
![]() |
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...
Company: Melonfire
Date: May 2007 |
Melonfire |
![]() |
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...
Company: Zach Smith
Date: April 2007 |
Zach Smith |
![]() |
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 ...
Company: Edmond Woychowsky
Date: April 2007 |
Edmond Woychowsky |
![]() |
Precisely control page and element backgrounds with CSS
Cascading style sheets (CSS) make it possible to precisely contr...
Company: Melonfire
Date: April 2007 |
Melonfire |
- Showing items 1-40 of 254
- « Previous | Next 40 »
Related Categories:
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
- ZDNet News Videos
-
Tech news covering the latest in products, conferences and blog commentary, from ZDNet video.
- Watch the latest video >>
- Hosted CRM Vendor Comparison Guide
-
Hosted CRM solutions make up a sizable portion of the growing CRM market. This guide breaks down the major players (Salesforce.com, RightNow Technologies, NetSuite, and Oracle) so you can quickly and easily compare the features and costs of each
- Download this whitepaper now >>
- Social Networking Is The New Killer App!
-
Get the business & tech edge at GSP East --the premier conference for developers and marketers building and distributing apps for MySpace, Facebook, OpenSocial and other social networking platforms.
- Find out more!










