473,398 Members | 2,188 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Brainstorm with me on this

Hey all. I need your help in designing a solution. I'm building a small wine
cellar manager application as a side project. A wine cellar can consist of
several "walls", each of which can have X rows and Y columns.

I'm trying to figure out a way to illustrate how certain walls in a cellar
are positioned with respect to each other. Consider a simple wine cellar
with walls called: Top, Left, Middle and Right.

If I were to draw this in HTML, it would be something like this:

<table>
<tr>
<td colspan="3">Top</td>
</tr>
<tr>
<td>Left</td>
<td>Middle</td>
<td>Right</td>
</tr>
</table>

"Top" is ABOVE "Left"
"Top" is ABOVE "Middle"
"Top" is ABOVE "Right"

"Left" is UNDER "Top"
"Middle" is UNDER "Top"
"Right" is UNDER "Top"

"Left" is LEFT of "Middle"
Nothing is LEFT of "Left"
"Right" is RIGHT of "Middle"
Nothing is RIGHT of "Right"

Obviously the friendly names Top, Left, Middle, and Right are arbitrary ...

What would be a good way to capture this? Can anyone suggest a suitable data
structure?

I know this is somewhat off topic, but the front end of this is all aspx, so
it's a little relevant ;)
Nov 18 '05 #1
1 936
Hi George,

I see two strong ways of approaching this.

If the walls can be represented pretty much in a HTML table, simply
represent a table-like structure. The Cellar would have a BlocksHigh and
BlocksWide property. It would contain a collection of Walls, which would
each contain an array of Cell numbers they occupy. In your example,
BlocksHigh=2 and BlocksWide=3. Walls would consists of Top (1,2,3), Left
(4), Middle (5), Right(6), with the CellNumbers array parenthesis.

On the other hand, if the walls really cant be represented in a grid like
that, then you'll have to do a four-sided linked list type structure. The
Cellar would contain a NumberOfWalls property, and a TopLeftWall property,
which would contain in your example, the Top wall. The Wall structure would
contain four properties (each of type Wall), called Above, Below, LeftOf,
RightOf. Middle, in your example, would have Above="Top", Below=Null,
LeftOf="Left", RightOf="Right".

How's that work

Alex Papadimoulis

"George Durzi" <gd****@hotmail.com> wrote in message
news:#O**************@tk2msftngp13.phx.gbl...
Hey all. I need your help in designing a solution. I'm building a small wine cellar manager application as a side project. A wine cellar can consist of
several "walls", each of which can have X rows and Y columns.

I'm trying to figure out a way to illustrate how certain walls in a cellar
are positioned with respect to each other. Consider a simple wine cellar
with walls called: Top, Left, Middle and Right.

If I were to draw this in HTML, it would be something like this:

<table>
<tr>
<td colspan="3">Top</td>
</tr>
<tr>
<td>Left</td>
<td>Middle</td>
<td>Right</td>
</tr>
</table>

"Top" is ABOVE "Left"
"Top" is ABOVE "Middle"
"Top" is ABOVE "Right"

"Left" is UNDER "Top"
"Middle" is UNDER "Top"
"Right" is UNDER "Top"

"Left" is LEFT of "Middle"
Nothing is LEFT of "Left"
"Right" is RIGHT of "Middle"
Nothing is RIGHT of "Right"

Obviously the friendly names Top, Left, Middle, and Right are arbitrary ....
What would be a good way to capture this? Can anyone suggest a suitable data structure?

I know this is somewhat off topic, but the front end of this is all aspx, so it's a little relevant ;)

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: James | last post by:
I have a from with 2 fields: Company & Name Depening which is completed, one of the following queries will be run: if($Company){ $query = "Select C* From tblsample Where ID = $Company...
5
by: Scott D | last post by:
I am trying to check and see if a field is posted or not, if not posted then assign $location which is a session variable to $location_other. If it is posted then just assign it to...
2
by: Nick | last post by:
Can someone please tell me how to access elements from a multiple selection list? From what ive read on other posts, this is correct. I keep getting an "Undefined variable" error though... Form...
2
by: Alexander Ross | last post by:
I have a variable ($x) that can have 50 different (string) values. I want to check for 7 of those values and do something based on it ... as I see it I have 2 options: 1) if (($x=="one") ||...
0
by: Dan Foley | last post by:
This script runs fine, but I'd like to know why it's so slow.. Thanks for any help out there on how i can make it faster (it might take up to 5 min to write these 3 export files whith 15 records...
5
by: Lee Redeem | last post by:
Hi there I've created abd uploaded this basic PHP script: <html> <head> <title>PHP Test</title> </head> <body> <H1 align="center">
5
by: christopher vogt | last post by:
Hi, i'm wondering if there is something like $this-> to call a method inside another method of the same class without using the classname in front. I actually use class TEST { function...
6
by: Phil Powell | last post by:
Ok guys, here we go again! SELECT s.nnet_produkt_storrelse_navn FROM nnet_produkt_storrelse s, nnet_produkt_varegruppe v, nnet_storrelse_varegruppe_assoc sv, nnet_produkt p WHERE...
2
by: Frederick Gotham | last post by:
I don't like macros for a few reasons -- here's just a few... Reason 1: namespace ArbitraryNamespace { #define Func(i) ( i + '0' ) }
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.