Loading...


Ask A Question?
Posted in Free Web Hosting / *FREE WEB HOSTING REQUESTS / Approved Accounts
Author: shiv Total-Replies: 1


To generate an application for free web hosting please click here: Free Web Hosting Request Form


I would like to request free web hosting from Astahost.
Please find my application below.

  1. Your Registered Domain Name or Desired Astahost Subdomain Name:

    1. mailgreets.astahost.com


  2. Account Username:

    1. shiv


  3. Introduction:

    1. hai im shiv

      a software engineer by education, artist by passion.

      i love programming too but enjoy designing more.

      i write a bit of poetry, or paint whenever i have to vent out something.

      at other times i would be working on creating new features for my website.

      great to be here!


  4. Email Address:

    1. snow_n_volcano@yahoo.com


  5. Age:

    1. 22


  6. Country Where I Live:

    1. malaysia


  7. My Websites Theme:

    1. greeting cards website


  8. Reason I Chose Astahost:

    1. hear say its one the best! u get a "proffessional" webshosting for free and with no ads! wow! also the forum seems to be a great place to be in..always brimming with ideas and information..nice!


  9. How I Found Astahost:

    1. www.free-webhosts.com/


  10. My Previous Host:

    1. awardspace.com


  11. Reason For Leaving My Previous Host:

    1. no smtp! and morever astahost seems to be a place of a higher level in every way..


  12. Desired Hosting Package:

    1. #2: Regular Package


  13. Additional Comments:

    1. looking forward to a long bond with astahost!


I have read, understand, accept, and agree with the Terms Of Service, Acceptable Use Policy, and The Forum Rules:
YES, I Agree!

Thank You,
shiv
Application for free web hosting generated using req_form.php 3.1.7 by vujsa.
Thursday, March 23, 2006 06:38:14 PM GMT

Thu Mar 23, 2006    New Discussion   
 

Posted in Free Web Hosting / Hosting Support & Help
Author: shiv Total-Replies: 8


hai

i registered in both astahost and trap17 forums with the same user name and email.

but this forum was more to my liking and so i was active only here on astahost and i had accumulated 60+ credits while i neglected trap17 and my credits in trap17 stand in negetive.

i have now applied for free hosting from here as i have 60+ credits...but i see you direct applications from both forums to the same page , namely http://www.trap17.com/process .

im afraid my application will get rejected, if my poor credits in trap17 are mistakenly considered instead of my credis here!

would like to bring it to the attention of people concerned..please look into this. many thanks!

regards,

shiv

Tue Mar 21, 2006    Reply    New Discussion   
 
Posted in Computers & Tech / Programming
Author: FeedBacker Total-Replies: 23


Disable Print Screen
How to Disable Print Screen?

Replying to TwiggyI have a similar problem. I am a "historian" and not a web programmer, although I do have a monstrous site at www.IndianaMilitary.Org, hosted by the US Army.

I am spending many, many hours re-constructing Infantry Division rosters that were all destroyed by the Army following WW2. Too date, it has nealy 30,000 names, each with a good deal of attached data.

Now I find some museums in Europe are capturing my webpages and using them as thought they had done the work. I don't mind them looking up an individual, but not "listing" all 30,000.

Everything is in HTML tables made by Lotus Approach. (DNF).

I'd like some easy understandable method to keep all my work save yet available. That may not be possible, but I have to ask.

Thanks for any help.


-Jim West

Thu Jan 24, 2008    Reply    New Discussion   
 

Posted in Computers & Tech / Designing / Web Design and HTML
Author: jlhaslip Total-Replies: 28


QUOTE (lonebyrd)


Speaking of CSS, I don't know if its just the geocities webpage that wont let me do it or if I'm doing it wrong, but I just cant get it right. I'm doing it just as the tutorial says and I'm getting so frustrated. Let me see if I have one thing clear. You put the style sheet on a seperate page from the working page and just put a link to it right?

RE: css links not working http://www.astahost.com/index.php?act=Post...0737&qpid=71390


Link: view Post: 71390


lonebyrd,

Create your css file in a simple text editor like notepad and save it as a "css" file extension.
ie: style_file_name.css
Upload into your hosting space in the same directory as the html files.
Inside the head tags of the html file, include the link to the css file .

CODE


<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>An XHTML 1.0 Strict standard template</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link href="style_file_name.css" type="text/css" ref="stylesheet" media="all" />
</head>
<body>
<p>... Your HTML content here ...</p>
</body>
</html>

This is the format for an xhtml 1.0 doc type strict which can be found at the w3c site (I think that's where I snagged it from). If IE gives you any problems, try deleting the line before the DocType in order the change to/from standard/quirks mode. (I can never remember which one is which). But that sometimes is an issue.
Are you saying that the linking doesn't work? or are you saying that the style doesn't work as planned?
If the link is failing, then include the css in the files by using a style tag. Like this:

CODE


<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>An XHTML 1.0 Strict standard template</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<style type="text/css">
body {
}
div {
}
#content {
}

#header {
}
#footer {
}
</style>
</head>
<body>
<p>... Your HTML content here ...</p>
</body>
</html>

If the style doesn't work, then that is a whole other can of worms.

Post back here (on a new topic in the HTML sub-forum) and we'll either assist you or point you in another direction.

Hope this helps.

Mods/Admin : Merge or Move as required. Thanks.

Wed Mar 1, 2006    Reply    New Discussion   
 

Ask a Question (w/o registration) to get Quick Answers!


astaHost