26
Mar
// php the_time('Y') ?>
When launching a new web project, having a “coming soon” page that collects e-mails of users to notify them about the launch is pretty common.
The same also goes for some other landing pages that ask users to fill a form to move forward.

Desant is an open source, single page web application (in Backbone.js managed by Sinatra backend) for handling such cases with ease.
Any page built with it can easily collect user information via forms, it keeps track of the referring URLs and the locations of visitors (by country).
It uses MySQL for storing data and can be installed manually or quickly with Vagrant.
Requirements: Rails and MySQL
7
Jan
// php the_time('Y') ?>
Junior is a HTML5 front-end framework for creating mobile apps that look and behave like native.
It uses CSS3 transitions for a slick performance, supports swipable carousels and includes various UI components (from Ratchet).

The framework uses Zepto (which is nice for jQuery fans as it has a jQuery-like syntax) and has integration with backbone.js views + routers.
Junior is pretty easy to use and has the documents + examples to get you started
Compatibility: All Major Mobile Browsers
27
Sep
// php the_time('Y') ?>
For anyone willing to share tweets when they are not online, various web services exist to accomplish this task (I had also built an open source app: Scheduled Tweets -not updated anymore-).
Tampon is a free and open source alternative (that is inspired from Buffer) that schedules tweets.
It is a Backbone.js application that uses MongoDB for storing the data and has a PHP-based REST API.

The application allows creating a schedule with multiple entries and auto-sends your tweets at those periods.
Tweets entered can be re-ordered with drag 'n' drops or, optionally tweeted instantly.
Considering it is open sourced, Tampon can also be a good starting point for creating a feature-rich, customized version.
Requirements: MongoDB and PHP (with MongoDB driver)