<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dented Reality &#187; xoomle</title>
	<atom:link href="http://dentedreality.com.au/tags/xoomle/feed/" rel="self" type="application/rss+xml" />
	<link>http://dentedreality.com.au</link>
	<description>Beau Lebens throws down his opinion on all sorts of things he doesn&#039;t know too much about.</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:48:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>XooMLe Download Finally Available!</title>
		<link>http://dentedreality.com.au/2004/07/xoomle-download-finally-available/</link>
		<comments>http://dentedreality.com.au/2004/07/xoomle-download-finally-available/#comments</comments>
		<pubDate>Mon, 12 Jul 2004 09:07:00 +0000</pubDate>
		<dc:creator>Beau Lebens</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xoomle]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2004/07/xoomle-download-finally-available/</guid>
		<description><![CDATA[After a very long wait, a downloadable version of XooMLe is now available! This means that you can now download XooMLe and install it on your own PHP-enabled server so that you can use it locally for integrating Google search results (and cache and spelling suggestion power) into your web-based applications. In the near future, [...]]]></description>
			<content:encoded><![CDATA[<p>After a very long wait, a <a title="Download XooMLe and install it on your own server right now!" href="/download/10/">downloadable version</a> of <a title="Check out the XooMLe project page" href="/projects/xoomle/">XooMLe</a> is now available!</p>
<p>This means that you can now download XooMLe and install it on your own PHP-enabled server so that you can use it locally for integrating Google search results (and cache and spelling suggestion power) into your web-based applications.</p>
<p>In the near future, a &#8216;XooMLe In Action&#8217; page will also be added to the site, showcasing some of the ways that people are making use of XooMLe and <a title="Go to google.com" href="http://www.google.com/">Google</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2004/07/xoomle-download-finally-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Namespace Modification</title>
		<link>http://dentedreality.com.au/2004/04/namespace-modification/</link>
		<comments>http://dentedreality.com.au/2004/04/namespace-modification/#comments</comments>
		<pubDate>Sun, 18 Apr 2004 10:15:00 +0000</pubDate>
		<dc:creator>Beau Lebens</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[namespace]]></category>
		<category><![CDATA[xmlns]]></category>
		<category><![CDATA[xoomle]]></category>
		<category><![CDATA[xsl]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2004/04/namespace-modification/</guid>
		<description><![CDATA[I&#8217;ve modified the namespace being used by XooMLe because it was conflicting with some XSLs and making them not work. The top-level namespace now looks like this; xmlns:xoomle="http://dentedreality.com.au/xoomle/docs/" Please let me know if this causes any problems for anyone.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve modified the namespace being used by XooMLe because it was conflicting with some XSLs and making them not work. The top-level namespace now looks like this;</p>
<pre>xmlns:xoomle="http://dentedreality.com.au/xoomle/docs/"</pre>
<p>Please let me know if this causes any problems for anyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2004/04/namespace-modification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Local WSDL</title>
		<link>http://dentedreality.com.au/2003/12/local-wsdl/</link>
		<comments>http://dentedreality.com.au/2003/12/local-wsdl/#comments</comments>
		<pubDate>Tue, 09 Dec 2003 03:41:00 +0000</pubDate>
		<dc:creator>Beau Lebens</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[wsdl]]></category>
		<category><![CDATA[xoomle]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2003/12/local-wsdl/</guid>
		<description><![CDATA[I&#8217;ve modified XooMLe slightly (Search, Spell and Cache) so that they use a local copy of the Google WSDL, rather than retrieving the remote one, because it speeds things up slightly (one less remote request). Everything appears to be operating correctly on all operations still, so all&#8217;s well. I will also be releasing a downloadable [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve modified <a href="/xoomle/">XooMLe</a> slightly (Search, Spell and Cache) so that they use a local copy of the Google WSDL, rather than retrieving the remote one, because it speeds things up slightly (one less remote request).</p>
<p>Everything appears to be operating correctly on all operations still, so all&#8217;s well. I will also be releasing a downloadable version of XooMLe soon, so that you can host it on your own server and more thoroughly integrate it with your own search solutions.</p>
<p>XooMLe will be a free download when it becomes available (hopefully within a week). Sign up to the mailing list on the <a href="/xoomle/">XooMLe Project Page</a> to be the first to know when it&#8217;s available.</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2003/12/local-wsdl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>XooMLe-Lite?</title>
		<link>http://dentedreality.com.au/2003/07/xoomle-lite/</link>
		<comments>http://dentedreality.com.au/2003/07/xoomle-lite/#comments</comments>
		<pubDate>Tue, 01 Jul 2003 12:16:00 +0000</pubDate>
		<dc:creator>Beau Lebens</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xoomle]]></category>
		<category><![CDATA[xoomle lite]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2003/07/xoomle-lite/</guid>
		<description><![CDATA[I&#8217;ve been playing around with the idea of creating a &#8220;lite&#8221; version of XooMLe, which would have less information passed back in the resulting XML, making it easier to work with for simple projects, and probably quite a bit quicker as well. The system would be based on the current one, but for the search, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing around with the idea of creating a &#8220;lite&#8221; version of XooMLe, which would have less information passed back in the resulting XML, making it easier to work with for simple projects, and probably quite a bit quicker as well. The system would be based on the current one, but for the search, things would be cut down, so it might just be that I end up making a /search-lite/ method available via the normal XooMLe server.</p>
<p>If this happens, it will probably be a chance for me to clean up the code on the entire project, and then I might also release the code so that you can &#8220;install&#8221; your own XooMLe server <img src='http://dentedreality.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Information will be posted here if that&#8217;s the case, and I&#8217;ll also post to the XooMLe-News mailing list (sign up on the <a href="/xoomle/">XooMLe Project Page</a>).</p>
<p>Anyone else hanging out for an even simpler version of the XML results? I am thinking of having something like this;</p>
<p>{sample removed}</p>
<p>Comments? Suggestions? Please use the comments link below (to the right).</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2003/07/xoomle-lite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Trudging Along</title>
		<link>http://dentedreality.com.au/2003/04/trudging-along/</link>
		<comments>http://dentedreality.com.au/2003/04/trudging-along/#comments</comments>
		<pubDate>Tue, 08 Apr 2003 12:12:00 +0000</pubDate>
		<dc:creator>Beau Lebens</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Techn(ical|ology)]]></category>
		<category><![CDATA[blosxom]]></category>
		<category><![CDATA[dented reality]]></category>
		<category><![CDATA[dentedreality]]></category>
		<category><![CDATA[dentedreality.com.au]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[xoomle]]></category>

		<guid isPermaLink="false">http://wiggin.local/dev/dentedreality.com.au/2003/04/trudging-along/</guid>
		<description><![CDATA[Work on my site is coming along. I have added in blosxom v1.1, which went pretty much without a hitch. I had to modify my template slightly, but that was more because of my dodgy custom handling, rather than anything to do with blosxom itself. I&#8217;ve been spending some time on the projects section, getting [...]]]></description>
			<content:encoded><![CDATA[<p>Work on my site is coming along. I have added in <a href="http://www.raelity.org/apps/blosxom/">blosxom v1.1</a>, which went pretty much without a hitch. I had to modify my template slightly, but that was more because of my dodgy custom handling, rather than anything to do with blosxom itself.</p>
<p>I&#8217;ve been spending some time on the <a href="/projects/">projects section</a>, getting the project pages up to scratch and re-formatted; it&#8217;s looking pretty good. I am taking a few of the old projects offline, because they don&#8217;t have any documentation, don&#8217;t work anymore, things like that <img src='http://dentedreality.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m not going to put a date on when the site will be live, but given the current progress, and the list of things to do still, I would estimate about 2 weeks. Here&#8217;s the current list;</p>
<ol>
<li><strong>Projects Sections</strong>
<ol type="a">
<li>Blogger API (functions, classes + meta)</li>
<li>phpMassMail (also requires some work to make it 4.2+ compatible, and re-format documentation to include)</li>
<li>JSSearch (would like to get some more information/documentation/examples included)</li>
<li>JSValidate (want to update this to include the ability to open a popup window rather than an alert &#8211; optional)</li>
<li>Client work and websites</li>
</ol>
</li>
<li><strong>Contact Form</strong>
<ol type="a">
<li>Layout/design</li>
<li>Contingency design</li>
<li>Processing/handling</li>
<li>Result/output page</li>
</ol>
</li>
<li><strong>Search System</strong>
<ol type="a">
<li>Layout/Design (of the results, as well as extra options, defining manual entries etc)</li>
<li>Processing system (integrating my manual results with Google/XooMLe&#8217;s results)</li>
<li>Management of my manual entries (and a decent name for them <img src='http://dentedreality.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
</li>
</ol>
<p>So there we go. That&#8217;s what I&#8217;ll be working on in the near future. And for those interested, I will be creating a custom search system, which integrates <a href="http://www.google.com/">Google</a>&#8216;s results for within my website (using <a href="/xoomle/">XooMLe</a>) with a selection of manual &#8220;Top Picks&#8221; or &#8220;Best Bets&#8221; which I have selected for certain terms. I have the rough idea planned out already, just need to implement it in code. I will probably make the code available for download once it&#8217;s complete as well, so keep an eye out for that <img src='http://dentedreality.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>That&#8217;s all for now &#8211; time to get back to life.</p>
]]></content:encoded>
			<wfw:commentRss>http://dentedreality.com.au/2003/04/trudging-along/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

