Articles about development
Subscribe to my feed RSS about development
-
Where is the editingView?
Wrote at November 20, 2009 by Filippo CamilloSpeaking about iPhone application development...well, after almost two days spent looking for the reason why the editingView of my new application doesn't work...I get it! Well...
no comment yettags: iphone tips objective-c development -
Do you want to use TinyMCE mediaplugin?
Wrote at November 20, 2009 by Filippo CamilloFor the last ruby on rails project I used tinyMCE through the great tinymce_hammer plugin (link). I needed YouTube support so, after googling it, I decided to use Media plu...
tags: development RubyOnRails ruby rails tinymce tips -
How to create a menu+submenu with javascript
Wrote at November 20, 2009 by Filippo CamilloDo you want to create an attractive and useful menu/submenu with javascript? Let's go! This is the menu html structure: Here is a simple Javascript code with two functio...
tags: javascript script tips development RubyOnRails -
Git doesn't ignore my ignored files...why? let me explain
Wrote at November 23, 2009 by Filippo CamilloI'm sure, you had issues at least one time with .gitignore file. You have to keep in mind that if a file is already being tracked by Git, you'll need to remove it from cha...
tags: tips git development RubyOnRails -
Ouch! I developed on sqlite3. I need to switch from sqlite to mysql database now
Wrote at December 07, 2009 by Filippo CamilloI'm currently working on a Ruby on Rails project with a team of 3 people. We used sqlite3 as database system because it's easly portable and versionable (only 1 file).But n...
tags: development ruby rails sql mysql sqlite RubyOnRails -
Magento login issues
Wrote at February 23, 2010 by Filippo CamilloI'm working on Magento (an opensource ecommerce platform) and its Ruby Wrapper by Tim Matherson. When I was access Magento for the first time after installation, I wasn't a...
tags: development ruby magento ecommerce -
A brand new GitX
Wrote at April 27, 2010 by Filippo CamilloI want to show you a new really useful gitx fork by Brotherbard It has a lot of new experimental features, sidebar, commit, remote operations, quick look support and many oth...
tags: development git macosx -
Upgrading Xcode to 3.2.3 SDK iOS 4 issues: my solutions
Wrote at June 23, 2010 by Filippo CamilloOk, I upgraded my Xcode with this new version (3.2.3) and new iPhone iOS 4 SDK.Unfortunately, the upgrade was almost painless...ALMOST. Issue #1: base sdk missing S...
tags: objective-c macosx iphone development SDK iOS4