Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- ThisTime (zip)
- ThisTime is a simple clock and timer program. Create any number of clocks, count up or count down timers, each in its own resizable frame with a customizable title. Uses a digital time display that automatically scales to fit the clock or timer frame. Runs on any OS with the...
- Tags: Clock, JRE, Zach Scrivena, ThisTime, Java, Programming Languages, Software Development, Software/Web Development
- Software downloads 2008-04-15
- GmailAssistant (zip)
- GmailAssistant is a notifier for multiple Gmail and Google Apps email accounts. It accesses your accounts securely using IMAP over SSL. Choose from different notification options (unread mails in Inbox only, All Mails, or with specified labels) and alert methods (popup message, chime, blink keyboard LED). Free and open source...
- Tags: Google Inc., Google Apps, Zach Scrivena, GmailAssistant, Cloud Computing, Keyboards, Hardware, Peripherals
- Software downloads 2008-04-03
- MediaSniper (zip)
- MediaSniper is a simple program for downloading media files from popular websites (YouTube, Google Video). Just provide the webpage URL and MediaSniper will automatically identify the media files on it for downloading. Runs on any OS with the Java Runtime Environment (JRE 6+). MediaSniper is free software written in Java...
- Tags: Google Inc., Media, Google Video, JRE, Zach Scrivena, MediaSniper, Java, Advertising & Promotion, Programming Languages, Software Development, Software/Web Development, Marketing
- Software downloads 2007-12-07
Additional Resources
- The architecture of a flexible .NET file processing system -- Part 4
- The first three parts of this series concentrated on the overall architecture of the .NET file processing system and how the messages get created and routed. In this installment, Zach Smith explains the role of the task specific processes and describes how to set up the system so that it...
- Tags: Message, Process, Microsoft .NET, Router, File, Architecture, Zach Smith, Routers & Switches, Network Technology, Networking, Servers, Hardware
- Blog posts 2008-07-04
- How do I... Make C# or .NET Framework applications accessible in the system tray?
- Putting an icon for your application in the system tray is a great way to insure that your program is easily accessible to the user. Zach Smith explains how to use the system tray with C# and the .NET Framework. by Zach Smith
- Tags: Microsoft .NET Framework, Code, System Tray, Icon, Form, NotifyIcon, Context Menu, Figure D, C#, Programming Languages, Software Development, Software/Web Development, Zach Smith
- Blog posts 2008-06-17
- Network Cards failing
- I'm using Ubuntu Server and Exim 4 as a simple SMTP server for a medium sized business. I have a network card for the public network and the private network. It seems that whenever the start getting hit hard that they shutdown, the Nmap results go from...
- Tags: E-mail, NETWORKING, fenfir@..., network, network card
- Discussion threads 2007-08-28
- A sample app to monitor performance counters and send alerts
- Nearly every system level application or component publishes data via performance counters. In addition to that, the .NET Framework provides functionality to both read and write to performance counters. Many application developers have taken advantage of this functionality in their applications. With these two points in mind, Zach Smith developed...
- Tags: Monitor, Performance, Performance Counter, Performance Management, Human Resources, Workforce Management
- Download resources 2007-08-09
- 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 encodings, so you can use this functionality to provide some flexibility in searches. This How do I... blog post shows application developers how...
- Tags: SQL, Character, Soundex, Zach, C#, Programming Languages, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Zach Smith
- Blog posts 2008-04-18
- 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. You simply need to know what to reference and how to use the components. Zach Smith lays out exactly what you need...
- Tags: C#, .Net, Programming Languages, Microsoft Word, Word Processors, Software Development, Software/Web Development, Microsoft Office, Office Suites, Software
- Download resources 2008-01-09
- 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 encodings, so you can use this functionality to provide some flexibility in searches. Zach Smith shows you how to implement Soundex completely in...
- Tags: Zach Smith, C#, .Net, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Download resources 2008-04-18
- 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 to either move, copy, or modify it. Zach Smith explains how to program Drag-n-Drop functionality in your C# applications. This...
- Tags: Zach Smith, Drag-n-Drop, C#, Microsoft Windows, .Net, Programming Languages, Operating Systems, Software Development, Software/Web Development, Software
- Download resources 2007-10-10
- 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 JavaScript statements to warn users of their actions -- before they go too far. ...
- Tags: HTML, Form, Scripting Languages, Blogging, Software/Web Development, Web Development, Internet
- Download resources 2007-12-05
- How do I... Make C# or .NET Framework applications accessible in the system tray?
- Putting an icon for your application in the system tray is a great way to insure that your program is easily accessible to the user. Zach Smith explains how to use the system tray with C# and the .NET Framework.
- Tags: Microsoft .NET Framework, System Tray, Zach Smith, C#, .Net, Programming Languages, Software Development, Software/Web Development
- Download resources 2008-06-17
- 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+ functions? Zach Smith shows you how to use the "Free 3 of 9" font with the Bitmap and...
- Tags: Font, Barcode, C#, .Net, Programming Languages, Software Development, Software/Web Development
- Download resources 2007-11-20
- 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 How do I... Zach Smith demonstrates two methods for converting an image to grayscale and sepia-tone using built-in .NET Framework functionality from C#. This download is also...
- Tags: Microsoft .NET Framework, Image, C#, .Net, Programming Languages, Software Development, Software/Web Development
- Download resources 2007-08-21
- 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 user-supplied images are resized and a thumbnail version of the image is generated. Zach Smith explains how to use...
- Tags: Image, Zach Smith
- Download resources 2007-08-29
- 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 threading logic can actually slow down an application, or worse, cause an application to have inconsistent exceptions. There really isn't much to be worried about though...
- Tags: Application, Performance, C#, .Net, Programming Languages, Performance Management, Software Development, Software/Web Development, Human Resources, Workforce Management
- Download resources 2008-01-24
- A utility to parse fixed length flat files in C# using XML templates
- Write out flat files from a databaseHi Zach.Good article, just what I needed. Saw that u also had a solution to write out a flat file from a database. Do u mind telling me how u did that? How did u create the separate XML-file? Got any code that u...
- Tags: alessandrosvenson@..., flat file, xml, windows, database, programming, C#
- Discussion threads 2007-02-20
- The architecture of a flexible .NET file processing system -- Part 4
- The first three parts of this series concentrated on the overall architecture of the .NET file processing system and how the messages get created and routed. In this installment, Zach Smith explains the role of the task specific processes and describes how to set up the system so that it...
- Tags: Zach Smith, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Download resources 2008-07-04
- Use the advantages of custom attributes in your C# applications
- In the .NET Framework attributes are used for many different reasons -- from defining which classes are serializable to choosing which methods are exposed in a Web service. Attributes allow developers to add descriptions to classes, properties, and methods at design time that can then be examined at runtime via...
- Tags: Class, Zach Smith, C#, .Net, Programming Languages, Web Services, Software Development, Software/Web Development, Enterprise Software, Software
- Download resources 2007-04-12
- << Previous
- page 1 of 1
- Next >>