Jump to content
xisto Community

robocz033

Members
  • Content Count

    176
  • Joined

  • Last visited

Posts posted by robocz033


  1. i would suggest not thinking about it. thats what i do, and its fine. all my other siblings dread shots and blood tests, but im ok with it. i actually think when they gave me a tetnus shot, it felt kinda cool, cuz i could feel the stuff going in my arm, but thats kinda weird.


  2. ok, so me an tramposch, as you may already know, are in the web design business together. as our last host went down the drain, we have to create a new website because all our files were on there, and the files on my computer were erased when i wiped my drive. so, with that said, as i am designing the index pages, i cant decide on main topics. i know web design, and gaming is going to be main subjects (and soon web hosting) but i am not sure what else. i want to be able to expand and to appeal to a great deal of audiences, but i dont know what else to include. so if you could point out some main subjects to direct to, that would be super!


  3. well, seeing as you want to integrate it, go with flash. you will need to learn ActionScript to make it worth your while. its not that hard of a language, and it pays off a lot. as for graphics, get Photoshop CS3 or CS2. i use CS2 and Macromedia Flash 8. both are really good programs. but for web design, i would suggest flash, not animations because flash is more customizable. also, javascript is really helpful when putting in flash.


  4. well, that depends on what you are doing. if its for storing music and such, even programs maybe, then higher is better, but if it is for documents or other things like that, maybe music (depending if you listen to it that often), then slower is ok. it also depend on how much u have to store. i would go with the faster one personally cuz i use lots of apps and listen to music, so it scans it faster. then if i need to, i go and buy an external. so i would personally choose the 160gb, cuz for me that is almost enough, and i have a 320gb external, so faster is fine with me. just depend on the use.


  5. i usually dont need to tan. mainly because i am natuarally tan (i am caucasian) and if i do, i get really dark, it looks good tho. i have used tanning beds (my friend has 1 in his basement) so occasionally i do that. otherwise, i just work outside and get tan or when im in florida, i get really dark there! so natural tan looks better, but tanning beds are really close, however, i dont really like lotions (never used, but they can look bad) because a lot of people use them and they look orange...do what u feel comfortable with. i suggest natural tanning =) but thats just me.


  6. totally agree with the last statement, nol...in other...places...its not the cool. i wouldnt suggest getting a lot of piercings, because you may regret them or you may stretch them (i dont know what that is called) and then your ears will look retarded for a long time. i would suggest taking it slow. just do 1 at a time, like once every 6 months.


  7. Name: Rutger Boll

    E-mail: raesas@gmail.com

     

    Time designing:

    3-4 years

     

    Other sites:

    N/A

     

    Examples:

    umm, most of my work got deleted cuz i had to wipe my hard drive, but here is what i have made recently:

     

    my sigs arent uploading, they are basically the same, with different variations. ill make something right now and post it then try to get my sigs up.

     

    Posted Image

     

    Posted Image

     

    Posted Image

     

    Currently making more...


  8. im sorry, but this kinda looks illegal, seeing as on the first website, they have pirates of the carribean at world end. i dont mean to be an *bottom*, but we dont tolerate that here (although some of us still do it), just please dont post about that here, its thought of as corruption. i probably will watch the movies tho, thanks for the sites!


  9. i completely agree with you. there are a multitude of leaders that need to be charged for crimes, escpecially ones similar to Saddam Hussein. but i dont agree with the fact that you would consider saddam hussein to be innocent, even for a second, based on his argument.


  10. i have the code for it, im helping him with it. here it is:

    <?/** * Main.php * * This is an example of the main page of a website. Here * users will be able to login. However, like on most sites * the login form doesn't just have to be on the main page, * but re-appear on subsequent pages, depending on whether * the user has logged in or not. * * Written by: Jpmaster77 a.k.a. The Grandmaster of C++ (GMC) * Last Updated: August 26, 2004 */include("include/session.php");?><html><title>Project Black *Beta*</title><body><table><tr><td><?/** * User has already logged in, so display relevant links, including * a link to the admin center if the user is an administrator. */if($session->logged_in){   echo "<h1>Logged In</h1>";   echo "Welcome <b>$session->username</b>, you are logged in. <br><br>"       ."[<a href=\"userinfo.php?user=$session->username\">My Account</a>]   "       ."[<a href=\"useredit.php\">Edit Account</a>]   ";   if($session->isAdmin()){      echo "[<a href=\"admin/admin.php\">Admin Center</a>]   ";   }   echo "[<a href=\"process.php\">Logout</a>]";}else{?><h1>Login</h1><?/** * User not logged in, display the login form. * If user has already tried to login, but errors were * found, display the total number of errors. * If errors occurred, they will be displayed. */if($form->num_errors > 0){   echo "<font size=\"2\" color=\"#ff0000\">".$form->num_errors." error(s) found</font>";}?><form action="process.php" method="POST"><table align="left" border="0" cellspacing="0" cellpadding="3"><tr><td>Username:</td><td><input type="text" name="user" maxlength="30" value="<? echo $form->value("user"); ?>"></td><td><? echo $form->error("user"); ?></td></tr><tr><td>Password:</td><td><input type="password" name="pass" maxlength="30" value="<? echo $form->value("pass"); ?>"></td><td><? echo $form->error("pass"); ?></td></tr><tr><td colspan="2" align="left"><input type="checkbox" name="remember" <? if($form->value("remember") != ""){ echo "checked"; } ?>><font size="2">Remember me next time     <input type="hidden" name="sublogin" value="1"><input type="submit" value="Login"></td></tr><tr><td colspan="2" align="left"><br><font size="2">[<a href="forgotpass.php">Forgot Password?</a>]</font></td><td align="right"></td></tr><tr><td colspan="2" align="left"><br>Not registered? <a href="register.php">Sign-Up!</a></td></tr></table></form><?}/** * Just a little page footer, tells how many registered members * there are, how many users currently logged in and viewing site, * and how many guests viewing site. Active users are displayed, * with link to their user information. */echo "</td></tr><tr><td align=\"center\"><br><br>";echo "<b>Member Total:</b> ".$database->getNumMembers()."<br>";echo "There are $database->num_active_users registered members and ";echo "$database->num_active_guests guests viewing the site.<br><br>";include("include/view_active.php");?></td></tr></table></body></html>

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.