svn - How do you remove Subversion control for a folder? - Stack Overflow
svn export /path/to/old/working/copy /path/to/plain/code
OR
find . -iname ".svn" -print0 | xargs -0 rm -r
svn  remove  toolkit  export 
6 days ago
Favourite Cities
Build HTML5/JavaScript mobile apps that automatically transform to the native look-and-feel of iOS, Android and BlackBerry
iOS  android  blackberry  mobile  toolkit  phonegap 
20 days ago
Node.js – How to Write a For Loop With Callbacks | Richard Rodger (Technology)
When recursion is actually useful.

repeater(i) {
if( i < length ) {
asyncwork( function(){
repeater( i + 1 )
})
}
}
repeater(0)
asynchrous  recursion  node  toerik  javascript  design  patterns  for  loop 
28 days ago
Elegant Code » Taking Baby Steps with Node.js – Implementing Events
Simple pattern for adding events to a function without having to inherit events.

var eventEmitter = new events.EventEmitter();

eventEmitter.on('someOccurence', function(message){
console.log(message);
});
events  emit  javascript  node  js 
4 weeks ago
Linux Screen Tutorial and How To - rackAID
Run multiple ssh sessions and keep programs running after disconnecting.
howto  linux  ssh  tutorial 
4 weeks ago
Make rice
Too often, we quickly jump ahead to the new thing, failing to get good enough at the important thing.
tumblr 
5 weeks ago
Pay with Square using your mobile phone
Checkout this slider. Underneat "keep tabs on your favorite"
toadam  slider  scrolling 
7 weeks ago
RequireJS
RequireJS is a JavaScript file and module loader. Require.js is perfect for large applications, especially single page apps. It uses the AMD module specification for defining and requiring modules, and it loads these modules via a built in script loader.
js  javascript  development  jquery  library  optimization  yepnope 
9 weeks ago
Safari Technology Demo - VR
Similar to what you're trying to do. You can use these images for dev?
toerik  canvas  3d  lol 
9 weeks ago
A Website Editor Designed for Creatives | Edit In Place | Breezi
Fixed animations occur when you reach certain point. Instantly hide when off screen. Uses css transitions for animation.
scroll  animations  spark  jquery  css3  animation 
10 weeks ago
yepnope.js | A Conditional Loader For Your Polyfills!
yepnope is an asynchronous conditional resource loader that's super-fast, and allows you to load only the scripts that your users need.
js  javascript  library  polyflill  toolkit 
11 weeks ago
Public Service Announcement: Watch Your @font-face font-weight | CSS-Tricks
You use Normalize.css instead of a reset, which doesn't adjust the font-weight since bold is consitent cross-browser default.
toadam  css  normalize.css  reset.css 
11 weeks ago
linmic/mysql-to-excel - GitHub
A super easy to use script for turning a DB into a spreadsheet.
excel  mysql  php  toolkit  database 
february 2012
Apple - OS X Mountain Lion. Even more innovation comes to the Mac.
When you scroll down to 1/2 of the macbook, you can no longer use the keyboard arrows. How interesting.
ux  toadam  keyboard  shortcuts  apple 
february 2012
From jQuery to JavaScript: A Reference | Nettuts+
Common jQuery snippes in Javascript.

Replace the $() selector in Javascript:

var $ = function(el) {
return document.querySelectorAll(el);
};
// Usage = $('.box');
toolkit  javascript  jquery  js  reference  webappguide 
february 2012
http://usfbullrunner.com/Route/883/Vehicles
The BullRunner website uses a publicly visible REST API w/ JSON. Custom apps?
toerik  ideas  bullrunner  json  REST  data 
february 2012
« earlier      
3d adam ads advertising advice africa agency ajax android animation api apple apps art article audio bbc blog blogging books branding business businessmodel canvas career client client-advice clients cloud code coding coffee collaboration college color conference content cool copywriting createch createchconsulting createchusf creative creativity css css3 culture customerservice data database design development discounts download economics economy education email employee entrepreneur entrepreneurship erik events facebook finance flash florida font fonts food framework free freelance fun funny gallery google government graphics guide hacks health hiphop hiring homepage housing howto html humor icons ideas ideatool identity illustration illustrator image images innovation inspiration interactive interesting internet investing ios iphone javascript jobs jquery js layout leadership learning library life lifehack lifehacks logo logos lol mac management marketing media menu microsoft minimal mobile money morgue muse music mysql navigation networking news noise online optimization organization osx patterns payment people personal personalfinance petr photo photography photos photoshop php planning plugin plugins politics Popular portfolio pr presentation presentations pricing process productivity programming psychology pyschology python quotes rails ramit recession reference research resources ruby savings school science scraping script scrolling search security self-improvement seo service sg showcase social socialmedia software startup startups statistics student studentorgs study tags tampa tech technews technology templates terminal testing themes tips toadam tobuy tocharles todan todo toerik tomeredith tool toolkit tools toread toteach tumblr tutorial tutorials twitter typography ui university usability usf ux vector video wdn web web2.0 webappguide webapps webdesign webdesignguide webdev website woothemes wordpress work workflow writing

Copy this bookmark:



description:


tags: