<?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>Matt Luce &#187; technology</title>
	<atom:link href="http://mattluce.com/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattluce.com/blog</link>
	<description>Established 1975</description>
	<lastBuildDate>Sun, 04 Oct 2009 16:37:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Evoluent Vertical Mouse</title>
		<link>http://mattluce.com/blog/2009/10/04/evoluent-vertical-mouse/</link>
		<comments>http://mattluce.com/blog/2009/10/04/evoluent-vertical-mouse/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 16:37:24 +0000</pubDate>
		<dc:creator>Matt Luce</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://mattluce.com/blog/?p=145</guid>
		<description><![CDATA[I&#8217;ve been using the Evoluent Vertical Mouse for a month or so at both work and home.  I have to say, it has definitely helped the pain in my arm when using my computer.  I&#8217;m glad I picked it up.  A few things about it I don&#8217;t like:
1. The precision is not [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using the <a href="http://www.evoluent.com/">Evoluent Vertical Mouse</a> for a month or so at both work and home.  I have to say, it has definitely helped the pain in my arm when using my computer.  I&#8217;m glad I picked it up.  A few things about it I don&#8217;t like:</p>
<p>1. The precision is not great.  It can be difficult to zero in on what I&#8217;m trying to click on.<br />
2. It does put a bit of pressure on my thumb.</p>
<p>Overall, very happy with it though.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattluce.com/blog/2009/10/04/evoluent-vertical-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Green Disk</title>
		<link>http://mattluce.com/blog/2008/05/04/green-disk/</link>
		<comments>http://mattluce.com/blog/2008/05/04/green-disk/#comments</comments>
		<pubDate>Sun, 04 May 2008 18:28:11 +0000</pubDate>
		<dc:creator>Matt Luce</dc:creator>
				<category><![CDATA[environment]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://mattluce.com/blog/2008/05/04/green-disk/</guid>
		<description><![CDATA[I found this great company called  Green Disk that will recycle my technology trash.  Unfortunately, their site is a bit klunky.  When trying to place an order, I received the following error:
Credit Card Authorization Failed. The following field(s) are invalid: (totalGrand)
For some reason, the items I had ordered did not save to [...]]]></description>
			<content:encoded><![CDATA[<p>I found this great company called <a href="http://www.greendisk.org"> Green Disk</a> that will recycle my technology trash.  Unfortunately, their site is a bit klunky.  When trying to place an order, I received the following error:</p>
<p>Credit Card Authorization Failed. The following field(s) are invalid: (totalGrand)</p>
<p>For some reason, the items I had ordered did not save to my shopping cart.  I was able to overcome this issue by clicking &#8220;update cart&#8221; before checking out.  This saved the items in my cart, and allowed me to place the order.  I&#8217;m posting this because I get the sense that many users are experiencing the same problem (based on my conversation with green disk tech support).  I like what they are doing at Green Disk, so I am hoping this post will help someone else to use their site.  Maybe Green Disk will read this and actually fix the problem.</p>
<div class="ttag">tags: <a href="http://www.technorati.com/tag/recycling" rel="tag">recycling</a>, <a href="http://www.technorati.com/tag/technology" rel="tag">technology</a></div>]]></content:encoded>
			<wfw:commentRss>http://mattluce.com/blog/2008/05/04/green-disk/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Weblogic Web Services With Spring Framework</title>
		<link>http://mattluce.com/blog/2006/02/27/weblogic-web-services-with-spring-framework/</link>
		<comments>http://mattluce.com/blog/2006/02/27/weblogic-web-services-with-spring-framework/#comments</comments>
		<pubDate>Tue, 28 Feb 2006 03:17:49 +0000</pubDate>
		<dc:creator>Matt Luce</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://mattluce.com/blog/2006/02/27/weblogic-web-services-with-spring-framework/</guid>
		<description><![CDATA[Recently, I was trying to connect to a web service with the Spring Framework JaxRpcPortProxyFactoryBean.  The web service and client code were generated with the weblogic servicegen and clientgen ant tasks respectively.
I found this example on the dev2dev site:
http://dev2dev.bea.com/pub/a/2005/09/spring_integration_weblogic_server.html?page=3
Unfortunately, it didn&#8217;t work for me.  I spent almost an entire day trying to get [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I was trying to connect to a web service with the <a href="http://www.springframework.org/">Spring Framework</a> <a href="http://www.springframework.org/docs/api/org/springframework/remoting/jaxrpc/JaxRpcPortProxyFactoryBean.html">JaxRpcPortProxyFactoryBean</a>.  The web service and client code were generated with the weblogic <a href="http://edocs.bea.com/wls/docs81/webserv/anttasks.html#1063540">servicegen</a> and <a href="http://edocs.bea.com/wls/docs81/webserv/anttasks.html#1080160">clientgen</a> ant tasks respectively.</p>
<p>I found this example on the dev2dev site:<br />
<a href="http://dev2dev.bea.com/pub/a/2005/09/spring_integration_weblogic_server.html?page=3">http://dev2dev.bea.com/pub/a/2005/09/spring_integration_weblogic_server.html?page=3</a></p>
<p>Unfortunately, it didn&#8217;t work for me.  I spent almost an entire day trying to get it to work.  So, in hopes of saving someone else some time, I&#8217;ve posted the correct way to make this work below.  The example in the article is incorrect in one place.  It uses the wsdlDocumentUrl attribute of the JaxRpcPortProxyFactoryBean.  However, that attribute is a java.net.URL, not a String, so setting it with a string value will not work.  The value I entered for the wsdDocumentlUrl had no effect. Instead, you need to set the wsdl URL on the Impl class generated by clientgen, by passing it into the constructor as seen in the second bean definition below.</p>
<pre>
<code>
&lt;bean id="investorWebService"
        class="org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean" lazy-init="true"&gt;
   &lt;property name="portName"&gt;
            &lt;value&gt;InvestorServicePort&lt;/value&gt;
    &lt;/property&gt;
    &lt;property name="serviceInterface"&gt;
            &lt;value&gt;com.xxx.fmg.investorservice.common.ws.InvestorServicePort&lt;/value&gt;
    &lt;/property&gt;
    &lt;property name="jaxRpcService"&gt;
            &lt;ref bean="investorServiceImpl"/&gt;
    &lt;/property&gt;
&lt;/bean&gt;

&lt;!-- allows the jaxRpcService class to execute its constructor --&gt;
&lt;bean id="investorServiceImpl"
        class="com.xxx.fmg.investorservice.common.ws.InvestorService_Impl" lazy-init="true"&gt;
        &lt;constructor -arg&gt;
            &lt;value&gt;http://server:port/InvestorService/InvestorService?WSDL&lt;/value&gt;
        &lt;/constructor&gt;
&lt;/bean&gt;
</code>
</pre>
<p><a href="http://www.springframework.org/">Spring Framework 2.0</a> is coming out in the next few months.  Supposedly there are some great new Web Service tools in that release.  If that&#8217;s the case we can stop using the web service tools provided by BEA.</p>
<div class="ttag">tags: <a href="http://www.technorati.com/tag/spring+framework" rel="tag">spring framework</a>, <a href="http://www.technorati.com/tag/bea" rel="tag">bea</a>, <a href="http://www.technorati.com/tag/j2ee" rel="tag">j2ee</a>, <a href="http://www.technorati.com/tag/web+service" rel="tag">web service</a>, <a href="http://www.technorati.com/tag/weblogic" rel="tag">weblogic</a>, <a href="http://www.technorati.com/tag/java" rel="tag">java</a></div>]]></content:encoded>
			<wfw:commentRss>http://mattluce.com/blog/2006/02/27/weblogic-web-services-with-spring-framework/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wordpress 2 Update Complete</title>
		<link>http://mattluce.com/blog/2006/02/23/wordpress-2-update-complete/</link>
		<comments>http://mattluce.com/blog/2006/02/23/wordpress-2-update-complete/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 04:08:09 +0000</pubDate>
		<dc:creator>Matt Luce</dc:creator>
				<category><![CDATA[web/blogging]]></category>

		<guid isPermaLink="false">http://mattluce.com/blog/2006/02/23/wordpress-2-update-complete/</guid>
		<description><![CDATA[I finally made the jump to Wordpress 2.0.1.  It wasn&#8217;t really by choice.  Some mean hacker found my unpatched version of Wordpress 1.5, and exploited some security holes to send out some spam.  Never again will I fail to patch Wordpress   .  I didn&#8217;t have too many problems upgrading. [...]]]></description>
			<content:encoded><![CDATA[<p>I finally made the jump to <a href="http://wordpress.org/">Wordpress</a> <a href="http://wordpress.org/development/2006/01/201-release/">2.0.1</a>.  It wasn&#8217;t really by choice.  Some mean hacker found my unpatched version of Wordpress 1.5, and exploited some security holes to send out some spam.  Never again will I fail to patch Wordpress  <img src='http://mattluce.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  I didn&#8217;t have too many problems upgrading.  The database was kind of a pain.  I created a new DB, then tried to import data from the old DB.  Unfortunately I have too much data, so I had to import in small chunks.  So far, I don&#8217;t really see any real big improvement in <a href="http://wordpress.org/development/2006/01/201-release/">Wordpress 2</a>.  It does look a little nicer, but from what I see so far, not really worth the effort to upgrade.</p>
<p>Update: I had two plugins that didn&#8217;t work: <a href="http://www.webkeydesign.com/120/wp-shortstat-broken-with-wordpress-201/">WP-Shortstat</a> and <a href="http://redalt.com/wiki/Adhesive">Adhesive</a>.</p>
<div class="ttag">tags: <a href="http://www.technorati.com/tag/blog" rel="tag">blog</a>, <a href="http://www.technorati.com/tag/blogging" rel="tag">blogging</a>, <a href="http://www.technorati.com/tag/technology" rel="tag">technology</a>, <a href="http://www.technorati.com/tag/wordpress" rel="tag">wordpress</a></div>]]></content:encoded>
			<wfw:commentRss>http://mattluce.com/blog/2006/02/23/wordpress-2-update-complete/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Secure Passwords for Datasources in Spring</title>
		<link>http://mattluce.com/blog/2005/08/12/secure-passwords-for-datasources-in-spring/</link>
		<comments>http://mattluce.com/blog/2005/08/12/secure-passwords-for-datasources-in-spring/#comments</comments>
		<pubDate>Fri, 12 Aug 2005 21:22:54 +0000</pubDate>
		<dc:creator>Matt Luce</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://mattluce.com/blog/?p=30</guid>
		<description><![CDATA[Security requirements at my place of employment don&#8217;t allow for plain text passwords in any type of configuration files.  So we are forced to store passwords encrypted and then decrypt them in every application that needs to create a database connection.  This wasn&#8217;t an issue for applications that run in a container as [...]]]></description>
			<content:encoded><![CDATA[<p>Security requirements at my place of employment don&#8217;t allow for plain text passwords in any type of configuration files.  So we are forced to store passwords encrypted and then decrypt them in every application that needs to create a database connection.  This wasn&#8217;t an issue for applications that run in a container as Weblogic encrypts the password, but it really limited our use of <a href="http://www.springframework.org">Spring</a> in non-container apps.    To get around this, I&#8217;ve created a new subclass of the Spring implementation of javax.sql.Datasource (<a href="http://www.springframework.org/docs/api/org/springframework/jdbc/datasource/DriverManagerDataSource.html">org.springframework.jdbc.datasource.DriverManagerDataSource</a>)  : <em>SecureDriverManagerDataSource</em> which overrides the getPassword() and getConnectionFromDriverManager() methods and adds a new attribute: key.  In my implementation of this class, an encrypted password is expected, so before calling the getConnection() method, the password is decrypted using the key attribute.  Here is the source code:   </p>
<p>public class SecureDriverManagerDataSource extends DriverManagerDataSource<br />
{<br />
&nbsp;&nbsp;&nbsp; private String key;</p>
<p>&nbsp;&nbsp;&nbsp; public String getKey()<br />
&nbsp;&nbsp;&nbsp; {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return key;<br />
&nbsp;&nbsp;&nbsp; }</p>
<p>&nbsp;&nbsp;&nbsp; public void setKey(String key)<br />
&nbsp;&nbsp;&nbsp; {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this.key = key;<br />
&nbsp;&nbsp;&nbsp; }</p>
<p>&nbsp;&nbsp;&nbsp; public String getPassword()<br />
&nbsp;&nbsp;&nbsp; {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (getKey() == null)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; throw new RuntimeException(&quot;Key Value is not set&quot;);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; try<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp; // possible future enhancement, allow user to set which type of encryption to use for this class<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return SimpleAESEncrypter.decrypt(super.getPassword(),getKey());<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; catch (SimpleAESEncrypterException e)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; throw new RuntimeException(e.getMessage(),e);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />
&nbsp;&nbsp;&nbsp; }</p>
<p>&nbsp;&nbsp;&nbsp; protected Connection getConnectionFromDriverManager() throws SQLException<br />
&nbsp;&nbsp;&nbsp; {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return getConnectionFromDriverManager(getUrl(),getUsername(), getPassword());<br />
&nbsp;&nbsp;&nbsp; }<br />
}</p>
<p>And the Spring Bean Defininition:</p>
<p>&lt;bean id=&quot;secureDataSource&quot; class=&quot;com.mattluce.db.SecureDriverManagerDataSource&quot; lazy-init=&quot;true&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;property name=&quot;driverClassName&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;value&gt;com.sybase.jdbc2.jdbc.SybDriver&lt;/value&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/property&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;property name=&quot;url&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;value&gt;jdbc:sybase:Tds:dbserver:1234&lt;/value&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/property&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;property name=&quot;username&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;value&gt;dbuser&lt;/value&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/property&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;property name=&quot;password&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;value&gt;x345sdfxxxdasdf==&lt;/value&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/property&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;property name=&quot;key&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;value&gt;rxxrt56xxc5uuEO/A==&lt;/value&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/property&gt;<br />
&nbsp;&nbsp;&nbsp; &lt;/bean&gt;  This implemenation uses our AES encryption utility, but it could be modified to set the encryption implentation as another attribute of the Datasource.  You could then set that in the Spring Bean Definition  as well <img src='http://mattluce.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="ttag">tags: <a href="http://www.technorati.com/tag/spring+framework" rel="tag">spring framework</a></div>]]></content:encoded>
			<wfw:commentRss>http://mattluce.com/blog/2005/08/12/secure-passwords-for-datasources-in-spring/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Webmail for Nuts</title>
		<link>http://mattluce.com/blog/2005/07/21/webmail-for-nuts/</link>
		<comments>http://mattluce.com/blog/2005/07/21/webmail-for-nuts/#comments</comments>
		<pubDate>Fri, 22 Jul 2005 01:50:20 +0000</pubDate>
		<dc:creator>Matt Luce</dc:creator>
				<category><![CDATA[web/blogging]]></category>

		<guid isPermaLink="false">http://mattluce.com/blog/?p=20</guid>
		<description><![CDATA[(My Cousin) Vinny Carpenter turned me on to this great free PHP webmmail program called  Squirrel Mail .  It&#8217;s great if your hosting provider doesn&#8217;t have web access to your email account, or as in my case, your employer has blocked access to your normal webmail URL.&#160; You can configure it to have [...]]]></description>
			<content:encoded><![CDATA[<p>(My Cousin) <a href="http://www.j2eegeek.com/blog/">Vinny Carpenter</a> turned me on to this great free PHP webmmail program called <a href="http://www.squirrelmail.org"> Squirrel Mail </a>.  It&#8217;s great if your hosting provider doesn&#8217;t have web access to your email account, or as in my case, your employer has blocked access to your normal webmail URL.&nbsp; You can configure it to have any URL off of your website.&nbsp; It only took about 20 minutes to install.&nbsp; Now I just need to find a plugin for it that will allow me to check my <a href="http://www.gmail.com">Gmail</a> account.</p>
<div class="ttag">tags: <a href="http://www.technorati.com/tag/email" rel="tag">email</a>, <a href="http://www.technorati.com/tag/squirrelmail" rel="tag">squirrelmail</a>, <a href="http://www.technorati.com/tag/webmail" rel="tag">webmail</a></div>]]></content:encoded>
			<wfw:commentRss>http://mattluce.com/blog/2005/07/21/webmail-for-nuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MICFO web hosting Sucks</title>
		<link>http://mattluce.com/blog/2005/07/20/micfo-web-hosting-sucks/</link>
		<comments>http://mattluce.com/blog/2005/07/20/micfo-web-hosting-sucks/#comments</comments>
		<pubDate>Thu, 21 Jul 2005 01:44:59 +0000</pubDate>
		<dc:creator>Matt Luce</dc:creator>
				<category><![CDATA[web/blogging]]></category>

		<guid isPermaLink="false">http://mattluce.com/blog/?p=12</guid>
		<description><![CDATA[Under no circumstances should you ever use MICFO for web hosting.&#160; I have now moved back to my old hosting service after less than 24 hours with MICFO.&#160; So far on the first day, I have barely been able to connect to my site.&#160; They claim it was a denial of service attack, and that [...]]]></description>
			<content:encoded><![CDATA[<p>Under no circumstances should you ever use <a href="http://www.micfo.com">MICFO</a> for web hosting.&nbsp; I have now moved back to my old hosting service after less than 24 hours with MICFO.&nbsp; So far on the first day, I have barely been able to connect to my site.&nbsp; They claim it was a denial of service attack, and that is why I couldn&#8217;t get through.&nbsp; I don&#8217;t really think they know what the issue was.&nbsp; They also took 12 hours to setup my account although they guarantee instant setup.&nbsp; And to top it all of, I ordered a dedicated IP, but they gave me a shared IP initially.&nbsp; I guess if sounds too good to be true, then it probably is.</p>
<div class="ttag">tags: <a href="http://www.technorati.com/tag/web+hosting" rel="tag">web hosting</a>, <a href="http://www.technorati.com/tag/web+hosting+reviews" rel="tag">web hosting reviews</a>, <a href="http://www.technorati.com/tag/micfo" rel="tag">micfo</a></div>]]></content:encoded>
			<wfw:commentRss>http://mattluce.com/blog/2005/07/20/micfo-web-hosting-sucks/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Flickr Photo Gallery</title>
		<link>http://mattluce.com/blog/2005/07/18/flickr/</link>
		<comments>http://mattluce.com/blog/2005/07/18/flickr/#comments</comments>
		<pubDate>Mon, 18 Jul 2005 18:30:01 +0000</pubDate>
		<dc:creator>Matt Luce</dc:creator>
				<category><![CDATA[web/blogging]]></category>

		<guid isPermaLink="false">http://mattluce.com/blog/?p=18</guid>
		<description><![CDATA[I just started using this great site called Flickr.  I think I might use it instead of hosting all of my pictures myself.  I like it so much, I may even pay for the professional account.







More of my photos




tags: flickr]]></description>
			<content:encoded><![CDATA[<p>I just started using this great site called <a href="http://www.flickr.com/">Flickr</a>.  I think I might use it instead of hosting all of my pictures myself.  I like it so much, I may even pay for the professional account.<br />
</p>
<p><script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?show_name=1&#038;count=1&#038;display=random&#038;size=t&#038;layout=v&#038;source=user&#038;user=37662335%40N00"></script></p>
<tr>
<td id="flickr_badge_source" valign="center" align="center">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="10" id="flickr_icon_td"><a href="http://www.flickr.com/photos/mattluce/"><img id="flickr_badge_icon" alt="mattluce's photos" src="http://www.flickr.com/images/buddyicon.jpg?37662335@N00" align="left" width="48" height="48"/></a></td>
<td id="flickr_badge_source_txt"><nobr>More of</nobr> <a href="http://www.flickr.com/photos/mattluce/">my photos</a></td>
</tr>
</table>
</td>
</tr>
<div class="ttag">tags: <a href="http://www.technorati.com/tag/flickr" rel="tag">flickr</a></div>]]></content:encoded>
			<wfw:commentRss>http://mattluce.com/blog/2005/07/18/flickr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wordpress Weekend</title>
		<link>http://mattluce.com/blog/2005/07/17/wordpress-weekend/</link>
		<comments>http://mattluce.com/blog/2005/07/17/wordpress-weekend/#comments</comments>
		<pubDate>Mon, 18 Jul 2005 00:34:49 +0000</pubDate>
		<dc:creator>Matt Luce</dc:creator>
				<category><![CDATA[web/blogging]]></category>

		<guid isPermaLink="false">http://mattluce.com/blog/?p=16</guid>
		<description><![CDATA[Well, I spent most of the weekend converting my old blogger.com blog to Wordpress.  I have to admit, it is very cool.  I must have tried every theme about ten times before I settled on this one.  I probably should have waited to do all of this work considering that I&#8217;m going [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I spent most of the weekend converting my old blogger.com blog to <a href="http://www.wordpress.org">Wordpress</a>.  I have to admit, it is very cool.  I must have tried every theme about ten times before I settled on this one.  I probably should have waited to do all of this work considering that I&#8217;m going to change web hosts, so now I&#8217;ll have to move everything over.<br />
<br />
 I think I&#8217;ll like blogging.  It&#8217;s great when you have no one to talk to <img src='http://mattluce.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<div class="ttag">tags: <a href="http://www.technorati.com/tag/wordpress" rel="tag">wordpress</a></div>]]></content:encoded>
			<wfw:commentRss>http://mattluce.com/blog/2005/07/17/wordpress-weekend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
