stefan.grothkopp.com

Relax - This won't hurt. 
Filed under

JavaScript

 

Buzzmarklet

I created a bookmarklet to share stuff via google buzz.

Just create a bookmark containing the link in your bookmarks toolbar, visit some site, select some text and click the bookmark.

Here it is:
javascript:(function(){var b="";var t= "";var s="";var d=window.getSelection()+'';if (d.length>0) b="\n\n"+'"'+d+'"'+"\n\n";; s=document.title; window.setTimeout('document.location = "http://www.google.com/reader/link?url='+encodeURIComponent(document.location)+'&title='+encodeURIComponent(document.title)+'&snippet='+encodeURIComponent(b)+'&srcURL=&srcTitle=";',0);})();

Loading mentions Retweet
Filed under  //   bookmarklet   buzz   google   javascript  

Comments [0]

Bridging desktop and browser with Swell’s native Drag and Drop implementation

This looks promising:
 http://blog.justswell.org/swell-javascript-native-dragdrop-implementation/

Loading mentions Retweet
Filed under  //   Code   JavaScript  

Comments [0]

JavaScript language advanced tips and tricks

nice JS tips here: code.google.com


Loading mentions Retweet
Filed under  //   code   JavaScript  

Comments [0]

URL Unshortening Web Service With JSON/P Support

http://therealurl.appspot.com/

Loading mentions Retweet
Filed under  //   code   javascript  

Comments [0]

Webpage Thumbnails — Screenshots via Page Glimpse in JavaScript

http://925html.com/code/webpage-thumbnails/

Loading mentions Retweet
Filed under  //   code   JavaScript  

Comments [0]

Harald Kirschner's Sly

david writes about a new selector engine for javascript libraries that
seems to be really fast:
http://davidwalsh.name/sly-selector-engine

Loading mentions Retweet
Filed under  //   code   javascript  

Comments [0]

8 jQuery Plugins That Utilize Google APIs

nice stuff to start experimenting with the google-apis:
 
http://www.reynoldsftw.com/2009/03/8-jquery-plugins-that-utilize-google-apis/

Loading mentions Retweet
Filed under  //   code   google   JavaSCript   jquery  

Comments [1]

70 New, Useful AJAX And JavaScript Techniques


 
usefull stuff here:
 
http://www.smashingmagazine.com/2009/03/08/70-new-useful-ajax-and-javascript-techniques/

Loading mentions Retweet
Filed under  //   code   Javascript  

Comments [0]

Perfect Javascript Form Validation using Regular Expressions.

can't say if its really perfect, but it's small:
http://9lessons.blogspot.com/2009/03/perfect-javascript-form-validation.html

Loading mentions Retweet
Filed under  //   code   JavaScript  

Comments [0]

Collaborative Map-Reduce in the Browser

Someone had to do it eventually:
 
http://www.igvita.com/2009/03/03/collaborative-map-reduce-in-the-browser/

Loading mentions Retweet
Filed under  //   code   JavaScript  

Comments [0]