mkdir -p /usr/local/etc/nginx/sites-{enabled,available}
File locations:
nginx.confto/usr/local/etc/nginx/defaultanddefault-sslto/usr/local/etc/nginx/sites-availablehomebrew.mxcl.nginx.plistto/Library/LaunchDaemons/
| <table border="1" cellpadding="0" cellspacing="0"> | |
| <tbody><tr><th>Old Url</th><th>Product Name</th><th>Product SKU</th></tr> | |
| <tr><td>http://www.ziglar.com/shop/product_info.php/cPath/21/products_id/188</td><td>Business Meets the Bible: Customer Service by David E. Reed</td><td>0976249308</td></tr><tr><td>http://www.ziglar.com/shop/product_info.php/cPath/21/products_id/234</td><td>A Culture of Service by David E. Reed</td><td>0976249316</td></tr><tr><td>http://www.ziglar.com/shop/product_info.php/cPath/21/products_id/235</td><td>Monday Morning Customer Service by David Reed</td><td>0974640328</td></tr><tr><td>http://www.ziglar.com/shop/product_info.php/cPath/21/products_id/282</td><td>Twice As Much in Half the Time</td><td>9781608100330</td></tr><tr><td>http://www.ziglar.com/shop/product_info.php/cPath/21/products_id/417</td><td>The One Year Daily Insights</td><td>9781414319414</td></tr><tr><td>http://www.ziglar.com/shop/product_info.php/cPath/21/products_id/458</td><td>So, You’re New to Sales By Bryan Fl |
| <style> | |
| /* Billboard | |
| ************************************************************/ | |
| .view.view-id-billboard{ | |
| position: relative; | |
| } | |
| .view.view-id-billboard .views-field-nothing{ | |
| position: absolute; | |
| top: 40px; |
| /** | |
| * QCIT Experimental CSS Logo | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=Rammetto+One); | |
| .logoback, .city{ | |
| width:250px; | |
| height:250px; | |
| border-radius:50%; |
| <?PHP | |
| // Generates a strong password of N length containing at least one lower case letter, | |
| // one uppercase letter, one digit, and one special character. The remaining characters | |
| // in the password are chosen at random from those four sets. | |
| // | |
| // The available characters in each set are user friendly - there are no ambiguous | |
| // characters such as i, l, 1, o, 0, etc. This, coupled with the $add_dashes option, | |
| // makes it much easier for users to manually type or speak their passwords. | |
| // | |
| // Note: the $add_dashes option will increase the length of the password by |
| // Javascript price Regex | |
| // Should work for the following prices. | |
| var validPrices = ['90.99', '23', '231123.90', '90.00', '990,000.90', '$99.903', '$99,000.00']; | |
| // Should fail for the following. | |
| var invalidPrices = ['90,99', '993.999', '99,99.90']; | |
| // Regex I have so far. | |
| var priceRegex = /^\d+(\.\d{2})?$/; |
mkdir -p /usr/local/etc/nginx/sites-{enabled,available}
File locations:
nginx.conf to /usr/local/etc/nginx/default and default-ssl to /usr/local/etc/nginx/sites-availablehomebrew.mxcl.nginx.plist to /Library/LaunchDaemons/Demo for ScrollMagic. Customized by making the layout liquid and using transforms w/multiple panel transitions to create cool sliding effects that are curtain-esque.
http://janpaepke.github.io/ScrollMagic
Forked from GRAY GHOST's Pen HowTo : ScrollMagic Paneling.
| // Add a sync folder to sync local drush folder to the vm. | |
| vagrant_synced_folders: | |
| - local_path: ~/.drush | |
| destination: /home/vagrant/.drush | |
| type: nfs | |
| create: true |
| <?php | |
| $months = array( | |
| 'January' => 31, | |
| 'February' => 28, | |
| 'March' => 31, | |
| 'April' => 30, | |
| 'May' => 31, | |
| 'June' => 30, | |
| 'July' => 31, | |
| 'August' => 31, |