Recent content by Roon

  1. Roon

    [HTML & CSS] Unsure what to title this..

    That managed to do it, thanks Sysode <3 I Google'd for about 10 minutes too, surprised I didn't find this. :(
  2. Roon

    [HTML & CSS] Unsure what to title this..

    I did. <!DOCTYPE html> <html> <head> <title>Brandon - Home</title> <link rel="stylesheet" type="text/css" href="assets/style/generic-style.css"> <script type="text/javascript" src="assets/style/jQuery.js"></script> <script type="text/javascript"...
  3. Roon

    [HTML & CSS] Unsure what to title this..

    Alright. Stylesheet: body { background: #f2f2f2 url('../pattern-noise.png'); margin: 0px; } nav a { font: 28px/28px 'LeagueGothicRegular', helvetica, arial, sans-serif; letter-spacing: 1px; line-height: 60px; text-decoration: none; color: white; opacity: 0.2...
  4. Roon

    [HTML & CSS] Unsure what to title this..

    Okay, I'm designing a portfolio, because my college work requires me to. I'm struggling to get this... to look like this... Thanks in advance! :D
  5. Roon

    Quick cover photo I made

    May I ask what font this is? Try adding some minor drop shadow, or outer-glow.
  6. Roon

    [JAVA] Minecraft SMP plugin isn't loading.

    Seemed to make Bukkit question whether the plugin is up to date or not.
  7. Roon

    [JAVA] Minecraft SMP plugin isn't loading.

    So, I'm making a Minecraft plugin which.. basically. When you click with a stick, it creates an explosion. When you click with a bone it shoots lightning. However, the plugin isn't working. In the server console it shows the [BBBC] Enabling BBBC v1.0 then [BBBC] BBBC Activated! But when I click...
  8. Roon

    Introduction Hello, my name is transparent.

    If you think really hard about it, it is just 1000 gold pennies.
  9. Roon

    Introduction Hello, my name is transparent.

    Welcome to DevBest.
  10. Roon

    Show DevBest Directory Listing

    Not basically, that is what it does.
  11. Roon

    Happy Birthday, RoosterLulz (RastaLulz)!

    Happy birthday you cock-blocker! :3 Have a nice 20th!
  12. Roon

    What are your interests?

    Music, Gaming, Coding, Technology, Astronomy, Movies. I've also always had a little thing about the theory of relativity.
  13. Roon

    Show DevBest Directory Listing

    Very nice! But why would people say anything nasty? When using this, it came out a littleeeeeee different...
  14. Roon

    Session_Start(); being annoying :s

    Thanks, m0nsta. That did the trick. You're very useful ;)
  15. Roon

    Session_Start(); being annoying :s

    Okay, so my code in the whole page is... <?php class forum { public function connect() { $con = mysql_connect(''); mysql_select_db('forum', $con); } public function login() { $Username = $_POST['Username']; $Password = $_POST['Password']...
Top