_Fil_ + web   178

Opa: Advancing web development to the next generation
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
24 days ago by _Fil_
Muntjac
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
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
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
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
january 2012 by _Fil_
httpbin(1): HTTP Client Testing Service
A simple but yet effective web site to test POST requests with JSON-encoded responses.
Handy !
http  web  testing  tools  from delicious
december 2011 by _Fil_
Namechck
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
november 2011 by _Fil_
Crash Course: Design for Startups
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
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
september 2011 by _Fil_
Iris Couch
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
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
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
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
july 2011 by _Fil_
Pelican
And yet another web site static generator, in python.
python  web  framework  static  from delicious
july 2011 by _Fil_
The protocol-relative URL
Awesome ! <br />
I had no idea that you could write &lt;a href="//www.example.com/path/to/url/"&gt;blah blah&lt;/a&gt; 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
may 2011 by _Fil_
In Search Of The Perfect CAPTCHA
Le titre dit tout. Intéressante analyse sur les "captachas".
captcha  web  from delicious
may 2011 by _Fil_
Pattern
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
april 2011 by _Fil_
Spritebox - Create CSS from Sprite Images
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
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
april 2011 by _Fil_
CopyPasteCharacter.com
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
Color Explorer is another digital tool to work with palettes.
color  web  from delicious
april 2011 by _Fil_
Font comparer
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
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
march 2011 by _Fil_
Using Git to manage a web site
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
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
february 2011 by _Fil_
JS Bin - Collaborative JavaScript Debugging
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
february 2011 by _Fil_
Blogofile
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
SQLiteManager is a php web application to manage SQLite database, "à la" phpMySQLAdmin.
sqlite  web  apps  tools  from delicious
january 2011 by _Fil_
wordmark.it
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
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
december 2010 by _Fil_
Piwik - Web analytics
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 
december 2010 by _Fil_
Nudgemail
Nudgemail est un service qui vous envoie des "reminders": envoyez un mail à &lt;quelquechose&gt;@nudgemail.com et vous le recevrez dans votre inbox au moment que vous le souhaitez. Le &lt;quelquechose&gt; 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 
december 2010 by _Fil_
wilson
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 
november 2010 by _Fil_
Common Security Mistakes in Web Applications
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_
jekyll
A static web site generator done in Ruby.
web  python  framework  static  ruby 
november 2010 by _Fil_
Gridulator: Make pixel grids, lickety-split
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 
october 2010 by _Fil_
webkit2png
A command line utility to get screenshot of web pages.
As simple as webkit2png http://pmarichal.net.
python  osx  web  images 
september 2010 by _Fil_
Pictos
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
From the site: "Hyde is a static website generator powered by Python &amp; 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 
august 2010 by _Fil_
Page Objects in Python
Nice article on how to test web pages using Selenium.
python  testing  ui  web 
august 2010 by _Fil_
TypeWith.me
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
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 
august 2010 by _Fil_
25 Beautiful Image Styling Tutorials With CSS, jQuery
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
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 
june 2010 by _Fil_
0to255
Un petit site sympa qui, en se basant sur une couleur (que vous choisissez dans une liste ou que vous donnez via son code RGB, voir même aléatoire) , vous donne toutes une série de variations sur cette couleur de base.
web  tools  color 
may 2010 by _Fil_
Neptune's Pride
Web game ... worh checking.
games  free  web  online 
may 2010 by _Fil_
Redmine
Redmine is a project management web application, like Trac, built using RoR.
redmine  management  web  bugtracker  ruby  rails 
april 2010 by _Fil_
Akihabara
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 
april 2010 by _Fil_
Harmony - Procedural drawing tool
Wow.
Une appli javascript pour faire du dessin procédurale. Très très sympathique.
images  tools  web  drawing 
march 2010 by _Fil_
Google Public DNS
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
What sucks, now, about web development?
How will we fix it?
Can we fix it with Python?
python  django  wsgi  concurrency  article  web  development 
september 2009 by _Fil_
google-mobwrite - Google Code
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_
« earlier      

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:



description:


tags: