<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Threadbare Canvas Productions</title>
	<link>http://threadbarecanvas.com</link>
	<description>Online Journal of James Hogan the Web Developer</description>
	<lastBuildDate>Sun, 01 Aug 2010 19:32:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>English Stop Words &#8211; Semantic Text Search</title>
		<description><![CDATA[Weather your analyzing your blog comments or looking at a single sentence one of the best way to discover the meaning of a peice of text is to perform text stemming and stop word removal to be left with the bones of the text. This post is a list of those words in an array [...]]]></description>
		<link>http://threadbarecanvas.com/java-web/english-stop-words-semantic-text-search/</link>
			</item>
	<item>
		<title>Using Python to determine if a number is whole or decimal</title>
		<description><![CDATA[Introduction
In this example you will learn how to create a Python application that will determine if a given number is whole or decimal.
Step One: Download Python
Python is a cool language. Like Ruby it&#8217;s very simple to use. You can download it from the python site. Choose your version, download, install and move onto step two.
Step [...]]]></description>
		<link>http://threadbarecanvas.com/tutorial/using-python-will-determine-if-a-number-is-whole-or-decimal/</link>
			</item>
	<item>
		<title>Write a Bouncing Accordian with JQuery</title>
		<description><![CDATA[The following example is of a bouncing accordian. The idea behind a bouncing accordian is to use ajax to pull content for a number of pages and populate a central div with that data. The content area on the main page will fade out resize to 0px and then rsize again back to a new [...]]]></description>
		<link>http://threadbarecanvas.com/jquery/write-a-bouncing-accordian-with-jquery/</link>
			</item>
	<item>
		<title>Putting Together a Javascript Hangman Game</title>
		<description><![CDATA[Learning how to manipulate stings is an important component of being able to build usable web applications. The develoepr must be able to take in some input, process it and return to the ser some form of meaningful output.
In this example you will get four files. This is what your game will look like when [...]]]></description>
		<link>http://threadbarecanvas.com/javascript/putting-together-a-javascript-hangman-game/</link>
			</item>
	<item>
		<title>Write a simple Bingo Card with Javascript and Jquery</title>
		<description><![CDATA[Writing a bingo card couldn&#8217;t be easier with tools such as JQuery and a brain. There are some simple techniques that you need to put into place to get it all up and running. There are three files included in this tutorial. index.html, style.css and script.js
Now, you should end up with something like this:

Source Demo
If [...]]]></description>
		<link>http://threadbarecanvas.com/jquery/bingo-card-javascript-and-jquery/</link>
			</item>
	<item>
		<title>One Way Tweet a Java App</title>
		<description><![CDATA[One way tweet is a sending application for twitter. In this tutorial you will see/learn how to send stuff to twitter by writing a java desktop UI. You will create a new project in NetBeans and choose java application, and create a new package called org.me.owt. 
Then, create a new java source file and call it [...]]]></description>
		<link>http://threadbarecanvas.com/java/one-way-tweet-a-java-app/</link>
			</item>
	<item>
		<title>Universal Translator for your Tweets</title>
		<description><![CDATA[I thought this was going to be easy&#8230; SO much for preconceptions. Today, I&#8217;m going to give you the code to create a twitter translation App using, HTML, CSS, JavaScript and Java, the Twitter API and the Google Translate API. In a future tutorial I will demonstrate cross domain Ajax to get this Application to [...]]]></description>
		<link>http://threadbarecanvas.com/java-web/universal-translator-for-your-tweets/</link>
			</item>
	<item>
		<title>Creating a JavaWeb Email Contact Form</title>
		<description><![CDATA[In a previous tutorial I have explained how to create a new NetBeans project and add a library to it to make the classes that are available in a jar available to use in your own project. If you are unsure how to do this go ahead and check out this article.
In this tutorial I&#8217;m [...]]]></description>
		<link>http://threadbarecanvas.com/java-web/creating-a-javaweb-email-contact-form/</link>
			</item>
	<item>
		<title>Creating a Content Slider with JQuery</title>
		<description><![CDATA[Content sliders add very nice interactivity to your website. In this tutorial I will show you how to use jQuery to create a simple content slider. Of course you can change the styles look and feel of the product your self but for now I&#8217;m keeping it simple. The final product will look like this:

Source [...]]]></description>
		<link>http://threadbarecanvas.com/jquery/creating-a-content-slider-with-jquery/</link>
			</item>
	<item>
		<title>Creating a PDF Programmatically with iText</title>
		<description><![CDATA[All will agree that pdf&#8217;s are cool, right? So, In this brief tutorial I will be describing how to create a pdf programmaticallywith NetBeans and how to add the iText library to your NetBeans projects. As is always the case this tutorial is intended to wet your appetite for the iText library. When you get [...]]]></description>
		<link>http://threadbarecanvas.com/java/creating-a-pdf-programmatically-with-itext/</link>
			</item>
</channel>
</rss>
