Skip to content

Instantly share code, notes, and snippets.

@endorfin
endorfin / PixelMosaic.js
Created December 21, 2011 20:51
JS: Mosaic Photo Wall - jQuery Version
/*
* Mosaic - jQuery Version
*
* Released on 21th December 2011.
*
* Copyright (c) 2010-2011 René Kersten, http://pixel-webarts.de
*
* Licensed under the terms of MIT License.
*
*/
@endorfin
endorfin / PixelCarousel.js
Created December 11, 2011 20:18
JS: Simple Infinite Carousel - jQuery Version
/*
* Simple Infinite Carousel - jQuery Version
*
* Released on 11th December 2011.
*
* Copyright (c) 2010-2011 René Kersten, http://pixel-webarts.de
*
* Licensed under the terms of MIT License.
*
*/
@endorfin
endorfin / routes_js.rb
Created December 29, 2010 18:17 — forked from kossnocorp/routes_js.rb
RUBY: RoutesJs
#
# Rails 3 Version
# - ported to rails3
# - optimize javascript
#
# setup/usage:
# 1. copy to RAILS_ROOT/app/middleware/
# 2. application.rb ... config.middleware.use 'RoutesJs'
# 3. Layoutfile: <%= javascript_include_tag 'routes' %>
# 4. js usage: category_url({ slug:'test',format:'json', page:2 })