Saturday, May 19, 2012 04:01

Archive for the ‘Programming’ Category

OpenLaszlo

Monday, May 22nd, 2006

OpenLaszlo is an open source platform for creating zero-install web applications with the user interface capabilities of desktop client software.

OpenLaszlo programs are written in XML and JavaScript and transparently compiled to Flash and soon DHTML. The OpenLaszlo APIs provide animation, layout, data binding, server communication, and declarative UI. An OpenLaszlo application can be as short as a single source file, or factored into multiple files that define reusable classes and libraries.
OpenLaszlo

TortoiseSVN

Friday, May 19th, 2006

TortoiseSVN
TortoiseSVN is a really easy-to-use version control / source control client under a GPL license!

Features of TortoiseSVN/Subversion:

  • Windows Shell (Explorer) integration. Can be used without any IDE.
  • Icon overlays show immediately which files/folders need to be uploaded (committed) to the database.
  • Easy to use dialogs for version control operations.
  • The UI is available in different languages.
  • Global revision numbers. You can get old versions of your project and not just single files.
  • Atomic transactions. Interrupted operations don’t affect the repository at all.
  • Google Releases AJAX Framework

    Wednesday, May 17th, 2006

    Google
    Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don’t speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatabilities between web browsers and platforms, and JavaScript’s lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile.

    GWT lets you avoid many of these headaches while offering your users the same dynamic, standards-compliant experience. You write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.

    Backing Up Flickr Photos with Amazon S3

    Wednesday, March 22nd, 2006

    Matt Croydon has written a quick (25 lines!) Python script that automatically backs up his photos from Flickr to S3.
    Amazon S3