Search results

  1. R

    Hmm, a site..

    I can't seem to find the site link for my Web Site, I figured it was removed from being inactive, but can't remember the entier thing, it was something like obgpaintballing.x10hosting.com/ Any help is appreciated
  2. R

    Simple html drop down menus

    I'm having some difficulties here, I want to create a simple drop down menu to save room on my, I know to use <option value="Free Sign Up"> But I want it to do go to this site: www. myleague. com/badattitudes/FreeSignUp, how would i make that Option Value load that link? Thanks in advance! ;)
  3. R

    Shout Box

    I am going to insert some HTML Codes, can anybody here help with the PHP Scripts? <table style="width: 40%; background-color: #FFF" align="right"> <tr> <td valign="top"> <p class="style1">Shout Box</p> <form method="post" action=""> <p>UserName: <input type="text" id="username"...
  4. R

    Qt4

    Does anybody here use QT4??? I am stuck on it, so please respond back, thanks.
  5. R

    Not sure, image links

    Has anyone noticed once in a while links will be double underlined and when you scroll the mouse over that link it'll pop up another smaller window with other stuff, how are they doing that??
  6. R

    WPF using Visual C#

    Does anybody here use WPF using Visual C#?? I'm working on a program.. here's the code HTML <menu> <MenuItem header="_Close" Click="Close"> </MenuItem> </menu> And in the Code Behind, it has HTML Private void MenuItem_Click(Object sender, RoutedEventArgs e) { I...
  7. R

    Icons Under Linux

    Does anybody here know how to install icons on a launcher in KDE 4.1 if you can't do it by editing Icon Settings, I'm going to have to do it in Terminal to install it, I have no idea how to do that..
  8. R

    Cursors

    Are the Cursors made from Plasma in KDE 4.1??? I found a really cool Animated Cursor set on kde-look.org..
  9. R

    MySQL

    Does anybody know how to shut down mySQL on Linux and keep it from starting up on logon??
  10. R

    PHP on LocalHost

    I can't seem to get PHP working, apache is running properly, MySQL is running properly, I followed my books instructions, I placed the php-dist.ini file in C:\Windows just as it said, I couldn't find the other file, maybe that book is too hold and outdated, it does say, "PHP5" can anybody help...
  11. R

    For Linux Users Only

    Does any Linux Users here know of a C++ Linux Window Skeleton?? I know that in Windows, it's #include <windows.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); static char gszClassName[] = "darkblue"; static HINSTANCE ghInstance = NULL; int WINAPI WinMain(HINSTANCE hInstance...
  12. R

    HTML Frames

    I was wondering if I only need two files for frames? I do need more than one html page, it's going to be an about page, it's going to have an about page for me and an about page for a friend, I only need and index.html, and a mainsrc.html file for frames correct?? I looked online for some...
  13. R

    Apache and PHP 5.2.2

    Wow, installing these two programs and getting them to run is very complicated isn't it?? I can't seem to get them to work together
  14. R

    Php

    Alright, I wrote this calculator program and it's working now, but how can I do it instead of a using a header("Location: index2.html"); exit; ??? I want to write all of the codes inside of one PHP Script, named index.php, I tried it the same...
  15. R

    Closing Threads

    Hey, can somebody close all of my threads including this one?? I don't think I have enough powers to close my own, I looked in my subscriptions, is there any option in there where I can close them??
  16. R

    MySQL Help, can somebody move this thread if it does not belong here

    I have just installed MySQL on Windows and cannot find the Document Root, where would that be??? At least if I write some PHP Codes, I can do it offline before I upload then, thanks for the help..
  17. R

    Extra Information is appreciated

    Check this out.. http://obgpaintballing.x10hosting.com/index2.html Anybody else know what I can do to that Form??? Any extra help would be awesome...
  18. R

    x10hosting.com

    I am having some problems with my site connecting... It keeps saying that it's failing to connect to the remote server or something, my account isn't suspended, so I don't know why it's saying that..
  19. R

    HTML Frameset

    Hello fellow html editors, I am trying to work on Frames here I have an understanding of: <frameset cols="25%", 75%"> <frame src="LeftSide.html"> <frame src="RightSide.html"> </frameset> I used for Frames, but I typed it in how the tutorials say, but for some reason it's still not working...
  20. R

    Graphics Design

    Anybody here good at Graphics Design and willing to help with no charge, I don't charge and don't expect it back, thanks.... I am trying to write a Pong Clone and would like a Sprite Sheet of the two Paddles, every other color so when I move the paddle up or down it changes colors, I really...
Top