I'm having trouble producing a timesheet bar graph in Excel. What I'd like is to have Names along the y axis and Workday(time) along the x. I'm having problems since I'm trying to map Names versus two columns for Start and End time. Please see attachment for raw excel data versus a rendering of...
I've figured this one out after hitting the books. Sorry to not be more specific, but what I meant by "extending" was that I already have a database w/ several tables, and that I'm adding to it. To be succint, I didn't want to name all the tables that didn't relate to the "new" tables I was...
Oh, I thought Skip was just being a smart@ss. Misunderstanding on my part. Thank you Skip [medal], and everyone else for pointing out the obvious! [thumbsup2]
A bullseye was just an example. For whatever reason, my boss would like to insert various images as line markers (external images such as gifs or pngs created in adobe cs or found off the web). Two examples he gave me were "bullseyes" and "flames". Why he wants this, I have no idea :\ so I'm...
I'm trying to replace the line markers at data points (the monotone shapes at each point) with my own image, for example an image of a bullseye. I understand that I can change the line markers to a small set of monotone shapes such as diamonds, squares, triangles and circles, but how do I set it...
Edit:
* 1 Sensor may occupy 1 or 2 Channels > {1|2} relationship.
The correct cardinality is {1|2}, not {0|1|2}. This is correct in the attached image.
I've contructed a fairly simple normalized (3NF), relational database. By simple, I mean each table relates to other table(s) in a 1 to many (1,n) relationship. Now, I am trying to extend this database, but I'm not sure how to proceed given specific qualifiers. Allow me to illustrate:
* 1 Pod...
This works great! Interesting trick with the "fifty" class, in that if you must use width:49.5% and not width:50% with float:left or else the 50% divs do not align properly.
I'm trying to layout my html page the "correct" way (as opposed to using tables). The problem is, I cannot set up the layout the way I like using divs without absolute positioning. What I'd like is a "container" div, and inside this container, I'd like six divs: two rows of 50% width divs and...
That works! The error I was encountering was "Catchable fatal error: Object of class Tire could not be converted to string". When I attempted to manually cast using "(Tire)$this->tire->toString()" or "(Tire)($this->tire)->toString()" I recieved was "Parse error: syntax error, unexpected...
I have two classes. Truck and Tire. Tire has (1) size and (2) tread. Truck has (1) make, (2) model and (3) Tire. I am having trouble after assigning an instance of Tire to an instance of Truck. Consider the following code. Can anyone help?
class Truck {
private $make, $model, $tire;
function...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.