These commands are good as of 2011-07-27.
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12) The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.
| <?php | |
| /** | |
| * The Lex Autoloader (this is case-sensative) | |
| */ | |
| class Lex_Autoloader | |
| { | |
| protected static $load_path = './'; |
| <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
| class Ajax_uploader extends CI_Controller { | |
| // ------------------------------------------------------------------------ | |
| /** | |
| * Array of allowed file extensions to upload. | |
| * | |
| * @var array |
| /** | |
| * Stringify attributes for use in html tags. | |
| * | |
| * Helper function used to convert an array or object of | |
| * attributes to a string | |
| * | |
| * @param mixed | |
| * @return string | |
| */ | |
| function _stringify_attributes($attributes, $js = FALSE) |
| --- | |
| layout: page | |
| title: "Not Found" | |
| sharing: false | |
| footer: false | |
| --- | |
| Sorry, that page doesn't exist. <span id="suggestion"/> | |
| <script type="text/javascript"> |
| $(document).ready(function() { | |
| // Support for AJAX loaded modal window. | |
| // Focuses on first input textbox after it loads the window. | |
| $('[data-toggle="modal"]').click(function(e) { | |
| e.preventDefault(); | |
| var href = $(this).attr('href'); | |
| if (href.indexOf('#') == 0) { | |
| $(href).modal('open'); | |
| } else { |
These commands are good as of 2011-07-27.
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12) The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.
These commands are good as of 2011-07-27.
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12) The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.
| ===Install Octopress=== | |
| git clone git://github.com/imathis/octopress.git | |
| cd octopress | |
| gem install bundler rake --no-rdoc --no-ri | |
| bundle install | |
| rake install | |
| ===Start Blogging=== |
| --- | |
| layout: post | |
| title: "Post with images from Flickr" | |
| date: 2012-07-19 15:19 | |
| comments: true | |
| categories: art | |
| --- | |
| A big image: |
| { | |
| "cmd": ["grunt", "develop"], | |
| "selector": ["source.js", "source.less", "source.json"], | |
| "path": "/usr/bin" | |
| } |