To support simplicity, possiibility and cost effective of PHP

Archive for January 2008

Cheatsheet collection

Jan 20th, 2008 | By admin | Category: Uncategorized

JavaScript
Regular expression
MySQL
PHP
CSS
mod_rewrite



Learn CSS by examples

Jan 20th, 2008 | By admin | Category: Tutorials

Most Useful CSS Properties with Examples
CSS cheatsheet



JSON quick start

Jan 19th, 2008 | By admin | Category: JavaScript

What does it stand for?
JavaScript Object Notation.
According to Douglas Corckford’s website, JSON is a lightweight data-interchange format. It is easy for humans to read and write… JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, [...]



A C# class to validate email and url

Jan 17th, 2008 | By admin | Category: Uncategorized

Regular expression is not only difficult to write it correctly but also because we don’t have time to study details of a specification of the expression we want to validate. So I try to collect as much as I can common used regex for reference.

using System;
using System.Text.RegularExpressions;

public class GeneralValidation
{

public static bool IsEmail(string Email)
{
string strRegex = [...]



Installing Apache on Windows

Jan 17th, 2008 | By admin | Category: PHP, Tutorials

Because it’s the most popular web server in use, you might think that Apache is a complicated piece of software, but it’s not difficult at all.
Installing Apache for Windows is a simple task, due in great part to the installation wizard distributed by the Apache Group. While running any web server on a Windows operating [...]



Using Zend components in your own web project

Jan 15th, 2008 | By admin | Category: PHP, Tutorials

I am a fan of Prado but Zend framework takes my love with its set of components. Having an MVC framework with a higher level of intefration between Model – View – Controller is better than taking Zend basic MVC model into a real life project. However, using Zend components to complete common web features [...]



Getting started with Prado

Jan 15th, 2008 | By admin | Category: Prado framework

Prado is a rapid web application development framework that widely used nowadays by PHP coders. The framework at this moment is 3.1.1 show the maturity and stable. It provide coders with magnificent modules with beautiful ideas applied for MVC model.
The first noticeable thing in Prado is its control set which embrace the ASP.NET model of [...]



PHP training course

Jan 14th, 2008 | By admin | Category: PHP

There are many PHP & MySQL  books out there plus many free tutorial helpful for you. However, I choose the best roadmap for you by going the same road a PHP programmer goes for Zend PHP5 Certificate. You are not required to follow step by step and also on each step, I try to point [...]



PHP developer toolset

Jan 14th, 2008 | By admin | Category: PHP

A lot of beginners do not know what to use and where to start when begin with PHP, a open source programming language with no official support. PHP on its way spreading the world programming community come with many commercial tools to help developers more productive. Tools varies from small, cheap coding programs to very [...]



Begin a PHP class

Jan 13th, 2008 | By admin | Category: Uncategorized

Can’t wait until my new community site finish to run a PHP class, I will start it soon with the WordPress blog on which today I installed lot of plug-in and try some new theme.