<?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>Cubic Reality</title>
	<atom:link href="http://www.cubicreality.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cubicreality.com</link>
	<description>Software for all walks of life</description>
	<lastBuildDate>Sat, 27 Jun 2009 17:42:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Notes (week 26) &#8211; R.I.P. Mr.Cat</title>
		<link>http://www.cubicreality.com/2009/06/27/notes-week-26-r-i-p-mr-cat/</link>
		<comments>http://www.cubicreality.com/2009/06/27/notes-week-26-r-i-p-mr-cat/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 17:42:05 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Cat]]></category>
		<category><![CDATA[CubicExplorer]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/06/27/notes-week-26-r-i-p-mr-cat/</guid>
		<description><![CDATA[It’s been a bit sad week for me. On Monday I had to put my cat (the unofficial mascot of CubicReality) to sleep. He was about 18 years old and had been living with me for 17 years. For the past few weeks he had been sick and was in pain so there was no [...]]]></description>
			<content:encoded><![CDATA[<p>It’s been a bit sad week for me. On Monday I had to put my cat (the unofficial mascot of CubicReality) to sleep. He was about 18 years old and had been living with me for 17 years. For the past few weeks he had been sick and was in pain so there was no reason to prolong the inevitable. It’s a tuff decision to make as some of you may know. After all, he was an equal family member.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notesweek26R.I.P.Mr.Cat_12374/kissa.jpg" rel="lightbox[310]"><img title="kissa" style="display: inline" height="180" alt="kissa" src="http://cubicreality.pp.fi/images/blog/Notesweek26R.I.P.Mr.Cat_12374/kissa_thumb.jpg" width="240" /></a> </p>
<p>Obviously that has affected on the progress of CE since my mind is somewhere else. However, I have managed to create the foundation for DualView. Next step is to implement it in CE. I’m hoping to get that done within next week. There will be a toolbar between panes (you will be able to hide it). Also there will be switch for horizontal and vertical panes.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notesweek26R.I.P.Mr.Cat_12374/DualViewdevelopment.png" rel="lightbox[310]"><img title="DualView-development" style="display: inline" height="101" alt="DualView-development" src="http://cubicreality.pp.fi/images/blog/Notesweek26R.I.P.Mr.Cat_12374/DualViewdevelopment_thumb.png" width="156" /></a>&#160;<a href="http://cubicreality.pp.fi/images/blog/Notesweek26R.I.P.Mr.Cat_12374/DualViewdevelopment2.png" rel="lightbox[310]"><img title="DualView-development-2" style="display: inline" height="101" alt="DualView-development-2" src="http://cubicreality.pp.fi/images/blog/Notesweek26R.I.P.Mr.Cat_12374/DualViewdevelopment2_thumb.png" width="156" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/06/27/notes-week-26-r-i-p-mr-cat/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Notes (week 25) &#8211; Happy Midsummer!</title>
		<link>http://www.cubicreality.com/2009/06/19/notes-week-25-happy-midsummer-2/</link>
		<comments>http://www.cubicreality.com/2009/06/19/notes-week-25-happy-midsummer-2/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 13:49:25 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Snapshot]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/06/19/notes-week-25-happy-midsummer-2/</guid>
		<description><![CDATA[Here’s a fresh snapshot. This week wasn’t too productive but I did get some things done. The biggest change is filtering with text patterns, you can find it in the Filters Panel. There’s currently 2 modes available, normal and strict. Normal mode filters out any file/folder that does not contain the specific text. Strict mode [...]]]></description>
			<content:encoded><![CDATA[<p align="left">Here’s a fresh snapshot. This week wasn’t too productive but I did get some things done. The biggest change is filtering with text patterns, you can find it in the Filters Panel. There’s currently 2 modes available, normal and strict. Normal mode filters out any file/folder that does not contain the specific text. Strict mode allows you to use * and ? wildcards to make more advanced filtering. At some point there will be also support for regular expressions.</p>
<p align="left"><a href="http://cubicreality.pp.fi/images/blog/Notesweek25HappyMidsummer_EC9E/filterpatterns.png" rel="lightbox[309]"><img title="filter-patterns" style="display: inline" height="112" alt="filter-patterns" src="http://cubicreality.pp.fi/images/blog/Notesweek25HappyMidsummer_EC9E/filterpatterns_thumb.png" width="156" /></a> </p>
</p>
<p>Next week I’ll start to work with the DualView. I decided to use a simple tab indicator approach to make it. I received lots of great ideas and feedback from you guys about how it should be done. Thanks to everyone <img src='http://www.cubicreality.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . I know that the upcoming DualView implementation will not satisfy everyone, I’m not even sure I like it. However, it’s a good starting point.</p>
<p>Happy Midsummer to everyone! Hyvää Juhannusta!</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notesweek25HappyMidsummer_EC9E/kokko.jpg" rel="lightbox[309]"><img title="kokko" style="display: inline" height="134" alt="kokko" src="http://cubicreality.pp.fi/images/blog/Notesweek25HappyMidsummer_EC9E/kokko_thumb.jpg" width="156" /></a> </p>
<p><strong><u>Change Log</u></strong></p>
<ul>
<li>Added text pattern filter.</li>
<li>Added option to close CE when last tab is closed.</li>
<li>DriveBar now uses Alt+LeftClick to open in new tab.</li>
<li>Updated Polish translation.</li>
<li>Fixed Lower/Upper case bug when renaming folders.</li>
<li>Removed &quot;Load this session at startup&quot; from Session Manager.</li>
</ul>
<p><strong>CubicExplorer 0.91.0.1168 (SVN Snapshot)      <br /></strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN_Setup.exe">Installer (2.2MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN.zip">Zip (2.5MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/06/19/notes-week-25-happy-midsummer-2/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Notes (week 24) &#8211; SVN snapshot</title>
		<link>http://www.cubicreality.com/2009/06/11/notes-week-24-svn-snapshot/</link>
		<comments>http://www.cubicreality.com/2009/06/11/notes-week-24-svn-snapshot/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 14:21:24 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Snapshot]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/06/11/notes-week-24-svn-snapshot/</guid>
		<description><![CDATA[Here’s the notes, day early because I don’t have time for it tomorrow. It’s been busy week and I didn’t have time to make as much progress with CE as I was planning. My goal for this week was to implement DualView. However, I got stuck at the very beginning due to lack of inspiration. [...]]]></description>
			<content:encoded><![CDATA[<p>Here’s the notes, day early because I don’t have time for it tomorrow. It’s been busy week and I didn’t have time to make as much progress with CE as I was planning. My goal for this week was to implement DualView. However, I got stuck at the very beginning due to lack of inspiration. Basically, I’m not quite sure how the DualView should work. Should there be different tabs for each view or would it be better to just divide a single tab into two views? Or maybe those views could have their own tabs inside a single “main” tab. Not sure <img src='http://www.cubicreality.com/wp-includes/images/smilies/icon_confused.gif' alt=':?' class='wp-smiley' /> </p>
<p>Anyway, I did do some changes here and there. I added file extension column and toolbar buttons for sessions and bookmarks. Also there’s now advanced options to turn off the session history.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notesweek24SVNsnapshot_F432/sessionsbutton.png" rel="lightbox[306]"><img title="sessions-button" style="display: inline" height="112" alt="sessions-button" src="http://cubicreality.pp.fi/images/blog/Notesweek24SVNsnapshot_F432/sessionsbutton_thumb.png" width="156" /></a><a href="http://cubicreality.pp.fi/images/blog/Notesweek24SVNsnapshot_F432/bookmarksmenubutton.png" rel="lightbox[306]"><img title="bookmarks-menu-button" style="display: inline" height="112" alt="bookmarks-menu-button" src="http://cubicreality.pp.fi/images/blog/Notesweek24SVNsnapshot_F432/bookmarksmenubutton_thumb.png" width="152" /></a> </p>
<p><strong><u>Change Log</u></strong></p>
<ul>
<li>Disabled exceptions on settings file creation. </li>
<li>Fixed Access Violation on Options panel. </li>
<li>Added Sessions toolbar button. </li>
<li>Added Bookmarks toolbar button. </li>
<li>Added option to disable session history. </li>
<li>Added option for session history count. </li>
<li>Breadcrumb now reactivates if needed. </li>
<li>Added Extension column. </li>
<li>Added Slovak translation. </li>
<li>Made CE more Vista compatible. </li>
</ul>
<p><strong>CubicExplorer 0.91.0.1167 (SVN Snapshot)      <br /></strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN_Setup.exe">Installer (2.2MB)</a>     <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN.zip">Zip (2.5MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/06/11/notes-week-24-svn-snapshot/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Notes (week 23) &#8211; Sessions are back</title>
		<link>http://www.cubicreality.com/2009/06/05/notes-week-23-sessions-are-back/</link>
		<comments>http://www.cubicreality.com/2009/06/05/notes-week-23-sessions-are-back/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 08:28:57 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Snapshot]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/06/05/notes-week-23-sessions-are-back/</guid>
		<description><![CDATA[It’s been pretty productive week and I managed to make good progress. Most of the week went into rewriting the sessions support which was quite a big job. It’s now finished and I like it. I’ve never been happy with the old one so I made some changes. I added a session manager to make [...]]]></description>
			<content:encoded><![CDATA[<p>It’s been pretty productive week and I managed to make good progress. Most of the week went into rewriting the sessions support which was quite a big job. It’s now finished and I like it. I’ve never been happy with the old one so I made some changes. I added a session manager to make things more sane. Also there is now a history feature that let’s you go back to previous sessions.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notesweek23Sessionsareback_7071/Sessionsmenu.png" rel="lightbox[303]"><img title="Sessions-menu" style="display: inline" height="113" alt="Sessions-menu" src="http://cubicreality.pp.fi/images/blog/Notesweek23Sessionsareback_7071/Sessionsmenu_thumb.png" width="156" /></a><a href="http://cubicreality.pp.fi/images/blog/Notesweek23Sessionsareback_7071/Sessionsmanager.png" rel="lightbox[303]"><img title="Sessions-manager" style="display: inline" height="113" alt="Sessions-manager" src="http://cubicreality.pp.fi/images/blog/Notesweek23Sessionsareback_7071/Sessionsmanager_thumb.png" width="136" /></a><a href="http://cubicreality.pp.fi/images/blog/Notesweek23Sessionsareback_7071/Optionssessions.png" rel="lightbox[303]"><img title="Options-sessions" style="display: inline" height="113" alt="Options-sessions" src="http://cubicreality.pp.fi/images/blog/Notesweek23Sessionsareback_7071/Optionssessions_thumb.png" width="157" /></a> </p>
</p>
<p>I’ve also added BrowseZipFolders option into FileView’s and FolderPanel’s advanced settings. By enabling it you will be able to open ZIP files like folders inside CE. However, there are still some bugs left that I need to fix. For example, you have to use the right click menu to open files from inside ZIP, double click doesn’t work.</p>
<p>Anyway, I’m not yet sure what’s next week’s agenda. Maybe I’ll write DualView or QuickFilter. At least I’ll try to finish rearranging the todo list.</p>
<p><strong><u>Change Log</u></strong></p>
<ul>
<li>Added new session support.</li>
<li>Added temporary fix for TabBar visibility issue.</li>
<li>Added BrowseZipFolders option for FileView and FolderPanel.</li>
<li>StatusBar now remembers it&#8217;s visibility.</li>
<li>Fixed Reuse Tabs option.</li>
<li>Fixed breadcrumb related crash.</li>
</ul>
<p><strong>CubicExplorer 0.91.0.1160 (SVN Snapshot)      <br /></strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN_Setup.exe">Installer (2.2MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN.zip">Zip (2.5MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/06/05/notes-week-23-sessions-are-back/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Postbox email client and static browser</title>
		<link>http://www.cubicreality.com/2009/06/03/postbox-email-client-and-static-browser/</link>
		<comments>http://www.cubicreality.com/2009/06/03/postbox-email-client-and-static-browser/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 04:45:20 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/06/03/postbox-email-client-and-static-browser/</guid>
		<description><![CDATA[I found (through Lifehacker) a program called Postbox. It’s an email client based on Thunderbird. 
Until now I’ve been using Opera as my email client. I have used Thunderbird a lot but had to give it up because it kept asking for email passwords (very annoying!!!) even though I clicked on the remember button. For [...]]]></description>
			<content:encoded><![CDATA[<p>I found (through <a href="http://lifehacker.com/">Lifehacker</a>) a program called Postbox. It’s an email client based on <a href="http://www.mozillamessaging.com/en-US/thunderbird/">Thunderbird</a>. </p>
<p>Until now I’ve been using <a href="http://www.opera.com/">Opera</a> as my email client. I have used <a href="http://www.mozillamessaging.com/en-US/thunderbird/">Thunderbird</a> a lot but had to give it up because it kept asking for email passwords (very annoying!!!) even though I clicked on the remember button. For a while now, I’ve been using Opera as an email client and a “static” browser. By static browser I mean a web browser that lives in system tray and which I can show/hide with one keyboard button (Caps Lock in my case). That browser is used for quick access to sites like Google Reader and other regular sites I visit.</p>
<p>Few weeks ago I switched (due to compatibility issues) to Firefox based “static” browser. Basically I made my own Firefox edition called FirefoxPIM. It lives in system tray (thanks to <a href="http://www.teamcti.com/trayit/trayit.htm">TrayIt</a>), and shows/hides with one keyboard button (thanks to <a href="http://www.autohotkey.com/">AutoHotkey</a>). Here’s how it looks:</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Postboxemailclient_64E5/FirefoxPIM.png" rel="lightbox[302]"><img title="FirefoxPIM" style="display: inline; margin-left: 0px; margin-right: 0px" height="106" alt="FirefoxPIM" src="http://cubicreality.pp.fi/images/blog/Postboxemailclient_64E5/FirefoxPIM_thumb.png" width="156" /></a></p>
<p>So, now I’m trying <a href="http://www.postbox-inc.com/">Postbox</a> as my email client instead of Opera. As it’s based on Thunderbird, it most likely has that same bug that made me switch client in the first place. However, it is very nice package and I absolutely love the UI. Also it has very nice indexing/search features. So until if/when that password bug appears and/or when it drives me nuts, I’ll be using this program as my email client.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Postboxemailclient_64E5/Postbox.png" rel="lightbox[302]"><img title="Postbox" style="display: inline" height="130" alt="Postbox" src="http://cubicreality.pp.fi/images/blog/Postboxemailclient_64E5/Postbox_thumb.png" width="156" /></a><a href="http://cubicreality.pp.fi/images/blog/Postboxemailclient_64E5/Postbox_2.png" rel="lightbox[302]"><img title="Postbox_2" style="display: inline" height="130" alt="Postbox_2" src="http://cubicreality.pp.fi/images/blog/Postboxemailclient_64E5/Postbox_2_thumb.png" width="156" /></a> </p>
<p><strong>Postbox     <br /></strong><a title="http://www.postbox-inc.com/" href="http://www.postbox-inc.com/">http://www.postbox-inc.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/06/03/postbox-email-client-and-static-browser/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Notes (week 22) &#8211; SVN Snapshot</title>
		<link>http://www.cubicreality.com/2009/05/29/notes-week-22-svn-snapshot/</link>
		<comments>http://www.cubicreality.com/2009/05/29/notes-week-22-svn-snapshot/#comments</comments>
		<pubDate>Fri, 29 May 2009 17:30:12 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Snapshot]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/05/29/notes-week-22-svn-snapshot/</guid>
		<description><![CDATA[Not that productive this week. I’ve still been occupied by other stuff but I did manage to do little work with CE. Still no sessions though, sorry. Also the todo list needs to be rearranged. However, this snapshot is more useful than the previous one. The keyboard bug is fixed which was also affecting the [...]]]></description>
			<content:encoded><![CDATA[<p>Not that productive this week. I’ve still been occupied by other stuff but I did manage to do little work with CE. Still no sessions though, sorry. Also the todo list needs to be rearranged. However, this snapshot is more useful than the previous one. The keyboard bug is fixed which was also affecting the advanced settings editor. I added AutoFit and few other options to tabs. Those can be found in the advanced settings.</p>
<p>Anyway, I’m hoping to have sessions up and running next week. The reason why it’s taking so long is the fact that I’m rewriting the sessions support from scratch. Also I’ll try to sort the todo list. It’s quite a nasty job so I’m not really looking forward to it.</p>
<p><strong><u>Change Log</u></strong></p>
<ul>
<li>Added AutoFit tabs, MaxTabSize and CloseButton settings.</li>
<li>Removed old bug fix.</li>
<li>Fixed icon size bug (again).</li>
<li>Fixed memory leaks.</li>
<li>Fixed keyboard bug.</li>
</ul>
<p><strong>CubicExplorer 0.91.0.1149 (SVN Snapshot)      <br /></strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN_Setup.exe">Installer (2.2MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN.zip">Zip (2.5MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/05/29/notes-week-22-svn-snapshot/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Notes (week 21) &#8211; No progress</title>
		<link>http://www.cubicreality.com/2009/05/23/notes-week-21-no-progress/</link>
		<comments>http://www.cubicreality.com/2009/05/23/notes-week-21-no-progress/#comments</comments>
		<pubDate>Sat, 23 May 2009 18:07:14 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/?p=298</guid>
		<description><![CDATA[Just a quick note. This week I&#8217;ve been busy with other stuff and haven&#8217;t been able to work much with CE. Next week will be different and there should be some progress and snapshot release.
I still haven&#8217;t sorted out the todo list. I&#8217;ll try to do that next week.
]]></description>
			<content:encoded><![CDATA[<p>Just a quick note. This week I&#8217;ve been busy with other stuff and haven&#8217;t been able to work much with CE. Next week will be different and there should be some progress and snapshot release.</p>
<p>I still haven&#8217;t sorted out the todo list. I&#8217;ll try to do that next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/05/23/notes-week-21-no-progress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Wolfram Alpha is a calculator not a search engine</title>
		<link>http://www.cubicreality.com/2009/05/21/wolfram-alpha-is-a-calculator-not-a-search-engine/</link>
		<comments>http://www.cubicreality.com/2009/05/21/wolfram-alpha-is-a-calculator-not-a-search-engine/#comments</comments>
		<pubDate>Thu, 21 May 2009 19:28:05 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/05/21/wolfram-alpha-is-a-calculator-not-a-search-engine/</guid>
		<description><![CDATA[I’m sure many of you have heard about Wolfram Alpha. It was quite hyped before it’s launch which was last Friday. I think many people are confused about what it actually is. Usually it’s compared with Google which doesn’t make any sense because they are two completely different things. Google is a search engine and [...]]]></description>
			<content:encoded><![CDATA[<p>I’m sure many of you have heard about <a href="http://www.wolframalpha.com/">Wolfram Alpha</a>. It was quite hyped before it’s launch which was last Friday. I think many people are confused about what it actually is. Usually it’s compared with Google which doesn’t make any sense because they are two completely different things. Google is a search engine and Wolfram Alpha is like an advanced calculator. Basically what it does is, it uses existing data and presents it and modifies it to your needs. For example, time zone or currency conversions etc. The cool thing about it is, it doesn’t just settle for a single answer, instead it offers extra information like graphs and other useful facts.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/WolframAlphaisacalculatornotasearchengin_13C4D/wolframalpha_1.png" rel="lightbox[297]"><img title="Wolfram Alpha time" style="display: inline" height="140" alt="Wolfram Alpha time" src="http://cubicreality.pp.fi/images/blog/WolframAlphaisacalculatornotasearchengin_13C4D/wolframalpha_1_thumb.png" width="156" /></a><a href="http://cubicreality.pp.fi/images/blog/WolframAlphaisacalculatornotasearchengin_13C4D/wolframalpha_2.png" rel="lightbox[297]"><img title="Wolfram Alpha currency" style="display: inline" height="140" alt="Wolfram Alpha currency" src="http://cubicreality.pp.fi/images/blog/WolframAlphaisacalculatornotasearchengin_13C4D/wolframalpha_2_thumb.png" width="143" /></a> </p>
<p>I really like it and found it very useful, although there are still some issues left. Biggest issue is the input interpreter which doesn’t understand everything. You need to learn a kind of language in order to make successful queries. Also in some cases even though you try any possible combination, it just won’t connect the dots. But it’s a new product and hopefully will continue to evolve.</p>
<p>I highly recommend checking it out. Looking through the <a href="http://www86.wolframalpha.com/examples/">examples</a> helps a lot in getting started.</p>
<p><strong>Wolfram|Alpha</strong>    <br /><a title="http://www.wolframalpha.com" href="http://www.wolframalpha.com">http://www.wolframalpha.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/05/21/wolfram-alpha-is-a-calculator-not-a-search-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes (week 20) &#8211; New Settings Engine</title>
		<link>http://www.cubicreality.com/2009/05/15/notes-week-20-new-settings-engine/</link>
		<comments>http://www.cubicreality.com/2009/05/15/notes-week-20-new-settings-engine/#comments</comments>
		<pubDate>Fri, 15 May 2009 15:04:00 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Snapshot]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/05/15/notes-week-20-new-settings-engine/</guid>
		<description><![CDATA[This week I’ve been working with the new settings engine. I’ve removed the old engine and updated everything to use the new one. I’ll still have to update bookmarks and sessions to use the new engine. At the moment I’m in the middle of updating sessions. It looks like I’ll rewrite the whole session support [...]]]></description>
			<content:encoded><![CDATA[<p>This week I’ve been working with the new settings engine. I’ve removed the old engine and updated everything to use the new one. I’ll still have to update bookmarks and sessions to use the new engine. At the moment I’m in the middle of updating sessions. It looks like I’ll rewrite the whole session support as it’s easier like that. Also I wasn’t very happy with the old session support so now is good time to make it right. Today’s snapshot has sessions disabled but they should be up and running again next week. Hopefully I’ll manage to update bookmarks next week too.</p>
<p>I also added advanced settings editor in the Options Dialog. However, at the moment it doesn’t accept keyboard input for some reason. So you can only use mouse or copy/paste to change the values. I will write my own editor so this one is temporary. More options are coming also.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notesweek20NewSettingsEngine_FE33/advancedsettings.png" rel="lightbox[296]"><img title="advanced-settings" style="display: inline" height="172" alt="advanced-settings" src="http://cubicreality.pp.fi/images/blog/Notesweek20NewSettingsEngine_FE33/advancedsettings_thumb.png" width="240" /></a> </p>
<p><strong>CubicExplorer 0.91.0.1145 (SVN Snapshot)     <br /></strong><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN_Setup.exe">Installer (2.2MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_SVN.zip">Zip (2.5MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/05/15/notes-week-20-new-settings-engine/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Using Windows 7 RC</title>
		<link>http://www.cubicreality.com/2009/05/08/using-windows-7-rc/</link>
		<comments>http://www.cubicreality.com/2009/05/08/using-windows-7-rc/#comments</comments>
		<pubDate>Fri, 08 May 2009 18:15:15 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/05/08/using-windows-7-rc/</guid>
		<description><![CDATA[I’m sure most of you have heard about the Windows 7 RC release this week. I’ve heard a lot good things about Windows 7 so I though I’d install it on my laptop. The laptop came with Vista Home Premium which I switched to XP Pro because Vista had too much bugs and issues. At [...]]]></description>
			<content:encoded><![CDATA[<p>I’m sure most of you have heard about the Windows 7 RC release this week. I’ve heard a lot good things about Windows 7 so I though I’d install it on <a href="http://www.cubicreality.com/2008/02/08/notes-week-6-new-wind-is-blowing/">my laptop</a>. The laptop came with Vista Home Premium which I switched to XP Pro because Vista had too much bugs and issues. At one point I had Ubuntu 8.10 installed but had to give it up because hibernation didn’t work properly. </p>
<p>Now Windows 7 is installed and I’m loving it. It works very well and is nice and slick to use. I’ve had no problems with it so far, except for the fact that Zone Alarm firewall doesn’t work in it (yet). There is also the <a href="http://www.microsoft.com/windows/virtual-pc/download.aspx">Virtual XP mode</a> which works nicely. Also I like the new task bar (or Super Bar as it’s called). Only problem is when trying to pin files in it. You need to use shortcuts to make it work properly.</p>
<p>I’m using the 64bit version and installed it from USB drive. <a href="http://www.blogsdna.com/2016/how-to-install-windows-7-from-usb-drive-without-windows-7-iso-dvd.htm">Here’s good instructions how to do that</a>. If you do the install from 32bit Windows (like I was), in <strong>step 6</strong> you need to use <strong>bootsect</strong> from 32bit ISO because the 64bit version doesn’t work. If you don’t want to download the 32bit ISO (2.6GB), you can also find the 32bit <strong>bootsect.exe</strong> from google or you can use other 3rd party tool that do the same thing.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/UsingWindows7RC_12AE6/Windows7.jpg" rel="lightbox[270]"><img style="display: inline" title="Windows7" alt="Windows7" src="http://cubicreality.pp.fi/images/blog/UsingWindows7RC_12AE6/Windows7_thumb.jpg" width="240" height="150" /></a> </p>
<p>Windows 7 RC is available for anyone interested. The license is working until March 2010. After that Windows will reboot itself every two hours. In June 2010, it will switch into non-genuine mode (black wallpaper and constant nag screens).</p>
<p><strong>Windows 7 RC     <br /></strong><a title="http://www.microsoft.com/windows/windows-7/download.aspx" href="http://www.microsoft.com/windows/windows-7/download.aspx">http://www.microsoft.com/windows/windows-7/download.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/05/08/using-windows-7-rc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Notes (week 19) &#8211; Working with 0.91</title>
		<link>http://www.cubicreality.com/2009/05/08/notes-week-19-working-with-091/</link>
		<comments>http://www.cubicreality.com/2009/05/08/notes-week-19-working-with-091/#comments</comments>
		<pubDate>Fri, 08 May 2009 17:17:13 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/05/08/notes-week-19-working-with-091/</guid>
		<description><![CDATA[Unfortunately there’s no snapshot this week (sorry Tommy). I’ve been working with the new settings engine. Basically I need to add all settings stuff again and remove the old ones. At the moment I’m half way there. It’s quite a big job but well worth it. This new engine makes it very easy for me [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately there’s no snapshot this week (sorry Tommy). I’ve been working with the new settings engine. Basically I need to add all settings stuff again and remove the old ones. At the moment I’m half way there. It’s quite a big job but well worth it. This new engine makes it very easy for me to add new settings. There are a lot of hidden settings available in CE. With the upcoming advanced settings editor and the new settings engine, it will be possible to access those settings.</p>
<p>I was meaning to post a new snapshot this week but at the moment CE is unusable mess so there’s no point in doing that. I’m pretty confident that I’ll finish everything up next week. So hopefully there will be a snapshot next Friday.</p>
<p>A special thanks to <strong>2301</strong> who has been working with the <a href="http://www.cubicreality.com/wiki/">Wiki</a>. I’ve also started to create a rough roadmap in there for future versions (<a href="http://www.cubicreality.com/wiki/index.php/CubicExplorer/Roadmap">see it here</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/05/08/notes-week-19-working-with-091/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Notes (week 18) – It’s done!</title>
		<link>http://www.cubicreality.com/2009/05/01/notes-week-18-its-done/</link>
		<comments>http://www.cubicreality.com/2009/05/01/notes-week-18-its-done/#comments</comments>
		<pubDate>Fri, 01 May 2009 16:28:17 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/05/01/notes-week-18-its-done/</guid>
		<description><![CDATA[Phew, finally this site is ready. This week I’ve been doing a lot of tweaking and messing around with fonts and other formatting stuff. Also I made the forum login site wide. Now you can edit Wiki and write comments with your forum username. If you have any login related problems, let me know. I [...]]]></description>
			<content:encoded><![CDATA[<p>Phew, finally this site is ready. This week I’ve been doing a lot of tweaking and messing around with fonts and other formatting stuff. Also I made the forum login site wide. Now you can edit Wiki and write comments with your forum username. If you have any login related problems, let me know. I have tested everything in Windows with Firefox 3.10, IE 7 and Opera 9.64. On those everything seems to work and the site looks (almost) same. If you see any bugs, let me know.</p>
<p>I didn’t manage to write the roadmap for CE yet. Next week I’ll start to work with version 0.91 and on Friday there should be a new snapshot release. I’m not yet quite sure what features will be included in 0.91. However, at least there will be a new settings engine and advanced settings panel. Also DualView will be in 0.91. Anyway, I’ll figure out the roadmap next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/05/01/notes-week-18-its-done/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Notes (week 17) – New site is open</title>
		<link>http://www.cubicreality.com/2009/04/27/notes-week-17-new-site-is-open/</link>
		<comments>http://www.cubicreality.com/2009/04/27/notes-week-17-new-site-is-open/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 17:42:00 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/04/27/notes-week-17-new-site-is-open/</guid>
		<description><![CDATA[Well, here it is. After tons of work the new site is starting to be ready. Basically what I’ve done is updated all software to their newest versions and created new graphics. Also there is now Wiki available which all forum members can edit. The graphics are a bit lighter and curvier than previous one. [...]]]></description>
			<content:encoded><![CDATA[<p>Well, here it is. After tons of work the new site is starting to be ready. Basically what I’ve done is updated all software to their newest versions and created new graphics. Also there is now Wiki available which all forum members can edit. The graphics are a bit lighter and curvier than previous one. I still need to do some tweaking with font colors and sizes.</p>
<p>Anyway, I’m sure there are still some things not working correctly. If you see any bugs, let me know. I’m going to add some content and do more tweaking this week (it’s week 18 now). Hopefully by the end of the week everything is settled and maybe we even have some kind of roadmap for CE. </p>
<p>Here’s a list of all programs currently in use:</p>
<ul>
<li><a href="http://wordpress.org/">WordPress 2.7.1</a> (All pages and posts)</li>
<li><a href="http://www.simplemachines.org/">SMF 1.1.8</a> (Forum)</li>
<li><a href="http://flyspray.org/">FlySpray 0.9.9.5.1</a> (Todo list)</li>
<li><a href="http://www.pmwiki.org/">PmWiki 2.2.1</a> (Wiki)</li>
</ul>
<p>&#160;</p>
<p><em><strong>Notice:</strong> there is a bug in the forum login/logoff at the moment. On login or logoff it might redirect you in the Wiki page instead back to the forum. I’ll fix it as soon as possible.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/04/27/notes-week-17-new-site-is-open/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Notice!</title>
		<link>http://www.cubicreality.com/2009/04/26/notice/</link>
		<comments>http://www.cubicreality.com/2009/04/26/notice/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 09:26:17 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/04/26/notice/</guid>
		<description><![CDATA[This site will go offline later today or early tomorrow. That’s due to the site upgrade. Everything should be back online sometime tomorrow. CE downloads will still work during down time.
]]></description>
			<content:encoded><![CDATA[<p>This site will go offline later today or early tomorrow. That’s due to the site upgrade. Everything should be back online sometime tomorrow. CE downloads will still work during down time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/04/26/notice/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Notes (week 16) &#8211;  No new site yet</title>
		<link>http://www.cubicreality.com/2009/04/17/notes-week-16-no-new-site-yet/</link>
		<comments>http://www.cubicreality.com/2009/04/17/notes-week-16-no-new-site-yet/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 15:17:51 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/04/17/notes-week-16-no-new-site-yet/</guid>
		<description><![CDATA[Well, I’ve worked whole week and the new site is still not ready. I had forgotten how much work it is to design and theme web site. At the moment I have all basic graphics done. Also I’ve created new theme for WordPress and have selected all necessary plugins for it. Today I started to [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I’ve worked whole week and the new site is still not ready. I had forgotten how much work it is to design and theme web site. At the moment I have all basic graphics done. Also I’ve created new theme for <a href="http://wordpress.org/">WordPress</a> and have selected all necessary plugins for it. Today I started to theme <a href="http://www.simplemachines.org/">SMF</a> (the forum). After that I’ll create themes for <a href="http://flyspray.org/">FlySpray</a> (the todo list) and <a href="http://www.pmwiki.org/">PmWiki</a>. Hopefully all that is done within next week.</p>
<p>Have a nice weekend everyone <img src='http://www.cubicreality.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/04/17/notes-week-16-no-new-site-yet/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Notes (week 15) &#8211; Redesigning this site</title>
		<link>http://www.cubicreality.com/2009/04/10/notes-week-15-redesigning-this-site/</link>
		<comments>http://www.cubicreality.com/2009/04/10/notes-week-15-redesigning-this-site/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 17:45:03 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/04/10/notes-week-15-redesigning-this-site/</guid>
		<description><![CDATA[This week I’ve been redesigning the layout for this site. I’ve done new graphics and done some planning on the features. I decided to take a bit of distance to CubicExplorer so I could see the big picture better when planning the roadmap for future versions. That’s why I started to work on the site. [...]]]></description>
			<content:encoded><![CDATA[<p>This week I’ve been redesigning the layout for this site. I’ve done new graphics and done some planning on the features. I decided to take a bit of distance to CubicExplorer so I could see the big picture better when planning the roadmap for future versions. That’s why I started to work on the site. Also I need to upgrade all software for the sake of security. I have thought of coding a proper site (using <a href="http://codeigniter.com/">CodeIgniter</a>) with custom bug tracker and desktop software. However, that’s not the top priority at the moment, so I just thought to update everything instead.</p>
<p>I’m hoping to get everything done next week. There will be a wiki (<a title="http://www.pmwiki.org/" href="http://www.pmwiki.org/">PmWiki</a>) for documents and roadmaps. If everything has gone as planned, this site will be offline next weekend for some time due to the upgrade.</p>
<p>Here’s the prototype for new graphics:   <br /><a href="http://cubicreality.pp.fi/images/blog/Notesweek15Redesigningthissite_123F9/cubicrealityweb20.jpg" rel="lightbox[135]"><img title="cubicreality-web-2-0" style="display: inline" height="164" alt="cubicreality-web-2-0" src="http://cubicreality.pp.fi/images/blog/Notesweek15Redesigningthissite_123F9/cubicrealityweb20_thumb.jpg" width="240" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/04/10/notes-week-15-redesigning-this-site/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Notes (week 14) – CE 0.90 Final (finally)</title>
		<link>http://www.cubicreality.com/2009/04/03/notes-week-14-ce-090-final-finally/</link>
		<comments>http://www.cubicreality.com/2009/04/03/notes-week-14-ce-090-final-finally/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 14:21:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/04/03/notes-week-14-ce-090-final-finally/</guid>
		<description><![CDATA[After quite a journey since last official release, here is 0.90 final. I know this release isn’t perfect and there are some known issues still in it, but I think it’s good enough to replace the 0.80 final. On this build I’ve fixed some bugs that I found from those missing bug reports. Also I [...]]]></description>
			<content:encoded><![CDATA[<p>After quite a journey since last official release, here is 0.90 final. I know this release isn’t perfect and there are some known issues still in it, but I think it’s good enough to replace the 0.80 final. On this build I’ve fixed some bugs that I found from those missing bug reports. Also I added few new icons and updated couple old ones. As this is an official build, it will install itself by default into <strong>CubicExplorer</strong> folder and not in <strong>CubicExplorer_dev</strong>.</p>
<p>Next week I’ll create a roadmap for future releases and sort out the todo list. Also I’ll try to setup a wiki for documentation and other CE related stuff. 0.91 will be the next version milestone. It will have at least Dual view and an advanced settings editor.</p>
<p><strong><u>Change Log</u></strong></p>
<ul>
<li>Fixed View Style remembering bug.</li>
<li>Fixed address bar popup bug.</li>
<li>Fixed possible crash in Video Player.</li>
<li>Fixed possible crash in File Search.</li>
<li>Fixed possible crash when closing tabs.</li>
<li>Updated few icons.</li>
<li>Added new icons.</li>
</ul>
<p><strong>CubicExplorer 0.90 Final (0.90.0.1131)</strong><br />
<a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_0.90_final_Setup.exe">Installer (2.1MB)</a><br />
<a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_0.90_final.zip">Zip (2.4MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/04/03/notes-week-14-ce-090-final-finally/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Notes (week 13) – CE 0.90 RC 6</title>
		<link>http://www.cubicreality.com/2009/03/27/notes-week-13-ce-090-rc-6/</link>
		<comments>http://www.cubicreality.com/2009/03/27/notes-week-13-ce-090-rc-6/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 13:54:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/03/27/notes-week-13-ce-090-rc-6/</guid>
		<description><![CDATA[Yet another RC. I think this will be the last one unless some major issue shows up. In this build I did a lot of small changes here and there, also many translation bugs were fixed. I drew few new tab icons and reorganized the about box. Also, CE is now officially licensed under MPL [...]]]></description>
			<content:encoded><![CDATA[<p>Yet another RC. I think this will be the last one unless some major issue shows up. In this build I did a lot of small changes here and there, also many translation bugs were fixed. I drew few new tab icons and reorganized the about box. Also, CE is now officially licensed under <a href="http://www.mozilla.org/MPL/MPL-1.1.html">MPL 1.1</a>.</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notesweek13CE0.90RC6_DFD7/cenewabout_box.png" rel="lightbox[133]"><img title="ce-new-about_box" style="display: inline" height="82" alt="ce-new-about_box" src="http://cubicreality.pp.fi/images/blog/Notesweek13CE0.90RC6_DFD7/cenewabout_box_thumb.png" width="100" /></a> </p>
<p><strong><u>Change Log</u></strong></p>
<ul>
<li>Fixed &quot;Filters are not cleared when switching to different tab&quot; bug.</li>
<li>Fixed rename box alignment in Tile view style.</li>
<li>Fixed inconsistency in &quot;Show Extensions&quot; for zip files.</li>
<li>Fixed file size calculation bug.</li>
<li>Fixed language change bug.</li>
<li>Fixed many Unicode string bugs.</li>
<li>Removed &quot;minimizing bug fix&quot; try.</li>
<li>Made &quot;dbl click on background&quot; work properly on every view style.</li>
<li>Updated About Dialog.</li>
<li>Updated Japanese translation.</li>
<li>Updated tab icons.</li>
<li>Changed License.</li>
<li>Focused image is now shown in QuickView when Ctrl+Click selecting files.</li>
<li>&quot;Duplicate Tab&quot; action now opens new tab even when &quot;Reuse opened tab&quot; is enabled.</li>
<li>Esc now closes options dialog.</li>
</ul>
<p><strong>CubicExplorer 0.90 RC 6 (0.90.0.1122)</strong>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_0.90rc6_Setup.exe">Installer (2.1MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_0.90rc6.zip">Zip (2.4MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/03/27/notes-week-13-ce-090-rc-6/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Notes (week 12) – CE 0.90 RC 5</title>
		<link>http://www.cubicreality.com/2009/03/20/notes-week-12-ce-090-rc-5/</link>
		<comments>http://www.cubicreality.com/2009/03/20/notes-week-12-ce-090-rc-5/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 16:11:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/03/20/notes-week-12-ce-090-rc-5/</guid>
		<description><![CDATA[No 0.90 final yet. Beginning of this week went in rebuilding my work system. I wiped the whole drive and started from scratch. Now there are two Windows XP’s and one Linux installed. I have everything up and running now so no more excuses next week   .
Anyway, I did manage to do some [...]]]></description>
			<content:encoded><![CDATA[<p>No 0.90 final yet. Beginning of this week went in rebuilding my work system. I wiped the whole drive and started from scratch. Now there are two Windows XP’s and one Linux installed. I have everything up and running now so no more excuses next week <img src='http://www.cubicreality.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p>Anyway, I did manage to do some work with CE later this week. I added an option to always sort folders first. It makes folders to stay top and not mix with files. Also there’s now a popup menu in Filters panel where you can find an option to clear filters when you navigate to different folder. Lastly, there is a change that tries to fix the self minimizing bug some of you are having in Vista. Let me know how it’s working and if there are problems with CE’s taskbar button or issues when moving, minimizing,restoring…etc. CE’s window.</p>
<p>Oh and, I drew new icons for Tab Add and Tab Close. Not sure how I feel in few days but at the moment I’m pretty happy on how they look:</p>
<p><img title="new-tab-icons" style="display: inline; margin-left: 0px; margin-right: 0px" height="52" alt="new-tab-icons" src="http://cubicreality.pp.fi/images/blog/Notesweek12CE0.90RC5_10006/newtabicons.png" width="108" />&#160;</p>
<p><u><strong>Change Log</strong></u></p>
<ul>
<li>Fixed item height bug in Folder and Bookmark panels.</li>
<li>Fixed column size bug.</li>
<li>Minimizing bug fix try.</li>
<li>Removed &quot;Remember Tabs&quot; action. </li>
<li>Made filters work even when Filters panel is hidden.</li>
<li>Filters clear now on path change by default.</li>
<li>Added popup menu option to clear filters on path change.</li>
<li>Added option to always sort folders first.</li>
<li>Added restrictions to file types that can be opened in text editor.</li>
<li>Updated tab icons (only big ones).</li>
</ul>
<p><strong>CubicExplorer 0.90 RC 5 (0.90.0.1113)</strong>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_0.90rc5_Setup.exe">Installer (2.1MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_0.90rc5.zip">Zip (2.4MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/03/20/notes-week-12-ce-090-rc-5/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Notes (week 11) – New office and CE 0.90 RC 4</title>
		<link>http://www.cubicreality.com/2009/03/13/notes-week-11-new-office-and-ce-090-rc-4/</link>
		<comments>http://www.cubicreality.com/2009/03/13/notes-week-11-new-office-and-ce-090-rc-4/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:16:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CubicExplorer]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://www.cubicreality.com/2009/03/13/notes-week-11-new-office-and-ce-090-rc-4/</guid>
		<description><![CDATA[Another busy week behind. Most of this week has gone in building the new office. I installed laminate floor which took some time. Also I changed the desk setup to enable more work space. One day went in installing all monitors and computers. Every cable is now tied with zip ties and there’s not a [...]]]></description>
			<content:encoded><![CDATA[<p>Another busy week behind. Most of this week has gone in building the new office. I installed laminate floor which took some time. Also I changed the desk setup to enable more work space. One day went in installing all monitors and computers. Every cable is now tied with zip ties and there’s not a single cable on the floor. It was a huge job to tie everything but well worth it. All and all, I’m very happy with the new office. Lot’s of work space and the floor is awesome. Man, I’ll need to replace those ugly CRT’s with some shiny new LCD panels:</p>
<p><a href="http://cubicreality.pp.fi/images/blog/Notesweek11NewofficeandCE0.90RC4_1017F/toimisto_1.jpg" rel="lightbox[131]"><img title="toimisto_1" style="display: inline" height="76" alt="toimisto_1" src="http://cubicreality.pp.fi/images/blog/Notesweek11NewofficeandCE0.90RC4_1017F/toimisto_1_thumb.jpg" width="102" /></a><a href="http://cubicreality.pp.fi/images/blog/Notesweek11NewofficeandCE0.90RC4_1017F/toimisto_2.jpg" rel="lightbox[131]"><img title="toimisto_2" style="display: inline" height="76" alt="toimisto_2" src="http://cubicreality.pp.fi/images/blog/Notesweek11NewofficeandCE0.90RC4_1017F/toimisto_2_thumb.jpg" width="102" /></a><a href="http://cubicreality.pp.fi/images/blog/Notesweek11NewofficeandCE0.90RC4_1017F/toimisto_3.jpg" rel="lightbox[131]"><img title="toimisto_3" style="display: inline" height="76" alt="toimisto_3" src="http://cubicreality.pp.fi/images/blog/Notesweek11NewofficeandCE0.90RC4_1017F/toimisto_3_thumb.jpg" width="102" /></a><a href="http://cubicreality.pp.fi/images/blog/Notesweek11NewofficeandCE0.90RC4_1017F/toimisto_4.jpg" rel="lightbox[131]"><img title="toimisto_4" style="display: inline" height="76" alt="toimisto_4" src="http://cubicreality.pp.fi/images/blog/Notesweek11NewofficeandCE0.90RC4_1017F/toimisto_4_thumb.jpg" width="102" /></a><a href="http://cubicreality.pp.fi/images/blog/Notesweek11NewofficeandCE0.90RC4_1017F/toimisto_hdr_2.jpg" rel="lightbox[131]"><img title="toimisto_hdr_2" style="display: inline" height="76" alt="toimisto_hdr_2" src="http://cubicreality.pp.fi/images/blog/Notesweek11NewofficeandCE0.90RC4_1017F/toimisto_hdr_2_thumb.jpg" width="102" /></a> </p>
<p>Some progress on CE despite the office project. I added toolbar button for QuickView tab. Those who are updating CE, use the customizer to add that button. It’s under Navigation category. I also made it so that if you have a file selected and you press QuickView button (or Text Editor button), the selected file is opened. Same works in File Search (middle clicks work now too). As Tommy suggested, I’m calling this build 0.90 RC 4. Next week I’ll tweak the icons a bit and then we can release 0.90 final. It’s time to replace that old “stable” release.</p>
<p><strong><u>Change Log</u></strong></p>
<ul>
<li>Now Ctrl+F4 closes tabs also </li>
<li>Added support for custom shell icon sizes. </li>
<li>Updated French translation. </li>
<li>Fixed bug in video players seek bar when watching long videos. </li>
<li>Made video players seek bar more precise. </li>
<li>Made GIF images open in QuickView. </li>
<li>Files from File Search can now be opened in QuickView and Text Editor. </li>
<li>Made Alt+Right Click to work in File Search. </li>
<li>Text Editor action now opens selected file. If there&#8217;s no selection, an empty document is opened. </li>
<li>Added QuickView action. </li>
</ul>
<p><em><strong>*UPDATE*       <br /></strong>Version 0.90.0.1109 had a bug which made folders and bookmarks have lot of whitespace. It&#8217;s fix in 0.90.0.1111. Re-download if needed.</em></p>
<ul></ul>
<p><strong>CubicExplorer 0.90 RC 4 (0.90.0.1111)</strong>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_0.90rc4_Setup.exe">Installer (2.1MB)</a>    <br /><a href="http://cubicreality.pp.fi/files/ce/CubicExplorer_0.90rc4.zip">Zip (2.4MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubicreality.com/2009/03/13/notes-week-11-new-office-and-ce-090-rc-4/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
