Jump to content
xisto Community

robocz033

Members
  • Content Count

    176
  • Joined

  • Last visited

Everything 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. i try to stay out of fights, however, i get in a tussle once in a while and i bruised a kids ribs one time, he hasnt talked to me since.
  4. thats what the .com domain is. its just redirection. sorry to say, i was kinda mad when i heard that. i do like the idea of extra features for more credits. but increased bandwidth and space would be great, eventhough im getting a real domain in a couple months...
  5. i try not to think of it as racism, just name calling, because i dont believe in the concept of racism. racism is mainly only applied to white people. any other race pretty much cant get in trouble for being racist. i will not explain any more because i know i would get a lot of people criticizing me. so i will leave it at i dont believe in racism.
  6. 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.
  7. 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.
  8. 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.
  9. good job man, i quit smoking also over last summer. now i just occasionally have a cigar to celebrate something.Good Job!
  10. 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.
  11. its very profitable when you have clients, otherwise its dead. me and Tramposch have a business, but shortly after we started, our host started getting messed up, so we switched to here and now we are re-doing our website. so it depends on how many clients you have. our prices are cheap, and we have like 2-3 services and are adding more.
  12. thats how i was too, then coding servers really helped me learn java. so now i know like 4 languages and learning 1 more.
  13. yea, ive been busy studying for exams, so i dont have much time...i probably wont get anything done for a couple more days...but i will try and write down my ideas. thanks for the ideas!
  14. they are all really good. especially the one with the bottles, lol. but i dont really like the last one just cuz of the subject, but its still a good design. you should probably get accepted...
  15. 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. Currently making more...
  16. yea, i showed him a screen shot of enrit.trap17.com. mine just doesnt have files loaded on to it (kcdesigns.trap17.com) so i am not sure what the problem is. it might just be its not connecting to the server.
  17. tell me which one u like better: No Effects With a lense Flare With a light effect With a lense flare and a light effect I need to know which is better so i can continue with this sig...
  18. i got my entry. its pretty much my first sig, so i hope it does good...
  19. 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!
  20. hmm, well depending on the language you need, i might be able to help, but most likely if tramp is doin it. so count me in! ill do coding, maybe graphics and i could prolly do story board/plot also, but/we. oh yea, im not gonna be able to do ur login thing tonight, prolly tm tho.
  21. well...freewebs...but i could make you one, but its not free, so you probably dont want that. i knew of one, but i cannot think of the name. look around, you might find a link.
  22. 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.
  23. Im working on it right now, i should have it done in a day or 2. oh yea, can i make an animated one, or does it have to be still?
  24. 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>
  25. wow, really nice. how did u make it within fireworks? i would recommend posting a tut about it, you would get lots of attention for it. i really want to know how to do it too!
×
×
  • 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.