public marks

PUBLIC MARKS with search read-only

This month

inessential.com: One of My Mistakes

by karlcow

But I’ve long had a similar question about NetNewsWire. Back in 2002 and 2003, when NetNewsWire would read a feed, it would send the URL of NetNewsWire’s product page as the referer. That was wrong. (It’s also what other readers did, so I justified it as the then-current best practices.) It wasn’t a privacy violation — it wasn’t terribly wrong — but it was still wrong because it was misusing the referer. (The user-agent is where that info was supposed to go.)

Python Ecosystem - An Introduction » mirnazim.org

by karlcow & 2 others

This is not about teaching Python - the programming language. This tutorial will not magically transform you into a Python ninja. I am assuming that you already know the basics of Python. If you don't, then stop right now. Go read Zed Shaw's brilliant free book Learn Python The Hard Way first and then come back.

A better way to use icon fonts — yatil. Eric Eggert about web development & design.

by Spone
There are some browser and screen reader combinations that treat CSS not only as a presentational thing, but apply meaning according to the used properties. For example some won’t read a list if you use list-style: none; in your CSS. This assumes that the meaning of your HTML is overwritten by the visual style: If it doesn’t look like a dumb bullet list, it must be no list at all. I’m not sure I conclude with that assumption, but that isn’t the main point of the article here.

migurski/Changepipe - GitHub

by karlcow

Makes feed for OpenStreetMap changesets based on the per-minute replication files. — Read more http://migurski.github.com/Changepipe/

January 2012

25 Things I Learned From Opening a Bookstore

by bouilloire & 2 others
21. A surprising number of people will think you've read every book in the store and will keep pulling out volumes and asking you what this one is about. These are the people who leave without buying a book, so it's time to have some fun. Make up plots. Huhu

Small But Digital - The MidiBus

by Emaux
The MidiBus is a MIDI library for Processing. It provides a quick and simple way to access and interact with installed MIDI system resources. The MidiBus is aimed primarily at real time MIDI applications. The focus is on strong MIDI I/O capabilities and keeping frills to a minimum (e.g. currently no built in sequencer, file read/write, MIDI recording/playback).

CaptionTube: Home

by gregg & 3 others
Be seen, heard, and read With CaptionTube you can create captions for your YouTube videos. It’s easy to use and it’s free.

HTML5 Please

by emmanuelc & 7 others
HTML5 HTML5 Logo Please Use the new and shiny responsibly. Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them – with polyfills, fallbacks or as they are. tell me more When Can I Use tells you the browser support story, while Modernizr gives you the power of feature detection. HTML5 Please helps you out with recommendations for polyfills and implementation so you can decide if and how to put each of these features to use. The recommendations below represent the collective knowledge of developers who have been deep in the HTML5 trenches. We hope they serve you well. Read Divya's backstory about this site if you like.

SOPA, PIPA, Owark and long term preservation | Eric van der Vlist

by karlcow

If we can read the Odyssey today, it’s not because its original “editor” has been able to preserve it, but because “Lots of Copies Keep Stuff Safe” and enough copies had been spread to insure its transmission.

Confessions of a Publisher: “We’re in Amazon’s Sights and They’re Going to Kill Us” | PandoDaily

by karlcow

Long-term there’s no future in printed books. They’ll be like vinyl: pricey and for collectors only. 95% of people will read digitally. Everybody in publishing knows this but most are in denial about it because moving to becoming a digital company means laying off like 40% of our staffs. And the barriers to entry fall, too. We simply don’t want to think about it.

December 2011

English dictionary and WordNet dictionary

by Hasengruber
The latest English dictionary is a powerhouse of a resource tool packed with everything you need to make studying a breeze. The 70,000 entry WordNet dictionary is easy to use and features a touch-sensitive display and a sophisticated search engine. The read-back function and comprehensive definitions it supplies for every word make it an easy to navigate language resource.

Open Air Publishing

