Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Shelby_Polo

Members
  • Joined

  • Last visited

  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

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.