 |
skalie
the honourable
Registered: Sep 2001
Location: ........
Posts: 15314 |
Anyone good with algebra?
I have a situation where "b" changes affecting "e".
e = (f * ((b-c)/d)) + g
Now if I wanted the situation to have it where "e" changes to affect "b" as in...
b = ???????????????
.....I just figured out that it is mthematical problem after 12 hours of debugging the thing, so my head's almost at implosion point.
*walks away from the screem*
(I'll leave in that Fruedian typo)
Class points on offer.
Report this post to a moderator |
IP: Logged
|
07-06-2005 10:38 AM |
|
|
|  |
 |
skalie
the honourable
Registered: Sep 2001
Location: ........
Posts: 15314 |
Nevermind, I think I've done it
e = (f * ((b-c)/d)) + g
e - g = f * ((b-c)/d))
(e - g)/f = (b-c)/d
((e-g)/f) * d = b - c
(((e-g)/f) * d) + c = b
Report this post to a moderator |
IP: Logged
|
07-06-2005 10:56 AM |
|
|
|  |
 |
aminal
incomplete
Registered: Jul 2000
Location: Erehwon
Posts: 7543 |
tell the problem in more detail - without the algebra - there might be something you missed.
Report this post to a moderator |
IP: Logged
|
07-06-2005 11:31 AM |
|
|
|  |
 |
Thimbles worth of opinion
Symetrically challenged
Registered: Aug 2000
Location:
Posts: 8344 |
quote: Originally posted by skalie
(((e-g)/f) * d) + c = b
I got d(e - g) / f + c = b which is about the same thing, and you tell me it's wrong.
You playin with my mind biotch!
__________________
My nipples are asymetrical... and that's a feature not a bug.
Report this post to a moderator |
IP: Logged
|
07-06-2005 11:40 AM |
|
|
|  |
 |
wonderaz
Sarky Bastard
Registered: Jul 2000
Location: Sedona, Arizona
Posts: 19517 |
Quit playing spelling bee math and use numbers like a real man.
Report this post to a moderator |
IP: Logged
|
07-06-2005 11:41 AM |
|
|
|  |
 |
Thimbles worth of opinion
Symetrically challenged
Registered: Aug 2000
Location:
Posts: 8344 |
quote: Originally posted by wonderaz
Quit playing spelling bee math and use numbers like a real man.
69 is the sum of all things wonderful.
__________________
My nipples are asymetrical... and that's a feature not a bug.
Report this post to a moderator |
IP: Logged
|
07-06-2005 11:42 AM |
|
|
|  |
 |
Thimbles worth of opinion
Symetrically challenged
Registered: Aug 2000
Location:
Posts: 8344 |
quote: Originally posted by skalie
I was making http://www.scraf.com/pix/wat.html
It worked, finally.
A link in something other than Muppet Chefese?
__________________
My nipples are asymetrical... and that's a feature not a bug.
Report this post to a moderator |
IP: Logged
|
07-06-2005 12:18 PM |
|
|
|  |
 |
skalie
the honourable
Registered: Sep 2001
Location: ........
Posts: 15314 |
It's all about the scrollbar, that textfield weighs in at 3K, a Flash MX component textfield weighs in at about 40K, which counts a fucking lot if you want to sell Flash sites instead of Html ones.
It's also uniqueish.
Report this post to a moderator |
IP: Logged
|
07-06-2005 12:23 PM |
|
|
|  |
 |
