Cineartistes.com

Cineartistes.com

Philippe Pelletier has been gathering information of people working on the cinema industry for years as a hobby. He realized that people could be interested in his work and he could share it over the internet.

The website Cineartistes.com is a database of biographies and filmographies of actors, film directors. Some of them contains a gallery of photographies and film covers. There is a section dedicated to awards (Oscars, Césars ...).

There are two points that make the project unique:
Content is parsed from a Word Document. Philippe Pelletier had thousands of already written Word documents when he asked me to create the website. What he has to do is copy & paste from Word to a textbox. The parser analyzes the text and automatically adds italic, bold and color for filmographies.

Names in biographies are automatically linkified. In order to have a smooth navigation in the site, artists names in the biographies are transformed into links. This is working retroactively and without any special markup for the content manager.

Random Posts

  • Project – WoR Guild Recruitment (0 Comments) -- December 23, 2009

    World of Raids Guild Recruitment Guild recruitment is a recurrent problem in World of Warcraft, many attempt have been made but none succedeed so far. After a brainstorming we decided that the following points were crucial. The guild recruiter has to spend less time as possible to set-up a...

  • Light & Mirror Programmation (1 Comment) -- November 10, 2009

    Prime number recognition is a very hard problem and yet no good enough solution has been found using classical algorithms. There are two ways to get around those limitations: find an algorithm with a better complexity or find a way to compute faster. The first one has already been researched by a la...

  • MySQL – Select Previous/Next Entries (0 Comments) -- October 30, 2009

    In SQL, this is a common issue to query the previous and next entries of the database. In order to achieve this, we are going to use a table that is sorted by the `id` field. To get the previous, the technique consists in sorting all the fields that are lower that the current one and taking the firs...

  • Javascript – Full Dispatch (extended form of Multimethod) (0 Comments) -- January 12, 2010

    Existing Dispatch Methods Dispatch is the process of mapping a function call to a specific function based on its arguments. Most of the time this is done at runtime through the binding phase, however it usually lacks of modularity. Dispatch by Type The first way dispatch has been implemented is...

  • Javascript – Slug (0 Comments) -- February 20, 2010

    A slug is a way to represent a title with a limited charset (only lowercase letter and dash) to be inserted in the url. Even if it is a common function there is no good enough implentation when you Google for it. Here are the features I needed: No multiple dashes. ---- is converted to - No wr...

Trackback

No comments until now

Add your comment now