web

TwitterFacebook
Get flash to fully experience Pearltrees
Agile deployment for Ruby, Node.js, Clojure, Java, Python, and Scala. Get up and running in minutes, and deploy instantly with git. Focus 100% on your code, and never think about servers, instances, or VMs again. $ heroku create Created sushi.herokuapp.com | git@heroku.com:sushi.git $ git push heroku master -----> Heroku receiving push -----> Rails app detected -----> Compiled slug size is 8.0MB -----> Launching... done, v1 http://sushi.herokuapp.com deployed to Heroku

Heroku | Cloud Application Platform

http://www.heroku.com/
http://www.exljbris.com/calluna.html Calluna – a text typeface with flow Calluna is my first attempt to make a (serious) text typeface and it is the fruit of 1.5 years of work. Calluna comes in 8 styles : 5 weights and 3 italics. Calluna is spaced and kerned with Igino Marini's iKern service.

Calluna - a [free] font from exljbris Font Foundry

{{ mustache }}

{{header}} {{#bug}} {{/bug}} {{#items}} {{#first}} {{name}} {{/first}} {{#link}} {{name}} {{/link}} {{/items}} {{#empty}} The list is empty. {{/empty}} http://mustache.github.com/
Tim Berners-Lee rightfully deserves all the credit for his early work around URI, HTTP and HTML. His efforts ultimately led to the official HTTP 1.0 ( RFC 1945 ) specification in 1996, the HTTP 1.1 proposal (RFC 2068) in 1997 and consequently the official HTTP 1.1 spec ( RFC 2616 ) in 1999. The web as we know it wouldn't exist without these protocols. However, more then a decade has passed, we now have billions of users online, our web apps have grown by orders of magnitude in both size and complexity, and the HTTP specification is starting to show its age. Google's Chrome browser dropped the "http://" prefix in their location bar about a year ago, and as it turns out, not just for aesthetic reasons: if you are using Chrome, and you are using Google web services today, chances are, you are not running over HTTP! http://www.igvita.com/2011/04/07/life-beyond-http-11-googles-spdy/

Life beyond HTTP 1.1: Google’s SPDY - igvita.com

http://seleniumhq.org/

Selenium - Web Browser Automation

What is Selenium? Selenium automates browsers . That's it. What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that.

Open source Graphic Design

http://www.ponnuki.net/2011/07/open-source-graphic-design/ How to work as a Graphic Designer without sleeping with Adobe I am just now completing a certificate in graphic design at the online school Sessions.edu , and although I have come to like the Adobe Creative suite tool (and mainly inDesign), I would rather be relying only on open source tools. Why? Well, there are many factors that steer my decision toward that. If you want to read more about open source and creativity, I invite you to read FLOSS+Art which is a solid explanation of the relationship between open source and creativity/art. From the description:
nginx

Welcome to Thimbl, the free, open source, distributed micro-blogging platform. If you're weary of corporations hi-jacking your updates to make money, or if being locked in to one micro-blogging platform tires you — well, then Thimbl is for you!

Thimbl - Free Open Source Distributed Micro-blogging

http://www.thimbl.net/
framework

home server

http://samy.pl/evercookie/ evercookie is a javascript API available that produces extremely persistent cookies in a browser. Its goal is to identify a client even after they've removed standard cookies, Flash cookies (Local Shared Objects or LSOs), and others. evercookie accomplishes this by storing the cookie data in several types of storage mechanisms that are available on the local browser. Additionally, if evercookie has found the user has removed any of the types of cookies in question, it recreates them using each mechanism available.

evercookie - virtually irrevocable persistent cookies

markup

javascript

search engine

backup

proxy

drupal

http://www.smashingmagazine.com/2011/03/14/technical-web-typography-guidelines-and-techniques/ Unfortunately, the page you've requested cannot be displayed . It appears that you've lost your way either through an outdated link or a typo on the page you were trying to reach. Please feel free to return to the front page or use the search box in the upper area of the page to find the information you were looking for.

Technical Web Typography: Guidelines and Techniques - Smashing Magazine

server

ssl/ssh multiplexer

What is it? sslh accepts connections in HTTP, HTTPS, SSH, OpenVPN, tinc, XMPP, or any other protocol that can be tested using a regular expression, on the same port. This makes it possible to connect to any of these servers on port 443 (e.g. from inside a corporate firewall, which almost never block port 443) while still serving HTTPS on that port. Install me! sslh has been packaged for Debian , Gentoo , FreeBSD and many other operating systems, so check out your favourite package repository before installing by hand. Announcements of new versions will be posted on the sslh mailing list . http://www.rutschle.net/tech/sslh.shtml
browser

I 've main domain configured at http://example.com and I'd like to use http://support.example.com with different files. How do I add subdomain support with Lighttpd web server under UNIX or Linux operating systems?

Lighttpd Configure Subdomain

This is a screencast on the Django Command Extensions project. It is one of my favorite third party apps, and it gets installed in every Django environment I work in. It provides a plethora of useful manage.py commands, and a couple other little goodies as well. Setup Before you get started using these things, there are a couple of packages you need to install. The first is Graphviz which is a really nice toolkit for graph visualization.

Screencast: Django Command Extensions | Surfing in Kansas