Posts Tagged ‘website’

Code Is Poetry

Friday, May 1st, 2009

Flagler St.

Today I uploaded this postcard to the photo page and also updated all the code involved in order to be able to include a link to additional info.  Writing variables to generate a url is not easy for me but I got it done in fewer than 25 tries which is major huge…for me, that is.

So now, when I upload an image to the gallery database, if I want to include a link to wherever all I have to do is insert that url and description into user fields I added to the database. 

Oh!  I also installed my own personal url shortening tool to handle those long links just for grins.

Woot!

Exciting, yes?

Switch is ON!

Friday, April 3rd, 2009

The photo page is now functional and linked to from the index page.  Huzzah!  I accomplished a lot during this week of rainy days and today the sun is supposed to come out so maybe I’ll step away from the computer for a change.  Well, I could do a little tweaking to the site.  heh.

photopage

Been Busy

Wednesday, April 1st, 2009

I recently spent quite a few hours struggling to make and maintain a consistent connection between Dreamweaver and a remote MySQL database.  After many Googles I found the source of the problem which merely amounted to changing <?php virtual(/Connections… to <?php require_once(Connections… . Amazing.  I think I know why that error was occurring but, to be honest, I don’t care anymore and prefer to move on to the next dumb problem I’m sure to encounter.

Now that the database connection has been made I’ve made good progress using a database to control image navigation for the upcoming site.  Yay!  I even had to learn some quick SQL in order to create the proper queries to retrieve the desired information from the database.

weight-ytd-0401

Meanwhile, I’ve continued to exercise daily and eat right and I finally got my weight below 175!  This morning I’m going to make a grocery run to Wal-Mart and will find some way to reward my efforts, I am sure of that.

Friday I’ll call to get the lab results from last week’s colonoscopy.

I received a new disk of images from L Craig Roberts and added another house to his portfolio site.  What a monster!  The house, that is, L Craig is a very nice guy.

The Home Page

Thursday, March 26th, 2009

homepage0309

Just for the record, because I’m sure it will change, this is what the TouArt.com home page currently looks like.  The javascript menu slides in from the left and the random image is generated by PHP.  I’m learning!