<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>David Seth</title>
        <link>http://davidseth.net/blog/Default.aspx</link>
        <description>Semantic Web &amp;amp; my backyard</description>
        <language>en-AU</language>
        <copyright>David Peterson</copyright>
        <managingEditor>david@davidseth.net</managingEditor>
        <generator>Subtext Version 1.9.5.177</generator>
        <image>
            <title>David Seth</title>
            <url>http://davidseth.net/images/RSS2Image.gif</url>
            <link>http://davidseth.net/blog/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>G'day Nova</title>
            <category>Semantic Web</category>
            <link>http://davidseth.net/blog/archive/2008/03/09/gday-nova.aspx</link>
            <description>&lt;p&gt;Before I begin telling you why I would like early access to Twine I would just like to thank you. I first sent you an email about a year ago asking what Semantic Web conferences you would recommend. I was pretty new to the field and certainly had not yet met anyone I could even discuss the word "RDF" with. You were kind enough to send me an email back recommending &lt;a href="http://www.semantic-conference.com/"&gt;SemTech&lt;/a&gt; in San Jose, May 07.&lt;/p&gt;  &lt;p&gt;I took your advice and haven't looked back yet... I work in Australia and my company is now working with many of the leading marine science agencies to find ways of accelerating research into climate change. We are using Semantic Web technologies along with open access policies to come up with clever solutions to nearly impossible situations. So I just wanted to let you know what your "small" reply to me over a year ago has lead to.&lt;/p&gt;  &lt;p&gt;There are many reasons why I would love to get my hands on Twine, but I will only go into two right now to keep this post short.&lt;/p&gt;  &lt;p&gt;1. My regular &lt;a href="http://www.sitepoint.com/articlelist/497"&gt;blogging&lt;/a&gt; is done with &lt;a href="http://www.sitepoint.com/"&gt;SitePoint&lt;/a&gt; (one of the most visited Web developer sites around). That is a good thing because the people that frequent the site are not your regular Semantic Web junkies, in fact, they are pretty much in the opposite camp. So it is the perfect venue to help persuade a HUGE audience of developers into drinking the Semantic Web kool-aid :)&lt;/p&gt;  &lt;p&gt;2. I previously mentioned our work with climate change researchers and science groups and they are just begging for a tool like Twine (although they don't know it yet). I would love to pry and dig my way around to see how it could benefit their important work.&lt;/p&gt;&lt;img src="http://davidseth.net/blog/aggbug/26.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2008/03/09/gday-nova.aspx</guid>
            <pubDate>Sun, 09 Mar 2008 11:27:23 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/26.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2008/03/09/gday-nova.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/26.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/26.aspx</trackback:ping>
        </item>
        <item>
            <title>Running D2R server with MS SQL 2005</title>
            <category>Semantic Web</category>
            <link>http://davidseth.net/blog/archive/2008/02/11/Running-D2R-server-with-MS-SQL-2005.aspx</link>
            <description>&lt;p&gt;I was having trouble getting &lt;a href="http://www4.wiwiss.fu-berlin.de/bizer/d2r-server/index.html"&gt;D2R server&lt;/a&gt; running on my machine. Now, I know this worked in the past with no problems, but that was a few months ago. I think my version of MS SQL 2005 Express has been updated since then, but I wasn't sure.&lt;/p&gt;  &lt;p&gt;Anyway, I couldn't get the thing to run. I kept getting the following error message:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;code&gt;The connection to the named instance  has failed. Error: java.net.SocketTimeoutException: Receive timed out.&lt;/code&gt; &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I was using the exact same configuration file as before so I was getting very frustrated. &lt;/p&gt;  &lt;blockquote&gt;&lt;code&gt;map:database a d2rq:Database;      &lt;br /&gt;    d2rq:jdbcDriver "com.microsoft.sqlserver.jdbc.SQLServerDriver";       &lt;br /&gt;    d2rq:jdbcDSN "jdbc:sqlserver://david-xps;instanceName=sqlexpress;databaseName=xxxx";       &lt;br /&gt;    d2rq:username "xxxx";       &lt;br /&gt;    d2rq:password "xxxx";       &lt;br /&gt;    .&lt;/code&gt; &lt;/blockquote&gt;  &lt;p&gt;I did a search and came across this Microsoft doc - &lt;a href="http://support.microsoft.com/kb/265808"&gt;How to connect to a named instance of SQL Server 2005 or SQL Server 2000 by using the client tools in the earlier version of SQL Server&lt;/a&gt;. I was running a named instance of SQLEXPRESS so I followed the directions from the doc:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Open SQL Server Configuration Manager, and then expand &lt;strong&gt;SQL Server 2005 Network Configuration&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Protocols for &lt;var&gt;InstanceName&lt;/var&gt;&lt;/strong&gt;, and then double-click &lt;strong&gt;TCP/IP&lt;/strong&gt; in the right panel.       &lt;br /&gt;&lt;b&gt;Note &lt;/b&gt;&lt;var&gt;InstanceName&lt;/var&gt; is a placeholder for the named instance of SQL Server 2005. &lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;Protocol&lt;/strong&gt; tab, notice the value of the &lt;strong&gt;Listen All&lt;/strong&gt; item. &lt;/li&gt;    &lt;li&gt;Click the &lt;strong&gt;IP Addresses&lt;/strong&gt; tab:       &lt;ol&gt;       &lt;li&gt;If the value of &lt;strong&gt;Listen All&lt;/strong&gt; is &lt;b&gt;yes&lt;/b&gt;, the TCP/IP port number for this instance of SQL Server 2005 is the value of the &lt;strong&gt;TCP Dynamic Ports&lt;/strong&gt; item under &lt;strong&gt;IPAll&lt;/strong&gt;. &lt;/li&gt;        &lt;li&gt;If the value of &lt;strong&gt;Listen All&lt;/strong&gt; is &lt;b&gt;no&lt;/b&gt;, the TCP/IP port number for this instance of SQL Server 2005 is the value of the &lt;strong&gt;TCP Dynamic Ports&lt;/strong&gt; item for a specific IP address &lt;/li&gt;     &lt;/ol&gt;   &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Note&lt;/b&gt; If the value of the &lt;strong&gt;TCP Dynamic Ports&lt;/strong&gt; item is not set, you must set it yourself. For more information about how to configure a server to listen on a specific TCP port, visit the following Microsoft Developer Network (MSDN) Web site: &lt;i&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/ms177440.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms177440.aspx&lt;/a&gt; (&lt;a href="http://msdn2.microsoft.com/en-us/library/ms177440.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms177440.aspx&lt;/a&gt;)&lt;/i&gt;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt;. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;So, after all that, I used the TCP Dynamic Ports value and plugged it in to my connection string:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;code&gt;d2rq:jdbcDSN "jdbc:sqlserver://david-xps:&lt;strong&gt;&lt;font color="#ff0000"&gt;49417&lt;/font&gt;&lt;/strong&gt;;instanceName=sqlexpress;databaseName=xxxx";&lt;/code&gt;&lt;/p&gt;    &lt;p&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;And it worked like a charm!&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:85d27a6e-95a0-4723-968f-3564d5efd692" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us Tags: &lt;a href="http://del.icio.us/popular/D2R" rel="tag"&gt;D2R&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/D2RQ" rel="tag"&gt;D2RQ&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/SQL2005" rel="tag"&gt;SQL2005&lt;/a&gt;&lt;/div&gt;&lt;img src="http://davidseth.net/blog/aggbug/25.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2008/02/11/Running-D2R-server-with-MS-SQL-2005.aspx</guid>
            <pubDate>Mon, 11 Feb 2008 10:40:21 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/25.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2008/02/11/Running-D2R-server-with-MS-SQL-2005.aspx#feedback</comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/25.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/25.aspx</trackback:ping>
        </item>
        <item>
            <title>Installing Drupal on Apache and getting .htaccess errors all over the place - fixed!</title>
            <link>http://davidseth.net/blog/archive/2008/02/10/Installing-Drupal-on-Apache-and-getting-.htaccess-errors-all-over.aspx</link>
            <description>&lt;p&gt;I was &lt;em&gt;trying &lt;/em&gt;to get Drupal installed on a shared linux host and having no luck at it. After a few hours of 500 error pages I went to sleep.&lt;/p&gt;  &lt;p&gt;Woke up fresh (well sort of) and bit the bullet and did a Google search... Came across this forum &lt;a href="http://drupal.org/node/50852#comment-620028"&gt;post&lt;/a&gt; and that solved it. I had to edit my httpd.conf file and change the line:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;AllowOverride FileInfo Options&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;to&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;AllowOverride All&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;And up popped the the Drupal installation wizard! Yeah. I wish this was on the Drupal site for the &lt;a href="http://drupal.org/getting-started/5/install/download"&gt;installation&lt;/a&gt; (anyone listening?). &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e6877512-30af-4c38-876c-0fc624843b7a" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us Tags: &lt;a href="http://del.icio.us/popular/drupal" rel="tag"&gt;drupal&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/apache" rel="tag"&gt;apache&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/500" rel="tag"&gt;500&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/allowoverride" rel="tag"&gt;allowoverride&lt;/a&gt;&lt;/div&gt;&lt;img src="http://davidseth.net/blog/aggbug/24.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2008/02/10/Installing-Drupal-on-Apache-and-getting-.htaccess-errors-all-over.aspx</guid>
            <pubDate>Sat, 09 Feb 2008 23:53:05 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/24.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2008/02/10/Installing-Drupal-on-Apache-and-getting-.htaccess-errors-all-over.aspx#feedback</comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/24.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/24.aspx</trackback:ping>
        </item>
        <item>
            <title>Incomprehensible</title>
            <link>http://davidseth.net/blog/archive/2007/12/07/Incomprehensible.aspx</link>
            <description>&lt;p&gt;It is with trembling fingers, watery eyes and a heavy, heavy heart that I write this. A warm and gentle person I met at a conference earlier this year and had the pleasure to personally talk with has lost his three daughters due to a tragic house fire. Chimezie Ogbuji and his wife Roschelle have lost so much, I can not even fathom. I pray that they will be okay...&lt;/p&gt;  &lt;p&gt;A charitable trust has been set up in the memory of the three girls. &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;The &lt;a href="http://thekingdomkids.org/"&gt;Kingdom Kids&lt;/a&gt; will provide families information and support to help protect other young children from the hazards of house fires.&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://davidseth.net/blog/aggbug/23.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/12/07/Incomprehensible.aspx</guid>
            <pubDate>Thu, 06 Dec 2007 14:42:33 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/23.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/12/07/Incomprehensible.aspx#feedback</comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/23.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/23.aspx</trackback:ping>
        </item>
        <item>
            <title>Sacrifices</title>
            <category>Family</category>
            <link>http://davidseth.net/blog/archive/2007/11/29/Sacrifices.aspx</link>
            <description>&lt;p&gt;My brother is in the Marines and he is stationed in the Pacific. He was due to be back in the States before Christmas but due to the typhoon in Bangladesh they have been re-deployed. There has not been an official call yet by the Bangladesh government for help, but they are going to ready in case they are required. Depending on the situation they may / may not make it back in time for the holidays.&lt;/p&gt;  &lt;p&gt;The military is capable of many things, but its use in humanitarian efforts is something that doesn't get talked about as much as it should.&lt;/p&gt;  &lt;p&gt;I know that the States gets a bad rap for many things, but the actual people are good people. I have spent time with some of my brothers colleagues and they are wonderful people. They sacrifice a lot for their country.&lt;/p&gt;&lt;img src="http://davidseth.net/blog/aggbug/22.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/11/29/Sacrifices.aspx</guid>
            <pubDate>Wed, 28 Nov 2007 14:09:00 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/22.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/11/29/Sacrifices.aspx#feedback</comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/22.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/22.aspx</trackback:ping>
        </item>
        <item>
            <title>Canon releases new Vista codec for .CRW!</title>
            <link>http://davidseth.net/blog/archive/2007/11/25/canon-releases-new-vista-codec-for-.crw.aspx</link>
            <description>&lt;p&gt;I have been waiting for this for, let me see, one year... but finally they have released a .CRW codec for Vista. This allows me to use the RAW files that my 10d has been writing natively in Vista and the Photo Gallery app. Canon released a version for the CR2 format but I had thought they were just going to leave the older (but still wonderful) cameras out in the cold.&lt;/p&gt;  &lt;p&gt;I must add that Canon has always done a great job of driver support and had some of the earliest Vista drivers and support many older hardware as well.&lt;/p&gt;  &lt;p&gt;Well done Canon, I can know properly manage my thousands of RAW files with my many more thousands of jpgs. &lt;/p&gt;  &lt;p&gt;&lt;strike&gt;Oh, here is the link: &lt;/strike&gt;&lt;a title="http://www.canon.com.au/products/cameras/digital_slr/eos_10d_drivers.aspx" href="http://www.canon.com.au/products/cameras/digital_slr/eos_10d_drivers.aspx"&gt;&lt;strike&gt;http://www.canon.com.au/products/cameras/digital_slr/eos_10d_drivers.aspx&lt;/strike&gt;&lt;/a&gt;&lt;strike&gt;, click on the driver downloads link. It is called Canon RAW Codec 1.2 for Windows Vista  and was release last month.&lt;/strike&gt;&lt;/p&gt;  &lt;p&gt;25/02/08 - UPDATE&lt;/p&gt;  &lt;p&gt;James has just left a comment saying the old location no longer worked and he emailed me the new location of the file. It appears that Canon have released an update to ver 1.2 of the codec. It now supports pretty much the entire RAW lineup all the way back to the D30. That is great.&lt;/p&gt;  &lt;p&gt;I have a G1 (haven't used it in awhile) but in its day it was a top camera. I took loads of photos with it and many RAW images so it looks like this update will now cover all my images. &lt;/p&gt;  &lt;p&gt;Here is the new location:&lt;/p&gt;  &lt;p&gt;&lt;a title="Canon RAW 1.2" href="http://software.canon-europe.com/software/0026049.asp"&gt;http://software.canon-europe.com/software/0026049.asp&lt;/a&gt;&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f45b4aff-c349-4622-8acd-31c73303441c" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us Tags: &lt;a href="http://del.icio.us/popular/canon" rel="tag"&gt;canon&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/raw" rel="tag"&gt;raw&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/crw" rel="tag"&gt;crw&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/10d" rel="tag"&gt;10d&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/1g" rel="tag"&gt;1g&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/codec" rel="tag"&gt;codec&lt;/a&gt;&lt;/div&gt;&lt;img src="http://davidseth.net/blog/aggbug/21.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/11/25/canon-releases-new-vista-codec-for-.crw.aspx</guid>
            <pubDate>Sun, 25 Nov 2007 01:15:26 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/21.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/11/25/canon-releases-new-vista-codec-for-.crw.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/21.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/21.aspx</trackback:ping>
        </item>
        <item>
            <title>Photos from Busan, Korea</title>
            <category>Semantic Web</category>
            <link>http://davidseth.net/blog/archive/2007/11/12/Photos-from-Busan-Korea.aspx</link>
            <description>&lt;p&gt;I am putting some of my photos online from Busan, South Korea where the ISWC2007 conference is taking place. Please take a look.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.flickr.com/photos/davidsethp/tags/iswc2007/" href="http://www.flickr.com/photos/davidsethp/tags/iswc2007/"&gt;http://www.flickr.com/photos/davidsethp/tags/iswc2007/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;   &lt;/p&gt;&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e8fabfd8-3366-41f6-9b89-79573995138a" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Flickr Tags: &lt;a href="http://flickr.com/photos/tags/iswc2007" rel="tag"&gt;iswc2007&lt;/a&gt;, &lt;a href="http://flickr.com/photos/tags/busan" rel="tag"&gt;busan&lt;/a&gt;&lt;/div&gt;   &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9f0794bd-9df8-4cdb-a737-de47fe4767c9" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/iswc2007" rel="tag"&gt;iswc2007&lt;/a&gt;, &lt;a href="http://technorati.com/tags/busan" rel="tag"&gt;busan&lt;/a&gt;&lt;/div&gt;&lt;img src="http://davidseth.net/blog/aggbug/20.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/11/12/Photos-from-Busan-Korea.aspx</guid>
            <pubDate>Mon, 12 Nov 2007 02:46:52 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/20.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/11/12/Photos-from-Busan-Korea.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/20.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/20.aspx</trackback:ping>
        </item>
        <item>
            <title>W3C's New Marketing for the Semantic Web</title>
            <category>Semantic Web</category>
            <link>http://davidseth.net/blog/archive/2007/10/12/W3Cs-New-Marketing-for-the-Semantic-Web.aspx</link>
            <description>&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d8a64a61-36b8-463a-8d60-8e86ba6ecc94" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us Tags: &lt;a href="http://del.icio.us/popular/semweb" rel="tag"&gt;semweb&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/w3c" rel="tag"&gt;w3c&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;&lt;img style="margin: 0px 15px 0px 0px" src="http://www.w3.org/Icons/SW/sw-cube.png" align="left" /&gt;The W3C has a new set of icons for the Semantic Web. About time. Marketing and looks are important and for the Semantic Web to begin to sink in a re-branding was/is necessary.&lt;/p&gt;  &lt;p&gt;I congratulate the W3C on a smart move. Although I do question the box theme? The logo makes me thing small, I know it has an upturned corner to invite, but to me, box = closed.&lt;/p&gt;  &lt;p&gt;Anyway, it was a good move. &lt;/p&gt;&lt;img src="http://davidseth.net/blog/aggbug/18.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/10/12/W3Cs-New-Marketing-for-the-Semantic-Web.aspx</guid>
            <pubDate>Thu, 11 Oct 2007 15:32:30 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/18.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/10/12/W3Cs-New-Marketing-for-the-Semantic-Web.aspx#feedback</comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/18.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/18.aspx</trackback:ping>
        </item>
        <item>
            <title>ISWC2007 - All in order...</title>
            <category>Semantic Web</category>
            <link>http://davidseth.net/blog/archive/2007/10/11/ISWC2007--All-in-order.aspx</link>
            <description>&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:901386b8-917a-4bb5-ba10-c55ea7db454a" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;del.icio.us Tags: &lt;a href="http://del.icio.us/popular/iswc2007" rel="tag"&gt;iswc2007&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/semweb" rel="tag"&gt;semweb&lt;/a&gt;, &lt;a href="http://del.icio.us/popular/busan" rel="tag"&gt;busan&lt;/a&gt;&lt;/div&gt;  &lt;p&gt;Finally booked at the Seacloud. It is amazingly tough to find ratings or unbiased information on places to stay in South Korea. I know they are one of the most connected countries in the world so that is what makes it so odd.&lt;/p&gt;  &lt;p&gt;Seacloud looks great and it has 100mbs connections free in-room.&lt;/p&gt;&lt;img src="http://davidseth.net/blog/aggbug/17.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/10/11/ISWC2007--All-in-order.aspx</guid>
            <pubDate>Thu, 11 Oct 2007 12:51:21 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/17.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/10/11/ISWC2007--All-in-order.aspx#feedback</comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/17.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/17.aspx</trackback:ping>
        </item>
        <item>
            <title>SmugMug supporting FOAF and other open standards</title>
            <category>Semantic Web</category>
            <link>http://davidseth.net/blog/archive/2007/10/06/SmugMug-supporting-FOAF-and-other-open-standards.aspx</link>
            <description>&lt;p&gt;Just read this on their blog, it has been in place for a few weeks now. Great news, I have a develop account so plan on using this new feature in the &lt;a href="http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/LinkingOpenData"&gt;Linking Open Data&lt;/a&gt; kind of way.&lt;/p&gt;  &lt;p&gt;Here is a quote from the &lt;a href="http://blogs.smugmug.com/don/2007/09/21/smugmug-supports-xfn-foaf/"&gt;blog&lt;/a&gt;:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;I’m absolutely positive we’re barely scratching the surface, and people like David will set me straight, but at least we’re making forward progress - 150K SmugMug accounts now have auto-discoverable FOAF, embedded XFN, and are OpenID endpoints.&lt;/p&gt;    &lt;p&gt;What does this mean for you? It means, hopefully, that SmugMug can play nicely with other social applications on the web. Your network of friends &amp;amp; family is now published in machine-readable formats so that other networks can do intelligent things with that data. How exactly this will happen remains to be seen, but there are lots of bright people thinking about it, so hopefully it’ll happen. &lt;/p&gt;    &lt;p&gt;At the very least, when the &lt;a href="http://radar.oreilly.com/archives/2007/03/the_future_of_w_1.html"&gt;Semantic Web actually works in the year 2022&lt;/a&gt;, SmugMug will be ready. &lt;img alt=":)" src="http://blogs.smugmug.com/don/wp-includes/images/smilies/icon_smile.gif" /&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;It is good to see that such a great photo sharing site (&lt;a href="http://www.smugmug.com/"&gt;SmugMug&lt;/a&gt;)  has such forward looking developers.&lt;/p&gt;&lt;img src="http://davidseth.net/blog/aggbug/16.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Peterson</dc:creator>
            <guid>http://davidseth.net/blog/archive/2007/10/06/SmugMug-supporting-FOAF-and-other-open-standards.aspx</guid>
            <pubDate>Sat, 06 Oct 2007 11:06:21 GMT</pubDate>
            <wfw:comment>http://davidseth.net/blog/comments/16.aspx</wfw:comment>
            <comments>http://davidseth.net/blog/archive/2007/10/06/SmugMug-supporting-FOAF-and-other-open-standards.aspx#feedback</comments>
            <wfw:commentRss>http://davidseth.net/blog/comments/commentRss/16.aspx</wfw:commentRss>
            <trackback:ping>http://davidseth.net/blog/services/trackbacks/16.aspx</trackback:ping>
        </item>
    </channel>
</rss>