Retrieving Information on Selected Files with a PHP 5 File Uploader

Wednesday, March 26th, 2008

The initial script in the first tutorial of this series lacked some important features such as the implementation of an effective error handling module and the ability to check the MIME type and size of the file being uploaded. In this second installment of the series I m ...

Handling HTML Strings and Files with the DOM XML Extension in PHP 5

Tuesday, March 25th, 2008

The DOM XML extension has a few additional methods that can be used to process HTML files and strings at least at a pretty basic level. Thus this fifth part of the series will be entirely focused on explaining how to work with these methods. I will include ...

The Daily Poll: Would You Store Your Files with Google?

Tuesday, November 27th, 2007

News of a Google file storage solution has gone mainstream, and the so-called “GDrive” reportedly could be available for mass consumption within the next few months. A while back, I took a look at all the different pieces of our lives that Google knows about through their ever-growing array ...

Perl: Appending and Writing to Files

Wednesday, November 14th, 2007

In our last tutorial we left off on the topic of creating files and manipulating the data therein. In this article we will discuss how to append to a file and how to write to a file. If there is time we will also discuss working with file checks.... Try ...

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 ...

Perl: Working with Files

Wednesday, November 7th, 2007

In our last series of tutorials we worked with Conditionals and Loops to create some basic Perl programs. This time around we are going to be working with files. Text files CGI files PL files boiled files fried files Files Benedict steamed Files. Okay ...

Configuring J2EE Application XML Files

Thursday, March 8th, 2007

In this fourth part of a series covering the management of OC4J and configuring J2EE applications with Oracle 1 g Application Server we take a closer look at at J2EE application deployment files and more. This article is excerpted from chapter eight of the em Oracle 1 g ...

Advanced Concepts on Dealing with Files and Filesystems in BSD

Saturday, January 6th, 2007

In this conclusion to a two-part article we continue our discussion of BSD commands and filesystems. It is excerpted from chapter two of the book em BSD Hacks em written by Dru Lavigne O Reilly 2 5 ISBN 596 ...

More on Dealing with Files and Filesystems in BSD

Thursday, January 4th, 2007

In this conclusion to a two-part article we continue our discussion of BSD commands and filesystems. It is excerpted from chapter two of the book em BSD Hacks em written by Dru Lavigne O Reilly 2 5 ISBN 596 ...

Dealing with Files and Filesystems

Thursday, December 28th, 2006

In this first of a two-part article you will learn how to get the most out of certain BSD commands as well as some useful ways to handle your filesystem. It is excerpted from chapter two of the book em BSD Hacks em written ...

Loading and Unloading XML Files Using Oracle 10G XE

Wednesday, December 20th, 2006

In many cases exporting a table to create an XML file is easy but importing an XML file to create a table is much more difficult. This is true for Oracle 1 G XE as you will see in this article.... New SAP NetWeaver J2EE Preview! Try the ...

Uploading Files and Navigating Directories in PHP

Thursday, August 31st, 2006

In this article we are going to look at how to upload files and also how to navigate through directories. It is the second part of a tutorial that began last week with Reading Writing and Creating Files in PHP. ... (Advertisement) Rackspace-Managed Servers, Fanatical Supportâ„¢ Full-Scale Microsoft ...

Reading, Writing and Creating Files in PHP

Thursday, August 24th, 2006

Reading and writing to files can be useful if you do not require the storing of important data such as a web counter. I must warn you though that this method of storage should not be used to store passwords and other critical information as it is ...

Administering MySQL: International Usage and Log Files

Saturday, July 1st, 2006

If you need to administer MySQL this article gets you off to a good start. In this section we discuss localization and international usage as well as the MySQL log files. The sixth of a multi-part series it is excerpted from chapter four of the book ...

Working with Multiple Template Files to Separate Logic from Presentation

Wednesday, May 17th, 2006

Welcome to the last part of the series Separating logic from presentation. In three tutorials this series teaches you how to develop an expandable template processor class using PHP 5 which exposes some useful features such as recursive placeholder replacement MySQL result sets processing ...

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. ...