Move Zip File From Server To Server Using Ajax
This is a quick post on the topic of moving zip files from server to server using Ajax. Recently, I have worked on a similar…
Drag and Drop File Upload using JavaScript and PHP
Are you looking to integrate the drag and drop file upload feature on your website? This feature is much more user-friendly and reduces clicks of…
6 Steps To Speed Up WordPress Website
Everyone knows site speed plays an important role in terms of website success. The more your site loads fast, the more users are engaging with…
Display Last Updated Date On Post Screen in WordPress
A successful blog is built with quality articles. To make the blog popular, we used to regularly write new and well-researched articles. Along with writing…
Improve Website Performance By Using Lazy Load Images
Website speed plays important role in your business. But, there are some factors which can affect the speed of your website. One of them is…
Set Timezone in PHP By Editing php.ini File
Do you want to set or change a timezone in PHP? PHP runs on a server that has its own timezone. The date and time…
How To Display Post Views Count On Post Screen In WordPress
As a blogger, we regularly write a post for our blog. Some post gets popular and some are not. But what is a measure to…
How to Get Thumbnail from YouTube, Vimeo and Dailymotion Videos
Are you looking to get the thumbnail of the YouTube, Vimeo, and Dailymotion videos? These 3 are the most popular video-sharing websites on the internet….
How to Get YouTube Video Tags Using YouTube API
Recently I worked on a project where our client wants to get tags for YouTube videos. They are running their YouTube channel and wanted a…
Ajax File Upload with PHP and jQuery
Are you looking for a file upload using Ajax in PHP? Uploading a file through Ajax is a preferred way. It adds a better user…