Thursday, July 02, 2009

Show the full path in the title bar

To display the full path in the Finder title in Leopard, open Terminal.app and run:

Click To View

Posted by me on 07/02 at 10:03 AM

Sunday, June 28, 2009

Actionscript 3 variables from a query string

After using swfobject I thought I’d never have to pass variables to a swf thru the query string again…. oops.

Click To View

Posted by me on 06/28 at 10:46 AM

Thursday, June 18, 2009

MySQL table > column comments

How to read & update MySQL table column comments

Click To View

Posted by me on 06/18 at 03:33 PM

Saturday, June 13, 2009

CSS Shell with DIV at the bottom of the page

Maybe there is a better more automagic way of doing this but I couldn’t think of it. Since I’ve had to do it three times lately I thought this time I’d post it.

Click To View

Posted by me on 06/13 at 01:31 PM

Friday, June 12, 2009

MySQL User Restrictions

When you need to restrict users to a specific database do this….

Click To View

Posted by me on 06/12 at 09:13 PM
LinuxMySQL

Thursday, June 04, 2009

PHP - date menus

Nothing special just the php code to generate menus for month day and year

Click To View

Posted by me on 06/04 at 09:59 PM

Saturday, May 30, 2009

Actionscript 3 custom starter class

Starter files for a custom class from a library item, includes main and the custom class

Click To View

Posted by me on 05/30 at 11:38 PM

Monday, May 25, 2009

Actionscript 3 random numbers

generating random numbers for actionscript 3

Click To View

Posted by me on 05/25 at 10:52 PM
Actionscript

Wednesday, May 20, 2009

Actionscript 3 combo box onchange event

The code for attaching an action to a comboBox. When it is changed it will do something.

Click To View

Posted by me on 05/20 at 02:08 PM

Tuesday, May 19, 2009

Yikes ssh login error

After installing all the software needed to run Resourcespace on a centos vps I was not able to log in as expected…. here’s what I found

Click To View

Posted by me on 05/19 at 02:55 PM

Thursday, May 14, 2009

I want a /home directory on my mac

I want paths that match some dev environments. That means I need a /home/something directory to work in. Pretty simple stuff right? Well Apple has an alias/link named home and if you just remove/replace it, Leopard will recreate it when you reboot, but you can “fix” it.

Click To View

Posted by me on 05/14 at 02:03 PM
Mac

Friday, May 08, 2009

iphone provisioning hell

!#@$ - The dreaded “Your mobile device has encountered an unexpected error (0xE800003A).”

Click To View

Posted by me on 05/08 at 11:01 PM
Objective-C

Tuesday, May 05, 2009

iphone movement alarm code

These are the basic pieces of an “if you move it it will do something” type alarm for an iphone app.

Click To View

Posted by me on 05/05 at 09:18 PM
Objective-C

Sunday, May 03, 2009

Opening a url in Safari

A couple lines of code that opens a url in Safari

Click To View

Posted by me on 05/03 at 09:51 PM
Objective-C

iphone random numbers

A couple different ways to generate random numbers

Click To View

Posted by me on 05/03 at 03:32 PM
Objective-C
Page 1 of 3 pages  1 2 3 >