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.

RSBDavid

Members
  • Joined

  • Last visited

Everything posted by RSBDavid

  1. SHadow dont you have a screenie of your picture collection amount/file size? I want to compare it with my cousins *certain image* collection amount/size.
  2. Very well written. I did not get a chance to view pictures since I am using dial-up. I will look at them at my school later. 9/10 for written part x/10 for pictures. Will edit later.
  3. huh? what trouble? :twss: Ye read the report-academy-forum-thing on the Rs site, it says that you shouldnt report people when the censor has already stopped them, so really as long as the censor blocks what your saying you cant be reported. Unless you mindlessly spam i guess. And i think i prefered tip.it chat when the main spam topics were chuck norris and bacon :lol: nomnomnom bacon =P~ =P~ =P~ OT: The basic guideline for the censor is : Don't say anything that might offend your grandma.Unless she is gangsta' too -p.... jk
  4. Don't you need permission from the artists to combine music with others'? It is not very hard to do yourself.
  5. If you are under 26 years of age,, then don't take it, if over, take it. You should go to college first then do stuff like that. Are you sure 450 a night is accurate, or a week?
  6. [hide=pic][/hide] I came across this while surfing the net.. Made me lol (Its from 4 chan lol)
  7. ctrl + or ctrl - should increase/decrease the size.
  8. Please put your seat in a upright position, your tray tables up and fasten your seat belts as we get ready to depart on the RS Fail plane. OT: It is not Runescape, it is YOU! Solution. 1. Get better internet 2. Get a new computer 3. Learn enough about computers to tweak your computer ps. I am having a bad day.
  9. Why in the WORLD do you care? It is a game. People do the stuff they want to do how they want to do it. Quit acting like your someone mum and let them play the damn game the way they want. [/thread]
  10. I wouldn't mine being able to PM 2 or 3 people at a time. Sharing issues with various people sending 1 pm instead of 3 is better, especially with 56k connection.
  11. -I watch hentai a lot on my Ipod at school. - I am addicted to hentai in general -I hack the grade server and change random peoples grades. -I sell mountain dew 75 cents a can -My girlfriend was pregnant, moved, and got an abortion. -I cut myself. -My myspace song is clan cookout. -I listen and watch racist materials -I stare at cleavage and hot chick's [wagon] -I light school's trashcan on fire. -I crash all the computers at school -I frame kids all the time. -I put gasoline in the football teams shower gel bottles -I [bleep]e the punch at any school dance. -I put laxatives in school food. -I took a piss in a bottle and threw it out the window at a car. I do all of that without anyone raising an eyebrow towards me. Other than that, I am that quiet kid no one cares about.
  12. me and a few people who work for the auditorium know where the intercom is hooked up before it goes to all of the speakers. We ran it into my friend's laptops voice changer. Every time he made an announcement that day, he sounded like a girl , a robot, or the guy off of the saw movies .
  13. its also been about 225 years since the Treaty of Paris but no one really notices. I don't see the point in making a thread for every event. Yes, it was a tragedy, but get over it. Row Row Row Fight the Powah!
  14. Hate: -4CHAN /b/ Love: -Tip.It Forums -Youtube -Runescape -Explosm
  15. *remembers certain thing off McLovin movie of a guy who doodled certain things* I doodle all day. In my machine trades class when I am the tool master for 2 hours a day, I draw like crazy.
  16. AK's are fun :evil: :evil: Since the new off-topic, I can't post a certain way to relieve stress, but w/e. I tend to swim or EXERCISE. It is a better way then eating.
  17. RSBDavid replied to Da Pirates's topic in Off-Topic
    It is a better title the two before that >.<. RRFTP! jk Back to posting in /ot/ Oh crap I am using 4chan things here >.<
  18. Wait, are you talking about a line in "Inside the Fire" by Disturbed? And yes it is a metaphor. To the above poster. It is comparing her to a "lost soul", therefore I believe it is a metaphor.
  19. Based on the three new browser ( Chrome, FF3, IE8) Chrome kicks [wagon]. With Firefox, there are way too many add-ons available. The set-up is messy as well. I hate a lot of clutter. IE8 is still in beta stage and every 3 minutes I get a debug message. Chrome is just the basic thing I was looking for. It has a nice appearance. You can drag tabs and open in other windows or drag to a different window as well. Maybe they will release a control for vb.net for developers like IE. It still has a few kinks to be wokred out, but it is really good for a beta.
  20. So I bought this eMachines T6412 off my friend for 5 dollars. I found two problems. [hide=specs]Here are the specs for this computer: [/hide] 1: There are no ram cards ( I am buying 4 (512mb ones for it) 2: A lot of the little pins on the Processor chip are bent. They look like "/" not "|". How would I fix that? Also, There is no post beeps. The computer turns on and both fans work, but the monitor has an amber light. The hard drive works just fine. I put it in with my older computer. Any Advice?
  21. Why not make a runescape markup language (RML) Syntax ideas ' you could use the number codes like #00000 as well, changes back color of skilltab 'changes order of skill icons My 2 cents ~bballer
  22. GOP isn't the only game like that. People do it in clan wars too. Just ignore them and hop worlds till you find less a--holes.
  23. *points to title* vb.net (I am using visual studio 2005 for framework 2.0 support)
  24. Lets say I wanted to get all the pics off a certain page of a website. How would i go about doing that. This is all I have so far: Public Class Form1 Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim getfile As System.Net.WebClient getfile = New System.Net.WebClient Dim src As String = getfile.DownloadString("http://img.4chan.org/b/imgboard.html") src = src.Substring(InStr(src, ("http://img.4chan.org/b/src/"))) txtItems.Text = (src.ToString) End Sub End Class Edit: I tried the code above and all it does is show the source code. At least I am getting somewhere. (and yes I used 4chan as an EXAMPLE!. It is not the actual site I plan to use it on. I am pretty much lost after that. Would I have to download the string of the website then parse the html based on the "< img src""> tag? *waits for Clare to help*

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.