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.

dsavi

Members
  • Joined

Everything posted by dsavi

  1. Thanks dude, I love it :D
  2. Or if you don't want to use the global keyword, you can use the $GLOBALS array. Some think of it as better because it's a bit more straightforward. <?php $variable = Supercow; function foo() { $variable = Megaduck; echo $variable . "/n"; echo $GLOBALS['variable']; } foo(); ?> The result would echo: Megaduck Supercow Hope that helped.
  3. We know what Paint.net is. Dump it. Gimp is far, far better.
  4. What the hell. Some people in my class would be screwed. :| Is all I can think of to put there.
  5. Yep. That guy was the third casualty I had heard of, the other one was when someone brought a gun to a toys "R" us.
  6. Here we're required to swim 200 meters with no pauses before we graduate from elementary, don't know about anywhere else.
  7. Since it snowed, 86 people got detention on Friday nearly all of which was for throwing snowballs. I know of at least two cases of 15 hours given at once or more due to that.
  8. All lies. Pretty sad, that this guy has deluded himself into thinking that.
  9. Everyone who is capable of it should learn to swim. Sooner or later you are going to need it.
  10. Now that's a good motto.
  11. I've been researching, there should be a way to make the censor a bit more complicated, so you could censor something like this: (I'm not much into preg_match(), just putting it simply :P ) [url=http://*]http://www.*[/url] This would make so that users can't trick others into clicking http:// links that start with http://www., only allowing direct links or links that aren't made of urls, making so that the user knows to check the link. Put a bit simpler, this wouldn't work: http://www.runescape.com/
  12. Again, you need to rehost your image with another matte color, green would work great. You can probably see on the image Guthan made that your whip has transparent parts in it.
  13. We got nearly 2 feet and then it nearly all melted in the last few days. :wall:
  14. :| Too many cooks don't spoil the soup, they eat it all in the name of quality control.
  15. I suspect something weird too. Look, even if you had all the pieces of your animation sitting on your computer beforehand, I doubt you could put it together in 15 minutes. And as Nadril said, the funny never came.
  16. Yeah you can. In fact, you can make almost every common image file type. Even vectors (.svgs) I think. Let's see, PS can do the normal stuff, extremely obscure medical formats, and some other weird stuff that few people care about. Gimp can do the normal stuff, basic medical formats, basic SVGs (It renders the paths and gives you access to the paths, but it won't let you edit them in the same way as Inkscape, and it will let you save paths as SVGs) and some really weird experimental formats like HTML and c. :?

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.