Related Posts
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
How to keep unwanted junk emails out of your Inbox
A recent research report has revealed that more than 90% of all... read more
Rename or change default timestamps created_at, updated_at – Laravel
Best method to change Laravel's default timestamps: Step 1: Override const in specific... read more
What is sr-only CSS class in twitter bootstrap 3 or 4?
As per official bootstrap documentation about "sr-only CSS class":
Always add labels
Screen readers... read moreUsing image as link in CAKEPHP and html code escape problem
Following Code is required for that: echo $this->Html->image("your_img.png", array( 'url' => array('controller' => 'some_controller',... read more
How to set up multiple virtual hosts on XAMPP windows
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign... 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
Error Establishing a Database Connection in WordPress
"To Fix ""Error Establishing a Database Connection in WordPress"": Open wp-config.php file and... read more
New Task Assigned In CakePHP, MySQL, JQUERY
Fix spanish translations (email sent sep 10) login mods (email sent march 2) add... read more
Leave a Reply