<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Khrona</title>
	<atom:link href="http://www.khrona.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khrona.com</link>
	<description>Software Company</description>
	<lastBuildDate>Mon, 14 Jun 2010 19:12:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Need help with Awesomium? Check out our new Support Site!</title>
		<link>http://www.khrona.com/2010/06/14/need-help-with-awesomium-check-out-our-new-support-site/</link>
		<comments>http://www.khrona.com/2010/06/14/need-help-with-awesomium-check-out-our-new-support-site/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 19:12:47 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[awesomium support discussion]]></category>
		<category><![CDATA[forum]]></category>

		<guid isPermaLink="false">http://www.khrona.com/?p=463</guid>
		<description><![CDATA[Check out our new support site for Awesomium! There you'll find helpful articles and guides to using Awesomium as well as a new discussion board for support requests. [...]]]></description>
			<content:encoded><![CDATA[<p>Check out our new support site for Awesomium at <a href="http://support.awesomium.com">http://support.awesomium.com</a>!  </p>
<p>There you&#8217;ll find helpful articles and guides to using Awesomium as well as a new discussion board for support requests.</p>
<p>The current <a href="http://khrona.com/forum/viewforum.php?f=6">Awesomium support forum</a> is being phased out in favor of the <a href="http://support.awesomium.com/discussions">new discussion board</a> at our support site. The new board has a couple of really neat features:</p>
<ul style="padding-top: 5px; list-style-position: outside; padding-left: 2em;">
<li>Our support staff can tag certain discussions (i.e., support requests) with development-task tickets so that you can track the progress of your issue, bug, or feature request.</li>
<li>If you&#8217;ve got a sensitive issue, you can make your discussion private so that only our support staff will see.</li>
<li>You can be notified by email of any updates to your discussion.</li>
<li>You can login with your Khrona Customer Account or OpenID (login is only required for posting private discussions)</li>
</ul>
<p>Questions posed in the existing <a href="http://khrona.com/forum/viewforum.php?f=6">Awesomium support forum</a> will continue to be responded to for the next month only, at the end of which the forum will be locked for archival purposes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khrona.com/2010/06/14/need-help-with-awesomium-check-out-our-new-support-site/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Build, Awesomium v1.6 Beta B</title>
		<link>http://www.khrona.com/2010/06/11/new-build-awesomium-v1-6-beta-b/</link>
		<comments>http://www.khrona.com/2010/06/11/new-build-awesomium-v1-6-beta-b/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 03:18:06 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[awesomium]]></category>
		<category><![CDATA[awesomium v1.6]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[software release]]></category>

		<guid isPermaLink="false">http://www.khrona.com/?p=447</guid>
		<description><![CDATA[New experimental build "Awesomium, v1.6 Beta B" has just been released! Download the SDK now for Windows and Mac OSX [...]]]></description>
			<content:encoded><![CDATA[<p>New experimental build &#8220;Awesomium, v1.6 Beta <strong>B</strong>&#8221; has just been released! Download the SDK now for Windows and Mac OSX <a href="http://www.khrona.com/products/awesomium/download/">here</a>.</p>
<p>A couple of things have changed since <a href="http://www.khrona.com/2010/05/22/awesomium-v1-6-beta-out-now/">v1.6 Beta</a>:</p>
<h4 style="font-weight: bold;">Fixed:</h4>
<ul style="padding-top: 0">
<li>Resizing of WebViews now works properly (see WebView::resize)</li>
<li>WebViews no longer crash upon destruction (see WebView::destroy)</li>
</ul>
<h4 style="font-weight: bold;">Added:</h4>
<ul style="padding-top: 0">
<li>Cursor change notifications are now cross-platform and work properly.</li>
</ul>
<h4 style="font-weight: bold;">API Changes:</h4>
<ul style="padding-top: 0">
<li>added CursorType enum to WebViewListener.h</li>
<li>modified WebViewListener::onChangeCursor with new, cross-platform cursor change notification</li>
<li>removed WebView::getContentAsText</li>
<li>removed WebView::deselectAll</li>
</ul>
<h4 style="font-weight: bold;">Known Limitations/Bugs:</h4>
<ul style="padding-top: 0">
<li>Transparency doesn&#8217;t work correctly yet on Windows</li>
<li>Drop-down lists don&#8217;t work correctly yet on Mac OSX</li>
<li>WebView::getDirtyRect doesn&#8217;t return correct values after scrolling</li>
<li>WebView::executeJavascriptWithResult still needs further implementation</li>
<li>WebCore::setCustomResponsePage still needs further implementation</li>
<li>The CBundle.framework fails to be found on Mac OSX when a non-NSBundle-based application is run inside the XCode IDE</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.khrona.com/2010/06/11/new-build-awesomium-v1-6-beta-b/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Awesomium v1.6 Beta, Out Now</title>
		<link>http://www.khrona.com/2010/05/22/awesomium-v1-6-beta-out-now/</link>
		<comments>http://www.khrona.com/2010/05/22/awesomium-v1-6-beta-out-now/#comments</comments>
		<pubDate>Sat, 22 May 2010 23:43:18 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[awesomium]]></category>
		<category><![CDATA[awesomium v1.6]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.khrona.com/?p=417</guid>
		<description><![CDATA[A new experimental build of Awesomium v1.6 for Windows is now available for download! Here's a summary of changes since v1.6 Alpha: [...]]]></description>
			<content:encoded><![CDATA[<p>A new experimental build of Awesomium v1.6 for Windows is <a href="http://www.khrona.com/products/awesomium/download/#experimental">now available for download</a>! Here&#8217;s a summary of changes since v1.6 Alpha:</p>
<dl>
<dt>User Data Paths</dt>
<dd>Previously, cookies and cache would be stored using the &#8220;Local Settings&#8221; directory of the current Windows User Account, regardless of any user-specified paths&#8212; this has been fixed. Additionally, the cookies and cache paths have now been consolidated into a single &#8220;user data&#8221; path (see the WebCore constructor).</dd>
<dt>Drop-down Lists</dt>
<dd>Drop-down Lists (e.g., the &#8220;select&#8221; element in HTML) now work as expected on the Windows platform. This feature still needs some work on the Mac OSX platform.</dd>
<dt>Opening of External Links</dt>
<dd>The behavior of external links (e.g., links that would usually open in a new tab/window, usually due to target=&#8221;_blank&#8221; attribute, a GetURL call in Flash, or a window.open call in Javascript) has changed. These links are no longer opened automatically; if you wish to handle these, you will need to register a WebViewListener subclass and override the &#8220;onOpenExternalLink&#8221; method.</dd>
<dt>Additional Plugin Search Paths</dt>
<dd>The plugin search path (see the WebCore constructor) now works as expected&#8211; you may use this path to specify an additional directory to load plugins from (useful for bundling Flash).</dd>
<dt>Log Level and Log Path</dt>
<dd>The log verbosity and log path settings (see the WebCore constructor) now work as expected.</dd>
<dt>Keyboard Focus Change Notifications</dt>
<dd>Keyboard focus change notifications (see WebViewListener::onChangeKeyboardFocus) now work as expected.</dd>
<dt>Various Stability Improvements</dt>
<dd>
<ul style="padding-top: 0">
<li>Fixed freeze during drag-drop and selecting text.</li>
<li>Fixed crash on pages that trigger loading of the default plugin (eg, GMail, Google Docs, etc.).</li>
<li>Fixed crashes related to user-data paths (saving of cookies/cache in unwritable directories, etc.).</li>
<li>Made it so a crashed WebView does not return true upon WebView::isDirty.</li>
</ul>
</dl>
<h4 style="font-weight: bold;">Summary of Changes to the API:</h4>
<dl>
<dt>Class: WebCore</dt>
<dd>
In WebCore constructor: cachePath and cookiePath parameters have now been consolidated into a single userDataPath parameter.
</dd>
<dt>Class: WebView</dt>
<dd>
Removed WebView::setOpensExternalLinksInCallingFrame
</dd>
<dt>Class: WebViewListener</dt>
<dd>Removed WebViewListener::onCreateWindow</dd>
<dt>Other</dt>
<dd>Made it so KeyboardCodes.h is included when WebCore.h is included.</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://www.khrona.com/2010/05/22/awesomium-v1-6-beta-out-now/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>New Experimental Build, Awesomium v1.6 Alpha</title>
		<link>http://www.khrona.com/2010/04/08/new-experimental-build-awesomium-v1-6-alpha/</link>
		<comments>http://www.khrona.com/2010/04/08/new-experimental-build-awesomium-v1-6-alpha/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 16:45:57 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[awesomium]]></category>
		<category><![CDATA[awesomium v1.6]]></category>
		<category><![CDATA[awesomium v1.6 alpha]]></category>
		<category><![CDATA[experimental build]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[software release]]></category>
		<category><![CDATA[XCode]]></category>

		<guid isPermaLink="false">http://www.khrona.com/?p=404</guid>
		<description><![CDATA[There's a hot new build of Awesomium coming down the pipe! Version 1.6 is essentially a major rewrite of Awesomium that takes advantage of Chrome's process-isolation architecture in a big way: both WebViews and Plugins are now isolated within their own process. What this basically translates to is better stability, improved security, better plugin support, and faster performance on multicore systems. [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a hot new build of Awesomium coming down the pipe!</p>
<p>Version 1.6 is essentially a major rewrite of Awesomium (roughly 80% of the codebase has been scrapped and redone) that takes advantage of Chrome&#8217;s process-isolation architecture in a big way: both WebViews and Plugins are now isolated within their own process. What this basically translates to is better stability (crashes are isolated within each WebView/Plugin), improved security (scripts are run in an outside process), better plugin support (Flash is now 100% on both Windows and Mac OSX builds), and faster performance on multicore systems (multiple WebViews scale across multiple cores).</p>
<p>What&#8217;s more, Awesomium has been upgraded to the very latest builds of Chromium and WebKit which brings additional gains in performance, compatibility (especially with the bleeding edge of CSS3 and HTML5), and stability.</p>
<p><a href="http://www.khrona.com/wp-content/uploads/2010/04/webflow_1.6_screen.jpg"><img src="http://www.khrona.com/wp-content/uploads/2010/04/webflow_1.6_screen-300x187.jpg" alt="" title="Awesomium v1.6 - WebFlow Demo" width="300" height="187" class="aligncenter size-medium wp-image-409" /></a></p>
<p>While most of the internals have been revamped, the API has only gone through a few minor changes&#8211; the biggest difference you will notice is that the function signature for WebView::render has changed and also there are some new member functions for WebViewListener. Please see &#8220;examples/HelloAwesomium&#8221; for an example of using the new API in a basic application.</p>
<p>There are quite a few extra resources that you&#8217;ll need to bundle with your executable (pretty much everything within the bin/debug and bin/release directories, respectively). Also, the size of the final binary has increased significantly due to all the added dependencies (though, work is still being done on eliminating a few redundant components). Expect another reduced-size build of the ICU DLL for the final release of Awesomium v1.6 for users who only need support for UTF-8 and Western-encoded web pages.</p>
<p>If you&#8217;re feeling ambitious, an experimental &#8220;Alpha&#8221; build of Awesomium v1.6 is <a href="http://www.khrona.com/products/awesomium/download/">available for download here</a>. Please feel free to test the new build and let us know any and all issues you might have in the <a href="http://khrona.com/forum/viewforum.php?f=6">Awesomium Support Forum</a>.</p>
<p>Please note that while the major functionality of the alpha build is finished, it is still not totally feature-complete at this time&#8211; the biggest parts still in progress are opening of external windows (eg, via target=&#8221;_blank&#8221; or via GetURL in a Flash plugin) and asynchronous retrieval of JSValues via WebView::executeJavascriptWithResult.</p>
<p>Also of note, be aware that the Debug builds of Awesomium link against the Debug build of WebKit which implies the debugger is very likely to halt upon encountering instances of malformed HTML/Javascript&#8211; this is normal behavior. Also, if you&#8217;re using XCode, you should be aware that Flash 10 on Mac OSX makes calls to &#8220;Debugger()&#8221; and so it is helpful to disable &#8220;Stop on Debugger()/DebugStr()&#8221; when debugging your application.</p>
<p>** Update: Somebody just alerted me to a compatibility issue with Windows XP with the Alpha build (loading of dwmapi.dll), I&#8217;m working on it and will post an updated build later.</p>
<p>** Update 2: An updated build &#8220;Awesomium v1.6 Alpha B&#8221; <a href="http://www.khrona.com/products/awesomium/download/">has been posted</a> with a fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khrona.com/2010/04/08/new-experimental-build-awesomium-v1-6-alpha/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Overhauled: Commercial Licensing for Awesomium</title>
		<link>http://www.khrona.com/2010/02/08/overhauled-commercial-licensing-for-awesomium/</link>
		<comments>http://www.khrona.com/2010/02/08/overhauled-commercial-licensing-for-awesomium/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 20:42:50 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[awesomium]]></category>
		<category><![CDATA[licensing]]></category>

		<guid isPermaLink="false">http://www.khrona.com/?p=395</guid>
		<description><![CDATA[Based on your feedback from the last few weeks, we've decided to completely revamp our licensing and offerings for Awesomium! We hope these new refinements will better serve the needs of current and future customers and make this "awesome" software more accessible to all. [...]]]></description>
			<content:encoded><![CDATA[<p>Based on your feedback from the last few weeks, we&#8217;ve decided to completely revamp our <a href="http://www.khrona.com/products/awesomium/licensing">licensing and offerings</a> for Awesomium! We hope these new refinements will better serve the needs of current and future customers and make this &#8220;awesome&#8221; software more accessible to all.</p>
<p>One of the biggest changes is the introduction of the &#8220;Independent&#8221; license which was added to open up use of Awesomium to smaller, &#8220;indie&#8221; groups of developers. This license can be ordered online now at a special introductory price of US$475 for each application.</p>
<p>We&#8217;ve also done away with revenue caps for the &#8220;Professional&#8221; license; you can enjoy unbridled use of Awesomium 1.x in a single commercial application for just US$4800 (limited time offer).</p>
<p>For use of Awesomium in an unlimited number of applications/platforms or for resale as part of an engine, we have the &#8220;Enterprise&#8221; license. <a href="mailto:sales@khrona.com?subject=Interested%20in%20Enterprise%20Licensing%20for%20Awesomium">Contact us</a> to discuss terms and pricing for this license.</p>
<p>Additionally, we now offer source code contracts, support contracts, and licensing for products intended for broadcast. Check out the <a href="http://www.khrona.com/products/awesomium/licensing">licensing page</a> for more details.</p>
<p>We hope you&#8217;ll enjoy our new licensing model for Awesomium, if you have any questions or concerns please let us know at <a href="mailto:sales@khrona.com">sales@khrona.com</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khrona.com/2010/02/08/overhauled-commercial-licensing-for-awesomium/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Incremental Release, Awesomium v1.5.1</title>
		<link>http://www.khrona.com/2010/01/28/new-incremental-release-awesomium-v1-5-1/</link>
		<comments>http://www.khrona.com/2010/01/28/new-incremental-release-awesomium-v1-5-1/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 00:41:35 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[awesomium]]></category>
		<category><![CDATA[awesomium v1.5.1]]></category>
		<category><![CDATA[software release]]></category>

		<guid isPermaLink="false">http://www.khrona.com/?p=325</guid>
		<description><![CDATA[We've just released a new incremental release of Awesomium! Get it while it's hot over at the download page. This new release bring some neat new enhancements, the most notable of which is improved support for the handling of external links [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just released a new incremental release of <a href="http://www.khrona.com/products/awesomium/">Awesomium</a>! Get it while it&#8217;s hot over at the <a href="http://www.khrona.com/products/awesomium/download/">download page</a>.</p>
<p>For help upgrading from v1.5.0, please see <a href="http://khrona.com/wiki/index.php?title=Upgrading_to_Awesomium_v1.5.1">Upgrading to Awesomium v1.5.1</a>.</p>
<p>This new release bring some neat new enhancements, the most notable of which is improved support for the handling of external links. An external link is any link that normally is opened in a new window (typically, via target=&#8221;_blank&#8221;, window.open(url), or URL events from Flash). The default behavior in v1.5.0 was to open external links automatically in the calling frame however some users <a href="http://khrona.com/forum/viewtopic.php?f=6&#038;t=4">desired more flexibility</a> (ie, opening the external link in an outside application). So, in response, we added <a href="http://www.khrona.com/docs/awesomium_v1.5.1/class_awesomium_1_1_web_view.html#1ea358109373b8ea8782c7cf3ccc3df1">WebView::setOpensExternalLinksInCallingFrame</a> and added a new notification, <a href="http://www.khrona.com/docs/awesomium_v1.5.1/class_awesomium_1_1_web_view_listener.html#75cffb25712a0eb2e3277a373a31d47e">WebViewListener::onOpenExternalLink</a>.</p>
<p>Also of consequence, all the member methods of <a href="http://www.khrona.com/docs/awesomium_v1.5.1/class_awesomium_1_1_web_view_listener.html">WebViewListener</a> now specify which WebView invoked the event as the first argument. This is an API-breaking change but we felt that it was needed for the sake of future convenience.</p>
<p>Finally, we have also added an oft-requested feature: the ability to override the default user-agent. See the last parameter of the <a href="http://www.khrona.com/docs/awesomium_v1.5.1/class_awesomium_1_1_web_core.html">WebCore</a> constructor for more.</p>
<p>P.S.,<br />
To help coordinate tracking of bugs/enhancements, you can now view all open issues online at: <a href="http://www.khrona.com/products/awesomium/support/view-tickets/">Awesomium Support: View All Tickets</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khrona.com/2010/01/28/new-incremental-release-awesomium-v1-5-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Awesomium v1.5 Now Available</title>
		<link>http://www.khrona.com/2010/01/13/awesomium-v1-5-now-available/</link>
		<comments>http://www.khrona.com/2010/01/13/awesomium-v1-5-now-available/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 09:02:09 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[awesomium]]></category>
		<category><![CDATA[awesomium v1.5]]></category>
		<category><![CDATA[awesomium v1.6]]></category>
		<category><![CDATA[software release]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.khrona.com/?p=307</guid>
		<description><![CDATA[As the first act of our new company, we'd like to announce the immediate release of Awesomium v1.5. This release has been a long time in the making and we're really excited to see what incredible applications will be forged from this rare element...]]></description>
			<content:encoded><![CDATA[<p>As the first act of our new company, we&#8217;d like to announce the immediate release of <a href="http://www.khrona.com/products/awesomium">Awesomium v1.5</a>. This release has been a long time in the making and we&#8217;re really excited to see what incredible applications will be forged from this rare element.</p>
<p>The Windows SDK is <a href="http://www.khrona.com/products/awesomium/download/">available for download</a> right now, the Mac OSX SDK will be up shortly (we&#8217;ll announce it on <a href="http://www.twitter.com/khronacompany">our twitter</a> once it&#8217;s up).</p>
<p>For more information about this release, head on over to the <a href="http://www.khrona.com/products/awesomium">Awesomium Overview</a>.</p>
<p>P.S., Awesomium v1.6 is deep under development. Three things coming: Linux Support, Multi-Process Architecture, HTML5</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khrona.com/2010/01/13/awesomium-v1-5-now-available/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Grand Opening</title>
		<link>http://www.khrona.com/2009/12/21/grand-opening/</link>
		<comments>http://www.khrona.com/2009/12/21/grand-opening/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 08:03:24 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[grand opening]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://khrona.com/?p=38</guid>
		<description><![CDATA[We&#8217;ve decided it&#8217;s finally time to open our doors and unveil our new site. We hope you&#8217;ll enjoy your stay&#8211; stick around, things are just beginning to heat up around here.
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve decided it&#8217;s finally time to open our doors and unveil our new site. We hope you&#8217;ll enjoy your stay&#8211; stick around, things are just beginning to heat up around here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.khrona.com/2009/12/21/grand-opening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
