PUBLIC   marks

PUBLIC MARKS with search post-industrial

Sponsorised links

12 November 2009

How to Make a US County Thematic Map Using Free Tools | FlowingData

by karlcow

make a choropleth map. You know, the maps that color regions by some metric. … In this post, I'll show you how to make a county-specific choropleth map using only free tools.

yeah!

09 November 2009

Ian Fisher - American Soldier | The Denver Post | From Basic Training to Iraq and Back | Photos, Videos, Extras

by sbrothier & 1 other
Photographs by Denver Post photojournalist Craig F. Walker track Ian FIsher from high school graduation through basic training, assignment to Colorado's Fort Carson and a year-long deployment in Iraq.

08 November 2009

BBC - Digital Revolution Blog: Rushes Sequences - Biz Stone and Evan Williams interview - USA (Video)

by karlcow

there was a popular blogger and he also had a Twitter account and he was complaining that his cable was out, and he was I'm going to write about this cable company, Compass and how terrible they are and its going to be the number one search result in, in search engines for year to come. And they were monitoring Twitter search for any mentions of they're brand name. And they saw that within a few minutes and they replied to him on Twitter, and they said what seems to be the problem, they were going to send a van out to your house. And they had his cable fixed in like 30 minutes, so the next day the blog post was, Compass has great customer service, and it was like a, you know a complete reversal and we were like wow, they're really smart about it,

*soupir* Ce que la marque a fait est un coup médiatique pas une réponse qui est « scalable » Un compte twitter pour une marque ne va pas remplacer le service SAV (avec des centaines de personnes derrière le téléphone). La qualité du service et la réponse de la marque étaient bonnes car elles étaient un coup unique, et réalisées par une personne du service Communications de l'entreprise. Imaginons maintenant les milliers d'appels quotidiens pour une grande marque. Twitter ? Des centaines de comptes twitter ? Des centaines de gens pour y répondre. Baisse de la qualité et du service, baisse de la croyance en l'opération marketing, retour à la case départ. Qu'est-ce qui manque ? La communauté ! Un social media n'existe que si la communauté devient autonome.

Sponsorised links

05 November 2009

Ian Fisher - American Soldier | The Denver Post | From Basic Training to Iraq and Back | Photos, Videos, Extras

by gregg & 1 other
Webdoc qui suit le parcours d'un lycéen américain de son enrôlement dans l'armée à son déploiement en Irak.

04 November 2009

03 November 2009

How to Hide Certain Custom Fields From the Edit Post Page | Apartment One Six

by mozkart
The WordPress developers, fortunately, thought of this.  In fact, they store all kinds of stuff that they don’t want the user to see in custom fields – things like the last time the post was edited, who is currently editing it, and a few others.  A quick look at the database, reveals this:Notice a trend?  The mysterious custom field key values are prepended with an underscore.  Give it a try – enter a new custom field from the edit-post page, and enter a name that starts with an underscore – like _thumbnail, or _meta_keywords.  Hit “Add Custom Field”, and it disappears – but if you check the database, its right where it should be. Now get out there and start hiding things from your users!

WordPress › Post Templates « WordPress Plugins

by mozkart (via)
It happens quite often that a blogger publishes posts or static pages on a regular basis which have the same structure. Think about for example a "picture of the day" daily post. With current wordpress state, we need to spend a lot of time doing copy/paste between posts instead of actually writing content. All the instructions for installation, the support forums, etc. can be found on the plugin home page. IMPORTANT: LICENSE CHANGE Since version 4.0.0, the plugin has become a commercial plugin. It can be ordered (for cheap) on the plugin home page. Version 3.4.x will remain available for download for free on the WordPress plugin repository. No further development will be made on this version.

WordPress › More Fields « WordPress Plugins

