libs

TwitterFacebook
Get flash to fully experience Pearltrees
Posted by Maggie on 07/01/2009 Topics: accessibility css javascript jQuery http://www.filamentgroup.com/lab/accessible_custom_designed_checkbox_radio_button_inputs_styled_css_jquery/

Accessible, Custom Designed Checkbox and Radio Button Inputs Styled with CSS (and a dash of jQuery)

WebSocket and Socket.IO

http://davidwalsh.name/websocket My favorite web technology is quickly becoming the WebSocket API. WebSocket provides a welcomed alternative to the AJAX technologies we've been making use of over the past few years. This new API provides a method to push messages from client to server efficiently and with a simple syntax. Let's take a look at the HTML5 WebSocket API: its use on the client side, server side, and an outstanding wrapper API called Socket.IO. What is the WebSocket API? The WebSocket API is the next generation method of asynchronous communication from client to server.
Overview pjscrape is a framework for anyone who's ever wanted a command-line tool for web scraping using Javascript and jQuery . Built to run with PhantomJS , it allows you to scrape pages in a fully rendered, Javascript-enabled context from the command line, no browser required. http://nrabinowitz.github.com/pjscrape/

pjscrape: A web-scraping framework written in Javascript, using PhantomJS and jQuery