Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| sudo apt-get install -y php-pear php5-dev | |
| sudo pecl install mongo | |
| sudo sh -c "echo 'extension=mongo.so' > /etc/php5/mods-available/mongo.ini" | |
| sudo ln -s /etc/php5/mods-available/mongo.ini /etc/php5/apache2/conf.d/mongo.ini | |
| sudo service apache2 restart |
| I use the first | |
| —– BEGIN LICENSE —– | |
| Michael Barnes | |
| Single User License | |
| EA7E-821385 | |
| 8A353C41 872A0D5C DF9B2950 AFF6F667 | |
| C458EA6D 8EA3C286 98D1D650 131A97AB | |
| AA919AEC EF20E143 B361B1E7 4C8B7F04 |
| #301 Redirects for .htaccess | |
| #Redirect a single page: | |
| Redirect 301 /pagename.php http://www.domain.com/pagename.html | |
| #Redirect an entire site: | |
| Redirect 301 / http://www.domain.com/ | |
| #Redirect an entire site to a sub folder | |
| Redirect 301 / http://www.domain.com/subfolder/ |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
This uses Twitter Bootstrap classes for CodeIgniter pagination.
Drop this file into application/config.
| Bootstrap 3 - Carousel/Slider Collection | |
| Working Examples (inline Styles, CDN Scripts) | |
| - minimal Bootstrap Markup changes | |
| - minimal CSS Styles | |
| - minimal jQuery | |
| - no external Plugings/Scripts | |
| - no support :) |