<?xml version="1.0" encoding="utf-8"?>
<!--Generated by Atom.NET-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<title>OmniPortal Blog</title>
<link rel="alternate" type="text/html" href="http://www.zigamorph.com/Default.aspx/Blog/" />
<link rel="service.feed" type="text/plain" href="http://www.zigamorph.com/Default.aspx/Blog/?feed" />
<id>http://www.zigamorph.com/Default.aspx/Blog/</id>
<generator url="http://atomnet.sourceforge.net/" version="0.4.3.25247">Generated by Atom.NET</generator>
<modified>2006-01-20T12:02:10Z</modified>
<mf:moduleID xmlns:mf="http://tempurl.org/">a7181415-44bc-48aa-9519-2afc69dcb92a</mf:moduleID>
<mf:generator xmlns:mf="http://tempurl.org/">ManagedFusion 1.0</mf:generator>
<entry>
<title>OmniPortal 2005.0 out in the wild</title>
<link rel="alternate" type="text/html" href="http://omniportal.net/Default.aspx/Blog/archive/6.aspx" title="OmniPortal 2005.0 out in the wild" />
<author>
<name> </name>
</author>
<id>http://www.zigamorph.com/Default.aspx/archive/6.aspx</id>
<modified>2006-01-20T12:02:10Z</modified>
<issued>2005-03-14T07:32:38Z</issued>
<created>2005-03-14T07:32:38Z</created>
<content type="text/html" mode="escaped">&lt;p&gt;I am starting to get many responses from people interested in OmniPortal.&amp;nbsp; While I am going to hold off the party until I actually see some solid progress I am happy to see the wonderful responses from everybody.&lt;/p&gt;
&lt;p&gt;Hello World. &lt;img src=&quot;/aspnet_client/FCKeditor/editor/images/smiley/msn/wink_smile.gif&quot; alt=&quot;&quot;/&gt;&lt;/p&gt;</content>
</entry>
<entry>
<title>How to Start a Startup</title>
<link rel="alternate" type="text/html" href="http://blog.omniportal.net/Default.aspx/archive/4.aspx" title="How to Start a Startup" />
<author>
<name>Nick Berardi</name>
</author>
<id>http://www.zigamorph.com/Default.aspx/archive/4.aspx</id>
<modified>2005-03-28T08:24:55Z</modified>
<issued>2005-03-10T12:53:20Z</issued>
<created>2005-03-10T12:53:20Z</created>
<content type="text/html" mode="escaped">&lt;p&gt;I found this &lt;a href=&quot;http://www.paulgraham.com/start.html&quot;&gt;great article&lt;/a&gt; by &lt;a href=&quot;http://www.paulgraham.com/index.html&quot;&gt;Paul Graham&lt;/a&gt;.&amp;nbsp; It basically tells you how to start your own startup.&amp;nbsp; In the article he gives you three basic rules when starting your own business.&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;font size=&quot;2&quot;&gt;start with good people&lt;/font&gt; &lt;/li&gt;
    &lt;li&gt;&lt;font size=&quot;2&quot;&gt;make something customers actually want&lt;/font&gt; &lt;/li&gt;
    &lt;li&gt;&lt;font size=&quot;2&quot;&gt;spend as little money as possible&lt;/font&gt; &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;He goes on to explain, &amp;quot;Most startups that fail do it because they fail at one of these. A startup that does all three will probably succeed.&amp;quot;&amp;nbsp; I totally agree with these three rules, they are rules that I have been trying to drive into a&amp;nbsp;friends head.&amp;nbsp; He is a big idea person, and while he flies high, I tend to try and ground hime with the reality of these three rules.&amp;nbsp; If he is still flying high after he has these three things worked out then it is probably a good idea.&lt;/p&gt;</content>
</entry>
<entry>
<title>WinFS To Be Available on Windows XP</title>
<link rel="alternate" type="text/html" href="http://www.zigamorph.com/Default.aspx/Blog/archive/3.aspx" title="WinFS To Be Available on Windows XP" />
<author>
<name>Nick Berardi</name>
</author>
<id>http://www.zigamorph.com/Default.aspx/archive/3.aspx</id>
<modified>2005-03-06T13:09:36Z</modified>
<issued>2005-03-06T13:09:36Z</issued>
<created>2005-03-06T13:09:36Z</created>
<content type="text/html" mode="escaped">Microsoft &lt;a href=&quot;http://www.microsoft-watch.com/article2/0,1995,1772619,00.asp&quot;&gt;may not be willing&lt;/a&gt; to talk file-system futures, but it is working to back-port its future file-system technology to Windows XP.</content>
</entry>
<entry>
<title>How Google Maps Works</title>
<link rel="alternate" type="text/html" href="http://omniportal.net/Default.aspx/Blog/archive/2.aspx" title="How Google Maps Works" />
<author>
<name>Nick Berardi</name>
</author>
<id>http://www.zigamorph.com/Default.aspx/archive/2.aspx</id>
<modified>2005-02-22T19:48:18Z</modified>
<issued>2005-02-22T19:44:36Z</issued>
<created>2005-02-22T19:44:36Z</created>
<content type="text/html" mode="escaped">Found this &lt;a href=&quot;http://jgwebber.blogspot.com/2005/02/mapping-google.html&quot;&gt;great article&lt;/a&gt; that explains how &lt;a href=&quot;http://maps.google.com&quot;&gt;Google Maps&lt;/a&gt; works.&amp;nbsp; It seems to be an original combination of DHTML, CSS, JavaScript, XML, and XSLT.&amp;nbsp; The built in XSLT engine transforms the XML to HTML which also explains why Google Maps only works on IE and Mozilla, it appears that this was a Microsoft technology that was later copied by Mozilla.&amp;nbsp; The others such as Safari and Opera lack a built-in XSLT processor.
&lt;br/&gt;&lt;br/&gt;
In the future it may look like Google will open up the API or at least allow XML packets to be sent from the Google Maps site.&amp;nbsp; As &lt;a href=&quot;http://infoworld.com/89&quot;&gt;Jon Udell&lt;/a&gt; points out you use to be able to append the term &amp;quot;output=xml&amp;quot; to any Google Maps URL, the server then sent back an XML packet, however since Udell's writing of this the feature has been disabled.
&lt;br/&gt;&lt;br/&gt;
The article can be found at &lt;a href=&quot;http://jgwebber.blogspot.com/2005/02/mapping-google.html&quot;&gt;http://jgwebber.blogspot.com/2005/02/mapping-google.html&lt;/a&gt;.</content>
</entry>
<entry>
<title>Welcome</title>
<link rel="alternate" type="text/html" href="http://www.zigamorph.com/Default.aspx/Blog/archive/1.aspx" title="Welcome" />
<author>
<name>Nick Berardi</name>
</author>
<id>http://www.zigamorph.com/Default.aspx/archive/1.aspx</id>
<modified>2005-02-14T13:03:41Z</modified>
<issued>2005-02-14T13:03:41Z</issued>
<created>2005-02-14T13:03:41Z</created>
<content type="text/html" mode="escaped">Welcome to my blog everybody is welcome to take a gander at what I am doing.&amp;nbsp; I put together this blog to show case and to demonstrate the capabilities&amp;nbsp;of &lt;a href=&quot;http://sourceforge.net/projects/omniportal&quot;&gt;OmniPortal&lt;/a&gt;. Periotically I will be posting to this blog to explain some of the new features that are included with the most current release of OmniPortal.</content>
</entry>
</feed>
