Harish

I am professional web developer and blogger. Use this blog to share own api and other web development experience with you. I do accept paid work. Write to me at - [email protected]

How to Use Custom Thank You Page in Woocommerce

In this post we will explain you how to use custom thank you page in WooCommerce, So the customer will redirect your specific thank you page after purchase completed. For achieve this task we can use WooCommerce hook wc_custom_redirect_after_purchase.

How to Create Fedex Multiple Package Shipment Label using API Call in PHP

In our previous post explained how to create Fedex shipping label using PHP programming language. In this post we explain fedex multiple package shipment label process. By default Fedex allow maximum 150 pound weight limit for one box shipment. If your order exceed shipment weight limit, than Fedex divide package weight as limit wise.

How To Use Cron Job in Ubuntu Server

Cron job is the best way to automate the process. It will execute task in the background on server machines. In our previous post explained How to setup cron job using cPanel. Today we are going to share process of use Cron Job in Ubuntu or Linux Machines.

Simple Way to Create PHP stdClass Objects

Use type casting for create stdClass objects in PHP. Its convert simple array into a stdClass object. This is very quick and easy way to creating new stdClass objects with desired properties set.

Best 10 Personal WordPress Blog Themes for 2016 (Free & Premium)

More than 74 million websites running on WordPress, that why it is the most popular content management system (CMS) using world wide. Main reason of its popularity is that it is quite easy and flexible to use. If you want to start your own website, then best option is WordPress.

Awesome YouTube Downloader Software – Airy 3.0

Now download youtube video going to be very easy. New amazing application Airy comes, its provide easy way to save YTB videos without any hiccups. Eltima softwares release Airy 3.0 version for MAC and Windows users with some worthy features like High quality video resolution, format supported FLV, MP4 and 3GP.

How to Capture Screenshot of a Website Using PHP

Capturing website using PHP script is very easy. In this post, explain you how to capture screenshot using PHP code. We are using an PHP class “screenshot.class.php”. It will send an web request to ScreenshotLayer API to grab the website screenshot in JPG, GIF or PNG formats.