PUBLIC   marks

PUBLIC MARKS with search shows

Sponsorised links

This month

Tennis Instruction

by norequest
Watch this FREE tennis instructional video, that shows how YOU can start hitting FAST serves (without taking expensive tennis lessons)! Whether you're just learning how to play tennis, want to learn how to serve in tennis, or just want some rock-solid, tennis tips, Coach Kyril has got you covered. Plus, get a FREE tennis DVD to boot!

Pacman shows RP ‘small but mighty’

by alamat (via)
The Filipino ring icon, generally regarded as the world’s pound-for-pound champion, graces the cover of Time Magazine Asia edition—where he is featured in a five-page story—that will hit the US and global magazine stands this weekend.

Voilà, CityMurmur! (please read with French “R”) | DensityDesign | Communication Design & Complexity

by karlcow

Theme of the symposium was “la ville cartographiée” (the city map), and to give our contribute to the discussion, we were warmly welcome to the ‘Cité des sciences et de l’industrie‘; built in the 19th arrondissement, just beside Parc de la Villette, ‘La Cité des Sciences et de l’Industrie’ is one of the world’s largest and most visited science museums, and looks as an impressive modern site which offers a wide variety of exhibitions and shows.

Sponsorised links

October 2009

High Performance Web Sites :: @font-face and performance

by greut & 2 others

A quick survey shows that seven of the Alexa U.S. top ten web sites have a SCRIPT tag above their stylesheets or STYLE blocks: AOL, Facebook, Google, Bing, MSN, MySpace, and Yahoo!. These web sites don’t currently use @font-face, but if they did, they would experience the IE blocked rendering problem. This raises the concern that other web sites that are early adopters of @font-face have a SCRIPT tag above @font-face and their IE users run the risk of experiencing blocked rendering.

Free Old Time Radio Shows | Free Old Time Radio Downloads In MP3 | 30's, 40's, 50's

by garret
"We are happy to be able to offer hundreds of old time radio shows for free download. Once you download these free OTR shows you can then listen to them on your computer or copy them to a cd so you can listen anywhere! We started this website out of a love for classic radio shows from the 30's, 40's and 50's. By offering free OTR downloads we can keep the innocent spirit of the golden age of radio alive in the new millennium! Some of our favorite old time radio shows include The Shadow, Amos & Andy, Fibber McGee & Molly, Sherlock Holmes and so many more! All the old radio shows on this site are in MP3 format so you should have no trouble downloading and listening to them. We love to hear from other OTR fans so please send us email and let us know you think of the site, what your favorite old time radio show is, or just to say hi! Thanks for stopping by and Happy Listening!"

RadioLovers.com | Listen Free to Old Time Radio Shows | 30's, 40's, 50's

by garret & 7 others
We offer hundreds of vintage radio shows for you to listen to online in mp3 format, all for free. Before the days of video games, shopping malls, MTV, and the Internet, families used to sit in their living room each night to listen to radio shows such as Superman, Groucho Marx, The Avenger, Gunsmoke, Sherlock Homes, and many others. When TV become popular in the 1950's, most of these shows went off the air, but they now live on at websites such as this one and on weekly nostalgia radio broadcasts worldwide.

September 2009

Zend_Amf with full Zend Framework | Space of Flex/AIR technologies

by srcmax
There are many examples on the web how to use Zend_Amf as a standalone component but couldn’t find one that actually shows how you can run it with the rest of the Zend Framework. Main benefit of running it in a way I will demonstrate in this post is that requests to AMF service classes are automatically bootstrapped with configuration, database initialization and other Zend components.

kaourantin.net: What does GPU acceleration mean?

by RETFU
left shows it running using the new gpu mode, right using the normal mode. This a video which is 320x240 pixels large showing red text and as you notice the gpu mode arguably looks better as the hardware does UV bl

Prefixes, not that complicated. | Garbage Collection

by karlcow

We were able to come up with rules that make using prefixes in almost any context simpler. Note, these are for the most part AUTHORING guidelines, not requirements when reading:

