Timesheet attendance management system wordpress plugin

Timesheet Attendance Management System WordPress Plugin

Timesheet Attendance Management System Wordress Plugin Video with installation and working process: https://youtu.be/imdkZGLGOMw This is a timesheet attendance management system wordpress plugin for use any kind of organization or any office. By using this plugin anyone can measure an organization’s or office’s employee’s working activity or timesheet.There is a feature for punch in and punch 

Continue Reading…

Google Map Nearest Place Finder Query

Few days ago while i am working on projects where using google map,i face a problem that i have already few place’s in my database with their latitude and longitude,now i need to find nearest place’s depend on a certain distance.That time i found a solution,here i am going to share this how will be 

Continue Reading…

oauth2 custom error message

oauth2 with laravel

oauth2 is a service that is mostly used for api authentication.Let know a short note about oauth2.OAuth 2 is an authorization framework that enables applications to obtain limited access to user accounts on an HTTP service, such as Facebook, GitHub, and DigitalOcean.Like we want to build an api based application,that time we have a think 

Continue Reading…

Cronjob in Linux Server

I have a cloud server on AWS in here i face a problem to configure cornjob.In this article i share how to configure cornjob in linux server or your linux pc.You can write script for daily,monthly,weekly and hourly also for that your file structure will be /etc/cron.daily /etc/cron.hourly /etc/cron.monthly /etc/cron.weekly If you also write shell 

Continue Reading…

Pass Blob File Though Ajax

Blob means Binary Large Object.Blobs are typically images, audio or other multimedia objects, though sometimes binary executable code is stored as a blob.In this article we know how to pass a blob file through ajax. Pass Blob File Though Ajax Keep it mind to keep contentType,processData keep false. processData: false, contentType: false,

WP Comment Spam Blocker

WP Comment Spam Blocker Plugin

Documentation : http://kingpabel.com/documentation-comment-spam/ WP comment spam blocker is very easy to use,there has nothing to customize.To install this plugin first login in wp-admin in your wordpress project.Then go to Plugin->add new and then upload this plugin.After complete uploading just active this plugin. Your work is done.From now no one can’t do any comment spamming in 

Continue Reading…

PHP7 Null coalesce operator

PHP7 Improved performance up to twice as fast as PHP 5.6 ,Consistent 64-bit support,Combined comparison Operator (),scalar type declarations,return type declaration,null coalesce operator any many others new features.So then first see what is this operator.(??) is null coalesce operator.In previous version till 5.6 we was see a operator that is called ternary operator(?).Null coalesce operator 

Continue Reading…