Fusion of Thoughts Blog

Email template optimization tools 0

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...

export database table php 0

export database table php

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 2

Joomla Last Database Query

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...

Php backtrace with proper information 0

Php backtrace with proper information

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...

Search a column name within tables database 0

Search a column name within tables database

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 1

Custom linkedin button for share and auth

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”,...

2012 in review 0

2012 in review

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...

2013 in review 0

2013 in review

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 0

remove svn files folder using php

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 2

update product quantity on check out page magento

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()...

Creating a Shopify App using Laravel How to Create Custom WordPress Plugin? How to Build a Telegram Bot using PHP How to Convert Magento 2 into PWA?