﻿<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://xopus.com/devblog.html</id>
  <title>Developer Blog - Xopus</title>
  <updated>2009-02-12T12:49:23+01:00</updated>
  <link href="http://xopus.com/devblog.feed" rel="self" />
  <link href="http://xopus.com/devblog.html" rel="alternate" />
  <author>
    <name>Xopus Support Team</name>
    <email>Support@xopus.com</email>
  </author>
  <entry>
    <title>Inside the Xopus Application Framework</title>
    <id>http://xopus.com/devblog/2009/inside-the-xopus-application-framework.html</id>
    <updated>2009-02-12T12:23:17+01:00</updated>
    <link href="http://xopus.com/devblog/2009/inside-the-xopus-application-framework.html" />
    <author>
      <name>Laurens van den Oever</name>
    </author>
    <summary>For the development of Xopus 4 we have created the Xopus Application Framework. This framework provides us a stable platform needed to build a serious application like Xopus in Javascript.</summary>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>For the development of Xopus 4 we have created the Xopus Application Framework. This framework provides us a stable platform needed to build a serious application like Xopus in Javascript.</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Highlighting the current context element</title>
    <id>http://xopus.com/devblog/2009/highlighting-the-current-context-element.html</id>
    <updated>2009-01-15T14:49:12+01:00</updated>
    <link href="http://xopus.com/devblog/2009/highlighting-the-current-context-element.html" />
    <author>
      <name>Sjoerd Visscher</name>
    </author>
    <summary>We received a request from a customer who wanted to highlight the current context element, i.e. the element where the cursor is currently in. As we already highlight elements when you hover over menu items, it took little effort to make this functionality available in the API. Here is the script that you can use:</summary>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>We received a request from a customer who wanted to highlight the current context element, i.e. the element where the cursor is currently in. As we already highlight elements when you hover over menu items, it took little effort to make this functionality available in the API. Here is the script that you can use:</p>
      </div>
    </content>
  </entry>
</feed>