Loading....
Empty trash large file by using mac terminal code
sudo rm -rf ~/.Trash/*
Money Back
in case of reasonable unsatisfied condition we will refund your money for the order or plugin,services, template that you had purchased.
IMPORTANT: YOU MUST PROVIDE YOUR REAL NAME (I.E. PERSONAL NAME, NOT NICKNAME OR COMPANY NAME) AND LOCATION. INCOMPLETE OR FALSE REGISTRATION DETAILS WILL RESULT IN YOUR REQUEST FOR AN ACCOUNT BEING DENIED OR AN EXISTING ACCOUNT BEING PERMANENTLY CLOSED - THANK YOU FOR YOUR CO-OPERATION.
This tuttorial explains how to make images,tables etc. responsive in tinymce html editor.
This tuttorial explains how to use Anchors in tinymce html editor
function max_width(w) {
if(window.innerWidth <= w) {
returntrue;
} else {
returnfalse;
}
}
this page give some instruction align text, dom etc. in a div vertically
Countries and Continents sql includes create table and row insertion with iso3 codes
countries.sql
continents.sql
The subtotal is the value of all goods on the invoice without discount or other rebates, and no shipping costs applied.
The total amount is calculated by using the subtotal minus discount and rebates and plus shipping costs.
var profits=2489.8237
profits.toFixed(3)//returns 2489.824 (round up)
profits.toFixed(2)//returns 2489.82
profits.toFixed(7)//returns 2489.8237000 (padding)
go to config/mimes.php add following to array
'ico'=>array('image/vnd.microsoft.icon', 'image/ico', 'image/icon', 'text/ico', 'application/ico', 'image/x-icon')
Finds files larger than 50 MB in current directory
find . -type f -size +50000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
Github Template Published under MIT License (MIT)