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

11 Easy-to-Learn Tips For Using Liquid (Shopify’s Template Language)

1. Grant Eagon – Bongo Themes Sometimes you have to hot-fix a live site, but you don’t want to mess up the site for users.  Just dump your data out inside a hidden div to see what’s going on. 2. Charlie Friedemann – Conjectural Technologies It’s an implementation of search autocomplete using Liquid and Javascript, and leverages the SOLR search … Read More

vision11 Easy-to-Learn Tips For Using Liquid (Shopify’s Template Language)

Magento Event Driven Programming Tips & Tricks

One of the cool things about Magento from the application architectural point of view is its support for the event driven programming. That is, event – observer system. The whole idea is pretty simple. On one side you have an events getting fired, and on another side you have observers listening for specific events and executing certain logic when specific … Read More

visionMagento Event Driven Programming Tips & Tricks

Magento Speed & Your Ecommerce Site

Magento speed is the #1 issue you’re probably suffering with if you run an Ecommerce site. The Magento speed of a site is of the utmost importance for the conversion rate of any e-commerce store. While online merchants may have a number of paying customers each week, they may be losing hundreds more throughout the checkout stage. The number one … Read More

visionMagento Speed & Your Ecommerce Site

FTP Upload via cURL

FTP hosting is often much cheaper than regular web hosting. The upload with an ftp client is for sure the most common way, but could be a problem for people behind a firewall or without enough rights (capabilities) to install a FTP client. For those a upload via a web form is the best solution. Upload limitations by your web … Read More

visionFTP Upload via cURL

Create PDF documents Online with TCPDF

Why TCPDF and not some other PHP class? TCPDF is based on the FPDF class, a very stable project written for PHP4. Since several years has TCPDF much more features than FPDF and is written for PHP5 (there is also a PHP4 version). The TCPDF has also some great documentation and of course examples for all important PDF jobs like: … Read More

visionCreate PDF documents Online with TCPDF