What is deep linking? Deep links are a type of link that sends users directly to an app instead of a website or a store. They are used to send users straight to specific in-app locations, saving users the time and energy locating a particular page themselves – significantly improving…
Bulk Insert in MySql using LOAD DATA INFILE
Are you looking for the stuff to insert bulk data into MySQL table? Go for “LOAD DATA INFILE” MySQL concept. This is the best way I am witness of. You might need to use this concept in 2 ways. 1) Bulk Insert Functionality in PHP Application 2) Import bulk records…
Why PHP Framework over CorePHP?
Don’t need to reinvent the wheel again and again. This article is about explaining why you should insist your vendor or client to go with some inbuilt framework rather to go with Core PHP. I will explain it via one real time example: Science Calculator Now assume, you have one…
N ideas to increase performance of website – Part 2
To get the basic idea please go through Part – 1. On Page Image Optimization As a general rule of thumb, larger files take longer to download than smaller files. Web page download time, also known as the Page Load Time depends on the total size of content assets being…
N ideas to increase performance of website – Part 1
Website speed matters. Fast-loading sites perform better on all fronts: better user experience, higher conversions, more engagement, even higher search rankings. If you’re targeting mobile traffic, site speed becomes even more important. No one wants to download a 4MB website on their smartphone, but most sites are that way. Your…