PUBLIC   marks

PUBLIC MARKS with search event

Sponsorised links

This month

December 2009

Cool Websites, Web Applications, and Mobile Tools

by cascamorto & 1 other
Cool Web Apps * Art 42 * Blog Tools 77 * Bookmarking 76 * Browser / Browsing 96 * Buy / Sell 166 * Chat / VoIP 66 * CMS 4 * Collaboration 109 * Contacts 16 * Converters 100 * Crowd Wisdom 41 * Directories 41 * Discussions 16 * eMail 133 * Event Planners 58 * Feeds 70 * Finance 55 * Food 33 * for Businesses 109 * Freebies 47 * Fun 132 * Gadgets / Electronics 33 * Gaming 30 * Health/Sports 78 * Housing 38 * HowTo / Q&A 47 * Identity / Profile 55 * Jobs 14 * Kids / Family 65 * Maps / Directories 90 * Marketing 17 * Mashups 53 * Music 195 * News 39 * Other 255 * P2P / Torrents 38 * Philanthropy 10 * Photos / Images 278 * Podcasts / Vlogs 21 * Popular 12 * Reference 109 * Review Sites 42 * Search Engines 171 * Security/ Privacy 125 * Socialize 45 * Software Sources 27 * Startpages 31 * Stats / Trends 74 * Storage / Sharing 110 * Students / College 224 * ToDo / Calendars 104 * Travel 105 * Useless 3 * web Office 99 * web OS 4 * web TV 50 * web Video 168 * Webdesign 152 * Webmasters 177 * Widgets / Desktop 28 * Wiki 31 Mobile Tools and Apps * Ask Questions 5 * Buy / Sell 24 * Carrier Related 7 * Conference 6 * Contacts Manager 14 * Directory Services 17 * Documents 9 * eMail 11 * Event Planner 12 * FeedReader 8 * Finance 7 * Fun 9 * Games 8 * GPS 8 * iPod / iPhone 68 * Media Sharing 23 * Memo / Reminder 29 * Mobile Browsing 13 * Music 20 * Networking 17 * News 6 * Other 27 * Podcasts 6 * Privacy / Safety 8 * Reference 10 * Search Engines 9 * Startpage 5 * Text-Messages 35 * ToDo / Calendars 12 * Video 11 * Voicemail 12 * VoIP-Calling / Chat 17 * Wallpapers / Ringtones 29 * WiFi 3

Home - UXcamp Europe 2010 @ mixxt

by julie

UXcamp Europe will be taking place in Berlin on the 29th and 30th May 2010.

Taking the lead from the hugely successful UXcamp Berlin 2009, we have decided to extend our borders and create an international event. The focus of the event will be:

Information Architecture

Interaction Design

Usability Engineering

Visual Design

Prototype Engineering

Zero Geography: Mapping the Geographies of Wikipedia Content

by karlcow

The following maps represent the first stage of a project I am embarking on to map out some of the spatial contours of Wikipedia. Data were obtained from the August 2009 Wikipedia geodata dump organised by user Kolossos. The information was then ported over to a GIS. There are almost half a million geotagged Wikipedia articles (i.e. Wikipedia articles about a place or an event that occurred in a distinct place), so the preparation time alone for the files needed to create these maps was almost a week.

Sponsorised links

November 2009

Fiddler Web Debugger - A free web debugging tool

by ycc2106
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and "fiddle" with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language. Fiddler is freeware and can debug traffic from virtually any application, including Internet Explorer, Mozilla Firefox, Opera, and thousands more.

floatingsheep: Mapping Wikipedia

by karlcow

The following maps are the first of a series that will be made in order to map out the distinct geographies of Wikipedia. Many Wikipedia articles (about half a million) are either about a place or an event that occurred within a place, and most of these geographic articles handily contain a set of coordinates that can be imported into mapping software.

Last Night of the Proms 2010

by lifelovestar
Last Night of the Proms always fasinates me and this is something I'm going to do for my Top20 to do before I'm 30. To dress and be part of this big event is exciting...

How to convert raw cr2 pictures with linux, and merge pictures by date and Exif data with jhead

by ghis (via)
"I recently went to an event with a coworker who took pictures with an SLR Canon Camera that took cr2 raw pictures. My goal was to convert them to jpeg, and integrate them with my own pictures (merging/interleaving them by date using the picture data inside cr2 and Exif for my jpegs)"

Zcapes - Home

by ycc2106
example:A Zcape is a page someone built for an event or an object. Lets say it's the Zcape for people watching America's Next Top Model in the Netherlands . On this Zcape you wil find that people are posting their messages about what they think about the program. Also there is a filter on what people are saying on Twitter about the program. And there is a voting box about which model will leave in the next show. Thats it.

RemoteOperations 3D Software Helps H1N1-Affected Businesses

by danijelzi (via)
Forterra Systems today announced the availability of RemoteOperations 3D Internet collaboration solution, helping organizations to continue normal operations in the event they are directly affected by the H1N1 flu outbreak.

