Programming

Fai un corso su Ruby on Rails con qualche slide

Le slide qui sopra sono state pensate per un corso introduttivo di cinque giorni su Ruby on Rails, sono molto ben fatte e affrontano con vari esempi tutte le tematiche che uno sviluppatore Rails deve conoscere.
Rappresentano un ottimo punto di partenza per chi vuole imparare da solo Ruby on Rails.

Photo gallery with AJAX and Javascript

(photo credits striatic)
I am searching a photo gallery that works using AJAX and Javascript with minimum effort of change server side pages.
I found this list of galleries that seems really good:

e2 AJAX Gallery
FrogJS Javascript Gallery
Highslide
JonDesign’s SmoothGallery 2.0
LightWindow v2.0
Pyxy Gallery
Phatfusion- Image Menu
Phatfusion- Lightbox
Slimbox, the Ultimate Lightweight Lightbox Clone
dhtmlGoodies Image Slideshow Script
Google AJAX Feed API
jQuery Cycle Plugin
Phatfusion- [...]

Come scrivere un plugin per Wordpress

Wordpress e` una piattaforma di blogging estremamente potente, flessibile e configurabile. La sua architettura e` orientata alla personalizzazione e rende facile la scrittura di plugin custom.
Esiste un’ampia gamma di plugin preconfezionati per personalizzare il proprio blog, se questi non dovessero bastare apprendere come scriverne ad-hoc uno se si conosce gia` PHP e` semplice.
Esistono gia` molte [...]

CakePHP vs Ruby on Rails

Ruby on Rails or PHP, this is the dilemma.
I think that Ruby on Rails is the greatest web development framework i have ever used, but Ruby is too slow, needs the deploy of some libraries, and can be a hell when you need to scale.
On the other side PHP is tedious, but scale well and [...]

What’s new in Rails 2

Today i was reading about the new features of Rails 2, there are a lot of changes, for an overview you can checkout the official rails blog announcement. Here is a little list of major changes and new features:

ActionMailer::Base.server_settings Deprecated
1.month.from_now.no_longer.effed
Source Code Annotations
A Better Way to Access Your Helpers
Stop Littering In Your Environment File
ActiveRecord Caching [...]