On ZDNet: Microsoft: No more phone numbers
2 Resources for

semicolon

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Outlook 2000 a semicolon after the
Hi all,The case was strange and I couldn't any solution for it yet. Please give mea advise.Here is the situation:My colleague using WinXP + Office 2000 both are English Version. At lastweek my colleague received a Email with an attachment report from othercolleague. After answering to the Email, Outlook became...
Tags: semicolon, Microsoft Outlook, outlook, Inbox, e-mail, Chik, Microsoft Outlook 2000
Discussion threads 2006-04-17
Using special characters in HTML
Ever wanted to use special characters in your HTML but didn't know quite how to do it? Jason Smith has heard your cries and brings you an article on using special characters in HTML.Have you ever wanted to put a little Français on your Web page? Perhaps you are interested...
Tags: Jason Smith, special character, HTML
Technical articles 2000-06-15

Additional Resources

Widget Mp3 Player (widget)
This is a simple MP3 player that has a file list viewer for quick MP3 access, a shuffle and sort function, and all the standard MP3 functions. It will also shrink to the size of a 25 x 25 px button for small screen usage when wanted. You just need...
Tags: MP3 Player, MP3, Digital Music, Digital Media, Media Players, Personal Technology, Consumer Electronics
Software downloads 2007-07-30
DBF to CSV (zip)
The DBF to CSV program allows you to convert your DBF files to CSV (comma-separated value) format. Generally, you can use any delimiter, such as TAB or semicolon. The program supports dBase III, dBase IV, FoxPro, VFP, and dBase Level 7 formats. You can run the program in a batch...
Tags: Program
Software downloads 2005-11-01
Text List (exe)
Text List is a software developed for work with a text as with a list. By this program you can create and manage a shopping list, to do list, a list of keywords, and email addresses. Also it is convenient to make a list of words or phrases separated by...
Tags: List, Amelax, Tools & Techniques, E-mail, Productivity, Management, Online Communications
Software downloads 2008-07-14
XP Search - finding multiple filenames
I need users in our organisation to search in XP Pro SP2 for the presence of a number of filenames (23 to be exact) on their hard drives. I was told that simply separating the filenames with a semicolon (;) in XP's Search Companion would work (e.g. check sheet.doc; pt.doc)...
Tags: peter@..., Microsoft Windows XP
Discussion threads 2007-09-11
Points Export for AutoCAD (exe)
Points Export for AutoCAD is a Point Text file export plug-in for AutoCAD. This plug-in gives AutoCAD powered applications the ability to export point data to text files. Points Export for AutoCAD reads point objects in an AutoCAD drawing and writes it out to a text file in the XYZ...
Tags: AutoCAD
Software downloads 2007-02-07
Points Import for AutoCAD (exe)
Points Import for AutoCAD is a Point Text file import plug-in for AutoCAD. This plug-in gives AutoCAD powered applications the ability to import point data from text files. Point data is commonly stored in plain text file as a series of x, y and z coordinates, separated by a comma,...
Tags: AutoCAD
Software downloads 2007-01-04
Javascript Functions - Help!
I am new to Javascript in web design and I can't figure this out. For some reason my function StartClock12 and function StartDate will not work while the other function are there. If I delete functions downloaddata and displaydata, StartClock12 and StartDate work fine. Can anyone tell me...
Tags: Scripting languages, Operating systems, marqueedata.startDownload
Discussion threads 2006-08-29
DMcsvEditor (zip)
DMcsvEditor is a CSV editor that helps you edit, delete, add and modify records. Here are some key features of "DMcsvEditor":· CSV Comma Separated Values editor· Comma & semicolon separated files read· Comma separated files save as· XHTML 1.1 valid export· Edit, delete, add, modify, copy, paste records· Printing Landscape...
Tags: File, Darh Media, DMcsvEditor, Document Management, Enterprise Software, Software, Finance, Managerial Accounting
Software downloads 2008-04-03
Easy Text To HTML Converter (zip)
Easy Text To HTML Converter provides fast and easy conversion of text files (in TXT, RTF formats) and text blocks pasted from clipboard to HTML or XHTML format. The conversion is being performed in three different modes, placed on separate tabs of the main window: single file, files list, and...
Tags: HTML, Conversion
Software downloads 2006-09-15
"This page intentionally left blank"
Effective HelpdeskExcellent points; although this short piece does not begin to convey the pre-requisite skill and judgment that goes into effective helpdesk. A person needs YEARS of experience working with other people in order to know how people describe their problems. One of my favorites was "Why are...
Tags: Call centers, mgordon@..., help desk, helpdesk technician
Discussion threads 2007-07-02
Beware of the ampersand when using XML
An XML document is a great way to represent information. But some characters, such as the ampersand, can be problematic because they have special meaning. Here is how to avoid the pitfalls presented by the ampersand and other special characters.Describing data with XML has become very popular, and now all...
Tags: Brian Schaffner, XML document, ampersand, XML
Technical articles 2001-10-29
10+ keyboard shortcuts for speeding your work with Excel data
Shortcuts can save you a considerable amount of time when you're entering or modifying data in a worksheet -- but only if you can remember them. This list offers a quick reminder of some old standbys, along with a few shortcuts that are less well known but equally useful. ...
Tags: Keyboard, Microsoft Excel, Keyboard Shortcut, Cell, Jody Gilbert
Blog posts 2007-10-05
Store dynamic page responses with output caching in ASP.NET
Output caching is a powerful ASP.NET feature that allows you to store dynamically generated page responses. In this way, subsequent requests for the same page are satisfied without executing the page; the cached output is simply returned. Output caching can take place at two levels—entire pages or portions of the...
Tags: Microsoft ASP.NET, Leonardo Esposito, VaryByParam, POST parameter, semicolon-separated list
Technical articles 2003-02-13
Show class collaboration in your application development with UML sequence diagrams
The purpose of a class diagram is to show the structural makeup of an application. An application's structure is dictated by the dynamics of class collaborations. In UML, we commonly represent the dynamic aspects of class collaborations using a sequence diagram. Let's now explore the elements of a sequence diagram.Behavioral...
Tags: Research & Development, Programming languages, Kirk Knoernschild, collaboration, application development, modeling, UML, Java
Technical articles 2003-07-30
Why I love my job
Let me count the ways. Maybe this should be under the Friday Yuk. I need to be wanted.Even if it's up on the roof to realign a 9FTdish or to inform the user that their 30 inchdish is missing, the reaction isn't great but I'mstill the one. ...
Tags: job, mjd420nova, happiness on the job, off-topic
Discussion threads 2005-12-30
news item addition code
In part four of Vincent Danen's Daily Drill Down series, he explains how to design the database that will maintain the site news for your dynamic Web site.Welcome to part four of the Building a dynamic Web site series! Give me a moment to recap what I’ve accomplished so far....
Tags: Storage, Databases, Vincent Danen, database, news item, Web site
Technical articles 2000-09-19
Increase Web site performance with ASP.NET caching
While functionality is the number one goal of Webdevelopment, performance seems to be a close second. After all, a site thatisn't used serves no purpose. Caching frequently accessed Web page data is oneway to positively impact a Web application's performance. ASP.NET includescaching support that is easily incorporated in your application...
Tags: cache, Microsoft ASP.NET, Page Output, Tony Patton, Web, Web site
Technical articles 2006-06-27
My old rig crashed.....
Long lost loveWhen my old friend was no more, you came to me, and I cherished you.At first I looked at you from behind. Familiar yes, but not quite the same.When I turned you around, my eyes saw sights I never did see.Heavy yes, but I can still manage the...
Tags: Linux, Guess
Discussion threads 2005-03-14
  • << Previous
  • page 1 of 1
  • Next >>


Outlook 2000/2002/2003: Tips for Road Warriors
Working efficiently with Microsoft Outlook is a real challenge for users who are traveling or working off-site. This guide describes a dozen ways that mobile users can maximize productivity when using Microsoft Outlook outside the office.
Buy Now
Creating and Configuring Home Networks
Home offices are increasingly becoming a part of everyday life, thanks to their convenience and the growth of supporting technologies such as DSL and ...
Buy Now