I helped run the camera while my good friend Luis Majano upgraded the RAM in his MacBook Pro unibody
[youtube]http://www.youtube.com/watch?v=GeGIKlA6qVs[/youtube]
I helped run the camera while my good friend Luis Majano upgraded the RAM in his MacBook Pro unibody
[youtube]http://www.youtube.com/watch?v=GeGIKlA6qVs[/youtube]
I will be speaking at this years CFUnited conference in Lansdowne Virgina, at the Lansdowne Resort
CFUnited is an annual conference based around the Coldfusion, Flex, and AIR languages and platforms.
This year I will be co-presenting with Luis Majano on “ColdFusion Powered iPhone Applications”
The session will cover how to develop and power iPhone applications via ColdFusion REST Services. I will cover all the development basics, intricacies, best practices, etc of iPhone development. The focus will be on how to make an iPhone application connect and consume ColdBox REST services.
The ColdFusion portion of the session will be led by Luis Majano, Creator of the Coldbox Framework.
I’m really looking forward to this great experience. I will be posting the slides and sample code here, after the presentation.
hands down the best mobile device I have ever used. If you have an iPhone 3g of 3gs, you will want to upgrade to the iPhone 4
[youtube]http://www.youtube.com/watch?v=LEEHO5LAioA[/youtube]
Are you annoyed with your wordpress install asking you for your FTP cradentials everytime you try to upgrade a plugin? I know I was. Thankfully, there’s a simple solution which will save the FTP login (username/password/server) so WordPress stops asking you for them. Here’s how you do it.
define("FTP_HOST", "localhost");
define("FTP_USER", "yourftpusername");
define("FTP_PASS", "yourftppassword");
Once you’ve made that edit, save the file and voila! No more punching in your ftp username and password all the time.