Jump to content
Sal's RuneScape Forum

cornboy3

Forum Member
  • Posts

    114
  • Joined

  • Last visited

Reputation

0 Relatively Unknown

About cornboy3

  • Birthday 07/11/1993

Contact Methods

  • Website URL
    http://www.cornboy3.uni.cc

About My Character

  • RuneScape Name
    cornboy3
  • RuneScape Status
    Retired
  • RuneScape Version
    RuneScape
  • RuneScape God
    Guthix
  • Combat Type
    Melee
  • RuneScape Clan
    Flames Of Fury Clan

Recent Profile Visitors

688 profile views
  1. This technique is created by using margins and creating exact layouts in CSS which both Dreamweaver and notepad can do. (Notepad++ is way more ftw the others Mind you it is designed for people who already have the language down pat) You should check W3Schools as your first resource because they have great tutorials.
  2. IPS and the IPBv1.3 (with its quirks )
  3. There is 3D Games but it is for people who are dumber than a stump. Seriously though it is drag and drop and you can import models and sounds from an object importer.
  4. Cake's Take
  5. Or you could use a fonera router (short term fon). It has only 2 ports but is customizable and very handy for $15 if you know where to find it.
  6. If you want to do anything fancy for the life of god just use java. Active X is only available in IE and only after permission is given which in simple terms means that nobody is ever actually going to see it. Java is cross-platform and works in all browsers that are up to date.
  7. I am currently running Windows 7 beta build 7000 and unfortunately Firefox because chrome doesn't like win7
  8. I guess you could do it that way but I was hoping to stay with the built-in abilities of the .Net environment because calculating your own clock is very breakable.
  9. The time that is left on the clock
  10. I made a simple app that runs a program or file after the timer expires I think the problem area is around here but I am not sure so I uploaded the whole thing Private Sub btnStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnStart.Click If btnStart.Text = "Start!" Then btnStart.Text = "Stop" btnStart.BackColor = BackColor.Red Timer1.Enabled = True alarmTime.AddHours(hours) alarmTime.AddMinutes(minutes) Else btnStart.Text = "Start!" btnStart.BackColor = BackColor.Lime Timer1.Enabled = False alarmTime = DateTime.Now End If End Sub Sorry for the black hole that is Rapidshare but I don't want people stealing my code http://rapidshare.com/files/204154252/A_Ti...minder.rar.html EDIT: Sorry I forgot to tell you what the problem was. The problem is that I cannot seem to add time to the clock
  11. Just make an iFrame then. I like Coppermine or IPB Gallery but that requires an IPB Forum.
  12. I just backup my computer with Driveimage XML. It allows you to back your computer up to a disk image but also I bet you could restore the image in bootcamp. My Two Cents -Cornboy3
  13. or you could run your own local server with an unused computer and Apache. Mind you that you would need to find a mysql db elsewhere(or be a nerd and figure it out yourself) and an unlimited bandwidth plan with your ISP
  14. Are you talking about editing the icon locally or are you talking about the favicon?
  15. Just get a cheap laptop and put on Hackintosh if you want OS X so bad
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines and Privacy Policy.