michaelfox + repo   33

MattWilcox/Adaptive-Images · GitHub
Automatically adapts your existing HTML images for mobile devices. No mark-up changes needed.
github  javascript  image  resize  php  responsive  ios  iphone  ipad  mobile  peformance  optimization  repo  rwd 
5 weeks ago by michaelfox
alexeypro/crud-bones · GitHub
Sample CRUD application with Node.JS, using MySQL, Mongo and Redis. Basically, I am using it as a boiletplate (template, skeleton) for all new backend apps I start
node  mysql  mongo  redis  boilerplate  github  repo  template  skeleton  crud 
5 weeks ago by michaelfox
Opens3 by Pablo-Merino
OpenS3 is basically a storage server. What it does is provide a JSON API to upload and download files to a specified path. It includes a bucket feature to organize uploads.

Details!

Uses Thin as HTTP server and rack for interacting with it. For uploading, listing and downloading files you'll need a token, which is a SHA512 of a string you choose. You'll also need to set an expiry time for a link when downloading.
backup  s3  cloud  file  server  json  ruby  storage  aws  github  opensource  repo 
5 weeks ago by michaelfox
EightMedia/hammer.js · GitHub
Hammer.js is a javascript library (that depends on jQuery) that can be used to control gestures on touch devices. It supports the following gestures:

Tap
Double tap
Hold
Drag
Transform
Documentation
So wave your hands in the air / Bust a few moves / Run your fingers through your hair
A step by step guide on how to use hammer.js:

Download the hammer javascript or clone the latest version from our github repository:
$ git clone git@github.com:eightmedia/hammer.js.git

Import jquery and import hammer.js in your project:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script src="hammer.js"></script>

Hammertime! Bind hammer to a container element:
var hammer = new Hammer("#container");

Now, on every gesture that is performed on the container element, you'll receive a callback object with information on the gesture.
javascript  jquery  gestures  mobile  ios  ipad  iphone  touch  library  github  repo 
8 weeks ago by michaelfox
classes at master from joshtronic/pickles - GitHub
PHP Interface Collection of Killer LIbraries to Enhance Stuff
php  inspiration  inspiration:php  repo  github 
october 2011 by michaelfox
webPragmatist/css-group-tmbundle - GitHub
The CSS Group bundle allows you to quickly add snippets to add @group tags which CSSEdit supports. — Read more
http://www.webpragmatist.com/2010/03/grouping-css-with-css-group-textmate.html

CSS Group Bundle
The CSS Group bundle allows you to quickly add snippets to add @group tags which CSSEdit supports.

Installation

1. Install the bundle

To install the bundle just run the following command.

git clone git://github.com/webPragmatist/css-group-tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/css-group.tmbundle
2. Modify the CSS bundle to support folding

Line 4 of the CSS Language bundle (L) CSS contains the foldingStartMarker foldingStopMarker variables that you need to replaces with the following:

foldingStartMarker = ‘/\\(?.?\/.\S))|\/\\s*@group\s*.\s\*\/’;

foldingStopMarker = ‘(?<!\)\\/|^\s\}|\/\s@end\s*\*\/’;
3. Reload?

I dunno reload your bundles r sumthin.

Usage

To create a new group:

cssg⇥
To group the current selection:

⌃⌥⌘c
Thanks!

To the css-tricks for providing the code folding trick!
Foldable TextMate CSS Groups
textmate  css  bundles  tools  github  repo 
march 2011 by michaelfox

related tags

admin  amazon  applescript  automation  aws  backup  boilerplate  bookmarklets  bootstrap  browser  bugs  bundles  chrome  cli  cloud  cms  code  collection  crud  css  data  debug  demo  dropbox  dump  editor  email  embed  extension  file  firefox  flickr  forms  forums  framework  frontend  gestures  git  github  github-user  google  googlecode  hazel  html  html5  huffduffer  image  inspiration  inspiration:php  ios  ipad  iphone  issues  issuetracking  jake  javascript  jquery  jqueryui  json  keyboardmaestro  library  logging  mailcheck  markdown  media  mobile  mongo  mp3  mysql  node  opensource  optimization  osx  peformance  photo  php  plugin  plugins  podcast  prettify  pretty  print_r  python  q&a  redis  reference  rename  repo  resize  resources  responsive  ruby  rwd  s3  scm  scroll  server  shell  skeleton  social  source  stackoverflow  storage  system  template  textmate  theme  tidy  tools  tooltips  touch  tv  validation  var_dump  wysiwyg 

Copy this bookmark:



description:


tags: