Entries Filed Under: MySQL
11:06am July 26, 2006
Sparklines for your sites.
While searching the internet for information on using the PHP GD image library to create images on the fly, I a killer way of graphically displaying information using the GD library. Sparklines are described by Edward Tufte as
"intense, simple, wordlike graphics."
Not much development has happened on the PHP sparkline package, but it is definitely a good starting point for putting sparklines on your own site.

I was luck enough to already have browser tracking code implemented on this [Read More]
Views  539 Comments  1
Filed under: PHP, GD, MySQL
6:31pm October 30, 2005
guestMap v. 2.1 Released

Alright, alright. I know it took way to long for me to get around to updating guestMap, but I finally did it. Mainly, I put the code in process.php back into a function, inside a class due to the fact that IE has a problem with the code if it's not inside a function.

Still having a major issue with Firefox displaying the infowindow, so if anyone could give me a hand figuring that out, I would appreciate it greatly.

Take a look at my newest project over at www.pinnacleguild.com. This is the Everquest 2 guild that I am a member of.

Views  604 Comments  4
Filed under: PHP, Google Maps API, MySQL
4:00pm October 12, 2005
Copper Project Module

We started work today on a custom module for Copper Project. Copper Project is a PHP/MySQL project/client/employee management web application. The code is written in a manner that would suggest that the creators intended to allow users to write custom modules.

After spending all day today trying to find basic parts of the code, I have come to the realization that either the creators don't want it to be easy to make a module, or they want it to be impossible. I have written modules before for web applications such as [Read More]

Views  891 Comments  1
Filed under: PHP, MySQL
2:00pm October 01, 2005
New Blog Calendar

I found a great tutorial for easily adding a calendar to your blog system. Luckily, I planned ahead for adding a calendar so I have been inserting dates along with the blogs that I make. The tutorial can be found at Zend's website. I am still having problems linking the calendar to the blogs, but it does create and draw the calendar with no problem.

As you can see I haven't changed anything about the calendar from the tutorial, but I will be rewriting it soon to reference the blog id instead of the blog date to create the links from the calendar.

Views  1262 Comments  2
Filed under: PHP, MySQL
11:00am August 31, 2005
PHP guestMap

I have finally finished a working and fairly stable version of PHP guestMap. This is a web based application that allows people that visit your site, to click on a map of the world, and insert their information, and place a "marker" on your map.

With the boom of blogging, I believe this will be a huge hit and will quickly take off. It utilizes one of Google's open source API's to display a zoomable map ofthe world.

Once I have completed a better working version, I will release it for download. So tell all your friends to come check it out.

Views  602 Comments  9
Filed under: PHP, Google Maps API, MySQL
View Chris Thompson's profile on LinkedIn
Loading...