Time and Technology – Are they really the perfect pair?

Is it me or does it seem the more we dive into the future, the more things are created that distract us?!  I remember a time when pagers (beepers) were the craze and you weren’t cool if you didn’t have one.

Go here to read the rest:
Time and Technology – Are they really the perfect pair?

Data Entry BPO Companies in the US – Providing Customize Solutions

Data entry BPO companies in the US provide excellent services to medical, legal and other business fields. Due to the rising need for accurate business documentation services, almost all business organizations are now depending on these companies

See the article here:
Data Entry BPO Companies in the US – Providing Customize Solutions

Direct mail Development

Direct Marketing Systems Direct marketing is still a good way to reach prospective customers, it is tried and true and has been proven to be successful for many industries. There several type of mailings for small businesses – list mailing compiled by a company itself, brokered lists, residential mailings

Visit link:
Direct mail Development

ØMQ for Delphi

http://www.danieleteti.it/?page_id=131 ØMQ is a messaging system built as an abstract framework that allows you to send messages over various protocols, such as local pipe, sockets etc. (a message in this sense is not a “chat” message, but basically data that needs to go from A to B). While I havent personally tried this system before I know the problems of communicating between threads – where I usually have to “roll my own” solution.

Go here to read the rest:
ØMQ for Delphi

Subjective Coding Services for Content Based Document Indexing

These days, the demand for high speed subjective coding service has been showing a steady increase. Understanding this high demand, many legal processes service providers have started offering subjective coding services for content based document indexing to major law firms, law departments of major corporations and other leading litigation support providers. Subjective coding is the process in which the coder seeks key information from the document through targeted queries based on various field data such as document types and data ranges

Visit link:
Subjective Coding Services for Content Based Document Indexing

Fastreports 5 VCL in the pipeline

Fastreports My favorite reporting tool currently at version 4.9 is now being bumped up to version 5.  FastReport VCL is an add-on component that allows your application to generate reports quickly and efficiently. FastReport® provides all the necessary tools to develop reports, including a visual report designer, a reporting core, and a preview window

Read the rest here:
Fastreports 5 VCL in the pipeline

Synopse releases SQLite3 Framework 1.9.1

Synopse The Synopse SQLite3 Database Framework was just released under version 1.9.1: Internal SQLite3 database engine is updated to version 3.7.2; New TSQLRecordFTS3 record, for using FTS3 virtual tables, i.e. implementing full-text search; New SQLite3UIEdit unit, to edit table content with a dialog created from RTTI; New dedicated BLOB methods and JSON array serialization; A lot of fixes and speed enhancements (including our HTTP/1.1 RESTful server now using Thread Pool). The new 3.7.2 version of the SQLite3 engine, which is mandatory according to SQLite3′s authors, is included.

Originally posted here:
Synopse releases SQLite3 Framework 1.9.1

Elevate Software releases ElevateDB 2.04 Build 2

ElevateDB, a fantastic database engine ElevateDB is an embedded SQL database engine that can be compiled directly into your application and offers local single and multi-user access (file-sharing) and client-server access with the provided ElevateDB server. ElevateDB can switch between these modes of operation quickly, requiring just a few application changes

The rest is here:
Elevate Software releases ElevateDB 2.04 Build 2

NHUNSpell dictionaries for Delphi

Make use of OpenOffice dictionaries in your applications! This is a new spell checker based on the NHunspell project from Thomas Maierhofer (open source). It is the first Delphi implementation to directly support the latest OpenOffice 3 dictionaries and uses the Hunspell spell checking engine, which is being used in OpenOffice, Firefox and many other software programs (You dont need openoffice to use this package it’s a delphi implementation. But you can take advantage of the dictionaries from openoffice -ED).

Read the original post:
NHUNSpell dictionaries for Delphi

Effective string parsing

Author Jon Lennart Aasenden, JOLEAD Media Purpose Parse a string and extract each word from it in sequence Description This is a simple and effective class for parsing text to extract words and phrases from it Comments This is a class I have used quite a lot over the years. It parse a normal text string (like you are reading right now) and will figure out where a word begins and ends. While this is no big feat to poll off, it’s one of those things that are tiresome to write.

Read more from the original source:
Effective string parsing