Search results

  1. CrazyImpling

    Failure to Update?

    My Windows XP Professional will not apply any of the Microsoft hotfixes. Every time I run the updates either out of the browser, or the auto update tool, they say that the files failed to install.
  2. CrazyImpling

    Detecting Closest Unit from Group

    Is there a way to pick the closest unit to an attacker out of a unit group?
  3. CrazyImpling

    Functions of Spells?

    K, I'll add both versions of 2. For the damage reflecting one, you mean something like a mini-taunt? So that when a unit attacks, all of the dummy units cast a taunt that has a .10 second hold so that the units are forced to attack the unit for the duration?
  4. CrazyImpling

    Spells question!

    I was using Battle Roar for a few triggered spells I was making, and it seems that removing the Buff field does not actually change anything that has to do with buffs on your hero, meaning the icon still shows up on the buff list. >>Does this apply for triggered spells, since Impale and Roar...
  5. CrazyImpling

    Functions of Spells?

    +Regen numbers for healing circle based upon where they stand or levels?
  6. CrazyImpling

    Functions of Spells?

    Finally made a few fun shapes using JASS, now I just need some help figuring out what I could make them do. Tell me which spell # goes along with your idea. Thanks! No thumbnail?
  7. CrazyImpling

    Java: Counting number of pixels with Specific RGB Value

    How would I count the number of pixels that have the RGB value of 153, 184, 226 that are on the screen?
  8. CrazyImpling

    flash algebra

    I need to have a variable equal an answer that is isolated from an algebra equation. The following is the formula and below it is the script. I would like for the algebra equation to solve for what is called 'temp' in the equation. var temp:Number =...
  9. CrazyImpling

    Java GUI

    I have a Java dialog and I would like it so when you select an option in combo box #1 the contents in combo box #2 will change to fit the options for the choice in number 1. What's the best way of doing this with a JPanel?
  10. CrazyImpling

    2 Player Marvel Ult Alliance: Xbox

    Is there some way to get 2 players from the same xbox into an online game in Marvel Ultimate Alliance, or is it one player only online?
  11. CrazyImpling

    Connecting Linksys to Comcast

    So blue cord from Comcast into Linksys, and then the PC & XBox into the Linksys too?
  12. CrazyImpling

    Connecting Linksys to Comcast

    I'm trying to connect a Linksys router, model number BEFSR41 to my comcast device. Does anyone have any step by step guides to setting it up with my PC and XBox 360 into the Linksys? The comcast device is a 1-Port and I need to have the ability to connect with 2 systems.
  13. CrazyImpling

    Random HomeWork Help --- Sun Angle

    Okay, so I have this project in science and I need to find the Sun Angle of Sedona (or On Sedona, whichever works.) Any clue where I can find it? Wikipedia doesn't have it.
  14. CrazyImpling

    22" Monitor 1680 x 1050

    Where can I get the driver for NVIDIA GeForce4 MX integrated GPU for a 22" widescreen monitor that allows me to use this resolution?
  15. CrazyImpling

    Java GUI

    How would I go about creating a GUI that would pop up at the start of a script I am running out of something and be able to get what options were selected from the JComboBoxes that are in the thing. Also, I would like it so that JComboBox 3 changes what items are in it depending on what is...
  16. CrazyImpling

    PHP Navigation

    Oh, haha! Figured it out. My link had an incorrect term in it causing it to screw up. Anyways, thanks for your help! EDIT: Nevermind... It's messed up again, it's loading the included page starting at 50% of the screen and under the other page that was there.
  17. CrazyImpling

    PHP Navigation

    Okay, that was just plain wacked.. I tried that and it just kept adding pages onto the bottom of what I had. It kept loading more and more, went for around 4 minutes until I stopped it. Does it have to be in a frame or something?
  18. CrazyImpling

    PHP Navigation

    Alrighty, now that I got my main page displaying fixed, I'm kind of looking for some help with the PHP navigation thingy. So I have a link: ***/index.php?p=news I was wondering, how does that work? switch($_GET['p']) { case "news": include 'news.php'; break; } Doesn't seem to...
  19. CrazyImpling

    Selecting and Echoing 5 Latest Entries

    Haha, I knew that.. I had the $result2 = mysql_fetch_array part in there, but I didn't know you needed to name the column, so I was just getting "Array". Anyways, one last question, could I display two columns, such as a title and the message?
  20. CrazyImpling

    Selecting and Echoing 5 Latest Entries

    I'm working on creating a CMS just because I'm bored of using premade things and wanted to make my own. So I have the base code for my PHP statement: <?php $con = mysql_connect(localhost); if (!$con) {...
Top