Archive for June, 2003

 

Weather is Cool!

Jun 19, 2003 in Uncategorized

Weather is fun!!!

I think the weather updates are working as designed. Every fifteen minutes, the server downloads current O’Hare data, weather forecast, and area forcast data via FTP from The National Weather Service. From there, the data is parsed to figure out what the local conditions are, decide what image to show on the left banner, convert ºF to ºC, and figure out the wind. To keep the look of the left navigation menu standard, the link to the weather is not a standard link. One can click on the “weather” word to go to detailed weather information.

E-cat sample is working for the most part. I have yet to register the AspTear dll, so the site is not able to check live inventory data. Bummer. Edit: Registered the dll, all is working fine.

Random thought: I think it’s funny that there is a deadjournal.com to go with livejournal.com.

Since I’m too cheap to buy the CoffeeCup web cam software, I am going with web cam software from booru.net. I found the software while browsing through what used to be shareware.com. The new software works great, and is extremely small in size. I have also updated the web cam page.

7064

Jun 11, 2003 in Uncategorized

Nothing New

I have been thinking about updating my journal entries using livejournal.com for some time. I would have to create some sort of script to pull that data to this server. I did enjoy creating the code for these .plan updates. For right now, going to stick with what I’ve got.

I am now hosting my sister’s site on my server now. I did all of the necessary stuff yesterday. Content/look is definitely lacking, but it will improve over time. Plus, I’m sure it will be an extremely colorful site, to say the least.

I was thinking that I have not put up any real content on this page for a long time. I should think about doing that. One thing that I don’t like about the .plan code is that only one plan per day. As the plan is updated, the time updates to the current time. Self, think about just logging the initial .plan update.

I have been working on learning PHP on and off for awhile. I’m amazed at how much better it handles many things better than ASP 3.0. ASP.NET seems to take up the slack, but I already know VB. Anyway, to use PHP with Access would require me to use a DSN, which is quite slow. Not going to do that. I would like to be forced away from IIS/ASP for a bit, but so much is running on it already. I’m thinking about installing Apache & PHP to run on port whatever, something different from 80. This would allow me to run PHP scripts, yet still have all of the other pages be functional.

I am in the market for a gas grill. One thing about those things is they are quite expensive. I’m sure one could buy a cheap grill, but the thing wouldn’t last. Alas, it is almost always better to spend the extra money now for much better quality. I have been in the mood for barbeque for at least the last month.

Barbeque Ideas

6789

Jun 06, 2003 in Uncategorized

Server move update

All files moved back to server…finally. The web cam is online and kicking. Last time I checked, it’s pointing at Joe the frog. Page counts were lost again, no big deal. Also, the site stats reflect all of the moves, no data lost.

Distributed.net stats are working…kind of
I wrote the code for the stats engine based on these “guidelines.” To say the least, I screwed up by not dealing with changing IP addresses in the code when I made the stupid thing. So, I cannot change the code to deal with different IP addresses since the new IP addresses were used by other machines six months ago. Bummer. Also, the graphs are not being drawn correctly. If the error checking works as designed, it should just say “Fatal error…” or something like that. Alas, I’m sure I will find a solution.
SETI stats
SETI queue is causing some problems. For some unknown reason, it is not allowing external IP addresses to connect to the queue. I have set it up to allow any IP address to connect, but it’s still not working. Works fine with internal IP’s.
E-commerce working sample
Not sure why it’s a big deal, but this is still offline. I have fixed the errors with moving everything. No time to move the files over. Plus, working on the July update anyway. Guess I will do a major update. I decided it was too time consuming to convert the database over to anything besides Access. The data integrity is rather poor, containing all of the characters that screw with SQL to no end. Alas, I decided to simply create stored procedures in Access to speed up the transactions. I know they are not true stored procedures, but response time on the pages improved greatly with the move.
Photos database
Functioning normally. Added support for video files to the database. Example of the newly supported formats.
Book reviews site
Newly created site using ASP and Access. I’ve spent approximately 25 hours creating the site. It’s coming together, not quite there. The hardest part so far is again dealing with Access and the problems of having users updating data while other users are trying to read reviews. I think I have worked it as best as possible. The site is created piecemeal, using many include files. Also, the SQL queries output the entire rows of data into arrays so that I can immediately close the database connection. I then loop through the array to output the reviews. Not a complicated site at all, but the error checking is the best part. In looking back, I think the site would be better if written in PHP, but oh well. The hardest part so far is to have a look that is inviting to all, especially youngsters.