Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~875 People Reached
Favorite Tags
Member Avatar for riscphree

I cannot get mysql working. This is a Fedora Core 2 installation, I tried installing mysql with yum (it installed the 3.23 version, I dont want that). I tried upgrading, that did not go so well. I tried installing from the binaries, well, that didnt go to well either. So …

Member Avatar for manoj.samtani
0
294
Member Avatar for riscphree

I'm trying to line up horizontally four images with a small text link underneath them. I can't get the text to go underneath. How can I do this? My code so far: [code].cards { top: 5px; background: #66AAFF; height: 124px; width: 537px; position: absolute;} .cards ul { margin: 0; padding …

Member Avatar for essential
0
141
Member Avatar for riscphree

When I try and compile any code in VS 6.0 it doesn't work. When I build the exe, linking just doesn't happen. [code]--------------------Configuration: TEST - Win32 Debug-------------------- Linking... [/code] is all I get, I've let it sit for hours. What's going on? Using WinXP SP2

Member Avatar for Ancient Dragon
0
33
Member Avatar for riscphree

What I currently have is a table with 3 columns. I have an image map in the second column with the links that I'd like to have open in the third column. What would be an easy way to go about this?

Member Avatar for Fungus1487
0
102
Member Avatar for riscphree

In case anyone has this book, I'll mention it. I'm trying to complete Exercise 8-2 from Oreilly's Practical C++ Programming. The problem is to total the resistance of n resistors in parallel. The forumla for this is 1/R = 1/R1 + 1/R2+ ... 1/Rn For example, say you have one …

Member Avatar for riscphree
0
305