<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Python, Selenium and... Zombies.</title>
	<link>http://antlong.com</link>
	<description>Tips and Tweaks for Selenium, Python, Performance Testing.</description>
	<lastBuildDate>Wed, 03 Feb 2010 05:53:30 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Beginner&#8217;s Ruby / Database Tutorial</title>
		<description><![CDATA[Ruby Database Access
• DBI stands for Database independent interface for Ruby
• DBI provides an abstraction layer between the Ruby code and the underlying database.
• You can use databases like Oracle, SQL Server and MySQL.
• DBI defines set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used.
• [...]]]></description>
		<link>http://antlong.com/beginners-ruby-database-tutorial/</link>
			</item>
	<item>
		<title>Changing TextMate&#8217;s Default Language</title>
		<description><![CDATA[Changing TextMates default language can save you a lot of time. To change yours to Python, do this in terminal while TextMate is closed.
Python:
defaults write com.macromates.textmate OakDefaultLanguage F23DB5B2-7D08-11D9-A709-000D93B6E43C





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Post this on Diigo
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Mixx
		
		
			Tweet This!
		
		
			Subscribe to the comments [...]]]></description>
		<link>http://antlong.com/changing-textmates-default-language/</link>
			</item>
	<item>
		<title>Disabling Firefox&#8217;s Update Checks</title>
		<description><![CDATA[I&#8217;ve had a problem with Selenium&#8217;s custom profiles for a while so I settled using the fresh instance Selenium creates when it opens. I also spent quite a bit of time over the course of the past few Firefox releases figuring out how to disable the various popups and such that open when your fresh [...]]]></description>
		<link>http://antlong.com/disabling-firefoxs-update-checks/</link>
			</item>
	<item>
		<title>Selenium and TinyMCE</title>
		<description><![CDATA[For many projects, my shop uses TinyMCE for a quick and feature rich WYSIWYG editor. While its simple to implement, it can be awful to automate. Using Selenium type, click, click_at, etc will not work (I suspect because the editor is technically external from the page were testing, see below).
Initially my problem was that I [...]]]></description>
		<link>http://antlong.com/selenium-and-tinymce/</link>
			</item>
</channel>
</rss>
