Posts By:

Special characters in Regular Expressions – Part 1

Posted by & filed under PHP For Beginners.

Learning Regular Expressions

With this post, we continue to explore the Regular expressions. The first post of the Learning Regular Expression series introduced Regular Expressions. The first post covers the regular expression delimiters and the “i” pattern modifier. In the language of regular expression, there is a special meaning of certain characters.
In the first post, the expressions matching Continue reading…

Fixed, Fluid and Responsive Grid CSS Frameworks

Posted by & filed under Web Design.

Fixed Fluid and Responsive Layouts

When creating a website, the layout of the website is the most crucial decision. The layout decides how the information will be conveyed to the visitors. So, the layout has to be well structured and simple. To quickly generate standard structured layout, the web designers use the Grid systems.
The Grid systems act as a reference Continue reading…

Regular Expressions – Starting from basics

Posted by & filed under PHP For Beginners.

Learning Regular Expressions

After taking a quick look at few common examples of regular expressions, we are taking another dig at regular expressions.
The Regular expressions originated from the grep program of Unix systems. The grep program helps in working with strings and manipulating text. PHP has support for regular expressions. Before the release of PHP 5.3, PHP supported Continue reading…

Traits in PHP – Multiple and Nested Traits

Posted by & filed under Advanced PHP.

Multiple and Nested Traits

Traits is a good new addition to PHP language. In our series about the new features of PHP 5.4, we reviewed the concept of Traits in PHP. The introductory article talks about what the traits are and what is the general syntax of Traits in PHP. The second article attempts to explain why we need traits.
Now, Continue reading…

Choosing a Blogging CMS

Posted by & filed under Wordpress.

Blog CMS

We are running a Choose CMS series to identify the features of various categories of PHP CMS. As is evident from the title of series, the target is to choose the right CMS that suits our requirements. The first post of the series talks the qualities of a good CMS and identifies different genres of Continue reading…