Archive for the 'Tutorials' Category

POSIX Regular Expressions in PHP

October 20th, 2008

Regular expression is the basic functionality of pattern comparison. PHP offers two sets of functions for regular expressions - POSIX style and Perl style. Both types have their unique syntax and this post should give basic overview of the POSIX one.
Read the rest of this entry »

PHP and Excel

August 28th, 2008

Many of my customers hold data in Excel files. Then, when they decide to build a web based, database driven project controlled by PHP, ask me to move their Excel data into the MySQL. Whether it’s possible and how to do it, will be the content of this post.
Read the rest of this entry »

Date and Time in Windows Batch Files

July 9th, 2008

I’m sure you all often use date and time data to format filenames in batch files responsible for backups or logfiles routines. Those of you who administer Windows servers maybe encountered a syntax troubles using date and time system values to format required string as a filename. This post offers short guidance how to get necessary date or time substrings from Windows machines.
Read the rest of this entry »

JavaScript XMLHttpRequest Object

May 16th, 2008

XMLHttpRequest is one of the goals of AJAX technology. But what XMLHttpRequest actually is, where it comes from or how we can use it will be the content of this short post.
Read the rest of this entry »

FreeBSD: Building Jails

January 16th, 2008

Jail in FreeBSD is utility which imprisons a process and all future descendants. This was the theory. But what is the reality of jails, why we should use them and how successfully set them up will be the core of this article.
Read the rest of this entry »

BIOS Password Recovery

December 12th, 2007

Have you ever forgotten the password to your BIOS? Have you ever had your laptop stolen but you were calm with consciousness that you have the BIOS secured by password so your data cannot be compromised? Are you sure that there is no way to bypass BIOS password settings? This post will bring you bit other look at BIOS security and password recovery possibilities.
Read the rest of this entry »

Call to undefined function utf8_encode()

November 18th, 2007

PHP Fatal Error: Call to undefined function utf8_encode() error message balked me to run new installation of web software. Why and how to get rid of this error is described in this post.
Read the rest of this entry »

FTP Status Codes: Introduction

November 16th, 2007

What are FTP status codes assemblied of, what are their meaning and other details of FTP service replies describes this post.
Read the rest of this entry »

Installing BackTrack 2.0 on VM

November 15th, 2007

BackTrack (previously SecurityAuditor) is without discussion one of the coolest and helpfull IT Security Auditing Toolset ever. This live linux distribution can be regularly installed on a harddrive but there are small detailes which are on other hand very important to successfully install version 2.0 of this system.
Read the rest of this entry »

HTTP/1.1 Status Codes: 505 HTTP Version Not Supported

November 12th, 2007

The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
Read the rest of this entry »

© 2007-2009 alphapatrol.com | AlphaPatrol Blog is proudly powered by WordPress | Entries (RSS) and Comments (RSS)