PHP Programming Contest - Win Zend Studio
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
How would you like a shiny copy of Zend Studio of your own? Well the nice people over at Zend have given me a Zend Studio Professional license to give away as part of a programming contest.
It has been a lot harder than I thought to come up with a fair programming challenge that would not take too long or require lots of knowledge in any particular framework or other associated technology. It could have been to make use of a whole host of currently available API’s and to make a useful mash-up but these again require other external knowledge beyond just PHP. I finally settled on a logic problem that is hopefully not too hard to solve but will test a range of PHP skills.
Prize List
- 1st Prize - Zend Studio Professional + 1 Year Support
- 2nd Prize - Zend T-Shirt
- 3rd Prize - Zend Pen
The problem
Many years ago there used to be a UK television quiz show (I am sure there has probably been many versions in other countries) that required the contestants to transform one word into another one letter at a time. The only rule was that each letter change must also result in a real word. Here is an example.
- Hand
- Band Changed ‘H’ to ‘B’
- Bond Changed ‘A’ to ‘O’
- Fond Changed ‘B’ to ‘F’
- Food Changed ‘N’ to ‘O’
- Foot Changed ‘D’ to ‘T’
The challenge is to create a website that the user may supply an arbitrary list of words which makes up a limited dictionary plus a start and an end word. The website must then attempt to create the shortest path between the two words following the rule that each single letter change results in a word within the dictionary.
Requirements
The user must be able to specify the source for valid words, the start and an end word, and the site must display the results on a page containing the following.
- Formatted output that contains the steps required to move from the start to the end word.
- Any errors that may result from the problem not being solvable.
- A link back to the entry page to try a different set of words.
Judging will be based upon
- That the code works
- Does not produce any errors/warnings/notices.
- Efficiency and elegance of the solution.
- Robustness
- Maintainability
Rules
- The code must be all your own work and must not have been published previously.
- The code must be received at competition@assembleron.com by 5pm GMT 1st July 2007
- Submissions must be in ZIP format including all code required for us to try them.
- The submission should include your name and details of your blog if you wish it be publicized. (email addresses will not be made public)
- The code must be compatible with either PHP 5.2.3 or PHP 4.4.7 (please specify within your submission if you only support PHP 4)
- Code must run where extracted as is with no server modifications required
- If your project requires a particular framework please include the framework within your ZIP as part of your project structure. We will reject submissions with any external requirements.
- Any required .htaccess files must also be included within the .ZIP
- Supplied files include a index.php which is the entry point to project (unless otherwise overridden by .htaccess setup)
- If you wish to use MySQL then your application must create the required database/tables as part of a web based specified installation process.
- The email you use to submit the entry will be the email we will use to contact you in the event of you winning.
- You agree that Assembleron Ltd may publicize your name, likeness, and the source code of your work. Apart from the prize associated with being selected as a winner, Assembleron Ltd shall not be obligated to compensate you in any way for such publicity.
- Each entrant shall indemnify, defend, and hold Assembleron Ltd harmless from any third party claims arising from or related to that entrant’s participation in the Contest. In no event shall Assembleron Ltd be liable to an entrant for acts or omissions arising out of or related to the Contest or that entrant’s participation in the Contest.
- Full details of the competition results will be posted on this site within 1 week of the competition closing date.
Server Setup
Below are the pertinent sections of the PHP.INI file for our test server that the entries will be tested upon.
PHP (both 4 + 5)
post_max_size = 8M
file_uploads = On
upload_max_filesize = 8M
memory_limit = 64M
error_reporting = E_ALL
display_errors = On
PHP 5
extension=php_mbstring.dll
extension=php_curl.dll
extension=php_gd2.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_pdo.dll
extension=php_pdo_sqlite.dll
extension=php_pdo_mysql.dll
extension=php_sqlite.dll
extension=php_domxml.dll
PHP 4
extension=php_mbstring.dll
extension=php_curl.dll
extension=php_domxml.dll
extension=php_gd2.dll
The full PHP.INI files are here to download if required.
Browser Setup
The testing will be performed using Firefox 2.0.0.4 and IE 7.
Judging Team
To make things fair I will not be the only person judging the competition. The following bloggers will also be judging your projects.
- Douglas Karr - Doug runs a very successful technology and marketing blog and also writes popular WordPress plugins. Doug will be looking at presentation and ease of use of the projects.
- Stuart Dallas - Stuart is an active member of the PHP mailing lists and a very experienced PHP programmer. Stuart will be pulling your code apart and examining it in fine detail to see what makes it tick.
- Cal Evans - Cal is the Editor over at Zend Developer Zone and has been programming PHP for 7 years.
Example words
While you are developing your project you may wish to use this selection of test words. Download here.
If you have questions please use the comment facility at the end of the page. And finally good luck to everyone I look forward to seeing everyones entries.

