Cheatsheet collection
Jan 20th, 2008 | By admin | Category: UncategorizedJavaScript
Regular expression
MySQL
PHP
CSS
mod_rewrite
JavaScript
Regular expression
MySQL
PHP
CSS
mod_rewrite
Most Useful CSS Properties with Examples
CSS cheatsheet
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, [...]
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 = [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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.