gordonbrander + framework   64

seaside.st: Home
A Smalltalk-based web framework. Might be a good learning opportunity.
framework  smalltalk  mvc  web  development  opensource 
5 weeks ago by gordonbrander
Noir
A web development microframework in Clojure. It looks about as simple as ExpressJS.
framework  lisp  java  web  development  functional 
6 weeks ago by gordonbrander
yahoo/mojito
A while ago, Yahoo started talking about Mojito, a JavaScript framework that abstracts away differences between client and server. Well, it's now open source. I anticipate learning a lot from this architecture.
javascript  framework  nodejs  development  web  opensource  mvc 
8 weeks ago by gordonbrander
Sinon.JS - Versatile standalone test spies, stubs and mocks for JavaScript
Standalone test spies, stubs and mocks for JavaScript. No dependencies, works with any unit testing framework.
development  javascript  tdd  test  framework  opensource 
10 weeks ago by gordonbrander
MVC Framework for Node — Matador
"An Obvious MVC Framework for Node.js" by Dustin Diaz of Twitter.
javascript  mvc  nodejs  framework  opensource 
january 2012 by gordonbrander
Thorax
An opinionated Backbone application framework using:

* Backbone - the core framework that Thorax builds on
* Underscore - to make sure you have your JavaScript utility belt with you
* Zepto - bitesize mobile DOM goodness
* Handlebars - to make sure you have the best mustache for movember
* Stylus - for the cleanest CSS experience around
* Lumbar - our own library for seemless packaging so you are deploy-ready

Another bodily-themed framework. This field is brimming with ideas.
mvc  javascript  architecture  framework  opensource  development  web 
january 2012 by gordonbrander
Pylons Project : Pyramid
A Python microframework from the Pylons guys. It reminds me of ExpressJS.
development  web  python  mvc  framework  app  opensource 
december 2011 by gordonbrander
zepto.js — the aerogel-weight javascript framework
A mobile-focused Javascript framework with syntax inspired by jQuery.
javascript  jquery  mobile  development  web  framework  opensource  library 
december 2011 by gordonbrander
Homepage | Celery: Distributed Task Queue
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.

