Jump to content
xisto Community

Tonglebeak

Members
  • Content Count

    3
  • Joined

  • Last visited

  1. I use Firefox, for the following reasons:-Tabbed Browsing-Much better security-Invulnerability to spyware/adware and all ActiveX controls which can damage your computer-It doesn't spy on you and keep track of all sites you're visited.-The extensions kick *bottom*-I'm a web programmer, so I need a browser to develop with that actual renders a page correctly.
  2. Textpad is one of the best editors out there, and is ideal for Java. It comes with an option to compile and run java (assuming the compiler is already installed). Plus, the colored lines make it easy to determine what's a comment, what's reserved, etc. http://textpad.com/
  3. I dunno. Im not sure. I aint good with php [br]<?[br][/br]define (NL,"\n");[br][/br]if (isset($_GET['show'])=='guestbook')[br][/br]{[br][/br] echo 'guestbook';[br][/br]}[br][/br]else if (isset($_GET['show']=='info')[br][/br]{[br][/br] echo 'info';[br][/br]}[br][/br]else[br][/br]{[br][/br] echo '<a href="?show=guestbook"> guestbook </a><br />' .NL. '<a href="?show=info"> info </a>';[br][/br]}[/br]?> That should be more efficient.
×
×
  • 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.