Category:: ‘Programming’

May  09
9

Chipmunk: an introduction to game physics

May 9th, 2009
Posted in: Programming by Michele

For those of you interested in game programming, expecially for iPhone or other platforms, I whish to inform you that in these days Alexandre Gomes has published a new and interesting article for beginners about an introduction to the game physics using the Chipmunk 2D framework. You can read the full article following this link.


Apr  09
15

New article: how to delete “.svn” folders

April 15th, 2009
Posted in: Announcements, Programming by Michele

In these days I worked on a project checked-out from a Subversion repository. Due to particular working necessities, I had the need to completely “clean” this project deleting the SVN metadata and so, deleting all “.svn” folders located in the main project folder. Unfortunately, the project on which I worked on was very big and it had a complex directories structure, consequently, manually deleting all “.svn” folders from each directory and sub-directory of the main project folder was a very tedious thing. To solve this problem, I opened the Terminal in my cool Mac and I executed a simple script. Since this script could be useful to other persons, I decided to write a very small guide which describes how to do delete “.svn” hidden folders from a project directory.

Read the full guide…


Apr  09
7
iPhone Programming Lessons

New and interesting initiative from the Stanford University. Today, the first of a set of video lessons about iPhone programmin has been released on iTunes/iTunes U. The lesson is free and it can be downloaded from this link. The lesson is also available as PDF file. Other new lessons will be released during the next weeks.

Feb  09
20

How to Migrate an SVN repository

February 20th, 2009
Posted in: Announcements, Programming by Michele

Sometime we need to migrate one or more Subversion (SVN) repositories from a machine to another. This is an easy operation which not require specific technical skills. However, in these days, a friend of mine asked me to support him during the migration of his SVN repository from an old machine to his new server. For this reason, I decided to write a short guide which shows how to migrate an SVN repository.

Read the full guide…


Nov  08
3

Few months ago, the Stanford University started a new course dedicated to the development of applications for iPhone, using Cocoa Touch. In these days, the same university publicly released the PDF documents about this new course. To follow te course it is necessary to have a Intel-based Mac with the iPhone SDK installed.

Following it is possible to find the links to download the currently available PDF documents.
 - Introduction
 - Assignment 1A
 - Assignment 1B
 - Handout / Overview
 - Syllabus
 - Lectures 2-12


Oct  08
8

By a news published on AppleBlog and then published on many other webportals/blogs related to the Apple world, I have just noticed that IBM has released an interesting PDF guide about developing iPhone applications on Windows and Linux, using tools like Eclipse and Cygwin.
I didn’t read the guide yet, but I think that I will read it as soon as possible in the next hours. You can find the PDF document following this link.


Dec  07
8

RubyOnRails 2.0.1, released!

December 8th, 2007
Posted in: Announcements, Programming, Ruby and RubyOnRails by Michele

Finally, the new and long-awaited version of RubyOnRails framework has been officially released! In this new version a lot of new features has been introduced but…it is not possible to list them within this page. Summarizing, new features and modifications have been introduced in the following components:

  • ActionPack
  • ActiveRecord
  • ActiveSupport
  • ActionMailer
  • ActiveResource
  • ActiveSupport



You can see a complete list of the new introduced features following this link. To install the new version of the framework by gem you can execute the following command:

gem install rails -y --source http://gems.rubyonrails.org