By Ammon | Published:
August 4, 2009
I really loved using VMWare Fusion in OSX to test my webpages in Windows. The power to just drag a whole Windows installation into the trash when it gets jacked up is intoxicating. Unfortunatly, Jaunty is still not supported by VMWare, and the bugs were just to much. Plus, I really didn’t like the [...]
By admin | Published:
April 28, 2009
Snippets are extremely useful feature of Gedit that make it usable for TextMate fiends like myself. They work exactly the same as in TM: in Gedit go to Edit -> Preferences -> Plugins and put a check next to “Snippets”. Now open, say, an html file, type body and press TAB. Gedit [...]
Also posted in Gedit, Linux, Ubuntu |
By admin | Published:
April 25, 2009
Originally posted on 10/10/08 at http://likesalmon.wordpress.com
I struggled with this, as the usual method of including a javascript library and an external javascript script did not work. Usually, I would do this:
<script style=”text/javascript” src=<?php bloginfo(‘url’); ?>/wp-includes/js/jquery/jquery.js” ></style>
<script style=”text/javascript” src=<?php bloginfo(‘template_directory’); ?>/myScript.js” ></style>
But that didn’t work at all, even when I included the jQuery.noConflict() line in [...]
By admin | Published:
April 25, 2009
Originally posted on 10/10/08 at http://likesalmon.wordpress.com
I decided not to use MTASC as my compiler after all, since it can’t do Actionscript 3. I’m going with Haxe instead.
Installation:
Go to http://haxe.org/download and download the OSX Universal Installer.
Unpack the installer and double click on it
Open up .bash_login from you home directory in your text [...]
By admin | Published:
April 25, 2009
Originally posted on 10/9/08 at http://likesalmon.wordpress.com/
This was easy enough:
Download the Mac OSX package from http://www.mtasc.org/#download
Unzip it and change the name of the folder to “mtasc” for ease of use
Put the unzipped folder in your Applications directory
Put a new entry in your .bash_login file that says:
export PATH=”/Applications/mtasc:$PATH”