Sinatra, MongoDB + Heroku base application
| 0 comments
I recently created a simple base application I can use for rapid prototyping applications. It's a simple Sinatra application with a number of popular gems installed and configured to work.
sprysoft
| 0 comments
I recently created a simple base application I can use for rapid prototyping applications. It's a simple Sinatra application with a number of popular gems installed and configured to work.
| 0 comments
Due to a couple of comments on this blog a few email to requesting a fluid version of the variable grid system I decided to take some time today to build this into the current variable grid system.
| 0 comments
A project I've been working on lately required me to accept results from a device called 'The Simulator' in XML format and write those results into a database to be displayed in a Rails app I've been building, 'The LMS' or 'Learning Management System'.
| 0 comments
Over the past few months we've been hard at work developing the overall framework for web apps. The first product to come out of this is Agile (content). Agile (content) is our custom built CMS (content management system), and has been built from scratch to meet the high demands modern customers require from content management systems.
| 0 comments
Based on the popular 960 Grid System by Nathan Smith, the Variable Grid System is an easy to use tool that allows designers and developers to generate a custom grid and then download an accompanying CSS file based on that grid. The CSS generated is identical to the CSS files attached with the 960 Grid System.
| 0 comments
I’m currently working on a Ruby on Rails project where both the User + Company models both have addresses. It seemed fairly straight forward then that to keep my database nice and DRY I should create an address table that holds a reference to both the user and company table.
| 0 comments
We’ve just released the LastFM Actionscript 3 API on Google Code. The API which communicates with Last.fm 2.0 web services is written in Actionscript 3.0 and uses XML requests to get and post data to and from Last.fm. This API is perfect for building custom music players with the ability to get artist and album data as well as scrobble the tracks you’re playing back to Last.fm.