Posts Tagged ‘update’

WP Page Layout & Text Updates

Sunday, December 27, 2009 0:43 No Comments

If you were surfing my site today you may have noticed that the look and feel of the site was changing frequently.  This was in preperation for another page on my website.  Today I decided it was time to change the layout of my WP pages a bit to make more room.  Thus I took [...]

This was posted under category: ForeverOdd.com, WordPress Tags: , , , , , , , , , ,

Feature Set: SOS v1.0

Friday, July 3, 2009 14:46 No Comments

Version 1.0 contains these features from the original feature set:

Playing area (grid)
Two player
Three difficulty settings (ie: board sizes)
Scoreboard to keep track of the SOS’s for each player
Undo
Player 1 goes first
Assign own name
Help/Instructions

On top of initial feature set I added:

Games won: the ability to keep track of how many games were won by each player until [...]

This was posted under category: SOS Tags: , , , , , , , , ,

Score Calculations & GUI Updates

Sunday, June 21, 2009 20:50 No Comments

I am very happy with my progress so far.  Especially how I have been able to overcome obstacles along the way, in order to get to the point in my program that I am at now.  Last night I was up until 1AM working on getting some of the underlying logic to work with the GUI [...]

This was posted under category: SOS Tags: , , , , , , , , , ,

Green-Dream 1.3

Saturday, June 6, 2009 22:15 No Comments

In this release I fixed the problem of imporperly formated tables by addinig the following to my style.css code:
/********* CSS for Tables ************************/
table {
font: 12px, “Trebuchet MS”, arial;
width: 320px;
}
th {
padding: 0 0.5em;
text-align: left;
}
td {
font-size: 12px;
line-height: 1.5em;
border-bottom: 0px;
padding: 0 0.5em;
}
td.width {
width: 200px;
}
td.adjacent {
border-left: 0px;
text-align: center;
}
If you like how the rest of my CSS is set up [...]

This was posted under category: WordPress Tags: , , , , , , , , , , , , , , ,

Green-Dream 1.2

Friday, May 29, 2009 23:24 No Comments

As I progress through my blog and use different features I find things that I didn’t quite update correctly, hence the subsequent releases of Green Dream.  The latest version is 1.2 which fixes how lists (ordered and unordered) within posts were showing up in a substantially different format from the rest of the text in the post.
Download [...]

This was posted under category: WordPress Tags: , , , , , , , , , , , , , ,