Email template optimization tools
Here is the list of email templates optimization tools. Remember to exclude media query if you have for responsive design. They will not work properly if inline. Some time might face a problem...
Here is the list of email templates optimization tools. Remember to exclude media query if you have for responsive design. They will not work properly if inline. Some time might face a problem...
Exporting database tables is a common task for developers who work with databases. In this blog, we will discuss how to export database tables using PHP. PHP provides several functions for exporting database tables....
Joomla Last Database Query Joomla last database query.As we all know it is a bit difficult to find last executed query in CMS. because there are lots of internal trigger and threads...
In PHP, backtrace is a feature that helps developers debug their code by providing information about the execution path of the code. The backtrace function generates a stack trace of the function calls that...
In MySQL, it is common to have a large number of tables in a database. This can make it difficult to search for a specific column name in all tables of a database. However,...
Custom linkedin button for share and auth <script src=”http://platform.linkedin.com/in.js”> api_key: //onLoad: onLinkedInLoad scope: r_basicprofile r_emailaddress r_fullprofile authorize:true </script> <script> function onLinkedInAuth() { IN.API.Profile(“me”) .fields(“firstName”, “lastName”, “industry”, “location:(name)”, “picture-url”, “headline”, “summary”, “num-connections”, “public-profile-url”, “distance”, “positions”,...
The WordPress.com stats helper monkeys prepared a 2012 annual report for this blog . Here’s an excerpt: 600 people reached the top of Mt. Everest in 2012. This blog got about 2,300 views in...
The WordPress.com stats helper monkeys prepared a 2013 annual report for this blog. Here’s an excerpt: A San Francisco cable car holds 60 people. This blog was viewed about 3,400 times in 2013. If...
remove svn files folder using php some time we forget to export a project on svn and upload that on main server. Result , our main server now have svn file and folders folders....
update product quantity on check out page magento you can do it by editing item.phtml (template/checkout/onepage/review/item.phtml) and these lines after line no #47 <td class=”a-center”><?php echo $_item->getQty() ?></td> <td class=”a-center”> <input name=”cart[<?php echo $_item->getId()...
Recent Comments