Friday, September 3, 2010

Tech

Macbook Pro – Make an external monitor your primary display Macbook Pro – Make an external monitor your primary display

Recently, I got a mac laptop at work, which is sup[er sweet, but I wanted to hook... 


Outputting a BOOL in NSLog Outputting a BOOL in NSLog

Ever wanted to use NSLog in the iPhone SDK to see the value of a BOOL? Heck I have!... 


ColdFusion powered iPhone Applications ColdFusion powered iPhone Applications

Last month I had the honor of being a presenter at CFUnited 2010. Luis Majano and... 


UITextField.text is not always there! UITextField.text is not always there!

If you have UITextField in your app and you want to validate a value or  see is... 


Upgrading RAM in a MacBook Pro unibody Upgrading RAM in a MacBook Pro unibody

I helped run the camera while my good friend Luis Majano upgraded the RAM in his... 


Read More Posts From Tech

Josh's Rambling

Internet addiction is serious business! Internet addiction is serious business!

 Read More →


Benefit plans in the age of social networks Benefit plans in the age of social networks

 Read More →


Here Is Why Web Developers Like Me Hate IE6 Here Is Why Web Developers Like Me Hate IE6

 Read More →


Sony piiq headphones reviewed Sony piiq headphones reviewed

The sony piiq head phones sound awesome for for a low price tag www.piiq.com twitter.com/JoshHighland Contest... 


Rubik’s Cube, my new favorite thing Rubik’s Cube, my new favorite thing

In my quest to embrace all things geek, I’m surprised that is has taken me... 


Read More Posts From Josh's Rambling

tutorials

Macbook Pro – Make an external monitor your primary display Macbook Pro – Make an external monitor your primary display

Recently, I got a mac laptop at work, which is sup[er sweet, but I wanted to hook it up to a real monitor, keyboard and mouse. All very easy things to do. The problem I had was that the laptop was acting as the primary monitor. Every application that I drug over to the secondary monitor worked great, but the application tool bar was still on the laptop..... [Read more of this review]


Outputting a BOOL in NSLog Outputting a BOOL in NSLog

Ever wanted to use NSLog in the iPhone SDK to see the value of a BOOL? Heck I have! “How do you do it”, you say? Just like this: NSLog(@"BOOL = %@\n", (boolVar ? @"YES" : @"NO")); Then again, I don’t use NSLog anymore, I use DebugLog  Read More →


ColdFusion powered iPhone Applications ColdFusion powered iPhone Applications

Last month I had the honor of being a presenter at CFUnited 2010. Luis Majano and I gave a presentation on creating “ColdFusion Powered iPhone Applications”. Specifically, coldfusion apps running on the ColdBox Framework The volume is low, so you need to crank it up. You can download our demo source code and slides here http://www.vimeo.com/13864563 swfobject.embedSWF("http://www.vimeo.com/moogaloop.swf",... [Read more of this review]


UITextField.text is not always there! UITextField.text is not always there!

If you have UITextField in your app and you want to validate a value or  see is there something in it you might think to write some code like this: if (![addNewCellTextField.text isEqualToString:@""]) You would be right, but this will fail if the field is never touched! When a user taps the field, and it gets focus, UITextField.text... [Read more of this review]


Upgrading RAM in a MacBook Pro unibody Upgrading RAM in a MacBook Pro unibody

I helped run the camera while my good friend Luis Majano upgraded the RAM in his MacBook Pro unibody swfobject.embedSWF("http://www.youtube.com/v/GeGIKlA6qVs&rel=0&fs=1&showsearch=0&showinfo=0", "vvq-1984-youtube-2", "425", "344", "10", vvqexpressinstall, vvqflashvars, vvqparams, vvqattributes);  Read More →


Read More Posts From tutorials