Pingback by Stut.net » PHP Competition on 14 June 2007:
[...] Halstead has invited me to be a judge for a PHP competition he’s running on his blog. Zend have donated some prizes for it, including a copy [...]
Pingback by developercast.com » Nick Halstead’s Blog: PHP Programming Contest - Win Zend Studio on 14 June 2007:
[...] Halstead has announced a contest on his blog today for PHP developers everywhere to participate in - a programming competition [...]
Comment by Joe on 14 June 2007:
Will the server the project needs to run on include aspell or something similar?
Comment by Nick Halstead on 14 June 2007:
GNU Aspell is not included. But you could (and in fact we encourage) you to use PHP to connect to any external web service such as an online dictionary.
Comment by Leonard on 14 June 2007:
HI,
Just to make sure I am clear on this.
Does the app need to have a built in dictionary?
Or, must the user supply all the intermediate words, with some possibly seed fake ones?
Thanks,
Leonard
Comment by Nick Halstead on 14 June 2007:
Hi Leonard,
There is no requirement that you have to use a built in (or extern) dictionary of any sort. But extending the application to make use of an external dictionary to validate the user supplied words is perfectly acceptable (and in fact encouraged).
Hope this helps
Comment by antych on 14 June 2007:
“The code must be all your own work and must not have been published previously.”
Does that exclude any framework or libraries?
For example will you accept a entry that will use Zend Framework, protoptype.js and some free 3rd party css template?
Comment by Nick Halstead on 14 June 2007:
You may use a PHP framework (Zend, Symphony, Cake, other..) but as it states in Rule 7 - please include the framework within the ZIP when you send it. You may also use any javascript framework.
Comment by John H on 14 June 2007:
Very cool & fun concept.
A couple questions:
1) What’s the minimum and maximum word length?
2) Who owns the rights to the code? And will the winning code be released?
Comment by Nick Halstead on 14 June 2007:
The longest english word according to wikipedia is ‘pneumonoultramicroscopicsilicovolcanoconiosis’ (I dare you to pronounce that!) But seriously I do not think you need put any arbitrary limitations on the word length as long as it is a real word (english or otherwise.)
You still own the rights to the code but you agree to the fact that I may publish it on this blog. (Rule 12)
Comment by Iván Sánchez on 15 June 2007:
I wonder what will be better: a depth-first search, or a depth-first search…
Would my entry score more points if I provide several algorithms at once?
Comment by Iván Sánchez on 15 June 2007:
Damn, I meant “depth-first search, or breadth-first search”
Comment by Paul Chandler on 15 June 2007:
Is the “php_value” keyword supported in your .htaccess implementation? I’d like to override the auto_prepend_file directive.
Pingback by Too Bad Judges can't Win! | The Marketing Technology Blog on 15 June 2007:
[...] full details, head over to Nicholas’ site! Good [...]
Comment by Mihaï on 16 June 2007:
the output format rules are clear in the example
it would be nice to have clear input format rules ( including charset/encoding ), common for everybody
Pingback by O2 Blog » Blog Archive » Kısa kısa php on 16 June 2007:
[...] Nick Halstead , blogunda bir PHP yarışmasından bahsetmiş.Kazanan Zend Studio ile ödüllendirilecekmiş.Yapılması istenen ise , belli kelimelerdeki harflerin yerleri değiştirilerek yeni ve anlamlı kelimeler türeten PHP kodunu yazmak.Ayrıntılar burada. [...]
Comment by Jason on 17 June 2007:
The way you described this, it sounds like the presentation doesn’t need to be anything special. Is this true?
Jason
Comment by Nick Halstead on 17 June 2007:
Paul, I would rather not have to worry about .htaccess overrides of PHP settings so the answer is no you cannot use php_value.
Jason, The implementation is the most important aspect of the competition. Presentation of the code (i.e. use of coding standards) is important. We are not concerned about stylish looking pages.
Comment by antych on 17 June 2007:
Somehow I assumed that words should come from an uploaded file.
But you mentioned using AJAX within data entry.
My app is almost complete, should I bother adding form for entering single words?
Or do you don’t care what the source is?
Also is it correct that you can only transform words of the same length?
Comment by Nick Halstead on 17 June 2007:
Antych, by definition switching existings letters does mean that the words must be of equal length, so yes.
Comment by antych on 17 June 2007:
What about my main question, can words be uploaded from a file?
Or does it need a form to enter words one by one?
Do you care how data is entered?
Comment by Jason on 17 June 2007:
Nick,
I will be resubmitting in that case later today. Please disregard my first entry once you get my second one.
Jason
Comment by Nick Halstead on 17 June 2007:
antych, a file upload meets the specified requirements. I have edited my previous comment about AJAX as it was misleading.
Pingback by The Programming and Management Blog » Solving Programming Problems on 21 June 2007:
[...] am running a PHP Programming Contest and you can win a copy of Zend Studio Professional. If you’re new here, you may want to subscribe [...]
Comment by paule on 21 June 2007:
There are variations of this game about.
Which rules can/should we be applying?
Fixed-position letters: (HAND to FOOT)
e.g (as example above) HAND, BAND, BOND, FOND, FOOD, FOOT
Mixed-position letters (MILK to PAIL)
e.g MILK, MILL, MAIL, PAIL
Mixed-length (add and remove, as well as change) (and variation of above) (EAT to FOOD)
EAT, HATE, HEART, THREAD, DEATH, HEAT, HEAR, FEAR, REEF, REED, HEED, HOED, HOOD, FOOD
Comment by admin on 21 June 2007:
The rules state that you can only change one letter at a time. It does not say you can move letters around and it does not state that you can add/remove letters.
I do not know what you mean by ‘mixed-position letters’ your example of
MILK, MILL, MAIL, PAIL
MILL -> MAIL Requires that ‘I’ moves and for ‘A’ to change to ‘L’ or for ‘I’ + ‘L’ to change to ‘A’ + ‘I’ neither which fit the stated rules.
The correct example is.
MILK, mill, pill, pall, PAIL
Comment by markus on 21 June 2007:
hey!
Just to ensure that I got it right (I’m non-english, never heared of this show :)). The user may enter any valid word in any language. The starting and the resulting word must be of same length.
When importing the file with the words. Does the file have to be in any specific format? Do we need to provide any end-user documentation? Which encoding do the PHP files need to be?
Thanks!
Pingback by Marcin KÅ‚eczek BLOG » Blog Archive » Konkurs! Zend Studio PRO do wziÄ™cia! on 21 June 2007:
[...] ciekawy konkurs algorytmiczny - polecam wszystkim, którzy lubią wyzwania. Tutaj jest link do konkursu, jak tylko znajdę kila godzin czasu, to pomyślę i ja nad rozwiązaniem Pomysł mi się podoba - [...]
Comment by admin on 21 June 2007:
markus, the file you import can be any format you desire. The PHP files should be UTF8 for ease of my setup. You do not *have* to supply end user documentation unless you feel your application requires it.
Comment by antych on 21 June 2007:
Just one more question
I’m using ZF with mod_rewrite and I run it from vhost. I didn’t bother making links relative so it will only work from document root or a vhost. Are you ok with that? Or does it have to be changed.
Btw. Additionally to sending you the zip file I can put the app on my own hosting, so you can save yourself some time setting it up and I can make sure you see it work, in an unlikely event that smth goes wrong. How about it?
Comment by Nick Halstead on 21 June 2007:
mod_rewrite is fine. document root is fine. Please include the ZF within project. You can host it yourself but I do still need to have it work on my test system.
Comment by CyberRodent on 22 June 2007:
requirements state:
“The user must be able to specify the source for valid words”
Would this be satisfied by offering the user to select from a choice of (built in) dictionaries (services)
or
is it required that they can pick *ANY* source of words (ie, upload arbitrary word lists)
Thanks - sounds like fun.
Comment by Chaostar on 22 June 2007:
Hi all !
I have 2 questions.
1. What symbols are allowed to create words ?
2. Can I assume that the word list is not huge (so, can I put it into array without memory problems) ?
Comment by Mgccl on 23 June 2007:
Is it ok for you guys to create a dictionary so we can test the input?
in my dictionary, some word does not exist, for example, shyer
Pingback by PHP Programming Contest - Sitening Blog - Nashville SEO (Search Engine Optimization) and Web Design on 25 June 2007:
[...] Halstead is running a PHP contest on his blog and offering a free copy of Zend Studio to the winner. It’s a wonderfully simple [...]
Pingback by The Programming and Management Blog » PHP Competition Update on 25 June 2007:
[...] am running a PHP Programming Contest and you can win a copy of Zend Studio Professional. If you’re new here, you may want to subscribe [...]
Trackback by @leo's on 1 July 2007:
PHP Programming Contest…
I just committed my code for the The PHP-Programming-Contest. But I’m not really happy about it. First of all I thought I will do it in an hour, and really after an hour the first version worked. But ……
Comment by Junior on 1 July 2007:
My country is at summer time and I got confused.
I think I have sent the solution 1 hour later. Will it be accepted?
Comment by admin on 1 July 2007:
I have been a little late closing the competition, but as long as you submit it within the next hour I will accept it.
Comment by Todd Pinel on 2 July 2007:
Just checking what time it is!
Pingback by Todd’s Blog » Blog Archive » Word Morph on 3 July 2007:
[...] So I found this programming contest on the internet and thought it would be kind of cool to see if I could come up with something to solve the problem posed and if I did get something cool done in time then I’d submit it. The contest can be found at http://blog.assembleron.com/2007/06/14/php-programming-contest-win-zend-studio. [...]
Comment by John on 22 July 2007:
Where can I see the winning solution?
John
Comment by Nick Halstead on 22 July 2007:
Winning post here:
http://blog.assembleron.com/2007/07/21/php-competition-results-the-winner/
Second Place:
http://blog.assembleron.com/2007/07/20/php-competition-results-second-place/
Third Place:
http://blog.assembleron.com/2007/07/19/php-competition-results-third-place/
Trackback by Anonymous on 1 January 2008:
Younggayboys…
Younggayboys…
Comment by adilraufkhan on 8 January 2008:
is there any other such contest comming in some time in mid of 2008. I would like to get full details for that
Comment by PHP Encoder on 24 February 2008:
Looking for another PHP contest this year!
Comment by Spread Betting Broker on 7 July 2008:
I will subscribe to your news feed thanks
Comment by apna finance on 7 July 2008:
Please can some one advise me on how to get news feeds
Comment by ProGasCasMash on 4 December 2008:
I have been reading here for a while now and thought it would only be fair to register and contribute instead of being a silent reader. So – I am looking forward to be a full part of the community!
Take care!
ProGasCasMash
http://www.hoppenrath.com/isp/avatar_e.jpg
Comment by Bill on 27 February 2009:
scooby doo games
[URL=http://wenafafalovif4.justfree.com/scooby-doo-games/]scooby doo games[/URL]
mercenaries cheats
[URL=http://wenafafalovif4.justfree.com/mercenaries-cheats/]mercenaries cheats[/URL]
linens things
[URL=http://wenafafalovif4.justfree.com/linens-things/]linens things[/URL]
romeo and juliet quotes
[URL=http://wenafafalovif4.justfree.com/romeo-and-juliet-quotes/]romeo and juliet quotes[/URL]
lds primary
[URL=http://wenafafalovif4.justfree.com/lds-primary/]lds primary[/URL]
short prom dresses
[URL=http://wenafafalovif4.justfree.com/short-prom-dresses/]short prom dresses[/URL]
rothman furniture
[URL=http://wenafafalovif4.justfree.com/rothman-furniture/]rothman furniture[/URL]
pon and zi
[URL=http://wenafafalovif4.justfree.com/pon-and-zi/]pon and zi[/URL]
flag folding
[URL=http://wenafafalovif4.justfree.com/flag-folding/]flag folding[/URL]
puretna
[URL=http://wenafafalovif4.justfree.com/puretna/]puretna[/URL]
beatles birthday
[URL=http://wenafafalovif4.justfree.com/beatles-birthday/]beatles birthday[/URL]
blue nile diamonds
[URL=http://wenafafalovif4.justfree.com/blue-nile-diamonds/]blue nile diamonds[/URL]
neverwinter nights walkthrough
[URL=http://wenafafalovif4.justfree.com/neverwinter-nights-walkthrough/]neverwinter nights walkthrough[/URL]
justin bruening
[URL=http://wenafafalovif4.justfree.com/justin-bruening/]justin bruening[/URL]
calvary chapel costa mesa
[URL=http://wenafafalovif4.justfree.com/calvary-chapel-costa-mesa/]calvary chapel costa mesa[/URL]
duke athletics
[URL=http://wenafafalovif4.justfree.com/duke-athletics/]duke athletics[/URL]
burn usher
[URL=http://wenafafalovif4.justfree.com/burn-usher/]burn usher[/URL]
resignation letter sample
[URL=http://wenafafalovif4.justfree.com/resignation-letter-sample/]resignation letter sample[/URL]
directv internet
[URL=http://wenafafalovif4.justfree.com/directv-internet/]directv internet[/URL]
streaming video capture
[URL=http://wenafafalovif4.justfree.com/streaming-video-capture/]streaming video capture[/URL]
Comment by Heel on 2 March 2009:
jocuri barbie online sites
fantasy name generator
poptropica game funbrain
italian map
cool letters
cccleaner
graficos ponto cruz
pointer dogs
invitaciones para imprimir
predator uav
Comment by Diesel on 3 March 2009:
cubs logo
[URL=http://antivirussecure.rack111.com/cubs-logo/]cubs logo[/URL]
cubs logo
[URL=http://antivirussecure.hostbot.com/cubs-logo/]cubs logo[/URL]
martha madison
[URL=http://antivirussecure.hostbot.com/martha-madison/]martha madison[/URL]
hampton bay ceiling fan
[URL=http://antivirussecure.rack111.com/hampton-bay-ceiling-fan/]hampton bay ceiling fan[/URL]
monopoly pieces
[URL=http://secureantivir.hostbot.com/monopoly-pieces/]monopoly pieces[/URL]
key west ferry
[URL=http://antivirussecure.hostbot.com/key-west-ferry/]key west ferry[/URL]
huff realty
[URL=http://antivirussecure.rack111.com/huff-realty/]huff realty[/URL]
tittypalace
[URL=http://antivirussecure.rack111.com/tittypalace/]tittypalace[/URL]
dillards department store
[URL=http://antivirussecure.rack111.com/dillards-department-store/]dillards department store[/URL]
champs sporting goods
[URL=http://antivirussecure.rack111.com/champs-sporting-goods/]champs sporting goods[/URL]
Comment by Arnie on 11 March 2009:
britt miller
calculate due date
fireworks for sale
boston market menu
redline bicycles
battle raper 2
rob marciano
phim bo hong kong dl
bbq grillware
colchas intima
Comment by Kir on 12 March 2009:
colorado realestate
calvin and hobbes comics
pensacola civic center
scooby doo pictures
fleshdex
whirlpool washers
crusifiction
belk stores
wording for wedding invitations
deer rut
Comment by Joe on 12 March 2009:
triangle formulas
poison ivy pictures
5 themes of geography
landofodd
free death records
16 year old porn
keria knightly
helicopter videos
direct variation
capture streaming video
Comment by Joe on 12 March 2009:
logitech drivers
[URL=http://164.100.194.134/dod/Members/logitechdrivers]logitech drivers[/URL]
flyleaf lyrics
[URL=http://www.dementia.waw.pl/Members/flyleaflyrics]flyleaf lyrics[/URL]
subway menu
[URL=http://www.taylorhealey.com/Members/subwaymenu]subway menu[/URL]
wrentham outlets
[URL=http://164.100.194.134/dod/Members/wrenthamoutlets]wrentham outlets[/URL]
craigslist chicago
[URL=http://rda.znc.com.br/Members/craigslistchicago]craigslist chicago[/URL]
army ako
[URL=http://www.phec.net/Members/armyako]army ako[/URL]
keyshia cole lyrics
[URL=http://www.phec.net/Members/keyshiacolelyrics]keyshia cole lyrics[/URL]
onemorelevel
[URL=http://164.100.194.134/dod/Members/onemorelevel]onemorelevel[/URL]
suncoast federal credit union
[URL=http://www.hippolyte-romain.com/Members/suncoastfederalcreditunion]suncoast federal credit union[/URL]
couples halloween costumes
[URL=http://www.taylorhealey.com/Members/coupleshalloweencostumes]couples halloween costumes[/URL]
verizon amphitheater
[URL=http://www.taylorhealey.com/Members/verizonamphitheater]verizon amphitheater[/URL]
subway menu
[URL=http://www.taylorhealey.com/Members/subwaymenu]subway menu[/URL]
verizon pix place
[URL=http://www.hippu.fi/htt/Members/verizon pix place]verizon pix place[/URL]
verizon amphitheater
[URL=http://www.lop.gda.pl/Members/verizonamphitheater]verizon amphitheater[/URL]
farenheit to celcius
[URL=http://rda.znc.com.br/Members/farenheittocelcius]farenheit to celcius[/URL]
girly layouts
[URL=http://www.lop.gda.pl/Members/girlylayouts]girly layouts[/URL]
tire discount
[URL=http://www.hippu.fi/htt/Members/tire discount]tire discount[/URL]
tire discount
[URL=http://www.taylorhealey.com/Members/tirediscount]tire discount[/URL]
young and restless spoilers
[URL=http://www.phec.net/Members/youngandrestlessspoilers]young and restless spoilers[/URL]
bath bed and beyond
[URL=http://www.hippolyte-romain.com/Members/bathbedandbeyond]bath bed and beyond[/URL]
Comment by Still on 12 March 2009:
history of the olympics
graduation rings
blue knob auto
feet mania
footnote format
2 dollar bill
free death records
free short stories
microsoft office clip art
cbs morning show
Comment by July on 17 March 2009:
drinking card games
[URL=http://dycoku3.steadywebs.com/drinking-card-games/]drinking card games[/URL]
fall coloring pages
[URL=http://dycoku3.freehost.net.au/fall-coloring-pages/]fall coloring pages[/URL]
depression hurts
[URL=http://vaqoha8.freehost.net.au/depression-hurts/]depression hurts[/URL]
lentil recipes
[URL=http://vaqoha8.425mb.com/lentil-recipes/]lentil recipes[/URL]
winter park ski resort
[URL=http://vaqoha8.425mb.com/winter-park-ski-resort/]winter park ski resort[/URL]
minnie mouse costume
[URL=http://dycoku3.freehost.net.au/minnie-mouse-costume/]minnie mouse costume[/URL]
chex systems
[URL=http://dycoku3.freehost.net.au/chex-systems/]chex systems[/URL]
marisa tomei nude
[URL=http://dycoku3.freehost.net.au/marisa-tomei-nude/]marisa tomei nude[/URL]
silver state schools credit union
[URL=http://vaqoha8.freehost.net.au/silver-state-schools-credit-union/]silver state schools credit union[/URL]
snake identification
[URL=http://vaqoha8.425mb.com/snake-identification/]snake identification[/URL]
funny nicknames
[URL=http://dycoku3.freehost.net.au/funny-nicknames/]funny nicknames[/URL]
delaware county daily times
[URL=http://dycoku3.freehost.net.au/delaware-county-daily-times/]delaware county daily times[/URL]
colorado springs newspaper
[URL=http://vaqoha8.freehost.net.au/colorado-springs-newspaper/]colorado springs newspaper[/URL]
queen of hearts costume
[URL=http://vaqoha8.freehost.net.au/queen-of-hearts-costume/]queen of hearts costume[/URL]
remington model 700
[URL=http://vaqoha8.425mb.com/remington-model-700/]remington model 700[/URL]
frog life cycle
[URL=http://dycoku3.freehost.net.au/frog-life-cycle/]frog life cycle[/URL]
dj unk lyrics
[URL=http://dycoku3.steadywebs.com/dj-unk-lyrics/]dj unk lyrics[/URL]
angelina jolie tattoos
[URL=http://dycoku3.steadywebs.com/angelina-jolie-tattoos/]angelina jolie tattoos[/URL]
bang my hot wife
[URL=http://vaqoha8.freehost.net.au/bang-my-hot-wife/]bang my hot wife[/URL]
amtrack schedules
[URL=http://vaqoha8.425mb.com/amtrack-schedules/]amtrack schedules[/URL]
Comment by reviews on 17 March 2009:
Great Website! It helps me a lot with my tough homework. I’m not so hot in that class
Thanks for the hard work, keep it up!
Comment by Diesel on 19 March 2009:
eggplant recipe
[URL=http://vyvyhimu.justfree.com/eggplant-recipe/]eggplant recipe[/URL]
morrowind mod
[URL=http://mehexepi.freehostingz.com/morrowind-mod/]morrowind mod[/URL]
green bay gazette
[URL=http://vyvyhimu.justfree.com/green-bay-gazette/]green bay gazette[/URL]
area code 909
[URL=http://mehexepi.freehostingz.com/area-code-909/]area code 909[/URL]
ohio wrestling
[URL=http://vyvyhimu.justfree.com/ohio-wrestling/]ohio wrestling[/URL]
linksys router setup
[URL=http://mehexepi.freehostingz.com/linksys-router-setup/]linksys router setup[/URL]
pneumonia symptoms
[URL=http://vyvyhimu.justfree.com/pneumonia-symptoms/]pneumonia symptoms[/URL]
hamilton county indiana
[URL=http://mehexepi.freehostingz.com/hamilton-county-indiana/]hamilton county indiana[/URL]
tom cruise scientology
[URL=http://mehexepi.freehostingz.com/tom-cruise-scientology/]tom cruise scientology[/URL]
new jersey dmv
[URL=http://vyvyhimu.justfree.com/new-jersey-dmv/]new jersey dmv[/URL]
free tetris game
[URL=http://mehexepi.freehostingz.com/free-tetris-game/]free tetris game[/URL]
sayings and quotes
[URL=http://vyvyhimu.justfree.com/sayings-and-quotes/]sayings and quotes[/URL]
irs mileage rate
[URL=http://vyvyhimu.justfree.com/irs-mileage-rate/]irs mileage rate[/URL]
snap yo fingers lyrics
[URL=http://vyvyhimu.justfree.com/snap-yo-fingers-lyrics/]snap yo fingers lyrics[/URL]
portland zoo
[URL=http://mehexepi.freehostingz.com/portland-zoo/]portland zoo[/URL]
marquee cinemas
[URL=http://mehexepi.freehostingz.com/marquee-cinemas/]marquee cinemas[/URL]
circutcity
[URL=http://vyvyhimu.justfree.com/circutcity/]circutcity[/URL]
multiplication chart
[URL=http://vyvyhimu.justfree.com/multiplication-chart/]multiplication chart[/URL]
hallmark e cards
[URL=http://vyvyhimu.justfree.com/hallmark-e-cards/]hallmark e cards[/URL]
windows xp serial
[URL=http://vyvyhimu.justfree.com/windows-xp-serial/]windows xp serial[/URL]
Comment by Diesel on 19 March 2009:
period during pregnancy
tulsa police department
liquid conversion
episcopal lectionary
riverside county court
sheep pictures
canada postal codes
photoshop cs2 crack
comedy mp3
athena speakers
Comment by Jane on 19 March 2009:
how to get rid of mice
belk stores
redline bicycles
jillian barbarie
gall bladder symptoms
papa murphys
pinay kantutan kalibugan
employee connection macys
runescape infinite money cheat
dsscentral
Comment by Joe on 21 March 2009:
drx9000
los angeles population
runeskape
myspace music players
activities for toddlers
lancaster county assessor
robin mcgraw
cinquain poems
liquid measurements
uniform advantage
Comment by Arnie on 21 March 2009:
birthday toasts
numbness in fingers
scala a chiocciola
parker bows
fraction worksheets
online typing tests
everclear alcohol
free quiz questions
tea cup puppies
posh bob hairstyle
Comment by Joe on 29 March 2009:
decidous forest
akita puppies
telus webmail
rudejam
chicken curry recipe
oxygen cycle
gotta get through this
houseboat for sale
winged sandals
pictures of genital warts
Comment by Arnie on 30 March 2009:
gaiaonline profile editor
triumph scrambler
reese witherspoon hair
otis lennon school ability test sample
drywall prices
navy weather
nigeria map
rapper ti
telus phone book
best internet browser
Pingback by PHP Programming Contest Win Zend Studio Nick Halstead What is | Outdoor Ceiling Fans on 31 May 2009:
[...] PHP Programming Contest Win Zend Studio Nick Halstead What is Posted by root 8 hours ago (http://www.nickhalstead.com) If you have questions please use the comment facility at the end of url http antivirussecure rack111 com hampton bay ceiling fan Discuss | Bury | News | PHP Programming Contest Win Zend Studio Nick Halstead What is [...]