Archive for March, 2008

Ruby Asterisk: 2 Libraries & 2 Docs

Just so the Asterisk-Ruby’ists don’t feel left out after my PHP Asterisk post here’s a useful list if you’re wanting to integrate Asterisk with your Ruby (on Rails) app: Adhearsion – Its a full framework on top of Asterisk built in Ruby. Think ‘RAGI-on-steroids’. RAGI – Ruby Asterisk Gateway Interface provides a Ruby interface to [...]

Ruby for Runners

If you’re that addicted to Ruby that you want to get a fix while out running or in the gym try these: Rubyverse Podcasts Ruby on Rails Podcasts

5 Python Vids

If you’re starting out on Python then you may find the following videos useful: Basic Python Advanced Python Python Design Patterns Developing a Product in Python Django Introduction

Google Code University

Not sure where Google is going with this one but they appear to have opened a ‘university’ with a variety of topics offering learning materials, lessons and vids. There isn’t much so far but if it goes in the direction I’m hoping then its got a hell of a lot of potential. They provide a [...]

Asterisk Manager API [PHP]

Again with the PHP code! This time its a bit more exciting than a CakePHP component. If you’ve ever used Asterisk – an open source PBX – then you’ll know it comes with a manager interface which enables developers to send commands to the server to help administer the system and its connected peers and [...]

CakePHP SMS Component

I started this blog shortly after getting into Python after becoming fed up with PHP.  Then into Rails and it became (sort of) a Rails and Ruby blog.  I’ve now gone full circle back to my old school days of PHP and have been tinkering with CakePHP recently after getting a taste for MVC architecture [...]