Blog Our thoughts and ideas

National Journal relaunch goes live with DevMotion’s help

Posted on by Bashar

DevMotion has been quite busy those three last months helping NationalJournal, an Atlantic Media Company publication, switch to a new Content Management System, that will support their new business needs. Along with that a complete re-design of their website has been performed.

The National Journal Group has changed their online strategy: their three main publications are now integrated in a single website; more free content will be available, mainly breaking news and analysis, while deeper policy analysis will stay behind the paywall. A brand new mobile website is also part of that new offer, along with an iPad application which is still in development but expected soon.

DevMotion helped NJG integrate and customize Nstein’s WCM, and developped some specialized and key features to support their new needs (to name a few):

  • a paywall system, over which sits an interface layer for the iPad and Iphone applications;
  • a semantic faceted search module leveraging extracted linguistic meta data;
  • an import module to ingest on-going feeds (NewsML);
  • an export module to export / syndicate content to partners;
  • a user tracking mechanism.

You can see the result of all the hard work from everybody involved in the project at www.nationaljournal.com.

Magento: custom options with store-specific title

Posted on by Manuel

While working on a Magento project, I was trying to do something that seemed trivial at first, but sadly I found absolutely no documentation about it over the Internet.

First part of the problem was documented: I needed to create custom options on a product, and I’ve been able to find a couple of examples. Second part was tricky: I needed to specify a different title for each store the product was related to. For this part, I found almost nothing useful.

Using Annotations with PHP

Posted on by admin

A while ago, a RFC (Request For Comment) was created by Guilherme Blanco. He proposed extending PHP to support annotations. Annotations are available in different language such as Java, it allows adding metadata to classes, methods, variables, etc.