Related Posts
How to check Laravel version?
How to check laravel version: Step1: Find Application.php file in your app and... read more
How to detect Key Press combinations like ALT+1 in jquery
Try "keypress" evenHandler in jQuery: Notice Below Code, Although this code is correct... read more
How to use request data in a component in CakePHP
"Add this in your component public function initialize(Controller $controller) { $this->controller = $controller;... read more
What is forking a repository in GitHub
Fork a Repo. A fork is a copy of a repository. Forking... read more
List of 56 popular or most used search engines
List of popular and most used search engines based on web research: ... read more
How to write emails faster
One of the reasons why smart phones have become so popular is... read more
How to free up space in your Inbox
While Google is quite generous in giving each user a lot of... read more
Error Establishing a Database Connection in WordPress
"To Fix ""Error Establishing a Database Connection in WordPress"": Open wp-config.php file and... read more
Bootstrap Added to Gig Project
<!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Optional... read more
What is a Class in PHP?
In simple words, class is a user defined datatype. Which have its... read more
Leave a Reply