- Website: http://sass-lang.com/
- Docs: http://sass-lang.com/guide
- Tutorial: https://www.codecademy.com/learn/learn-sass
Install on OS X: sudo gem install sass
Version info: sass -v
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteCond %{REQUEST_FILENAME} !-f | |
| RewriteCond %{REQUEST_FILENAME} !-d | |
| RewriteRule ^(.*)$ index.php/$1 [L] | |
| </IfModule> |
| FROM php:5.6-apache | |
| RUN apt-get update && apt-get install -y libpq-dev && docker-php-ext-install pdo pdo_pgsql | |
| COPY src/ /var/www/html |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>tableToExcel Demo</title> | |
| <script src="tableToExcel.js"></script> | |
| </head> | |
| <body> | |
| <h1>tableToExcel Demo</h1> | |
| <p>Exporting the W3C Example Table</p> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Google login example</title> | |
| <script src="https://apis.google.com/js/client:platform.js" async defer></script> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | |
| <style media="screen"> | |
| h3 { | |
| color:green; | |
| } |
Install on OS X: sudo gem install sass
Version info: sass -v
| <?php | |
| /** | |
| * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) | |
| * | |
| * Licensed under The MIT License | |
| * | |
| * Copyright (c) La Pâtisserie, Inc. (http://patisserie.keensoftware.com/) | |
| * @license MIT License (http://www.opensource.org/licenses/mit-license.php) | |
| */ | |
| App::uses('FormHelper', 'View/Helper'); |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>tableToExcel Demo</title> | |
| <script src="tableToExcel.js"></script> | |
| </head> | |
| <body> | |
| <h1>tableToExcel Demo</h1> | |
| <p>Exporting the W3C Example Table</p> |