Jump to content
xisto Community

Horranus

Members
  • Content Count

    27
  • Joined

  • Last visited

  1. Macaroni & Cheese mixed with Peas, Hot Dogs, and Ketchup.I eat this at least once a week. It is most delicious
  2. 4.760 Seconds. I am using FireFox with FasterFox extension(which is how I got the exact load time), and have Cox High Speed Internet (929.4 Kbps - CNET Bandwidth Meter Speed Test)
  3. I meditate on regular basis, I think its just the conscious mind shutting up for a bit, letting the subconscious also relax (sleeping doesn't count, becasue sleeping is like maintenance on your brain), thus resulting in calm, relaxed feeling for a period of time depending on how long you were in this state. shadowx, I think you might find this link extremely interesting.
  4. All these programs are essential to my daily computer usage, so I can't just pick one favorite... Notice from BuffaloHELP: Learn to use bbcodes when just listing URLs without any original contribution.
  5. I compiled a bunch of images, cursors, and sounds for use with windows to be a theme. The sounds are all from Protoss Race, for example, Max-Min.wav is the same sound used in StarCraft when you rescue something in the Protoss campaign. To use the sound files, go to Control Panel->Sounds and click Browse. Navigate to wherever you extracted the files and click the appropriate file for use. Beep.wav Probe building error Shutdown.wav Zeratul "En taro Adun!" Startup.wav Zeratul "Your orders templar...?" Empty Recycle.wav Dragoon attack sound Close Program.wav Protoss building unpowered Max-Min.wav explained above Menu-Popup.wav Carrier Interceptor launch Menu-Command.wav same as Menu-Popup.wav Default.wav same as Beep.wav Cursors are also self explanatory, most of them are labeled, but there are a few extras for w/e use you want. To get to the cursor screen go to Control Panel->Mouse->Pointers and Browse for the appropriate files. There are three backgrounds included, one for 640x480px, one for 800x600px and one for 1024x768px *These instructions are for Windows 98 SE. Other Windows operating systems will probably be the same, with little to no variance. Sorry, I can't get the attachment to work, so I just posted a megaupload link. http://forums.xisto.com/no_longer_exists/
  6. There are many ways to do this, and many different options. With CSS you can have one image in the center and keep it there (even if the user scrolls!) or have a multiple repeating image. Here is a page with all the different CSS methods: http://www.w3schools.com/css/css_background.asp And if you don't feel like using css, you can just put a "background" attribute like so: <body background="path/to/file.jpg"> However, in xHTML this is deprecated and will be seen as faulty code, so I recommend the CSS.
  7. If you are using a MySQL version less than 5, this is the problem: $query1= "SELECT * FROM smf_members WHERE memberName='$user'"; In MySQL < 5 you need to enclose the table name in ` like this: $query1= "SELECT * FROM `smf_members` WHERE memberName='$user'"; If that isn't the problem you could just try to bypass the mysql_fetch_assoc comparison by using a number comparison instead I.E.: ...$userexist = @mysql_num_rows($query)if ($userexist == 1){$query = @mysql_query("SELECT passwd FROM `smf_members` WHERE memberName='$user'")or die('Could not complete query: ' . mysql_error());$passcheck = @mysql_num_rows($query)if ($passcheck > 0){...
  8. Or instead of defineing height and width with pixels, use percentages instead.
  9. Horranus

    Fun Game.

    I play on USWest. Horranus. But isn't LJ already a clan? I've seeen them around since '04.
  10. Hmm.. I think you could use your own computer as a TS server with software that TS provides free.
  11. Well if you're saving $2k then get Alienware. If you're saving less then get another Dell.
  12. e107 Kinda fits all the categories except for Guestbooks, Hosting Controll, Image Gallery, Multimedia, and Blog. Although you could probably get everything except for Hosting Controll with a mod.
  13. HP sucks. Don't ever buy HP. Acer or Gateway is cheaper and better. Dell is good for businesses. Alienware is good for gaming.
  14. I keep getting that every time I try to vote. I tried to vote on both IE and Firefox. Btw, I would like to pick "Other" - Chris Rock
  15. Real Time StrategyAlthough all the new ones suck...
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.