by mozkart & 1 other (via)
More Fields is a WordPress plugin that adds boxes to the Write/Edit page. These boxes contains input fields, so that additional (more) fields can be added to a post. For example, if you write about books, you can add a box where you can enter title and author, etc. The boxes can be placed either to the right or to the left on the Write/Edit page. In addition, the new version of More Fields enables you to define post types, which are custom Write/Edit pages that contains a pre-defined set of boxes. For example, you write about books and you write about your holidays, then you can define a post type 'Book' and a post type 'Holiday' each containing the input boxes relevant to each type of text. You can also set pre-defined categories, tags and templates for each post type.

30 October 2009

Denis Frajerman sur MySpace Music - Ecoute gratuite de MP3, Photos et clips vidéos

by Neewok

Le compositeur Denis Frajerman est membre du groupe expérimental Palo Alto, du duo Polonium 84, du quartet DAM, du Frâjerman String Quartet et producteur du groupe de nightmare-pop ukrainien The Blizzard Sow. Il avoue une passion post-exotique pour les insectes en particulier et la faune en général dont l’enregistrement constitue la base de ses bandes magnétiques.

29 October 2009

26 October 2009

Post Produktion

by flashgames
Post-production is part of the filmmaking process. It occurs in the making of motion pictures, etc.

25 October 2009

CSS Tools: Reset CSS

by mozkart & 1 other (via)
The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. The general reasoning behind this was discussed in a May 2007 post, if you're interested. Reset styles quite often appear in CSS frameworks, and the original "meyerweb reset" found its way into Blueprint, among others. The reset styles given here are intentionally very generic. There isn't any default color or background set for the body element, for example. I don't particularly recommend that you just use this in its unaltered state in your own projects. It should be tweaked, edited, extended, and otherwise tuned to match your specific reset baseline. Fill in your preferred colors for the page, links, and so on. In other words, this is a starting point, not a self-contained black box of no-touchiness.

20 October 2009

Charles Apple » Blog Archive » First look: Redesign of the Washington Post

by sbrothier
Long the epitome of understated class, the Post became just a little bit more classy overnight. It’s not a major redesign, but then again, we didn’t expect one. When this thing was announced back in February, it was referred to as a “tweak.” And a tweak is that the Post got. And it’s a good thing, too — the Post didn’t need a major overhaul.

Photojournalist Danfung Dennis: How I cover the Afghanistan war with the 5DmkII « DSLR News Shooter

by sbrothier
Danfung has been producing incredible work from Afghanistan where he works as an embedded photojournalist. His filming is both editorially and visually compelling – especially given the extreme conditions under which he works. He is currently working on his own documentary, “Battle for Hearts and Minds”, as well as having his footage featured on PBS Frontline. This is his first post about his technique for www.dslrnewsshooter.com

18 October 2009

johnpaulett.com / Getting RESTful with web.py

by karlcow

Django may be the Python web framework getting all the press recently, but web.py is definitely a nice, simple framework. One of the nice aspects of web.py is that it exposes methods for the basic HTTP methods (GET, POST, PUT, DELETE, etc.) and uses these methods to process each request from the client. This approach makes it amazingly easy to write a RESTful API.

Data Visualization: A Primer and Practical Application | eyecube

by karlcow

Good Data Viz can illuminate and educate, inspire and entertain. I also understand that this is an area when I am a student and am happy to turn it over to the pros. So, with this post I want to share some of the smartest stuff I’ve seen, as well as provide you with some original commentary from Patricia McDonald, Planning Director at BBH Labs.

15 October 2009

Plumber Jack: Python Logging 101

by karlcow

Basic logging of errors to text files and system logs is an old technique, but not very flexible. In this post, I introduce a logging system for the Python programming language. This system, while it borrows ideas from other systems, is not a port of anything but an independent implementation for use by Python developers.The logging package has been part of Python since Python 2.3 (released in 2002).

My first application server « ActiveState Code

by karlcow

ScriptServer is a minimalist application server, handling both GET and POST requests, including multipart/form-data for file uploads, HTTP redirections, and with an in-memory session management. It can run Python scripts and template files using the standard string substitution format

13 October 2009

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links