October 2009

Software is hard | Eventbug (alpha) Released

by srcmax

This extension brings a new Events panel that lists all of the event handlers on the page grouped by event type. The panel also nicely integrates with other Firebug panels and allows to quickly find out, which HTML element is associated with specific event listener or see the Javascript source code.

Creating Offline Web Applicat...

by oseres
Creating Offline Web Applications With Dojo Offline by Brad Neuberg (SitePen), September 23rd, 2007 This tutorial steps you through creating offline web applications using Dojo Offline. What is Dojo Offline? Dojo Offline is an open-source toolkit that makes it easy to create sophisticated, offline web applications. It sits on top of Google Gears, a plugin from Google that helps extend web browsers with new functionality. Dojo Offline makes working with Google Gears easier; extends it with important functionality; creates a higher-level API than Google Gears provides; and exposes developer productivity features. In particular, Dojo Offline provides the following functionality: An offline widget that you can easily embed in your web page with just a few lines of code, automatically providing the user with network feedback, sync messages, offline instructions, and more A sync framework to help you store actions done while offline and sync them with a server once back on the network Automatic network and application-availability detection to determine when your application is on- or off-line so that you can take appropriate action A slurp() method that automatically scans the page and figures out all the resources that you need offline, including images, stylesheets, scripts, etc.; this is much easier than having to manually maintain which resources should be available offline, especially during development. Dojo Storage, an easy to use hashtable abstraction for storing offline data for when you don't need the heaviness of Google Gear's SQL abstraction; under the covers Dojo Storage saves its data into Google Gears Dojo SQL, an easy to use SQL layer that executes SQL statements and returns them as ordinary JavaScript objects New ENCRYPT() and DECRYPT() SQL keywords that you can mix in when using Dojo SQL, to get transparent cryptography for columns of data. Cryptography is done on a Google Worker Pool thread, so that the browser UI is responsive. Integration with the rest of Dojo, such as the Dojo Event system

Chris O'Shea

by oqdbpo & 1 other
Chris O'Shea is an artist and designer based in London. He is the author of Pixelsumo and co-founder of the event series This happened.

Typophile Film Festival 5 Opening Titles | The FontFeed

by sbrothier (via)
The 5th Typophile Film Festival premiered one month ago at Design à Trois, a three night event exploring rock poster design, book cover design, and type design, organised by Portland

Welcome! » Tagalus

by ycc2106 & 1 other
Tagal.us lets you set a hashtag definition via Twitter. users can vote on definitions and decide which best describes a particular hashtag. Tagalus (@tagalus) lets you use Twitter to get and set definitions. There are currently two commands that @tagalus understands: * Define: You can ask Tagalus to define a term for you. Example: @tagalus_user: @tagalus define ip4 @tagalus: @tagalus_user ip4 = Ignite Portland 4 - a "hipster event" according to KGW * Define ____ as: You can also set definitions using Twitter. Example: @tagalus_user: @tagalus define mynewtag as a new tag that describes everything about me @tagalus: @tagalus_user http://tagal.us/tag/mynewtag

twebevent

by ycc2106
* Go directly to an event through a custom event URL * Use your existing Twitter account to chat with other attendees during the event * List events that match your keyword interests (coming soon in august) * Find events that match your keywords interests (coming soon) * Link twebevent reminders to your own calendar (coming soon)

September 2009

Surfin’ Safari - Blog Archive » WebKit Page Cache II – The unload Event

by karlcow

In this article I’d like to talk more about unload event handlers, why they prevent pages from going into the Page Cache, and what can be done to make things better.

EventCalendar for Wordpress | Get EventCalendar for Wordpress at SourceForge.net

by mozkart (via)
Event Calendar plugin for Wordpress.Use Wordpress to manage future events as an online calendar. Display upcoming events in a dynamic calendar, on a listings page, or as a list in the sidebar. You can subscribe to the calendar from iCal or Sunbird.

JavaZone 2009, Qi4j and the NoSQL movement

by night.kame

If you have an EventSourcing architecture, based on Qi4j, this cost should be minimal, but if you want to DIY then it might be a quite considerable. An important point that Trond makes is that this model makes it much easier to have a domain model which you can evolve without disturbing other clients, as they will NOT be integrating with the application store as such, but will instead be working with the event stream.

Le mouvement NoSQL aka je reviens 30 ans en arrière et je remets tout dans un gros bloc clef-valeur est bien mignon, mais c'est bien tant qu'on reste chez soi et qu'on fait tout tout seul. Sinon on se retrouve à multiplier les interfaces et des routines d'import-export.

Tennessee Valley Old Time Fiddler's Convention

by access2
The Tennessee Valley Old Time Fiddler's Convention is held at Athens State University in Athens, Alabama on the first full weekend in October. Contestants compete for prize money in 15 categories, including several fiddle categories, guitar, harmonica, mandolin, old-time singing, banjo, old-time string band, blugrass band, and buck dancing. Proceeds from the event support various Athens State student organizations and a scholarship fund.

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