PHP Web development

PHP PHP is probably the most popular web development language right now. At least 20 million domains use PHP and it’s the language used on major sites such as Wikipedia and Facebook as well as in some of the world’s biggest open source projects like WordPress and Drupal. In this article, I’ll share with you ten things I wish I … Read More

visionPHP Web development

Creating Child Themes in WordPress

wordpress-child-themes

WordPress child theme WordPress child theme allows you change the functionality of the theme without having to edit the original/parent theme template files. If you need to modify any template file, we recommend to create a child theme instead of editing the theme template files. Since the child theme is stored separately, you don’t need to redo the changes next … Read More

visionCreating Child Themes in WordPress

SEO Friendly URL in Zend Framework

url routing

URL Routing in Zend Framework Clean URLs for search engines are like cookies for babies, when using clean URLs in our applications we say to others we know what we are really do! in addition to many advantages like awesome look for your links . Im not going to explane building clean URL with PHP & Apache server in this blog post so … Read More

visionSEO Friendly URL in Zend Framework