Search results

  1. 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
  2. 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...
  3. 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']...
  4. Roon

    Mysql Errors - mysql_num_rows.

    Okay, so after about 20 minutes of trying to get a mysql_query to work I've decided to ask you guys. :) Basically, I have a class called amlinks and it is this... public function amlinker() { $aretheyMOD = mysql_query("SELECT * FROM `users` WHERE `Username` = 'Roon' AND...
  5. Roon

    jQuery being annoying...

    So I'm trying to code a login/logout popover like so... $(document).ready(function(){ $('.content-login-popover').hide(); }); $(document).ready(function(){ $('#login').click(function (){ $('.content-login-popover').show(); }))...
  6. Roon

    Show DevBest My Portfolio design

    It's nowhere near done, but it's getting someone and it's my first official site. I would like your opinions and suggestions for it, please :) You can see it at http://roon.welford.pw (Thanks Undefined for the subdomain. <3) It's a basic portfolio design, but it's a good start, I reckon :3
Top