Related Posts
How to search your Mailbox without Opening it
Most popular browsers like Google Chrome and Mozilla Firefox allow you to... read more
How to remove Browser Modifier:Win32/Soctuseer Virus
If you are a victim of Browser Modifier Virus ( malware ) Browser... read more
Sending File for Download to browser in CakePHP
Below code can be helpful $this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file")); 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 moreUnable to negotiate with 140.211.10.43: no matching key exchange method found
Unable to negotiate with 140.211.10.43: no matching key exchange method found. Their... read more
Gig Home Page Load Errors – Codeigniter
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path:... read more
Showing, Displaying or making hidden files visible in windows 10 or windows 8
Below are the steps: 1) Open File Explorer 2) Click on View Tab 3) Click/Check... read more
how to change the permissions for a file or dir in Linux or Unix
Simple Syntax: chmod 744 yourfile.ext Below Codes can be helpful to set permissions 400... read more
How to Remove public from url laravel framework 5.x
Create a DIR in your laravel app root and name it "myapp", you... 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
Leave a Reply