1. Reusing the same prefix in the same document with different meanings is horribly confusing (”If you did that, I’d break your figures.”). Possible to figure out, but not really desirable. Seems like a reasonable place for a warning.

2. Defining all the prefixes in one place makes it simpler to keep track of them. But understood when it would be simpler to define a new prefix for a section of content.

3. “Couldn’t you have a simple tool that just shows you what prefixes are defined at any point in the document?” How such a tool has failed to exist in the XML world… may write this.

Cocoa with Love: WhereIsMyMac, a Snow Leopard CoreLocation project

by karlcow

In Snow Leopard, you can ask for the computer's location. Without a GPS, how accurate could that be? The answer in my case is: very accurate. In this post, I'll show you how to write a CoreLocation app for the Mac that shows the current location in Google Maps, so you can see exactly where your computer thinks it is.

Fleshmap: Listen: Music

by karlcow

What do we sing about, when we sing about the body? The chart below, based on a sample of thousands songs, tells the story. The size of a circle corresponds to how often that part is mentioned in each genre. Click on a genre name to see a close-up that shows exactly what words were used.

FireCrystal :: Add-ons for Firefox

by dzc
A Visual Firefox Debugger - FireCrystal allows users to record their actions on a web page and shows them the relevant code (HTML, Javascript, and CSS)

August 2009

AIR-Box for Phpbb 3.0 - Unframe

by mozkart (via)
It nicely resolves the known problem of large posted images breaking your layout resizing them to perfectly fit and shows in a lightbox. It is based on a small script (airbox.js) that also include Slimbox code. (by C. Beyls). It uses [img] bbcode, or a custom [slideshow] bbcode to create slideshows with titled images. A [signature-img] custom bbcode was added in latest release for posting images in signature without lightbox effect. It could be used in combination with [url] for linkink images. It doesn't touch all other images like banner images, etc.. as well signature images. Now attachments images also are resized and show in a lightbox. Users can also post their Flickr images in a nice flash slideshow.

Up-conversion using XSLT 2.0

by karlcow

The paper shows case study of a multi-phase transformation taking data from a legacy ASCII-based interchange format, to XML based on a standardized vocabulary. The transformations illustrate the power of new features including regular expression handling, grouping, recursive functions, and schema-aware processing.

Autopager - Create new ap rule for page without "next" in links - teesoft, make software to a tee

by decembre
This works on AutoPager 0.5.1.4 or newer version. This is the recording of the steps to create the rule for http://www.pspad.com/en/pspad-extensions.php. This demo shows how to create AutoPager rules for the pages which don't have "Next" in links. They only have a navbar includes all the page numbers like this: Page: [1], 2, 3, 4. The final link xpath get in this tutorial is: //div[@id='obspoz']/p/text()[contains(.,'[')]/following-sibling::a[1] Steps explains: //div[@id='obspoz']/p :select the navbar. //div[@id='obspoz']/p/text() : select the texts in the navbar since current page number does not have a node //div[@id='obspoz']/p/text()[contains(.,'[')] : select the text for the current page number. It will be easier if the current page number has a node, for example if it's a span with class='current': //div[@id='obspoz']/p/span[@class='current']. //div[@id='obspoz']/p/text()[contains(.,'[')]/following-sibling::a[1] : select the first link after the current page number text.

Oshima: A World of Their Own (Chasing Shadows, Take Four of Four)

by karlcow

Diary of a Shinjuko Thief, which equates artists with thieves (each appropriators) tells us that filmmaking, in its ways, undermines a tyrannical order of reality: the filmmaker claims reality for himself, a private reconfiguration and perversion, distortion of it, and shows it from a single perspective as good as any other.

How to sew your own laptop sleeve - Ars Technica

by karlcow

How to sew your own laptop sleeve

What's better than making something practical for your laptop while exercising your creative skills at the same time? In this tutorial, Ars shows how to make your own laptop (or camera, or phone) sleeve, step by step.

dejalicious ++ for Greasemonkey

by decembre
Shows del.icio.us icon in bottom right of window, with a link allowing you to bookmark the current page. Displays "Tagged" message if page is already bookmarked.

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