Opa: Advancing web development to the next generation
24 days ago by _Fil_
Opa is, to quote Ray Cheung, "is a new programming language, a new web server, a new database and a new distributed execution engine, all of them tightly integrated to provide a great experience for web developers."
Intriguing.
opa
development
web
from delicious
Intriguing.
24 days ago by _Fil_
Muntjac
february 2012 by _Fil_
Muntjac is a GUI toolkit in Python that can be run locally or on the web (and even on Google App Engine).
python
gui
toolkit
web
appengine
from delicious
february 2012 by _Fil_
mynt - A static blog generator
january 2012 by _Fil_
Mynt, another "static blog generator". In python. Can generate archive pages as well as tags pages automatically.
python
static
web
generator
from delicious
january 2012 by _Fil_
Fluid Images
january 2012 by _Fil_
Again, A List Apart has a great article on web design. This time, it's all about fluid images: image that rescale based on the window size.
web
design
article
fluid
images
css
from delicious
january 2012 by _Fil_
Asciiflow
january 2012 by _Fil_
GUI drag-and-draw web tools to create ascii tables, arrows and text.
Great for tables and for flows as well. And you can export to text of html.
Really nifty.
ascii
web
tools
diagram
from delicious
Great for tables and for flows as well. And you can export to text of html.
Really nifty.
january 2012 by _Fil_
httpbin(1): HTTP Client Testing Service
december 2011 by _Fil_
A simple but yet effective web site to test POST requests with JSON-encoded responses.
Handy !
http
web
testing
tools
from delicious
Handy !
december 2011 by _Fil_
Namechck
november 2011 by _Fil_
Vous avez une idée de business ou autre en tête. Vous avez le nom de domaine qui tue.
Bien !
Mais êtes-vous sur que le nom twitter, youtube, tumblr, facebook, myspace (quoique ...), etc est disponible ?
Allez sur http://namechk.com/ et vous en aurez le coeur net facilement.
social
url
tool
web
from delicious
Bien !
Mais êtes-vous sur que le nom twitter, youtube, tumblr, facebook, myspace (quoique ...), etc est disponible ?
Allez sur http://namechk.com/ et vous en aurez le coeur net facilement.
november 2011 by _Fil_
Crash Course: Design for Startups
october 2011 by _Fil_
Another great article on design, but more web oriented this time. With lots of great pointer to other materials (books, other ui/design web sites, etc.)
web
design
article
from delicious
october 2011 by _Fil_
Trello
september 2011 by _Fil_
Trello is the new web app from Fog Creek Software (of Joel Spolsky fame): it's a todo list/GTD apps with a quite clean look and easy-to-use interface.<br />
The blog post from Joel presenting this new app:<br />
<br />
Trello is probably the simplest thing in the world: it’s a web page where you make a bunch of lists. Each list contains cards. Each card is a thing that someone might want to work on.<br />
<br />
It's free so why not testing it.
todo
gtd
web
from delicious
The blog post from Joel presenting this new app:<br />
<br />
Trello is probably the simplest thing in the world: it’s a web page where you make a bunch of lists. Each list contains cards. Each card is a thing that someone might want to work on.<br />
<br />
It's free so why not testing it.
september 2011 by _Fil_
Iris Couch
september 2011 by _Fil_
Un service permettant de "hoster" des bases de données CouchDB. C'est une extension des services déjà offert par CouchBase.
couchdb
web
hosting
nosql
from delicious
september 2011 by _Fil_
Flow: Task Management and Online Collaboration for Teams
august 2011 by _Fil_
Beautiful collaboration task management apps: work in your browser, on iPhone and on Mac. Gorgeous interface.
web
apps
task
management
tools
from delicious
august 2011 by _Fil_
A Book Apart, Welcome
july 2011 by _Fil_
The Book Business the List Apart is doing.
books
design
css
web
html5
html
css3
development
from delicious
july 2011 by _Fil_
Aspen: Python Web Server with Simplates
july 2011 by _Fil_
Aspen is a python web server.<br />
The really original part is what they called "simplates". Simplates are file that contains the python code (both for initialization and for actually running during the request cycle) and the template code (using Tornado, a Django-like templating engine).<br />
Sort of PHP (both code and template in the same file) but (a lot) more structured. <br />
Quite innovative.
python
web
server
simplate
from delicious
The really original part is what they called "simplates". Simplates are file that contains the python code (both for initialization and for actually running during the request cycle) and the template code (using Tornado, a Django-like templating engine).<br />
Sort of PHP (both code and template in the same file) but (a lot) more structured. <br />
Quite innovative.
july 2011 by _Fil_
The protocol-relative URL
may 2011 by _Fil_
Awesome ! <br />
I had no idea that you could write <a href="//www.example.com/path/to/url/">blah blah</a> and that, thanks to the RFC 3986, it will be translated by the browser into http://www.example.com/path/to/url/ or https://www.example.com/path/to/url/ depending on how you are currently viewing the web site (clear or SSL). <br />
So convenient !<br />
Bonus point: check out the neat effect when you move your mouse in the grey area around the text.
web
http
url
from delicious
I had no idea that you could write <a href="//www.example.com/path/to/url/">blah blah</a> and that, thanks to the RFC 3986, it will be translated by the browser into http://www.example.com/path/to/url/ or https://www.example.com/path/to/url/ depending on how you are currently viewing the web site (clear or SSL). <br />
So convenient !<br />
Bonus point: check out the neat effect when you move your mouse in the grey area around the text.
may 2011 by _Fil_
In Search Of The Perfect CAPTCHA
may 2011 by _Fil_
Le titre dit tout. Intéressante analyse sur les "captachas".
captcha
web
from delicious
may 2011 by _Fil_
Pattern
april 2011 by _Fil_
Taken from the website: "Pattern is a web mining module for the Python programming language.<br />
It bundles tools for data retrieval (from Google + Twitter + Wikipedia API, web spider, HTML DOM parser), text analysis (rule-based shallow parser, WordNet interface, syntactical + semantical n-gram search algorithm, tf-idf + cosine similarity + LSA metrics) and data visualization (graph networks).<br />
The module is bundled with 30+ example scripts."<br />
Looks very neat and, a little plus, it was made by Belgium people, yeah ! (c:
python
library
web
data
nlp
anlysis
from delicious
It bundles tools for data retrieval (from Google + Twitter + Wikipedia API, web spider, HTML DOM parser), text analysis (rule-based shallow parser, WordNet interface, syntactical + semantical n-gram search algorithm, tf-idf + cosine similarity + LSA metrics) and data visualization (graph networks).<br />
The module is bundled with 30+ example scripts."<br />
Looks very neat and, a little plus, it was made by Belgium people, yeah ! (c:
april 2011 by _Fil_
Spritebox - Create CSS from Sprite Images
april 2011 by _Fil_
A nice little web app (fully WYSIWYG) that allows you to easily create the CSS for any sprites you have for your site.
css
web
tools
sprite
from delicious
april 2011 by _Fil_
Spritebaker - Ridiculous easy Base64 encoding for Designers
april 2011 by _Fil_
Spritebaker is a very handy web app that read your CSS, extract the images from it and serves you back your css where all the images have been replaced by base64-encoded datasets. <br />
Crafty !
web
tools
images
base64
from delicious
Crafty !
april 2011 by _Fil_
CopyPasteCharacter.com
april 2011 by _Fil_
A single page where you can handily copy in your clipboard unicode special characters, like: ✄, ☺ or ≈.
typography
tools
web
from delicious
april 2011 by _Fil_
Color Explorer • Free tools for working with digital colors
april 2011 by _Fil_
Color Explorer is another digital tool to work with palettes.
color
web
from delicious
april 2011 by _Fil_
Font comparer
april 2011 by _Fil_
Font Comparer allows you to write a small snippet of text and see it displayed with all sorts of web fonts (mostly the google ones).
typography
tools
web
from delicious
april 2011 by _Fil_
Alternatives to Captcha
march 2011 by _Fil_
Nice little article on how to prevent spam without using captcha. It outlines 3 main methods: using Akismet, with an custom 'roll-your-own' heuristic approach and with a bayesian approach.<br />
Nifty !
spam
web
article
from delicious
Nifty !
march 2011 by _Fil_
Using Git to manage a web site
march 2011 by _Fil_
Sympathique explication sur comment manager votre site web en utilisant git: suffit simplement de mettre votre site dans git et de rafraîchir votre 'repo' sur votre serveur. Cette article décrit la procédure pas à pas.
git
web
site
from delicious
march 2011 by _Fil_
Amazon S3 adds new features for hosting static websites
february 2011 by _Fil_
Vous pouvez maintenant hoster un site statique sur un 'bucket' Amazon S3.<br />
Ce qui veut dire que vous pouvez avoir un blog statique (en utilisant par exemple jekyll) (et même avoir des commentaires, par le biais de Disqus) qui coûte vraiment pas cher (+- 5$ par mois) avec redondance, géolocalisation, etc ...<br />
Voir aussi la discussion sur Hacker news: http://news.ycombinator.com/item?id=2233620
static
web
amazon
s3
aws
from delicious
Ce qui veut dire que vous pouvez avoir un blog statique (en utilisant par exemple jekyll) (et même avoir des commentaires, par le biais de Disqus) qui coûte vraiment pas cher (+- 5$ par mois) avec redondance, géolocalisation, etc ...<br />
Voir aussi la discussion sur Hacker news: http://news.ycombinator.com/item?id=2233620
february 2011 by _Fil_
JS Bin - Collaborative JavaScript Debugging
february 2011 by _Fil_
Je ne sais pas comment je n'étais pas tombé là-dessus avant (ce projet date de fin 2009) ...<br />
jsbin est un site qui permet de tester et collaborer sur des petits bouts de code javascript/html/css. Parfait pour des petits protos, pour debugger ensemble sur du code , etc ...<br />
Vraiment super sympa.
javascript
debugging
testing
web
online
css
html
from delicious
jsbin est un site qui permet de tester et collaborer sur des petits bouts de code javascript/html/css. Parfait pour des petits protos, pour debugger ensemble sur du code , etc ...<br />
Vraiment super sympa.
february 2011 by _Fil_
Blogofile
january 2011 by _Fil_
Yet another static blog/web site generator, like Jekyll or Hyde, written in python.
web
python
framework
static
from delicious
january 2011 by _Fil_
SQLiteManager - Web-based SQLite administration
january 2011 by _Fil_
SQLiteManager is a php web application to manage SQLite database, "à la" phpMySQLAdmin.
sqlite
web
apps
tools
from delicious
january 2011 by _Fil_
wordmark.it
january 2011 by _Fil_
Execution simple et brilliante d'une idée toute bête: montrer du texte avec toutes les fontes présentes sur votre ordinateur dans une seule vue d'ensemble.
fonts
web
apps
from delicious
january 2011 by _Fil_
URL Design
december 2010 by _Fil_
Fantastic article on how to design good URL structure.<br />
URL are the proper names of the web and as such, should be treated with care and respect.
web
url
article
from delicious
URL are the proper names of the web and as such, should be treated with care and respect.
december 2010 by _Fil_
Piwik - Web analytics
december 2010 by _Fil_
Piwik is the equivalent of Google Analytics and the like, but open sources. Meaning that you have to setup the php/MySQL web site so that you will self-host your own data, collected via a small javascript snipets (not unlike the Google ones).
Nifty !
web
analytics
piwik
Nifty !
december 2010 by _Fil_
Nudgemail
december 2010 by _Fil_
Nudgemail est un service qui vous envoie des "reminders": envoyez un mail à <quelquechose>@nudgemail.com et vous le recevrez dans votre inbox au moment que vous le souhaitez. Le <quelquechose> peut être tomorrow, nextwednesday ou même 15062011.
Par exemple, envoyez un mail à nextweek@nudgemail.com et hop, la magie du net vous renverra votre mail lundi matin, sans fautes.
Y'a pas de login, de user id et autres enregistrement. Simple.
Envoyez un mail à commands@nudgemail.com pour obtenir la liste des commandes et options.
Je pense que les fans de GTD apprécieront.
mail
gtd
reminder
tools
web
Par exemple, envoyez un mail à nextweek@nudgemail.com et hop, la magie du net vous renverra votre mail lundi matin, sans fautes.
Y'a pas de login, de user id et autres enregistrement. Simple.
Envoyez un mail à commands@nudgemail.com pour obtenir la liste des commandes et options.
Je pense que les fans de GTD apprécieront.
december 2010 by _Fil_
wilson
november 2010 by _Fil_
Wilson is a Django-like framework written with Node.js
You can read the docs here: http://readthedocs.org/projects/chrisdickinson/wilson/docs/
nodejs
django
framework
web
You can read the docs here: http://readthedocs.org/projects/chrisdickinson/wilson/docs/
november 2010 by _Fil_
Common Security Mistakes in Web Applications
november 2010 by _Fil_
Excellent article sur les erreurs de sécurité les plus courantes en développement web: XSS, CSRF, SQL Injection, Phishing, etc).
security
web
article
november 2010 by _Fil_
Gridulator: Make pixel grids, lickety-split
october 2010 by _Fil_
Gridulator est un web site qui vous permets de calculer les CSS pour des "grids" totalement flexible. Vous choisissez la largeur de page et le nombre de colonne et hop, le code CSS est craché pour vous pour toutes les tailles d'inter-espaces.
Fini ces site bloqué en 960 pixels de large (c:
Plus d'info ici: http://stuntbox.com/blog/2010/09/say-hello-to-gridulator/
css
grid
web
apps
Fini ces site bloqué en 960 pixels de large (c:
Plus d'info ici: http://stuntbox.com/blog/2010/09/say-hello-to-gridulator/
october 2010 by _Fil_
webkit2png
september 2010 by _Fil_
A command line utility to get screenshot of web pages.
As simple as webkit2png http://pmarichal.net.
python
osx
web
images
As simple as webkit2png http://pmarichal.net.
september 2010 by _Fil_
Pictos
september 2010 by _Fil_
Pictos: deux séries d'icônes très réussis (payants, mais libre de droits), mais surtout Pictos Font, une "web fontes" @font-face) reprenant une partie de ces 2 séries. Comme le dit le site "Au revoir les images, bonjour les petites tailles de fichiers et l'agrandissement infini."
fonts
icons
interface
ui
design
resources
web
september 2010 by _Fil_
Hyde - A Python Static Website Generator
august 2010 by _Fil_
From the site: "Hyde is a static website generator powered by Python & Django." It's a Jekyll-like app that allows you to render a static web site based on text file templated with Django template and written in your favorite markup: markdown, textile, ReStructed, etc.
The source with some (light) doc are here: http://github.com/lakshmivyas/hyde
web
django
python
framework
static
The source with some (light) doc are here: http://github.com/lakshmivyas/hyde
august 2010 by _Fil_
Page Objects in Python
august 2010 by _Fil_
Nice article on how to test web pages using Selenium.
python
testing
ui
web
august 2010 by _Fil_
TypeWith.me
august 2010 by _Fil_
Le successeur (au sens: reprenant le code source que Google a laisser) de EtherPad: un traitement de texte online permettant la collaboration en temps réel.
web
collaborative
docs
apps
etherpad
online
august 2010 by _Fil_
Diffable: only download the deltas
august 2010 by _Fil_
Ingenious JavaScript library that detects and download only the diff between two versions of a js file. Gives download time up to 25% faster.
(via Simon Willison)
speed
web
javascript
library
(via Simon Willison)
august 2010 by _Fil_
11 Photo Galleries Made by the Awesome CSS3
august 2010 by _Fil_
Once more, with galleries.
jquery
images
design
web
css3
gallery
august 2010 by _Fil_
25 Beautiful Image Styling Tutorials With CSS, jQuery
august 2010 by _Fil_
The title says all and it's pretting much here so that I have a reference to this.
jquery
images
design
web
css
august 2010 by _Fil_
Google Font Directory
june 2010 by _Fil_
Lors de la Google I|O, ils ont annoncés 'Google Font', un service gratuit de @font-face. Super initiative qui devrait permettre d'avoir des sites avec une vrai typographie.
L'offre de base est relativement réduite, et j'espère qu'elle va s'étoffer dans le futur. Tout cela dépendra si de nouvelles fontes libres de droit font leur apparition.
fonts
web
typography
L'offre de base est relativement réduite, et j'espère qu'elle va s'étoffer dans le futur. Tout cela dépendra si de nouvelles fontes libres de droit font leur apparition.
june 2010 by _Fil_
Redmine
april 2010 by _Fil_
Redmine is a project management web application, like Trac, built using RoR.
redmine
management
web
bugtracker
ruby
rails
april 2010 by _Fil_
Akihabara
april 2010 by _Fil_
Akihabara: a fledgling Javascript framework to do some 2D games via the HTML5 canvas element.
Awesome !
The repository is on Github.
javascript
html5
canvas
web
games
Awesome !
The repository is on Github.
april 2010 by _Fil_
Harmony - Procedural drawing tool
march 2010 by _Fil_
Wow.
Une appli javascript pour faire du dessin procédurale. Très très sympathique.
images
tools
web
drawing
Une appli javascript pour faire du dessin procédurale. Très très sympathique.
march 2010 by _Fil_
Google Public DNS
december 2009 by _Fil_
Google a annoncé aujourd'hui qu'il offrait des serveurs DNS publiques. Les avantages principaux sont rapidité et sécurité. Les adresses sont plutôt simple à retenir: 8.8.8.8 et 8.8.4.4. Peut-être que cela aura plus de succès que ceux de OpenDNS. Les instructions de configuration sont disponibles: http://code.google.com/speed/public-dns/docs/using.html
google
dns
web
december 2009 by _Fil_
Snakes on the Web
september 2009 by _Fil_
What sucks, now, about web development?
How will we fix it?
Can we fix it with Python?
python
django
wsgi
concurrency
article
web
development
How will we fix it?
Can we fix it with Python?
september 2009 by _Fil_
google-mobwrite - Google Code
january 2009 by _Fil_
MobWrite converts forms and web applications into collaborative environments. Create a simple single-user system, add one line of JavaScript, and instantly get a collaborative system.
python
web
collaborative
january 2009 by _Fil_
related tags
afw ⊕ aggregator ⊕ amazon ⊕ analytics ⊕ anlysis ⊕ api ⊕ appengine ⊕ apps ⊕ article ⊕ ascii ⊕ authentication ⊕ aws ⊕ base64 ⊕ bd ⊕ benchmark ⊕ blog ⊕ blueprint ⊕ books ⊕ bugtracker ⊕ button ⊕ c ⊕ caching ⊕ canvas ⊕ captcha ⊕ codereview ⊕ collaborative ⊕ color ⊕ compatibility ⊕ concurrency ⊕ couchdb ⊕ css ⊕ css3 ⊕ data ⊕ date ⊕ debugging ⊕ deployment ⊕ design ⊕ development ⊕ diagram ⊕ django ⊕ dns ⊕ docs ⊕ drawing ⊕ envelope ⊕ etherpad ⊕ fluid ⊕ fonts ⊕ forms ⊕ framework ⊕ free ⊕ fun ⊕ gallery ⊕ games ⊕ generator ⊕ git ⊕ google ⊕ graph ⊕ graphics ⊕ grid ⊕ gtd ⊕ gui ⊕ hosting ⊕ howto ⊕ html ⊕ html5 ⊕ http ⊕ icons ⊕ ie6 ⊕ images ⊕ interface ⊕ javascript ⊕ johnperrybarlow ⊕ jquery ⊕ library ⊕ lightbox ⊕ mail ⊕ management ⊕ maps ⊕ markup ⊕ menu ⊕ modal ⊕ nlp ⊕ nodejs ⊕ nosql ⊕ oauth ⊕ oembed ⊕ online ⊕ opa ⊕ opensource ⊕ osx ⊕ photos ⊕ photoshop ⊕ piwik ⊕ politics ⊕ presentation ⊕ provider ⊕ python ⊕ rails ⊕ ranking ⊕ redmine ⊕ reference ⊕ reminder ⊕ resources ⊕ ruby ⊕ s3 ⊕ scalability ⊕ security ⊕ server ⊕ simplate ⊕ site ⊕ social ⊕ software ⊕ spam ⊕ speed ⊕ sprite ⊕ sqlite ⊕ static ⊕ statistics ⊕ storage ⊕ task ⊕ templates ⊕ terminal ⊕ testing ⊕ theme ⊕ tiddlywiki ⊕ tips ⊕ to-check ⊕ to-read ⊕ todo ⊕ tool ⊕ toolkit ⊕ tools ⊕ tornado ⊕ tutorial ⊕ typography ⊕ ui ⊕ url ⊕ utilities ⊕ video ⊕ web ⊖ wiki ⊕ writing ⊕ wsgi ⊕ xhtml ⊕ xml ⊕Copy this bookmark: