
Web dev
Get flash to fully experience Pearltrees
jQuery Joyride Feature Tour Plugin - ZURB Playground - ZURB.com
Create jQuery Feature Tours in a Breeze Setting up Joyride is simple, just attach the needed files, drop in your markup and choose your settings. Joyride is extremely flexible and lets you take control of how people interact with your tour. We programmed it to be cross-browser compatible with modern browsers and even used some fancy CSS to avoid images. Now let’s see just how easy it is to take your first ride without getting the fuzz involved. New in Version 2Django provides a few classes that help you manage paginated data – that is, data that’s split across several pages, with “Previous/Next” links. These classes live in django/core/paginator.py . Example Give Paginator a list of objects, plus the number of items you’d like to have on each page, and it gives you methods for accessing the items for each page:
Pagination
Outputting CSV with Django
This document explains how to output CSV (Comma Separated Values) dynamically using Django views. To do this, you can either use the Python CSV library or the Django template system. Using the Python CSV library Python comes with a CSV library, csv . The key to using it with Django is that the csv module’s CSV-creation capability acts on file-like objects, and Django’s HttpResponse objects are file-like objects.We’ve made it our mission to pull in event tickets from every corner of the internet, showing you them all on the same screen so you can compare them and get to your game/concert/show as quickly as possible.
FuzzyWuzzy: Fuzzy String Matching in Python | SeatGeek Blog
Mastering Node
Node is an exciting new platform developed by Ryan Dahl , allowing JavaScript developers to create extremely high performance servers by leveraging Google's V8 JavaScript engine, and asynchronous I/O."Wave in a Box"
Since the announcement that we will discontinue development of Google Wave as a standalone product, many people have asked us about the future of the open source code and Wave federation protocol.Twisted is an event-driven networking engine written in Python and licensed under the open source MIT license .
Twisted
d3.js
D3, a JavaScript data library framework, was created by Mike Bostock at Stanford University as a successor to Protovis. D3 stands for “Data-Driven Documents”, and relies on one major paradigm: binding data models to DOM elements (either HTML markups or SVG graphic elements). It provides functions to manipulate both sides of this bond, allowing data transformations as well as visual animations.
During this workshop, we’ll explore the basic concepts of Protovis and produce visualizations based on data from Twitter. Please bring your laptop, a browser and your favourite web development environment. by Dec 2

