<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.2" -->
<rss version="0.92">
<channel>
	<title>Enterprise LAMP</title>
	<link>http://enterpriselamp.org</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 05:37:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>V.S. Babu: Quick script to maintain a diary</title>
		<description>
I like to keep my daily notes in a folder in the filesystem with filenames yyyymmdd.otl, using VIM Outliner. Here is a small DOS script to make a file for a day if it doesn't exist and then open it. Name it as diary.cmd and keep in your path.
 </description>
		<link>http://vsbabu.org/mt/archives/2010/07/30/quick_script_to_maintain_a_diary.html</link>
			</item>
	<item>
		<title>Francisco Souza: High level acceptance testing in your PHP applications using Python, Lettuce and Selenium</title>
		<description>Usually, in PHP applications, I don't run acceptance tests. Lately, I have been thinking about how can I change this. I am a little experienced with others acceptance tests frameworks, for Python (Lettuce) and Ruby (Cucumber), but there is nothing like Lettuce and/or Cucumber in PHP world. So, what can ...</description>
		<link>http://www.franciscosouza.net/2010/07/high-level-acceptance-testing-in-your.html</link>
			</item>
	<item>
		<title>Francisco Souza: Seleniumless Django applications: using the test client</title>
		<description>Some people waste a lot of time testing Django applications only with Selenium. No, I don't think that you should not use Selenium to test Django applications, I just wanna show that nobody needs to use Selenium for all webtests in Django.Selenium drives a browser, so you can  have ...</description>
		<link>http://www.franciscosouza.net/2010/07/seleniumless-django-applications-using.html</link>
			</item>
	<item>
		<title>Jared Forsyth: CodeTalker by example: test!</title>
		<description>This post looks better on my blog 

This is the last in a four-part series, in which I demonstrate how to build a
CSS parser using CodeTalker:

tokenize
parse
translate
test!

To get the code for this:
git clone git://github.com/jabapyth/css.git

Test!
No code is complete (and some would say it's broken) without a good amount of
testing, and CodeTalker provides ...</description>
		<link>http://jaredforsyth.com/blog/2010/jul/29/codetalker-example-test/</link>
			</item>
	<item>
		<title>Shannon -jj Behrens: Software Engineering: Premature Featurization</title>
		<description>"Premature Featurization" is my term for the tendency to implement a plethora of features before they've even been requested by real users just in case a user might want them.It's related to creeping featurism.  Like premature optimization, it leads to difficult-to-maintain code bloat.Product managers and managers in general are ...</description>
		<link>http://jjinux.blogspot.com/2010/07/software-engineering-premature.html</link>
			</item>
	<item>
		<title>Auto Increment with MongoDB &#8211; Chris Shiflett</title>
		<description>We are currently working on an app that uses a number of technologies, including PHP, Python, and MongoDB. Recently, a need arose to use sequential identifiers for users, similar to an auto_increment column in MySQL.

If you've used MongoDB, you might be familiar with the default behavior of using a UUID ...</description>
		<link>http://shiflett.org/blog/2010/jul/auto-increment-with-mongodb</link>
			</item>
	<item>
		<title>Jared Forsyth: CodeTalker by example: translate</title>
		<description>This post looks better on my blog 

This is the third in a four-part series, in which I demonstrate how to build a
CSS parser using CodeTalker:

tokenize
parse
translate
test!

To get the code for this:
git clone git://github.com/jabapyth/css.git

Translation
[for the impatient, here's the final code ].
Like everything else in CodeTalker, translation is mean to be straightforward;
you ...</description>
		<link>http://jaredforsyth.com/blog/2010/jul/29/codetalker-example-translate/</link>
			</item>
	<item>
		<title>Randell Benavidez: How to find Django version</title>
		<description>
			
				
			
		
There are cases when you would want to know the version of Django that is being used in your Python installation. To do that, go to your Python console and execute the following commands:

&#62;&#62;&#62; import django
&#62;&#62;&#62; django.VERSION

In my machine, it showed the following:

&#40;1, 2, 1, 'final', 0&#41;

 

Related posts:Install SQLite ...</description>
		<link>http://blog.randell.ph/2010/07/30/how-to-find-django-version/</link>
			</item>
	<item>
		<title>Bryce Verdier: Project Euler: Problem 5</title>
		<description>It's that time again. ;)
Question five reads:
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?
And here are my solutions ...</description>
		<link>http://scrollingtext.org/project-euler-problem-5</link>
			</item>
	<item>
		<title>Python Sprints: Sprints at PyOhio</title>
		<description>This year, PyOhio (July 31 - August 3, Columbus, OH) includes two evenings and two full days of sprints, including a Python Core sprint.  The core sprint is part of an integrated program (http://www.pyohio.org/Contribute) to recruit new core contributors at the conference, train them, and get them started working ...</description>
		<link>http://pythonsprints.com/2010/07/29/sprints-pyohio/</link>
			</item>
</channel>
</rss>
