Twitter Api with Rails
In a little app that I recently launched I tried to use Twitters API. Turns out it’s incredible easy to do so if you use Ruby on Rails.
Here are the things that I needed to do to get a first version running:
Create a new Rails application. Then create a Model Twitter that extends Rails’ ActiveResource:
class [...]
Alternate Table Rows in CakePHP (and ZF, Rails, Smarty)
In my last posting I talked about alternating table row colors with plain PHP. But how is this handled in different frameworks like CakePHP, Zend Framework, Rails or Smarty?
[UPDATE: My CakePHP-Cycle-Helper is described here: http://functino.com/2009/07/cakephp-cycle-helper-alternating-row-colors-with-cake/]
I’m going to show you simple examples for each of this tools.
In Smarty you can alternate table row colors (or any [...]
Hello World!
Welcome to my new blog. I’m using this blog to publish some code that I’ve written for several projects of mine. Most of the time this will be some Prototype & Script.aculo.us classes or jQuery plugins. I also plan to post some tips and hints on CakePHP, Ruby on Rails, PHP and so on. I’m [...]
Subscribe