Requires:
-
Homebrew (http://mxcl.github.io/homebrew/)
-
Ruby
Verify Homebrew is not sick:
brew doctor
| { | |
| "estados": [ | |
| { | |
| "sigla": "AC", | |
| "nome": "Acre", | |
| "cidades": [ | |
| "Acrelândia", | |
| "Assis Brasil", | |
| "Brasiléia", | |
| "Bujari", |
| //Adding the Open Graph in the Language Attributes - functions.php | |
| function add_opengraph_doctype( $output ) { | |
| return $output . ' xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"'; | |
| } | |
| add_filter('language_attributes', 'add_opengraph_doctype'); | |
| //Lets add Open Graph Meta Info | |
| function insert_fb_in_head() { |
| (function() { | |
| var script, | |
| scripts = document.getElementsByTagName('script')[0]; | |
| function load(url) { | |
| script = document.createElement('script'); | |
| script.async = true; | |
| script.src = url; | |
| scripts.parentNode.insertBefore(script, scripts); |
Requires:
Homebrew (http://mxcl.github.io/homebrew/)
Ruby
Verify Homebrew is not sick:
brew doctor
| /* Minifies HTML and removes comments (except IE tags and comments within script tags) | |
| * | |
| * To disable compression of code portions, use '<!--wp-html-compression no compression-->' tag | |
| * | |
| * @see http://forrst.com/posts/Wordpress_Minify_output_HTML-29q | |
| * @see http://www.intert3chmedia.net/2011/12/minify-html-javascript-css-without.html | |
| */ | |
| class WP_HTML_Compression | |
| { | |
| // Settings |
| #!/bin/bash | |
| apt-get update | |
| #Additional Packages | |
| apt-get install -y cifs-utils winbind smbclient bindfs gvfs gvfs-bin keyutils unzip php5-ldap php5-mssql zsh | |
| wget --no-check-certificate http://install.ohmyz.sh -O - | sh | |
| chsh vagrant -s /bin/zsh |
Use case: Database entries are represented in a table. By grabbing and moving a row up or down the table, you can change the entries' order/position. The changes are submitted automatically via ajax.