Jump to content
xisto Community

anachro

Members
  • Content Count

    68
  • Joined

  • Last visited

Everything posted by anachro

  1. I'm a guy (so maybe) I can help; In truth it's hard to say because are different types of guys: listeners, not listeners (basic split groups), and the various types which generally fall between them, but just like politics there are gray areas. Me and my Girlfriend have been going out for ~5 years, and so I've learned alot about women and myself, and how I interpret things (I think thats interesting). to the point: your boyfriend could be annoyed with your want to go places, but the lack of effort to get their, and he could have (in the beginning) tried to do something to get you to put that effort in, but it didn't work so now he could be bitter or fed-up or both, or ofcaurse neither. Do you guys just talk about things? News, TV, Sports (god forbid (Eu Football/Soccer are my only contact sports) he's insane about them), other things? Some guys like to hear about their girls day, others don't (hence the previously stated two guy basic group types above). It could very well be subconscious, and he doesn't really want to argue but t happens because of how he says things (happens alot with me ). Don't bring it up that "he's arguing and it's his fault" that won't help. you can either try and construct a cleaver way to break it to him that he argues alot without negativity, or try and find away to steer clear of it all in general. think about how the conflicts arise in a his perspective (if possible) and yours to see about solutions. As to the love part; do you care about him? would you do somethings for him? to you think about him? I think those are good things to ponder about the "Do I...?"
  2. it's a witty plan, and I acknowladge that if someone could do it than al gore would have to shutup and deal, but that would create another problem. If we planted MORE trees than we are now and they grew faster than we'd have to cut them faster, which to some extent could be a problem (all the materials needed to make axes and other tools and maintaining them ); besides that problem, if we couldn't cut them down fast enough we'd be faced with the reverse Global Cooling; Also we'd have to worry about the offspring of these super-trees growing faster and faster and blah blah blah. So, in theory it would be better to keep the planting rate the same, and just make them grow fast enough until they are equal with rates,
  3. It is true, the only great success Microsoft has had in the business has been with Xbox Live; they should have some of them work on it. O get and use customer input; Like what I said before, the zune and it's hardware are great, and the hardware based software works great, I've never heard of errors or experienced errors in it, but the whole computer-side software requires alot of updated in which older PC's can't handle, much unlike Itunes, which I've never heard of a reasonable problem in working parts, and it's a lot less tiring to use, so more people use it, and not having an Ipod doesn't matter (I use Itunes to listen to music, and Zune to update)
  4. What is firefox's abbreviation? like how Internet Explorer is MSIE; I can't find it anywhere and I can get it from using PHP to try and find it.
  5. whats Firefox's abbreviation? Like how IE's is MSIE
  6. absurdity wins again; This has to be as freaking weird as when the black guy mailed himself to America, 'cept this is cool and not a threat to national security (although in a way the black guy mailing himself is better for america )
  7. I didn't know this (an I partially sell cameras :'( )So Sony's use the CCD sensor, which WOULD contribute to why we sell them at generally higher prices; right?
  8. My website is Bselvar.trap17 I plan it to be a base of operations for my web design, but right now it's just a place for me to delevope my newest template. Still not up You should/have someone make a REAL website design for your site, it will project the message better, you should alos include instructions and screen shots of the game, because people will be more enticced to play. good use of the forums to manage content, in a site like this that would actually work I get a 404 style error yo. thats pretty cool, where are the tuts located? in projects? suspended again
  9. If the Zune changed software a bit (the music player/sync) to where it would have more of the Itunes overview, rather than a long *bottom* list it would score some points with me. I would atleast have it genre/album/artist selection, rather than "Scroll scroll scroll" Otherwise I think the Zune itself is great, free radio (no dumb upgrades or post purchase Items to buy), same amount of space, and the ability to view videos (they should expand it's file limitations though, or include a converter in the software).I they could do that, THAN Zune would very well whip Ipod into the dark ages.
  10. yeah, as long as you use Include($_GET['blah.php'] you won't have the problem, or it could be the difference in what you are includeing , (visible/css style) content
  11. 1 Cat,2 Zebra danio (one reg. one longtail) (fish)1 plecostomus2 dwarf puffer fish
  12. I always like hearing about new frontiers that are out there, like I once hear of a earth-sized planet orbiting around a sun, but the sun was blue 8OI feel that earth will either suit humans until we can leave, or we'll die on it.
  13. ha! thats pretty cool, if all seems to go well I just might do this, thats is.. if it truely does more good than bad
  14. suicide is stupid. I agree. but Xisto isn't down, or HOW PRAY TELL would you have posted :) it's just your site.
  15. I had no idea! so the basic concept is if the file is in the same directory of the operating page, jsut put ./filename.ext, but say its in root/file/ and your operational page is in root/file/file/ using ../filename.ext would allow it to work, correct?
  16. heh, thats cool, nifty find, that could save a good deal of time opening menus and typing and equaiting
  17. the website for the .uni.cc domain works fine, just try what people said above (use "F5" to clear your cache, and that maybe you don't have an actual Xisto sub domain).
  18. I read on read & write a bit before; This is a good tutorial, thank you for posting it. also good measure posting the link to the origional, but skipping some info will just leave you with more questions to answer (not for next time you make a tutorial)
  19. this is also true, in a world like today some people want attention, and all the people who have attention sometimes have lots of problems, and so some people act or GET problems to try and pull away some of that attention
  20. I second this, if you want something critiqued you should have it open to the public or most people will blow it off :-/
  21. Seems like alot of people here have uTorrent, where's a good place to get something like this? and would it be worth it on dial-up? A sad High-five to you for also having dial up (yes?).
  22. ah, I see, is there anyway to do this in a code alone? for security? like alternating a value or something? because if I make a CMS script I want it to be as secure as possible, not some lofty open ended hacker "HIT HERE!" sign ;D
  23. yeah I just simply re-wrote it to: <?php// This php script has been written and designed by Brandon Selvar - bselvar.trap17.com// This code must remain intact in this include for legal useif($page=="") { $page= $_GET['page']; } $complete="".$page.".php";if(file_exists($complete)) { include($complete); }elseif($page=="") include ("welcome.php");else { include ("404.php"); } ?> thank you!!
  24. yes, thats the whole code, it's always worked for me. but I guess I don't know everything about security and functionality with my limited learning time between work, community, friends, and schooling. you think I should re-work the coding to be: <?php// This php script has been written and designed by Brandon Selvar - bselvar.trap17.com// This code must remain intact in this include for legal useif($page=="") { $page= $_GET['page']; } $complete="".$page.".php";if(file_exists($complete)) { include($complete); }elseif($page=="") include ("welcome.php");else { include ("404.php"); } ?> I'll try this now ;D EDIT HA! SUCCESS! That does work! thanks for helping me improve my script! I've actually thought about the using $_GET, but since it ALWAYS worked I thought it unnecessary.
×
×
  • 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.