Tuesday, July 26, 2016

How to get pins from pinterest with Jquery

If you are familiar with PHP you can just use these existing projects from github 1- Pinterest API - PHP Read more To use the Pinterest API you have to register yourself as a developer and create an application. After you've created your app you will receive a app_id and app_secret. 2- Pinterest...

Monday, July 25, 2016

How to check Cron jobs

In the previous article I have shown you to configure cron jobs. Somebody asked me how to check weather cron jons is processing. So, if you haven't known what is cron jobs please read follow this cron jobs There are many way to check your cron jobs. To do it you have to : 1- Turn on your terminal...

Set up cron jobs or crontab in Cakephp

Before stating to set up Cron jobs in your server you have understand and know what the Cron jobs is? Cron is a Linux utility which schedules a command or script on your server to run automatically at a specified time and date. A cron job is the scheduled task itself. Cron jobs can...