Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ThinkGeekness

  1. ThinkGeekness

    MySQL table logging

    Thanks for your reply. Do you have any specific code that I can try? And for the logout, I have a logout script that actually logs you out, so that shouldn't be a problem. I am more worried about the logging of the changes and who logs in when. Thanks http://www.ThinkGeekness.com
  2. ThinkGeekness

    MySQL table logging

    Is there a way to output MySQL logs using php onto a page? What I want to do is have MySQL log whenever somebody makes a change to a table (does it by default do that?) and then output it using php. Here is what I am hoping for to be able to log: I have a cms where different users can edit...
  3. ThinkGeekness

    Edit Calendar Event

    Yes, that helps. I understand the idea of doing it, I now just don't understand how. I understand the PHP part, but not the Javascript. Any tutorials for this sorta thing? http://www.ThinkGeekness.com
  4. ThinkGeekness

    Edit Calendar Event

    have built a calendar based on php/MySQL. I am now designing the admin interface. I have already created the add event form, now I am stuck on the edit event form. I have a picture of what the form I want to look like at http://thinkgeekness.com/images/cap.jpg. Anyways, I want you to first...
  5. ThinkGeekness

    MySQL post install

    I just installed MySQL with Red Hat 9 (through the default rpm). What is the path to mysql and what is the default hostname, username (root?), and password (none?). Thanks http://www.ThinkGeekness.com
  6. ThinkGeekness

    CSS border question

    Thanks for your help :) http://www.ThinkGeekness.com
  7. ThinkGeekness

    CSS border question

    I have one last question and then I think that I am good to go. I have the css code: .bodyline { background-color: #000000; border-top : 1px solid #616161; border-bottom : 1px solid Black; border-left : 1px solid Black; border-right : 1px solid Black; } This code only does the outer...
  8. ThinkGeekness

    Picture not moving right

    No problem, it is more of a resolution problem than anything. On 1024x768 it looks fine, but on every resolution higher it looks like the picture at http://www.thinkgeekness.com/top_right_error.jpg. Thanks for your help though. What way would your recommend doing the header that I have? A...
  9. ThinkGeekness

    Picture not moving right

    Thanks for your reply, although that is not what I am looking for. I am not worried about the table with the text "layout coming along, as you can see". I am worried about the header. The top right image is not moving all of the way right. Thanks http://www.ThinkGeekness.com
  10. ThinkGeekness

    Picture not moving right

    Sorry, If I make the browser window smaller, it looks right. An example of what I am seeing with the browser window maximized is at http://www.thinkgeekness.com/top_right_error.jpg. Thanks http://www.ThinkGeekness.com
  11. ThinkGeekness

    Picture not moving right

    On my site, www.thinkgeekness.com, I have a picture that I want to move all of the way to the right of the table. For some reason, the picture isn't moving all of the way right. This is probably just a stupid error, but I can't figure it out! The picture is in the header, it starts the right...
  12. ThinkGeekness

    Three column site

    Thank you everybody who replied. I am buying that CSS book today. Thanks
  13. ThinkGeekness

    Three column site

    I want to have three a site with three columns (menu on left, content in the middle, and ads on the right). What would you say is the best way to do this? Thanks
  14. ThinkGeekness

    body { } css code

    Thanks, if I put: <link href=&quot;css_name.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;> would that have the CSS apply to the whole document?
  15. ThinkGeekness

    body { } css code

    I want to put the following in the body {} part of my CSS file. a:link, a:visited, a:active and p.margin. The only problem is, is that I don't do know to add this code in the body {} part... Whenever I add the brackets it ends the body code. Thanks

Part and Inventory Search

Back
Top