Archive

Archive for the ‘web’ Category

Open Source Digital Signage

August 22nd, 2010

I made a little search on a complete open source solution about digital signage and I found two interesting softwares:

  • Concerto: it was developed as academic project and it has a live CD ISO
  • Xibo: it is in launchpad, his community seems bigger than Concerto one
Both are web based and they supports images, text, video, flash, website, PPT, RSS and PDF.
They are good alternatives to classic digital signage solution and they don’t costs thousand of dollars/euro.

tech, web , , ,

Just facts: (C++ || Java || Php || Ruby || Python) && (J2EE || Ruby on Rails || Zope || TurboGears || Django)

November 16th, 2008

All together right now. A simple and impartial post from Doxaliber about web development (in Italian):

Php, Python, Ruby per lo sviluppo web. Un’analisi.

He describes the situation today and shows the fact that PHP is the fast way to deploy a web application, true and sad. Following again a simple and brillian video (in English) about “A practical comparison between Zope/Plone, Ruby on Rails, Turbogears and J2EE”, the author (Sean Kelly) is an expertise in these technologies:

programming, web , , , , , ,

19 reasons why I love Ruby on/and Rails

October 25th, 2008

Technorati Profile

  1. It runs, it works (not like PHP, in PHP everythink you do it’s OK and sometimes you don’t know why it runs)
  2. It’s not frustating. When something go wrong, you know why or if you don’t know why you can find a solution in a reasonable time.
  3. Debbuger is easy (very easy). Forget absurd Java println/F8 and a moutain of Valgrind and GDB output.
  4. Design pattern at his best. Pure MVC that works, if you break this it’s your fault not RoR fault. Respect MVC and MVC respect you.
  5. IDEs and editors. Netbeans/Eclipse/Textmate integration.
  6. Ch-Ch-Ch-Changes. Changes? Not twisting but sincere shifting of code. Simple deployment.
  7. Plugins and Gems. One row of command line and thousands of features.
  8. I love conventions. I like standards. Ruby/Rails says “You call it so and I do the job for you”
  9. Great community.
  10. On the edge philosophy. I like it. Always.
  11. Ruby is fucking FUNNY. In my all life a use a lot of langs an this one is the best, sometimes you may say: “mother NOOO; this method or this piece of source is very boring to code”, in Ruby is funny and pretty. You can challenge yourself write it in the DRY way you can do it.
  12. Regexp. After a long time finally you learn regular expression. String class relatively poor but you can do all the stuff learn regexp. You don’t know, you think that regexp are abstruse and ugly so you pass 1 day curse them… in the evening you ask yourself how is it possible to live without regexp.
  13. Cool and elegant Ruby syntax. Blocks, in line instruction, if after…
  14. Console and IRB. Hyper-fast way to test your code.
  15. No XML configuration. XML is boring and pedant for this kind of stuff.
  16. Planning and these kind of stuff are overrated in modern development. Be Agile. Talk, load, change, develop, fix, debug and DO. In Ruby/Rails
  17. Fast and ready development environment. Script directory is one of your best friends.
  18. All great Rails stuff: Active Record, Test::Unit, Filters.
  19. All great Ruby stuff: open source, OOP, multiplatform, very high level language, garbage collector, REST.

programming, web , , , ,

Dojo vs JQuery vs MooTools vs Prototype

October 18th, 2008

A good article by Peter Velichkov compare most used Javascript framework/tools.

Dojo vs JQuery vs MooTools vs Prototype Performance Comparison

Who lost? Pachyderm Prototype

programming, web ,