March 2008
Mar 31, 2008 5:46 PM
The St Louis Karting Association facilities in Pevely, Missouri provides families a great place to enjoy Kart racing. The club members invite the public to come out and see Karting action at it's finest!
Mar 31, 2008 11:44 AM
Mid-State Kart club in Springfield, IL has the 2008 schedule on their website. The first race of the season was Sunday. Although I haven't been an active member for many years I enjoy keeping up with the current events through the internet and usually visit once or twice a year to catch up on all the great racing.
LOCATION
6 miles east of Springfield, IL on Mechanicsburg Road. First exit east of Springfield on I-72. (Camp Butler)
Mar 31, 2008 9:23 AM
Beginning the effort towards adding some search capabilities to the site.
Mar 30, 2008 9:32 PM
The image gallery has been implemented based on chapter 11 of Practical PHP Web 2.0 Applications. The pics were taken a few years ago at the Saint Louis Kart Club track at Pevely MO.
Mar 29, 2008 11:19 PM
Quick and simple guide to get the Zend Framework setup on Eyedreamt hosting.
Open the Zend ZIP file and copy the library directory up one level from public_html. Create the bootstrap index.php file in public_html.
Also, I needed to place the following files in the public_html document root:
.HTACCESS
AddHandler application/x-httpd-php5 .php
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css|html)$ index.php...
Mar 9, 2008 9:02 PM
RonGatewood.net is an experimental blogging site. It currently allows users to register and create a personal blog. All code is untested and postings may be deleted at any time. This site is for my personal use. Please feel free to try the site out.
Terms:
Free.
No profanity.
No spam.
send comments to Ron @ RonGatewood . net
Mar 9, 2008 8:25 PM
Welcome to RonGatewood.net,
This site is the result of working through the sample application introduced in "Practical Web 2.0 Applications with PHP" by Quentin Zervaas. I am currently working on chapter 9 as I create this post. This is a personal project I have been working on for about a month. My goal with this site is to learn and develop an understanding of using the Zend Framework with Smarty templates. After finishing the book I plan to experiment...