Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Pretty Dates All in a Row
- Has a developer been faced with the task of producing reports on a regular basis that have a start and end date that change based on the date the report is run? This paper provides some tricks and tips for using the system date and the SAS functions INTNX with...
- Tags: SAS Institute
- White papers 2006-02-28
- MySQL in a Nutshell: Date and Time Functions
- The ability to record dates and times in a MySQL database is a very common requirement. This paper presents the date and time functions for MySQL. Date and time data comprises only numeric strings, so it can be stored in a regular character column. However, by using temporal datatype columns,...
- Tags: MySQL, Column, Open Source, Databases, Enterprise Software, Software, Data Management
- Book chapters 2005-04-28
- Regular Expression Checker (zip)
- This is software for creating regular expression and testing it. You can create regular expressions, even if you do not know about the details of regular expression. You can buy the source code (C#2005, VB2005, C#.NET, VB.NET) of this software.Version 1.40 now has a fine-tuned internal structure.
- Tags: Expression, Microsoft Development Tools, .Net, Programming Languages, Development Tools, Software Development, Software/Web Development
- Software downloads 2007-11-15
- Concatenate date cells with text cells in Excel
- Sorting date columnsOne of the problems with converting the date to text is that it no longer sorts in date order. Once you have generated your date, you may want to convert it back to date format using the DATEVALUE function. These will sort corr
- Tags: excel, software, PeterSS, cell, Microsoft Excel
- Discussion threads 2006-12-13
- Date Code conversion in Excel
- Hi,I want to create a way in Excel to convert a regular date (say "09/17/07") into a code that will go on our products for our clients to decode visually, using a format such as:M=1U=2R=3K=4Y=5C=6L=7O=8W=9N=0So, "09/17/07" would be recoded to be "NWMLNL".I'm sure this is possible, and probably a lot...
- Tags: Microsoft Office, fernando@..., Microsoft Excel
- Discussion threads 2007-09-17
- Date Stamp in Excel
- I am looking or a way to date stamp Excel spreadsheets with a creation date that won't change when the spreadsheet is updated. I do not want to have to key in the date, it should be an automatic date stamp. I saw something that said naming the formula...
- Tags: Microsoft Office, Microsoft Excel, johnsonsoftware, date stamp
- Discussion threads 2007-04-11
- 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 there is a free development tool called Expresso, which tests regular expressions outside of your application. Edmond Woychowsky reviews Expresso and discusses some...
- Tags: Expression, Productivity, Development Tools, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Download resources 2007-05-17
- Regexile (exe)
- Regexile is a regular expression testing program. It is used for development of regular expressions in the Microsoft.NET environment. It allows the user to enter and edit a regular expression, and see the matches it finds in source text in real time. Features include group matching and display, a quick...
- Tags: Regular Expression, LivingRoad, Regexile
- Software downloads 2006-07-21
- Mac Restart X (zip)
- Mac Restart X can restart a Mac on a regular basis or one time only at a specific date and time or at launch using it via Apple iCal or other applications. Mac Restart X uses the amazing OS X Calendar control Mac Restart X is the ideal solution to...
- Tags: Apple Macintosh, Tension Software, Mac Restart X, Desktops, Hardware
- Software downloads 2007-05-21
- Writing Better SQL Using Regular Expressions
- A new feature of Oracle Database 10g vastly improves the ability to search and manipulate character data. This feature, regular expressions, is a notation for describing textual patterns. It has long been available in many programming languages and a number of UNIX utilities. Oracle's implementation of regular expressions comes in...
- Tags: Oracle Corp., Expression, SQL, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers
- Date Validation in Excel
- I want to check whether the date entered is a valid date or not.For ex., if i enter 11/122006 instead of 11/12/2006 [a "/" missing ] , should indicate that string as invalid date..Actually the entered date is considered as String not as Date.. Is there any Specific date function...
- Tags: Scripting languages, vvelappan@..., Microsoft Excel
- Discussion threads 2007-10-17
- Date Calculator (zip)
- Date Calculator calculates between two dates of your choice. You can find out what the day was on a certain date or what it will be. How old will you be on a certain day? Date Calculator does all this for you. You have the option to save the dates...
- Tags: Option, Date Calculator
- Software downloads 2005-09-12
- SQL Server Find (EXE)
- SQL Server Find is a database tool for use with Microsoft SQL Server. With SQL Server Find you can search for database objects using search criteria like: contains text using regular expressions creation date object type (e.g. views, procedures, triggers) object name using regular expressions object size.Version 3.3.2 is a...
- Tags: Microsoft SQL Server, Server, Regular Expression, Radek Holding, SQL Server Find, Databases, Enterprise Software, Software, Data Management
- Software downloads 2008-06-06
- No Regular Microsoft Security Bulletins for March
- A Microsoft spokesperson just confirmed to me that, although the company is still investigating "potential and existing vulnerabilities," there would be no regular monthly update this month. For more information see http://blogs.technet.com/msrc/archive/2007/03/08/march-2007-advance-notification.aspx that page states in part: “We will though...
- Tags: Microsoft Update, Security, Microsoft
- Blog posts 2007-03-08
- Validation of a date filed in MS access
- I wish to create a field to store a date of birth, however I do not want it to accept a date either after to day or more than 120 years ago.I know that now gives me the current date, and that I can set the validation between "a start...
- Tags: Microsoft Corp., f.budge@..., Microsoft Access
- Discussion threads 2007-10-12
- Develop and Test Regular Expressions With a Unit Testing Package
- Oracle Database 10g includes a variety of new features that provide new and better ways of solving old problems. Regular expressions have been in common use among UNIX users for a long time but may not be familiar to programmers and users from other backgrounds. This paper will explain some...
- Tags: Oracle Corp., Expression, Oracle Database 10g, Programming Languages, Productivity, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2006-01-01
- VeriScan Lite (exe)
- Collect, update, and maintain your members' records with easy interface. Export data in multiple formats, save log entries, and set up custom alerts. Works with any kind of data reading hardware for barcodes (regular and 2D), magnetic stripes, RFIDs, direct keyboard entry, and even US issued driver licenses. Private clubs,...
- Tags: Keyboards, RFID, Hardware, Peripherals, Wireless, Security, Biometrics
- Software downloads 2007-11-16
- Word Macros/Templates
- I'm trying to create a template for my office that should simplify our reports that we create. In our word documents we repeat the same text throughout different sections of the documents, such as the Date. I was wondering if there is a macro that would automatically change...
- Tags: Word processors, jcb@..., Microsoft Word
- Discussion threads 2007-10-29
- Microsoft Webcast: The Proper Care and Feeding of Regular Expressions: Regression Therapy (Level 200)
- This webcast explores the great unsung hero: the regular expression. It slices, it dices, and it can turn twenty lines of code into one line if a programmer knows how to use it. The webcast also explores the wonder and glory that is pattern matching and substitution using regular expressions....
- Tags: Webcast, Expression, Microsoft Corp., Therapy, Digital Media, Consumer Electronics, Personal Technology
- Webcasts
- << Previous
- page 1 of 1
- Next >>