via iterm2.com
Just type the start of any word that has ever appeared in your window and then Cmd-; will pop open a window with suggestions. The word you're looking for is usually on top of the list!
![]()
I ran into a small issue after updating XCode via the MacApp Store. Basically installing Xcode now removes the old /Developer directory from the root of your hard drive and it now lives inside of the Xcode.app directory.
If you use the built in OS X merge tool for fixing merge issues in git repose then the following git command will break and not work.
$> git mergetool -y
In order for it to work again you need to run the following command in terminal.
$> sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer
Hope this little tip helps.
NME is proving to be a great framework on top of haxe to use for multi-platform development. Currently learning the ins and outs of it by porting my CoronaSDK game to the language and platform.
Blog post will be coming showing my setup and how to get started so be on the lookout. Till then if you are at all doing Flash dev and want a more optimized platform for multi-platform development you should start checking this out.
Here are the bullet points of you should look at using to get started.
Found a quick video on how to export a .p12 file, witch you will need if you are using FDT IOS Mobile project templet.
Going to start playing around with Starling and the new Stage3d for mobile in the next week or two and ran across this great FDT video. The debugging they give you looks awesome and you can debug wirelessly to the device!
I started doing quite a bit of HTML, CSS, Javascript, RoR development. As a long time developer using Flash we compile a swf and most IDEs launch the browser in order for you to view changes.
That small nugget can save you lots of development hours. Textmate is my editor of choice for Rails and Javascript these days. While it does have a "preview" browser it has some small issues. It does refresh but it only stays visible on a selected file. If you switch to another file you have to launch it again.

You will be doing yourself a huge favor by checking out "LiveReload". This awesome and simple application allows you to set up lots of directories for web development. Placing some javascript on the page hooks up a single page to reload as files change but even better there is an extention for google chrome and ff and any time a file changes with in your web directory it will reload any page you have loaded within the browser for that project. A very small simple solution but one that is well worth the money.
The Web Developer Wonderland
(a happy land where browsers don't need a Refresh button)
CSS edits and image changes apply live.
CoffeeScript, SASS, LESS and others just work.
Citizenship is granted through the Mac App Store.
Windows permanent residency issues are being worked out,
temporary stay already allowed.
Grab it on GitHub
This is an attempt to create a simple view manager class for corona sdk projects. The goal is to keep it simple and light. basically swapping out one view for another and adding some simple transition effects.
About the project
This project was started for my own personal use but please feel free too fork and add. I would like to add some other classes for doing stuff like modal or popup windows.
Questions or thoughts?
Send me a github message or hit me up on twitter http://twitter.com/matthewswallace