Jump to content

Shelby_Polo

Members
  • Posts

    1830
  • Joined

  • Last visited

Everything posted by Shelby_Polo

  1. Picking SJ isn't risky because SJ should be a great team, but they seem to choke during playoffs. I think the Wings are better right now, and even if you don't think Jimmy isn't as good as Quick, Jim is still a great goaltender. I also think Thornton historically plays bad against the Wings; as long as they can stay out of the box.
  2. John, your lack of faith in Detroit upsets me. VAN - 6 DET - 6 WSH - 7 PHI - 6
  3. I think I still prefer Chrome, but Firefox 4 looks promising and I'm ecstatic to see HTML 5 and CSS 3 breaking out. :thumbup:
  4. Just as an fyi, this worked; thanks John. <?php $str = $use['value']; $order = array(' ', '&'); $replace = array('-', 'and'); $newstr = str_replace($order, $replace, $str); echo $newstr; ?>
  5. Which is what's happening, so instead I want to change spaces :arrow: "-" and "&" :arrow: "and" within the string. Like if I have a page www.website.com/home-projects-and-hobbies/ but the string is "home projects & hobbies", how can I change it to use the dashes (as well as "&" to "and")?
  6. I'm using a php loop that creates the links here: Code that makes the links: <a href="<?php echo Mage::getBaseUrl();?><?php echo $use['value'] ?>"><?php echo $this->htmlEscape( $use['value'] ) ?></a> Important part from above: <?php echo $use['value'] ?> $use['value'] is used for the end of the url, for example www.website.com/candlemaking The trouble is when $use['value'] has spaces or &
  7. I'm looking for some help with converting special characters within a string to a different character. Current Code: <?php echo $use['value'] ?> $use is an array ['value'] is the string within the array I'm taking the data from $use['value'] and using it in a URL. The problem is if $use['value'] is something like "Home Projects & Hobbies" the URL gets messed up; it will look like /Home%20Projects%20&%20Hobbies. So, if possible, I want to write a little script that will take the spaces of the string and convert them into "-" and take the "&" symbol and convert it into "and".
  8. Hey there, Thanks for your submission. This has been fixed and you've been credited.
  9. I'm not talking about widgets, more so something like rainmeter; something that completely changes the setup and look of a desktop. I have 4gb ram (I bought it myself ;)) Edit: this is really cool [hide][/hide] Any idea if there's someway to get an OSX Exposé like feature on windows?
  10. Lately I've been interested in Desktop modifications, but I don't really know anything about them; where to get them, how to implement them or what possibilities I have. I run Windows 7 (on a macbook (shouldn't make a difference)) and I'm interested in anything really, at least trying new features. My questions are: How much, if anything, will this slow down my computer? What harm can this do to my computer, I'm sure there's something and can I find free open source mods? Thanks in advanced
  11. I would have liked a larger blog to read, but reading through was a really great feeling of nostalgia as I started playing in middle-late 2002. Good times, I remember when Dragon Slayer was in development and it was like the legendary grandmaster quest to come!
  12. I'm sorry this went unchecked for so long. I made some changes and credited wherever credit was due. Oh and Serp, you are picky, but correct :P
  13. I like it being the 'broken' emote though :P \:D/
  14. WOOOOOOO!!! Win in overtime, Osgood finally gets 400 wins! As much as Osgood isn't that great anymore, he deserves to be with the elite goalies with 400 wins. Now lets go back to howard :P
  15. As I type this post it's 2-1 Colorado; vs Detroit. At this rate, Osgood will never get 400 wins... I'm a huge ozzy fan, but he needs to retire :-#
  16. It sounds like you're into combat, I would train it via Slayer or even Dungeoneering (a complex-at-first, but easy-after-you-get-it skill). I would also suggest getting 70 prayer and finishing the quest King's Ransom, which can unlock a very good prayer, piety. If you decide to train slayer or combat in general I highly suggest collecting charms to train summoning which is a very useful skill for combat and general runescaping. Hope this helps
  17. Using Google Chrome, you can also change source code to manipulate the page.
  18. We currently have a bug that is preventing us from fixing this, which we are working on correcting :) Thank you for bringing this to our attention.
  19. Hah I need to take a break from life and do some crew leader work before I start playing rs again lol. I'll get there soon enough and get 100 dg :p

  20. No more lalala? :(

  21. Hi Neohero1972, Sorry for the delayed response. I will talk to our coders about this idea; see what they think and see how big of a job it will be. The idea itself is worth doing, but it may take a while due to other project with higher priorities. Thank you for the idea :D
  22. After the guide was released fellow crewbies took a look at it and made changes they noticed themselves. Some of Link's other changes were made shortly after and he was credited. This was a case of, two people noticing errors at the same time :blink: I would need proof this is true before adding to the guide. Although I agree with you, this place eats up my precious bank space! It wouldn't fit with the content in the guide, so I won't be adding a section about saving bank space. I added both of these to guide and credited you, thank you. :) I fixed this and credited you, thank you :)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.