Large Filipino
Fuck me hard in my arse.
Registered: Feb 2004
Location: in colorado somewhere!
Posts: 27684 |
.
__________________
(I stopped the moving so that Simple Simon can play my embedded video's. EEEEE!!!!)
Vote for OBAMA so Wonder can FLY and FUCK YOU HAWLEY!!
Report this post to a moderator |
IP: Logged
|
07-06-2005 01:24 PM |
|
|
|  |
 |
Talarohk
The Pedanticator
Registered: Feb 2003
Location: Oceanside, CA
Posts: 5233 |
e = (f * ((b-c)/d)) + g Subtract g from both sides
e-g=f((b-c)/d) Divide both sides by f
(e-g)/f=(b-c)/d Multiply both sides by d
d((e-g)/f)=b-c Add c to both sides
(d*((e-g)/f)+c = b
It ends up looking very much like the initial equation, just with different variables.
__________________
Report this post to a moderator |
IP: Logged
|
07-06-2005 04:16 PM |
|
|
|  |
 |
skalie
the honourable
Registered: Sep 2001
Location: ........
Posts: 15314 |
Well done, Tal, although I worked it out 6 hours ago. (see above)
Report this post to a moderator |
IP: Logged
|
07-06-2005 04:18 PM |
|
|
|  |
 |
Talarohk
The Pedanticator
Registered: Feb 2003
Location: Oceanside, CA
Posts: 5233 |
D'oh.
But...but...I had an opporunity to be pedantic! It's in my blood! 
Sorry bout that.
__________________
Report this post to a moderator |
IP: Logged
|
07-06-2005 04:20 PM |
|
|
|  |
 |
skalie
the honourable
Registered: Sep 2001
Location: ........
Posts: 15314 |
Fow what it's worth here are what the variables were....
( y-axis positions)
b - textfield
c - starting point of the textfield
d- how far the text field scrolls
e- scrollbar button
f- how far the scrollbar button scrolls
g- startpoint of the scrollbar button
simple stuff really, only took all fucking night to get it up and running
Report this post to a moderator |
IP: Logged
|
07-06-2005 04:24 PM |
|
|
|  |
 |
Trenchant_Troll
ad hominid
Registered: Mar 2004
Location: USA
Posts: 25796 |
I don't like the color and design of the arrows, and the scrolling is choppy and annoying. Is it really necessary?
__________________
I wanna be a part of the problem for a change.
Report this post to a moderator |
IP: Logged
|
07-06-2005 05:03 PM |
|
|
|  |
 |
Trenchant_Troll
ad hominid
Registered: Mar 2004
Location: USA
Posts: 25796 |
I guess that means you aren't willing to put in another 12 hours to make the scroll bar more to my liking?
__________________
I wanna be a part of the problem for a change.
Report this post to a moderator |
IP: Logged
|
07-06-2005 05:19 PM |
|
|
|  |
 |
skalie
the honourable
Registered: Sep 2001
Location: ........
Posts: 15314 |
OK, to elaborate, the color is the choice of the client, it's her logo, if she likes bile green that's her choice.
The design of the arrows are the least of the problems invloved, two lines, if she wants fancy I'll type an "v" is some wanky font.
Choppiness, now there's a valid point, but if you click on the button of any scrollbar it's going to be choppy, the fact that you can mouseover the arrow button and make it scroll is a feature that you don't normally see.
I've toned down the choppiness on this model http://www.scraf.com/pix/wat2.html
The whole point of the exercise is to get away from html pages and the fucking hundred's of browser compatibility problems for a change.
This particular trick is for the occasions when the client says... "could we just add these two pictures on to that page?".... ruining a perfectly good layout.
Cue the "iframe like" scrollbar, and in this case not the shitty over-used difficult to adjust version that Macromedia throws out with that bug-prone piece of software that they call Flash.
Last edited by skalie on 07-06-2005 at 05:33 PM
Report this post to a moderator |
IP: Logged
|
07-06-2005 05:29 PM |
|
|
|  |
 |
Trenchant_Troll
ad hominid
Registered: Mar 2004
Location: USA
Posts: 25796 |
Much better, skalie, but I was just kidding.
__________________
I wanna be a part of the problem for a change.
Report this post to a moderator |
IP: Logged
|
07-06-2005 05:35 PM |
|
|
|  |
 |
skalie
the honourable
Registered: Sep 2001
Location: ........
Posts: 15314 |
Was still a good call on the choppiness, you can have some bitch points if you want.
Report this post to a moderator |
IP: Logged
|
07-06-2005 05:38 PM |
|
|
|  |
 |
Trenchant_Troll
ad hominid
Registered: Mar 2004
Location: USA
Posts: 25796 |
Just goes to prove that I am more accurate when I am kidding than most people are when they are serious. At least that's my story, and I'm sticking to it.
__________________
I wanna be a part of the problem for a change.
Report this post to a moderator |
IP: Logged
|
07-06-2005 05:46 PM |
|
|
|  |
|