Perl: Concatenating Text and More

Monday, March 10th, 2008

This marks the finale of our coverage of text in Perl until we get into some more of the advanced Perl features at any rate . We left off with the here document and how to use it to display text exactly as we type it in using ...

Perl Text: Quoting Without Quote Marks

Monday, March 3rd, 2008

In our last article we introduced you to using text in Perl. By the time we were done there was text everywhere. But that s okay. In this tutorial we will learn to clean that text up and put it in its place. So roll up those sleeves and ...

Jangl Adds Free Text Messaging

Wednesday, November 28th, 2007

Jangl now supports text messaging. You could already call friends in a free and private manner (and by private, I mean that no one has to give out their number). In the same manner that you initiate or receive a phone call through Jangl, you’ll also be able ...

Working with Images and Text Flows in PDF Files with PHP 5

Tuesday, November 13th, 2007

When it comes to developing database-driven web applications that deliver their contents to end users in a great variety of formats PHP can be a killer scripting language. This becomes even more evident when these contents must be displayed through one or more PDF files which have to ...

Using Boolean Operators for Full Text and Boolean Searches with MySQL

Wednesday, June 20th, 2007

Implementing full text searches with MySQL can improve the execution of queries against specific database tables. If you want to put this useful feature to work for you start reading this article now Welcome to the final tutorial of the series that began with Performing Full Text ...

Using Relevance Rankings for Full Text and Boolean Searches with MySQL

Wednesday, June 13th, 2007

If you re a web developer who is searching for a step-by-step guide on how to quickly implement full text and Boolean searches with MySQL then look no further. This group of articles might be what you need. Welcome to the second tutorial of the series that began with ...

Importing a CSV Text File into Oracle 10G XE

Wednesday, September 27th, 2006

If you need to deal with legacy data by moving it to more recent databases this article might help. It will show you how to move data from an MS Excel file into an Oracle 1 G XE table.... Rackspace-Managed Servers, Fanatical Supportâ„¢ Full-Scale Microsoft & Linux Solutions & 0% ...

Writing to Text Files in Oracle PL/SQL

Tuesday, April 18th, 2006

This is the second article in a series focusing on file input output using Oracle PL SQL packages.... (Advertisement) Refurbished and Used Networking Equipment Network Liquidators sells refurbished and used networking equipment for up to 95% off list, with a 1 year warranty. We buy and sell top brands like Cisco, ...

Reading Text Files using Oracle PL/SQL and UTL_FILE

Tuesday, April 11th, 2006

In this series of articles we shall concentrate on working with file input output using Oracle PL SQL packages. Even though I start with simple examples in the first article of this series I shall introduce you in my upcoming articles to the power of the ...

Private Pages with PHP and Text Files

Monday, February 27th, 2006

You run a website that is simple enough it doesn t require a database. But your site features certain pages to which you d like to limit access. Most of the time that implies using a database to store passwords and usernames. There is an easier way however. ...