The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent.
python  opensource  framework  django 
november 2011 by gordonbrander
Flatiron JS
The aforementioned full-stack framework for NodeJS. This is the promo site.
framework  mvc  javascript  nodejs  opensource  web  development 
november 2011 by gordonbrander
flatiron/flatiron - GitHub
A full-stack NodeJS framework from the Nodejitsu guys. It's designed
to be isomorphic (seamless between client and server). It has a plugin
architecture. It's pieced together from smaller stand-alone projects.
nodejs  app  web  framework  opensource  javascript  mvc  from iphone
november 2011 by gordonbrander
GameJs
A thin Javascript game framework, based on PyGame.
canvas  javascript  development  game  framework 
october 2011 by gordonbrander
BEM
A component-based CSS framework (front-end legos). This one is more of a library.
css  framework  pattern  development  web 
september 2011 by gordonbrander
PaulKinlan/leviroutes - GitHub
A lightweight front-end routing app that works with HashChange or PushState, and falls back to server when Javascript is off.
javascript  framework  app  opensource  development  web 
september 2011 by gordonbrander
Batman JS
A full stack Rails-esque Node App framework from the guys at Shopify. To investigate: is this targeted at front-end MVC, back-end, or both?
javascript  nodejs  web  app  framework  opensource  development  mvc  from iphone
september 2011 by gordonbrander
Twitter Bootstrap
Twitter's CSS toolset has been open-sourced. Lots of default styles for grids, forms, etc. A nice time-saver.
css  framework  opensource  web  development  design 
august 2011 by gordonbrander
hij1nx/SugarSkull - GitHub
Client-side routing for single-page AJAX apps.
framework  javascript  mvc  opensource  web  development  ajax 
august 2011 by gordonbrander
Spine
An MVC structure for Javascript. A bit like Backbone.js, but without the dependency on Underscore.js. This may be irrelevant depending on the project, though, since Underscore is so darn handy.
framework  mvc  javascript  opensource  library 
august 2011 by gordonbrander
Express - node web framework
Sinatra inspired web development framework for node.js
javascript  nodejs  framework  bdw2011 
august 2011 by gordonbrander
Less Framework 4
The Less repsonsive layout framework is getting mature.
css  mobile  design  web  development  css  opensource  framework  grid  responsivedesign  mediaquery 
june 2011 by gordonbrander
restify
A framework for creating web services with Node.js.
api  framework  javascript  nodejs  rest  web 
may 2011 by gordonbrander
php.js - php.js
Bringing your favorite PHP functions to Javascript (array_diff, array_chunk, etc). That is pretty funny.
javascript  framework  opensource 
march 2011 by gordonbrander
Treesaver.js
A clever Javascript framework for building cross-platform digital magazines. Think paging, not scrolling.
css  javascript  opensource  framework  publishing 
march 2011 by gordonbrander
Bottle: Python Web Framework — Bottle v0.9.dev documentation
A very small Python framework (like Sinatra) with routing, templates, utilities and a server.
framework  python  web  app  development  opensource 
february 2011 by gordonbrander
Kohana: The Swift PHP Framework
"Hierarchical MVC". Sounds like it supports multiple apps in the same system, like Django.
php  opensource  framework  mvc 
february 2011 by gordonbrander
RequireJS
A brilliant dependency and loading manager for Javascript. Basic setup will non-blocking load JS files over HTTP. Optionally, a bundled Rhino bash script can compile JS into a single file using Google Closure Compiler (CSS, too while your're at it).
javascript  jquery  library  framework  performance 
january 2011 by gordonbrander
Impact JS
Framework for developing HTML5 canvas games. A cool $99. Worth it. Performance is beautiful, physics and collision taken care of, loading and asset management solved. It's object oriented. It even has a visual (web app!) level editor that pulls in game objects, allowing you to draw maps.

Spent Christmas vacation experimenting with this, and it constantly exceeds expectations.
development  design  html  javascript  game  framework 
december 2010 by gordonbrander
Backbone.js
"Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface."
framework  javascript  mvc  opensource 
december 2010 by gordonbrander
Learn-CodeIgniter.com
Video tutorials for the PHP MVC framework
framework  php  learn  codeignitor  film 
november 2010 by gordonbrander
FuseJS JavaScript Framework
A new framework with sandboxed natives. Reasonable syntax. jQuery-style CSS queries for collections. Also has commits from Paul Irish.
javascript  framework  web  development  opensource 
september 2010 by gordonbrander
DominikGuzei's flawless.css at master - GitHub
This is one to keep an eye on: library of well-written Less shortcuts, plus CSS3PIE integration. Since it's a modular opt-in toolset, you can grab only what you want. Todo: pick apart grid implementation.
lessc  css  development  javascript  framework  web 
august 2010 by gordonbrander
node.js
"Evented I/O for V8 JavaScript". Used by Less.js to compile files.
framework  javascript  opensource 
july 2010 by gordonbrander
csscaffold on GitHub
Another CSS compiler, this one in PHP.
php  opensource  css  development  web  framework 
february 2010 by gordonbrander
LESS - Leaner CSS
CSS with server imports, variables, etc. .less files are compiled into standard CSS with the ruby gem.
css  development  ruby  framework  toolbox 
february 2010 by gordonbrander
Taplynx iPhone Application Framework
Brent Simmons (of NetNewsWire) has put together a $600 framework that converts feed data into a polished iPhone UI.
app  framework  feed  ios 
january 2010 by gordonbrander
Pinax v0.7.1 documentation
...a bundle of common social network paradigms as Django Apps. It comes with an installer that will set up a virtualenv sandbox for you and download all supporting frameworks automatically.
python  plugin  django  framework 
november 2009 by gordonbrander
TrimJunction
A port of Ruby on Rails to the Javascript language. Can be used either client-side or server-side via Rhino.
javascript  rubyonrails  mvc  framework  opensource  code  ruby 
august 2009 by gordonbrander
PhoneGap: Cross platform mobile framework
Mobile framework for iPhone and others. Lets you create full-fledged iPhone apps with HTML, CSS, JS. Abstracts away differences in the Javascript API between phones, allowing you to tap into things like GeoLocation, the Accelerometer and Vibrate through JS. Okayed by Apple as not violating the new terms of service about frameworks.
web  development  mobile  javascript  framework  api  ios 
april 2009 by gordonbrander
WordPress Video Solution Framework
WPMU plugin by Automattic for handling video content.
plugin  framework  media  web  development  wordpress  mu  newmedia  film 
december 2008 by gordonbrander
Reset CSS
Eric Meyer's well thought-out reset styles.
css  reset  web  development  design  snippet  framework  resource  learn  pattern 
december 2008 by gordonbrander
SproutCore
A javascript library being developed by folks at Apple. Reputedly pushing the boundaries of complex javascriptery.
apple  ajax  javascript  framework  opensource  development  library 
june 2008 by gordonbrander
Fimoculous.com - A Data Point on Every Block
Excellent interview with Adrian Hovalty about the creation and direction of Everyblock.
hyperlocal  news  geotag  microformat  opensource  journalism  citizenjournalism  framework  django  newmedia 
february 2008 by gordonbrander

Copy this bookmark:



description:


tags: