Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  Show Posts
Pages: 1 2 [3] 4 5 ... 15
31  T35 Hosting Support / Free Hosting General Support / Re: Unable to upload .swf files. on: February 19, 2008, 06:02:36 PM
have you tried using a regular FTP program to upload the file?
FileZilla and SmartFTP are some good free FTP programs.
32  Web Design & Developement / Programming / Re: Parse error: syntax error, unexpected '{' on: February 18, 2008, 08:07:40 PM
I'm not 100% on this, but if the file is all on one line with no line breaks (like you have posted above), the inline comments (comments beginning with "//") will really mess things up.
33  Web Design & Developement / Programming / Re: Big Php Help... Confused!!!!!! on: February 18, 2008, 03:30:50 PM
you might want to read some php tutorials.

but basically, for the example you give. You would have some html page that has the form you gave, and a post.php file that would handle form when submitted. A simple example where you want the submitted info to be written to a file would go something like this:

Code:
<?php
$name 
$_POST['habb'];    // get the text from the input field with name 'habb'
$pw $_POST['password']; 
$file "sometextfile.txt";

$fp fopen($file"a+"); //get a file pointer in append mode
fwrite($fp"name: " $name "\npassword: " $pw "\n\n"); //write a string to that file
fclose($fp); // close the file pointer
?>
34  Web Design & Developement / Programming / Re: Parse error: syntax error, unexpected '{' on: February 18, 2008, 03:20:25 PM
have you ever heard of formatting? A simple format would make extra braces stick out like a sore thumb.

if (conditional statement )
{
      // indented block
}
35  General / Website Reviews / Re: Whats wrong with my store? on: February 09, 2008, 07:51:45 PM
The first thing that pops into mind is that it looks very 1990's-ish.

When you first visit, there is a lot of text thrown at you all at once -- you don't know where to begin reading. Maybe you could seperate the navigation bar on the left by changing the background color, or some kind of a border. And maybe it's just me, but I don't really like underlined links in a navigation bar; maybe make them be underlined on hover, and change their font color or something to people know they're links.

that's all i can think of at the moment.

36  T35 Hosting Support / Free Hosting General Support / Re: something wierd on: February 09, 2008, 07:32:45 PM
Was it working before and this just started happening now?
when I click on the link to your page, just below your name, (http://www.iwebradio.com/), it directs me to http://www.t35.com/~madchatt/HomePage/

Maybe Alex could spread some insight.
37  T35 Hosting Support / Free Hosting General Support / Re: Error 404 on everything on: February 07, 2008, 04:43:00 PM
What user name did you sign up with? If you use any capital letters, it will not work; you'll have to sign up again without CAPS.
38  T35 Hosting Support / Free Hosting General Support / Re: Server is down for maintenance. Please try again later.Why can it be?! on: January 25, 2008, 07:14:28 PM
"Server is down for maintenance. Please try again later." isn't an error our servers produce. Can you show me a link to the page that is showing this error? I don't see a 'tg35' folder in your account.
you realize that this thread is over two years old, don't you?
39  T35 Hosting Support / Free Hosting General Support / Re: Passing html pages threw the php parser? on: January 25, 2008, 10:38:26 AM
the php include function should work. But if you want to use php in one of your pages, you have to make sure that that files name ends with .php. So if you want to use php in your index page, name it index.php instead of index.html.
40  T35 Hosting Support / Free Hosting Domain Support / Re: Help - Domaine name on: January 23, 2008, 03:21:52 PM
no free domain names. But you can buy a domain name and link that with your free t35 hosting.
41  General / Website Reviews / Re: Do - over on: January 22, 2008, 01:01:51 PM
Definately looks better than before.

one small problem is that in your contact forms, it's difficult to tell where the text fields and text areas are. The backround and borders of the input fields are the same as the background, and it's difficult to tell that there is an input field at all. I'd recommend putting like a light gray border around the text fields.
42  Web Design & Developement / Web Design / HTML / Re: Returning from links. on: January 21, 2008, 06:06:22 PM
ok. I see what you're trying to do:
You have a page with links to the other pages, and on those other pages, you have a link to go back to the previous page. But when somebody clicks the "click here to go back" link, you want them to go back to the exact location where they left off reading and clicked that link (i.e. the won't have to scroll down). Is that right?


What you could do is something like this:
On the main page, do something like this:

Quote
<html>
...
<body>
...
<a href="link1.html" name="link1">link1</a>
...
some text
...
<a href="link2.html" name="link2">link2</a>
...
etc
</body>
</html>

and in your other pages (where you want to have a "go back" link), say link1.html, you could have something like this:
Quote
<html>
<body>
...
some text or whatever
...
<a href="mainpage.html#link1">go back</a>
</body>
</html>
that will take them back to your main page, and the #link1 part will take them to the part of that page that contains the link named link1
43  T35 Hosting Support / Free Hosting General Support / Re: FAQs ::: PLEASE READ ::: on: January 20, 2008, 02:48:13 AM
Quote
-Did you sign up with capital letters or 'strange symbols'?

I signed up with one capital letter. Does this mean I need to start over with all lower-case letters?  huh  I can't view my page at all.  embarassed
here's what it say next to the sign-up form:
"The username needs to be in lower case. If you use CAPITAL LETTERS in your username, the account will not work."

looks like you'll have to re-sign up.
44  General / Website Reviews / Re: SpitUrl! Turn those long urls into short ones on: January 17, 2008, 10:49:10 AM
It's pretty clean cut and to the point. I like it.

One thing that you could change is, after you click the "spit!" button and convert the url, it's kind of difficult to spot the new url at a glance. So, you should make the text "Your SpitUrl is: http://spiturl.com/h" a little bit bigger I think. And maybe even get rid of the example text if some one has already submitted a url to be shortened; it's just more info for the user to parse through to find what they're looking for -- their url.
45  T35 Hosting Support / Free Hosting General Support / Re: Help with PHP homepage!! on: January 16, 2008, 11:06:28 PM
just name it index.php and it should work; and just make sure that there is no index.html file in that directory.
Pages: 1 2 [3] 4 5 ... 15
Powered by SMF | SMF © 2006-2008, Simple Machines LLC