{ "message":"your message", "statusCode":200, "validationErrors":[ ] } For Success Message { "message":"success", "statusCode":200, "validationErrors":[] } For Error Message { "message":"Unauthorized Request", "statusCode":401, "validationErrors":[ "Un Authorised request" ] }
Category: General
How to change the timezone in CodeIgniter 3.1.6
date_default_timezone_set() function is used to sets the default timezone used by all date or time functions in core PHP, CodeIgniter etc. date_default_timezone_set(); date_default_timezone_set('Asia/Kolkata'); # Option-1: In case of CodeIgniter, we can set the default timezone in the application/config.php file In case of CodeIgniter, we can set the default timezone in the application/config.php file <?php defined('BASEPATH') … Continue reading How to change the timezone in CodeIgniter 3.1.6
How to Download Facebook Uploaded Videos?
# How to Download Facebook Uploaded Videos? Facebook is a famous social networking platform in these days. Everyday most of people many times visits Facebook. Various type of videos uploaded to Facebook everyday. Maximum friends ask a question that, How to Download a Facebook Video? Here, is the Solution- Solution-1: First Copy the … Continue reading How to Download Facebook Uploaded Videos?
Disable Mouse Right Click, Cut, Copy & Paste
Disable Mouse Right Click, Cut, Copy & Paste? Full JavaScript code for disabling mouse right click and disable cut (CTRL+X), copy (CTRL+C) and paste (CTRL+V) from the web page. <script type="text/javascript"> $(document).ready(function () { //Disable cut copy paste $('body').bind('cut copy paste', function (e) { e.preventDefault(); }); //Disable mouse right click $("body").on("contextmenu",function(e){ return false; }); }); … Continue reading Disable Mouse Right Click, Cut, Copy & Paste
DISABLE MOUSE RIGHT CLICK
WANT TO DISABLE MOUSE RIGHT CLICK?? Disable mouse right click will prevent visitors from choosing the cut, copy and paste options. If you want to disable right mouse click for a particular section of a web page, then you can use a selector (#id, .class, etc.) otherwise use body selector for the full page. The following JavaScript … Continue reading DISABLE MOUSE RIGHT CLICK
How to add Whatsapp Sharing button in blogger
Want to add Whatsapp Sharing button in blogger? Here , is the Instruction how you can add the whatsapp Sharing button into your Blogger Account (blogspot page). WhatsApp has become very essential part of our daily life, It help us to communicate with our friends and family in most easiest way possible. To let you … Continue reading How to add Whatsapp Sharing button in blogger
Using Special Characters in XML
Using Special Characters in XML When you use wizards to customize any string in your XML file, you can use the following special symbols: <, >, &, ', ". Symbols Like: <, >, &, ', ". You can also use these symbols when you are editing a query in Expert Mode or when you are … Continue reading Using Special Characters in XML
Download Facebook Uploaded Videos
In Facebook we can fing many Interesting Videos. Sometimes we want to download this videos. Many friends were asking that "How to Download Facebook Uploaded Videos" in local machine. After Finding i found the solution & downloaded few videos... Please follow the below instruction to download the video... Step-1: Right Click on the video you … Continue reading Download Facebook Uploaded Videos
Explaination of Domain Extensions
You have your ideas in order, and you are ready to choose a domain name for your website representing your company/brand. Even if you have .com or existing site, times are changed and Indian Domain Extesions have gained their popularity because of many reaons. Highly Trusted Image (Indian Domain Names were restricted by Govt.) Patriotic … Continue reading Explaination of Domain Extensions
Can I Change Quora Profile URL?
Here, The Question is can I change we profile url ? or Is it possible I can create url according to us? Example: Old Link: https://www.quora.com/profile/name-527/ want Link: https://www.quora.com/profile/chandansharma/ Answer is "NO" Quora till now does not added this feature for the Quora Profile Custom URL.