<?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>BASE Logic, Inc.</title>
	<atom:link href="http://www.baselogic.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.baselogic.com/blog</link>
	<description>Enterprise Architecture, Design, Certified Training &#38; Agile Consulting</description>
	<lastBuildDate>Sun, 06 May 2012 23:17:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Plugin for Chrome and Firefox to pre-set Google search the past year with safe-search off</title>
		<link>http://www.baselogic.com/blog/development/plugin-chrome-firefox-pre-set-google-search-year-safe-search/</link>
		<comments>http://www.baselogic.com/blog/development/plugin-chrome-firefox-pre-set-google-search-year-safe-search/#comments</comments>
		<pubDate>Sun, 06 May 2012 23:17:10 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=1084</guid>
		<description><![CDATA[TweetI have been wanting to preset my Google searches in Chrome and Firefox to only search previous year and not use safe-search. I can across a simple plugin that works for both Chrome Dev Channel 20.0.1123.4 and Firefox 12 and came across this plugin: Google (Past Year, No SafeSearch) (google.com) by Robert Ciaccio [Review] http://mycroft.mozdev.org/search-engines.html?name=Google+%28Past+Year%2C+No+SafeSearch%29 Hope you [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/plugin-chrome-firefox-pre-set-google-search-year-safe-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java float precision changes when unexpectedly up-casting to double</title>
		<link>http://www.baselogic.com/blog/development/java-float-precision-up-casting-double/</link>
		<comments>http://www.baselogic.com/blog/development/java-float-precision-up-casting-double/#comments</comments>
		<pubDate>Sat, 05 May 2012 12:15:19 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[java-javaee-j2ee]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=1079</guid>
		<description><![CDATA[TweetI ran across a little gotcha today where a float value being inserted into another object container (JSONObject) was not holding the precision of the original value. The JSONObject actually takes a double not a float, and I overlooked the up-casting initially until I started unit testing. (have to love unit tests!) here is a print [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-float-precision-up-casting-double/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pushed Spring Core Certification Demos to Github and published site docs</title>
		<link>http://www.baselogic.com/blog/development/pushed-spring-core-certification-demos-github-published-site-docs/</link>
		<comments>http://www.baselogic.com/blog/development/pushed-spring-core-certification-demos-github-published-site-docs/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 21:42:17 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[Spring MVC]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=1067</guid>
		<description><![CDATA[TweetI have been working on my Spring Core certification exam preparation by creating several demo projects that help cover each of the outlined objectives for the exam. I wanted to publish the code on github and it can be found, watched and forked: https://github.com/mickknutson/SpringCertification I also wanted to publish the site documentation as well and [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/pushed-spring-core-certification-demos-github-published-site-docs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gradle 1.0-milestone-8 variable scoping with multi-module project</title>
		<link>http://www.baselogic.com/blog/development/gradle-1-0-milestone-8-variable-scoping-multi-module-project/</link>
		<comments>http://www.baselogic.com/blog/development/gradle-1-0-milestone-8-variable-scoping-multi-module-project/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 18:09:17 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Gradle]]></category>
		<category><![CDATA[Groovy]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=1051</guid>
		<description><![CDATA[TweetI have been very frustrated by Gradle and variable scoping in a multi-module project. I have wasted countless hours trying to follow examples that simply do not work as stated, and having limited examples for the type of multi-module project that I wanted to create. So first I started with a List variable at the [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/gradle-1-0-milestone-8-variable-scoping-multi-module-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gradle repositories syntax changed: Cause: You must specify a URL for a Maven repository</title>
		<link>http://www.baselogic.com/blog/development/gradle-repositories-syntax-changed-cause-url-maven-repository/</link>
		<comments>http://www.baselogic.com/blog/development/gradle-repositories-syntax-changed-cause-url-maven-repository/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 13:49:56 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[Gradle]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=1049</guid>
		<description><![CDATA[TweetI have been fighting with Gradle (gradle-1.0-milestone-7) for over a day and am fairly frustrated, especially seeing what the solution ended up being. I was using gradle-1.0-milestone-5 and just upgraded to gradle-1.0-milestone-7. I have been using the following repositories Then I keep getting this error The issue was so subtle&#8230; I removed the colon (:) and the issue was resolved. [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/gradle-repositories-syntax-changed-cause-url-maven-repository/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Now is a time for CHANGE, not more hope that never comes!</title>
		<link>http://www.baselogic.com/blog/featured/time-change-hope-comes/</link>
		<comments>http://www.baselogic.com/blog/featured/time-change-hope-comes/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 02:36:32 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=1045</guid>
		<description><![CDATA[TweetImage everyone from the occupy [anyplace]. So those are the 99% huh? I think Ron Paul is the ONLY person that is NOT part of the 1% everyone is so unhappy about! If we really want to stand together as the 99%&#8230; then stand for one of you own! Stand for freedom! Stand for change, [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/featured/time-change-hope-comes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat 5.5 and Tomcat 6 connector option enableLookups not defaulting to true</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/tomcat-6-connector-option-enablelookups-defaulting-true/</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/tomcat-6-connector-option-enablelookups-defaulting-true/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 19:26:34 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[java-javaee-j2ee]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=1037</guid>
		<description><![CDATA[TweetI have been working on an issue where HttpServletRequest.getHostName() always return the IP address, instead of the host name. The Tomcat 5.5 and Tomcat 6 documentation states enableLookups is set to true by default. enableLookups Set to true if you want calls to request.getRemoteHost() to perform DNS lookups in order to return the actual host name of [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/tomcat-6-connector-option-enablelookups-defaulting-true/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Steve Jobs by Walter Isaacson</title>
		<link>http://www.baselogic.com/blog/development/review-steve-jobs-walter-isaacson/</link>
		<comments>http://www.baselogic.com/blog/development/review-steve-jobs-walter-isaacson/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 23:54:41 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=1016</guid>
		<description><![CDATA[TweetFor anyone who has any drive in their life, you should read/listen to this book. There is a little bit of Steve in each of us, but he was able to will the good and the bad in a single focused direction to truly make a dent in the universe. I was drawn to this [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/review-steve-jobs-walter-isaacson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Camel in Action</title>
		<link>http://www.baselogic.com/blog/development/review-camel-action/</link>
		<comments>http://www.baselogic.com/blog/development/review-camel-action/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 23:52:00 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Camel]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=1014</guid>
		<description><![CDATA[TweetI performed a technical review on the book, and the first thing I did was open the source code and run through the examples. Each of the examples was well documented, thorough and all had unit tests. Combine this with very detailed history, theory and practical application of the Camel framework, you end up with [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/review-camel-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mapping Mongodb ISODate to Spring Roo Entity</title>
		<link>http://www.baselogic.com/blog/development/springframework/mapping-mongodb-isodate-spring-roo-entity/</link>
		<comments>http://www.baselogic.com/blog/development/springframework/mapping-mongodb-isodate-spring-roo-entity/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 16:20:15 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Springframework]]></category>
		<category><![CDATA[java-javaee-j2ee]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[Spring Roo]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=1007</guid>
		<description><![CDATA[TweetI have been inserting log4j entries into a mongodb database and each entry has been given an ISODate timestamp: To create a mapping for this, I had to manually add the timestamp as Spring Roo did not allow timestamp to be used as it was a reserved word. So I manually added: But I started [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/springframework/mapping-mongodb-isodate-spring-roo-entity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

