Author Archive
07 Apr 2016
7 Top Free WordPress Themes of 2016

WordPress has taken the online world by storm. It has certainly changed the way we develop websites today. From building an e-store to an informative blog, WordPress allows you to build any type of website. In fact, it has even made it possible for the non-technical website owner to develop sites without ever touching a
20 Mar 2016
Formatting Strings into Regular Expression Patterns using PHP
The stringToRule function in PHP converts a string with wildcard characters into a regular expression pattern for matching purposes. This function is useful for implementing rules in a robots.txt file, which specifies which parts of a website should not be crawled by search engines. The function ensures that the string is properly formatted for use