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.

x76

Members
  • Joined

  • Last visited

Everything posted by x76

  1. x76 replied to daver's topic in Tech and Computers
    NOD32 is the AV of choice for me. Kaspersky never deleted a virus for me and it made my computer lag horribly. NOD32 never made my computer lag and deleted every virus it detected.
  2. x76 replied to Futurama's topic in Off-Topic
    I went to see it a few days ago, thought it sucked. I did like house of 1000 corpses though.
  3. runescape 2/10 a pointless boring game...i gave it a 2 because i met a few cool people on it diablo 3/10 better than runescape but gets boring just as quick risk your life 2/10 fun for about a week
  4. Eastern Pennsylvania people are better off going to Knoebols, Dorney Park or Hershey Park. I've been to Dorney and Knoebols. I prefer Knoebols but Dorney is okay.
  5. My suggestion is C or C++. If you learn C++, remember that the STL is there to help but isn't written the best it can be. STL is okay but really bloated.
  6. Linux, XMMS > Winamp. All I use my computer for really is to listen to my CDs and MP3s.
  7. x76 replied to limpxbizkid's topic in Tech and Computers
    http://www.cs.virginia.edu/~lcc-win32/ http://www.c-compiler.com/ http://www.delorie.com/djgpp/ http://msdn.microsoft.com/mobility/prod ... fault.aspx http://msdn.microsoft.com/visualc/vctoolkit2003/ http://lab.msdn.microsoft.com/express/visualc/ http://www.openwatcom.org/ http://www.digitalmars.com/ http://www.smorgasbordet.com/pellesc/ That's just a few I'm sure there's more out there.
  8. You're lucky! I compiled and installed it on CentOS(Linux) without instructions over SSH because I'm too lazy to read anything.
  9. x76 replied to Futurama's topic in Off-Topic
    It all depends on the person. I eat a lot before running constantly and I don't puke, but my body handles things a lot differently than most people's bodies.
  10. If you told Wendy's about them before hand, they have to let you have those days off (in the USA.) I have a vacation coming up in August and I got hired at Wal-Mart. They didn't want to give me the days off but since I told them before I got hired they had to give me the week off.
  11. x76 replied to Futurama's topic in Off-Topic
    Water is the best thing if you care about yourself, but I'm not going to spend money on a carboard tasting substance or a flavored water. I can buy a 2 liter of soda for $.45 but if I want 2 liters of water or flavored water it costs about $2.00
  12. x76 replied to Futurama's topic in Off-Topic
    Are you kidding me? Might as well IV sugar into your bloodstream. I hope you don't like your body or your teeth if you drink that much soda. I drink about that much per day, but I brush my teeth every 2 hours unless I'm sleeping or working. I only lose weight because I do so much physical labor at work.
  13. Don't be nervous, I got hired at walmart when I went to the interview in a beater and cargo pants. Don't you mean the employee discount is wholesale price + 5%? That's what my friend got when he worked at Best Buy.
  14. x76 replied to Futurama's topic in Off-Topic
    soda(soda pop, pop, whatever you people call it)...110 calories per 8 oz drink 2, 2 liters a day and you're good
  15. If I'm doing a decent sized PHP script, I use Zend Studio(http://zend.com/store/products/zend-studio/). If I'm just doing a small amount of PHP with HTML, I use Notepad.
  16. I live in America and I managed to miss 148 out of 180 days and pass with a 3.9 GPA. They even put me in the next grade which I didn't think was going to happen.
  17. I used to have my lip pierced but I grew up and got a job, now I can't have piercings.
  18. I currently work at Wal-Mart.
  19. My friend and I used to wear pink all the time. We stopped wearing pink since it became a trend though. Simply put; no wearing pink doesn't make you gay.
  20. There isn't 1 song that i can't get sick of hearing. Music in general gives me a headache after awhile.
  21. x76 replied to Turbobart's topic in Off-Topic
    I'm not religious or anything but congratulations to the pope. Kind of off-topic but my friend noticed something:
  22. It kind of reminds me of Subspace.
  23. echo $row['variable']; that should work
  24. You'll have to type the username into plain text but if you do it in a PHP file there's less security risk since PHP isn't viewable like HTML. //config.php <?php $user = 'username'; $pass = 'password'; $db = 'database_name'; $table = 'table_name'; $server = 'localhost'; ?> <?php include('config.php'); mysql_connect($server,$user,$pass) or die('Make sure your server, username and password are correct.'); //rest of code here That should be sufficient. mysql_select_db($db);

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.