PUBLIC   marks

PUBLIC MARKS with search topic

Sponsorised links

June 2009

Home - Common Tag

by parmentierf & 2 others (via)
Common Tag is an open tagging format developed to make content more connected, discoverable and engaging. Unlike free-text tags, Common Tags are references to unique, well-defined concepts, complete with metadata and their own URLs. With Common Tag, site owners can more easily create topic hubs, cross-promote their content, and enrich their pages with free data, images and widgets.

Home - Common Tag

by karlcow & 2 others

Common Tag is an open tagging format developed to make content more connected, discoverable and engaging. Unlike free-text tags, Common Tags are references to unique, well-defined concepts, complete with metadata and their own URLs. With Common Tag, site owners can more easily create topic hubs, cross-promote their content, and enrich their pages with free data, images and widgets.

May 2009

An SVG Primer

by Yann_L & 2 others
This is neither an introductory text book, nor a reference manual. Instead, it is aimed so that any of these people : * an upper division undergraduate student with a few semesters under her belt of computing coursework; * a professional web programmer; * a graphic designer with a strong technical bent; or * a science teacher who wants to build graphical presentations might be able to pick it up and then do any or all of the following: * work through it over the course of a few days, developing a basic understanding; * be able, in a week or two, to make a decent graphical front-end to a web site that demands innovative and interactive graphics; * at any time during the next year or two of work with SVG, be able to pick up the book, look up a new topic, and with little effort, find an illustration of what they'd like to know about and with a minimum of reading, to be able to make sense of the examples provided.

How To Add ClickBank HopAds to a Squidoo Lens

by cryogenius (via)
The Clickbank HopAds Module will display paying ads for digital products that match the topic of your lens. When a visitor clicks on one of these links and buys something from ClickBank, you get a share of the commission. The only thing you need is a lens and a ClickBank Affiliate ID - no other signups, no code and no experience required!

ClickBank HopAds Module for Squidoo

by cryogenius (via)
This Clickbank HopAds Module will display paying ads for digital products that match the topic of your lens. When a visitor clicks on one of these links and buys something from ClickBank, you get a share of the commission. The only thing you need is a lens and a ClickBank Affiliate ID - no other signups, no code and no experience required.

Sponsorised links

April 2009

ConceptShare

by gregg & 5 others
ConceptShare allows you to easily share designs inside Workspaces that contain designs related to a certain topic or project. It’s easy to invite people into a workspace. Invite team members, managers, clients, and consultants to add and reply to comments, chat and markup designs. People do not have to be in the workspace at the same time to contribute. Workspace members can log-in anytime to any workspace they are member. If members do happen to be in the workspace at the same time they can collaborate with real-time chat and real-time comment updates and concept updates. Paid accounts can manage multiple workspaces and premium accounts can be branded to your logo and colors.

HOWTO: Compiz on Ubuntu 8.10 Guest with VirtualBox 2.1.4 (View topic) • virtualbox.org

by yakari35 (via)
First of start off by making sure you have ubuntu installed on a virtual machine. Make sure you have enabled 3D accelaration and given it enough video memory (I put 128MB Video Memory) Then do this in the terminal: Code: Select all Expand viewCollapse view mkdir ~/.config/compiz gedit ~/.config/compiz/compiz-manager This will open up a blank text file. Put the following into the text file: Code: Select all Expand viewCollapse view SKIP_CHECKS=yes

March 2009

Twine Could Soon Surpass Delicious, Prepares Ontology Authoring Tool - ReadWriteWeb

by gregg & 2 others
Nova Spivack's semantic web company Twine is developing a free service to write and host semantic ontologies; the classification trees that enable machines to put concepts in topical context. Ready to play Aristotle and create an ontology of cheese, model airplanes, global anti-hunger organizations or any other topic?

Ned Batchelder: A Whirlwind Excursion through Python C Extensions

by karlcow

Python can be extended with extensions written in C. It's a complex topic, this will be a quick 45 minute introduction.

Turning the read-only Web of Data into a read-write Web of Data on Vimeo

by karlcow

We introduce pushback, a method that enables writing changes to non-RDF sources such as flickr, Twitter, Amazon, etc. from an RDF document.

The video explains our motivation, the architecture and the interaction between the components as well as RDForms. A demo (for Jira, a professional issue tracker system) is included in this video, where we show how to create, deploy and use an RDForm.

See esw.w3.org/topic/PushBackDataToLegacySources for further information.

Twine Could Soon Surpass Delicious, Prepares Ontology Authoring Tool - ReadWriteWeb

by sbrothier & 2 others
Nova Spivack's semantic web company Twine is developing a free service to write and host semantic ontologies; the classification trees that enable machines to put concepts in topical context. Ready to play Aristotle and create an ontology of cheese, model airplanes, global anti-hunger organizations or any other topic?

OraMore • View topic - The Minimum Requirements to Use Export and Import DataPump

by night.kame

Note: If the errors reproduce after (re-)granting the privileges, then the directory on disk may have been created after the directory object was created. In that case:

- drop the directory object in the database;

- ensure that the directory exists on the filesystem on the server where the Oracle database is installed, and that the Oracle user has access to it;

- re-create the directory object in the database;

- grant the read and write privileges on the directory object to the user(s) who connect to the database when starting the expdp / impdp job.

Devenez fou avec Oracle en une leçon.

February 2009

The Topic Topic sur Flickr : partage de photos !

by karlcow

Sketch of the RDF/OWL/SKOS technology landscape for describing topics.

Documentation for the Combine (focused) crawling system

by karlcow

The Combine system is an open, free, and highly configurable system for focused crawling of Internet resources. It aims at providing a robust and efficient tool for creating topic-specific moderate sized databases (up to a few million records). Crawling speed is around 200 URLs per minute and a complete structured record takes up an average of 25 kilobytes disk-space.

Mozilla in Asia » Blog Archive » a proposal for Data Independence And Survival Best Practices

by karlcow

Karl Dubost, who has recently left the W3C, has a proposal for Data Independence And Survival Best Practices that he is looking for feedback on. If you are interested in this topic, please take a moment to consider his proposal and provide feedback to him (not me.)

Database versus files for Images at Spindrop

by Xavier Lacot
Dave gives his feedback on a long-debated developement topic : storing files in database or on the filesystem. "I had been serving images via the database. Immediately when I switched to the filesystem I saw a huge benefit. Not just a drop in database connections, but overall “zippiness” in the site. We’ll see how well this performs in the real world, but I am quite sure that I learned my lesson." All this makes sense : files are not data, they are just files. A filesystem is designed for hosting files. A database is designed for hosting data. Don't mess things.

Opera web standards curriculum: JavaScript in town! - By Opera's Developer Relations Team

by xibe & 1 other

The JavaScript articles you will read within do not come close to being a complete treatment of the topic; rather, they are intended to provide enough information to give readers a gentle ride towards getting comfortable enough with JavaScript to work with it in confidence, write simple scripts, debug code, and build a stable base from which to work towards more complicated techniques and specialisations.

January 2009

Le Topic Pour Se Plaindre - Forums Metalorgie

by srcmax

J'ai bouffé tout seul un sandwitch au boulot ce midi. Me faisant chier je suis depuis 20 minutes sur ce site, et le pire c'est que j'y reste.

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