by gregg
Open Air Publishing creates original how-to books that are designed and built exclusively for the iPad. Open Air's groundbreaking digital books allow readers to touch, watch, listen and read as they master new skills and learn straight from the experts. Each publication is a beautiful, high-quality, and complete experience that combines the depth of a traditional book with stunning multimedia not possible on paper.

How design could save the W3C — an article by Ben Schwarz

by Monique

While preparing my HTML workshop, I’ve been re-reading W3C specs in far further detail than I ever would’ve imagined. The reading experience is far from delightful. Not only is the text the entire browser width in measure, but it’s dense and laborious to read. No wonder browser vendors have traditionally missed subtle details.

November 2011

Hello Hype — Micro review books, movies and music

by karlcow

Share your favourite books, movies, music and TV series. See what your friends are recommending. You'll never be stuck for something to watch, read or listen to again!

yet another one

FapZap Is Dead

by neotrix
To read concerning legal aspect of a redirection following a request for removal

A Guide To Improve Your Website's Readability Through Colors

by Monique

Colors have a huge effect on readability. This is why you need to choose them wisely so that they not only create esthetically pleasing combinations but also make it easier for users to read the text. Text is an integral part of any site and we shouldn’t punish visitors for coming to our site by using hard to read color combinations.

JSON Formatter & Validator

by srcmax
The JSON Formatter was created to help with debugging. As data expressed as JSON is often written without line breaks to save space, it became extremely difficult to actually read and make sense of it. This tool hopes to solve the problem by formatting and validating JSON data so that it is easy to read and debug by human beings.

Where is my user? Part 2, Browser Geolocation | Neogeo ramblings with a Python twist

by karlcow

But the W3C saw, or was made to see, the writing on the wall and built a set of standard APIs into HTML5 for just this case and most modern browsers have picked it up. The draft for the spec is http://dev.w3.org/geo/api/spec-source.html if you want to read it through or need further info. The API is pretty marvelously simple. This implementation changes the URL to return latitude and longitude when they are available, which we can use in our Django view. Plus, the same code works on mobile devices (at least the iOS ones I carry) with no changes.

Book Drum - Maps

by karlcow

Book Drum has assembled multimedia profiles of 150 great books. Discover more about us here. One part of each profile is an illustrated Setting. We've now brought these together in a brand new internet phenomenon: an interactive crowd-sourced literary world map. Click on a red pin to read about a book setting, or just roam the map in search of your next geographically-inspired read! If you'd like to add a book to the map, find out how to contribute to Book Drum here.

October 2011

Adactio: Journal—HTML5 For Web Designers

by karlcow

And if you like what you read and you decide you want to have a physical souvenir, you can buy the book and read it on paper.

OptiPNG Home Page

by srcmax & 3 others
OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections. If you wish to learn how PNG optimization is done, or to know about other similar tools, read the PNG-Tech article A guide to PNG optimization.

September 2011

Stories Unbound

by gregg
'Stories Unbound' is the world's first social-media platform for writing and reading stories, brought to you in conjunction with those nice peeps at Melbourne Writers Festival. Our free app lets you read, write and geotag stories. You can write stories about whatever you like, whenever youlike and wherever you like and then get them instantly published to our unique, 'Stories Unbound' Map, facebook and twitter.

Active users

karlcow
last mark : 09/02/2012 18:11

Spone
last mark : 08/02/2012 11:10

bouilloire
last mark : 31/01/2012 13:11

Emaux
last mark : 26/01/2012 21:39

gregg
last mark : 25/01/2012 17:25

emmanuelc
last mark : 25/01/2012 14:37

Hasengruber
last mark : 29/12/2011 12:41

4004
last mark : 28/12/2011 16:08

greut
last mark : 22/12/2011 21:01

François Hodierne
last mark : 08/12/2011 13:14

Monique
last mark : 06/12/2011 18:00

neotrix
last mark : 25/11/2011 13:33

srcmax
last mark : 15/11/2011 10:31