Select Page

Using Deprecated Code in PHP 5

If you don’t have the time or inclination to update your PHP4 code to PHP5, you can get the deprecated functions to work properly (especially the authentication code) by creating an .htaccess file and dropping it in the folder where your apps reside. The...

Counting Rows in textarea

I wrote a snippet which counts the number of rows of text in an HTML textarea object. Its very useful if you need to display data outside of the textarea box. I’ve got an example of a form and the PHP function it calls. Filename: t.php Filename:...

Preventing File Locking in E-mail Attachment

I’m trying to attach a file to an e-mail that I’m sending using the SmtpClient class (from System.Net.Mail) using C# for ASP.NET. Everything works correctly, but the problem is that the file that was uploaded gets locked in the folder by Windows and I...

Installing Flash Player in Fedora

I’ll admit that I’m not an expert on Linux. Proof of that was the difficulty I had in installing a Flash player for Firefox. I had no problems downloading the software, but during installation it asks where your web browser is to install the plugin....

Installing Firefox 2.0 on Fedora 6

For those people who are still using Fedora 6 (version 8 is the latest), its possible to upgrade Firefox from version 1.5 to 2.0. You can download Firefox from Mozilla, but its a gzipped file and its easier working with an RPM. Red Hat doesn’t provide an RPM for...
Translate ยป