Jump to content
xisto Community

japanick

Members
  • Content Count

    27
  • Joined

  • Last visited

1 Follower

About japanick

  • Rank
    Newbie [Level 2]
  1. That would be exciting (if Google launched a browser of its own), but I am more than pleased with Mozilla Firefox. I believe it is a very capable browser with great features, and other than the occasional page that displays better in IE, it is a great competitor of Microsoft. Thanks for the info though.
  2. Usually when I have a form and it gets submitted by a user, I create another page that integrates with the website, with a summary of what has been submitted, or simply a thank you page. You could also just send the user back to the main page or something similar. In these cases, you would either display all this in your record_ly.php file, or have that file forward to another page.
  3. I think you should clarify what you are trying to get an answer for.If you have a PHP file, and you want to write html in it, you do not need to write it in between the <?php and ?> tags, instead just put your html tags and text outside those tags as normal.For example:<H1>This is a Heading</H1><?php echo "This is PHP code.";?><B>Here is more HTML</B>If you need to have the HTML inside the PHP, then you will just have to get used to writing either print or echo whenever displaying HTML. It's not that bad.
  4. Does domaindiscount24.com really give you free .info names? Is it legit? It says they will not register your name until they receive the wire transfer.. certainly they aren't giving away free domains are they?
  5. jamesleon, you can not have <BODY> tags and <FRAME> tags in the same html file. Either one or the other. In this case you want the <FRAME> tags. So use the code below: <HTML><HEAD><TITLE>RadikalSoft Inc.</TITLE></HEAD><frameset rows="5,*" border="no"><frame src="htm/header.htm" scrolling="no" noresize frameborder="no"><frameset cols="10%,*" border="no"><frame src="htm/menu.htm" scrolling="no" noresize frameborder="no"><frame name="Principal" src="htm/principal.htm" scrolling="yes" noresize frameborder="no"></frameset></frameset></HTML> You also might consider making a no frames page, if so you can put a link to it for browsers that don't consider frames like this (stick it after </frameset> and before </HTML>: <NOFRAMES><A HREF="htm/noframes-index.html">For no frames version, click here</A></NOFRAMES>
  6. I would have to go with Gimp 2.0 as well, mainly because it is free!! Photoshop has some great features, granted, but it is priced way too high.
  7. I haven't used any CMS's myself, but here is a page with quite a few listed, with a short description. Perhaps it will help http://forums.xisto.com/no_longer_exists/ https://s'>https://s https://s'>https://s'>http://forums.xisto.com/no_longer_exists/ https://s'>https://s https://s'>https://s
  8. Knoppix is a great tool to have, especially for recovering data or trying out Linux before installing it on a machine. However, rather than installing knoppix onto a partition of the hard drive, why not install an actual distrobution of Linux? (I recommend Mandrake 10 or Suse 9.1) It is easy to install, has a graphical installation interface, and you can dual boot easily with Windows. Give Linux a try with Knoppix, then get serious and install it =)
  9. I have to ask, why wasn't Linux a choice in your question? It is a very valid Operating System and can be substituted for Windows or Mac. I recently reformatted my hard drive, getting rid of Windows XP (which I think is much better than a Mac) in place of Suse 9.1. I love having Linux. It is fast, secure, stable and great for developing software and setting up web servers, stuff I need to do for my school and want to do on my own.
  10. Code looks bug free, and works fine on IE 6 and Mozilla firefox. Please tell us what exactly is going wrong w/ your page, because it should work both with the bgcolor tag in the body, and without.(And I think the colors are pretty cool )
  11. If you want really simple and beginning tutorial, be sure to check out the "official" one at php.net: http://us2.php.net/tut.php This one seems pretty good too: http://www.freewebmasterhelp.com/tutorials/php
  12. I feel like this topic is already going in some other thread, but I'll voice my opinion again. Windows is OK for surfing web, email, word processing (and for playing games, for sure). But if you are serious about computers, and developing software, setting up secure networks, sharing files, remotely accessing computers, or otherwise doing anything technical with computers, all my votes are to Linux. It is free, compatible with most hardware, reliable, and secure. Did I mention free?
  13. I used to be an avid Windows supporter and was intimidated and also unimpressed with Linux. I did not like the GUI, the complexity, or the lack of programs similar to ones on Windows. However, the new version of Open Office is nearly as good as Microsoft Office (ok, not quite but it does the job) and as far as browsers, email programs, editors..linux has plenty to offer.I was forced to work exclusively with linux (Suse 9) this summer at my computer job this summer, and have found that it truly is a much better operating system. The user interface and user-friendliness is still suffering, but as for a stable operating system great for developing, networking, serving, and security--Windows does not compare.
  14. wow that's cool! I didn't know that removing dust could potentially improve my laptop's performance. I have noticed a bit of a slow down in my laptop performance, and there is definitely a lot less battery life (although that is more contributed to the normal degeneration of a battery over its lifespan I suppose).
  15. If you do not have access to the .htaccess file for some reason, then I would also try changing your index page to "index.html"; most servers at least use index.html and index.php as default pages to go to when "troop107.uni.cc" is entered but it depends on the web server setup. (If you don't want to change all your links back to "index.htm" to "index.html" then you can set up a redirection on "index.html" that simply sends the page to your normal "index.htm" page.)
×
×
  • 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.