WWW-DESIGNERS


Build free web page Still looking for deals on Build free web page ?
Find our amazing Build free web page offers at our top source site today where we have compared Build free web page for you.
ask.com





Build free web page

Questions and Answers

is there a free web page build service with yahoo for bt internet subscribers?

Q) i want to build a web page that will sell a product i have

A) Look for geocities on yahoo.On the homepage all yahoo services click that ,You will find what you are looking for there.

is there a free web building page on yahoo or aol and how do i go about making one?

A) Yahoo! has GeoCities Free: http://geocities.yahoo.com/ps/learn2/HowItWorks4_Free.html

What's the best program to use to build my own web page?- Preferably free and idiot-proof?

Q) Is that too much to ask? I'm a singer, and want to create a page with photos, samples of my music, news, contact details; you know- stuff! I am computer literate, but I don't want to learn the arcane art of 'coding' if possible. Thanks in advance, guys n gals

A) Microsoft FrontPage. Piece of cake!

free progam to build a web page?

A) Freewebs- Normally The only specialist good software if only free trials

i want to try to build a web page is it free?

A) If you are currently a paid Internet subscriber, you are entitled to a "homepage" which often contains simple navigation and editing tools. You can easily generate a full-blown website as a Homepage. Nevertheless, the "homepage" URL is likely to be "http://homepage.earthlink.com/subscriber... name" and that URL can easily be overwritten via a redirection service, i.e., "mydomain.com" which allows you to link any registered domain name to "mask" another website. For example, should you type in "domainname.com", you will be immediately transported to the homepage and the hompage URL of http://homepage.earthlink.com/subscriber... name will be masked by the domainname.com. And the charge for the redirection service [even at godaddy.com] is normally FREE. Here's a demonstration: Type in the URL window: "www.pizzanextdoor.com" which will bring up their pizza website. Take note of the domain name. Then type in the URL window: "http://home.pacbell.net/vten/1a/pizzamen... and you will see that this is the original homepage which is unmasked without the domain name! Good luck!

Any 'free' sites where I can build my own web page?

Q) I know Domain name reg. and Hostings fees apply...... but before I go that far, is there any way I can build my web page first.....without it costing.

A) http://www.geocities.com is how I started up.You will need your yahoo sign in details and they even supply the software for you to quickly build your pages. This bit is free. I upgraded to a domain name ($9.50 per month) and you can see that at http://www.mwitham.com this will show you what can be done with a free site but be warned the data transfer limit is tiny on the free sites 3.3GB which has got an hourly limit also,so don't get building a site too big. I had to upgrade due to my expanding site which is soon to have 120 pages of free travel/tourist information on.

anybody tell me if theres a site I can go to that gives me information how i can build a web site free. Thanks

Q) I am on line with ntl broadband they offer so much web space free, I am new to all this computer pollaver and just basically looking for some genuine help and advice. All I am wanting to do is have some sort of site that people can look at and view my items. I want my own web pages, please help. But I am not willing to pay this is why I am asking if there is anybody with knowledge of it getting done free. I have 55mb space from ntl but do not know how to set it up that would be a start I suppose.

A) Try freewebs.com

i,m trying to build a user login page?

Q) hi everyone, i,m trying to build a users login page for my web site that i constructed in dream weaver 8, but i,m encountering many problems, that i believe are there because i really do not understand how everything is meant to work, many professionals will be laughting but i presumed that i could simply make a login page with the applications within dream weaver, dream weaver has a very good help section, but it does not clearly explain what elemnts i require to construct the required page, so my question is ..... are there any free sites on the web that i can access that will explain how i can build my page and why i must use certain elements, and do i build it like a normal htnl form. i have read things like building login pages in coldfusion, but to be honest i have no idea what cold fusion is, anyway i hope that someone can help me, thanks Glen M

A) First I should to say dreamwaver is the best for doing so. which language do you use? and also which datasource? You can see free samples on hotsctripts.com or aspfree.net (or .com). if you want complete details, just email me. In the name of God Introduction In this article we want to learn more about ASP and ADO with completing a step by step project. We'll learn how to make a connection with ADO, how to work with it, how to Insert, Update, Delete records from a database and something else. Note: You should know how to work with Microsoft Access because I don't describe it in this article. And also I wrote the scripts using JavaScript language, so you should know it, too. We will do it just in 4 simple steps!! 1. First Step: What you need to start? We need two pages: "Sign In" and "Address book". These are all the pages we need in this project!! I designed them before. "Sign In" page is a page that users can login to their own accounts. Users will use "Address book" page to Add, Delete or update Contacts. But now they are just simple ASP pages with some tables and forms. If you want, you can design your own. But I offer you to use this one for the first time, later you can change it. 1.1 Sign In page: Just contains a form to submit Username and Password. Later we will add ASP codes to it. But now, make an empty ASP page and Copy codes into it. Name this file SignIn.asp. <%@LANGUAGE="JAVASCRIPT"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Sign In Page</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <table border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#1293D8"> <tr> <td><h1><font size="5" color="#4D4D4D">Sign In</font></h1></td> </tr> <tr> <td bgcolor="#C2DAED"> <form METHOD="POST" name="SI" id="SI"> <label><font color="#4E4E4E">User Name:</font></label><BR> <input name="SIU" type="text" size="22" maxlength="20"> <Br> <label><font color="#4E4E4E">Password:</font></label><BR> <input name="SIP" type="password" size="22" maxlength="20"> <br> <input name="SIB" type="submit" id="SIB" value="Sign In"> <br> </form> </td> </tr> </table> </body> </html> 1.2 Address book Page: Like Sign In page, copy code into an empty file and name it AddressBook.asp. We will add ASP codes to it later. <%@LANGUAGE="JAVASCRIPT"%> <html> <head> <title>Address book page</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css"> <!-- .head { background-color: #666666; height: 2px; } table { font-size: 13px; } body { font-family: Arial, sans-serif, "Courier New"; font-size: 9px; line-height: 1.2em; text-align: center; margin: 0px; color: #5C5C5C; } a:link { color: #006699; font-size: 90%; text-decoration: underline; } a:visited { color: #0091D7; font-size: 91%; } a:hover { font-size: 92%; text-decoration: underline; color: #0091D7; } p, form, h2, h3, h4, h5{margin:0;} --> </style> </head> <body style="margin-right:3px;margin-left:3px;"> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td width="151" rowspan="2" align="center" bgcolor="#DDDDDD"><font size="6" face="Impact">Address</font><font size="2"><strong>Book</strong></font></td> <td width="407" valign="middle" bgcolor="#DDDDDD"> <p align="left"><font face="sans-serif" size="2"> Welcome,</font></p> </td> <td width="449" valign="middle" bgcolor="#DDDDDD"><div align="right"><font face="sans-serif" size="2"> [<a href="#">Sign out</a>]</font></div></td> </tr> <tr> <td colspan="2" valign="bottom" bgcolor="#F2F2F2"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#666666"><font color="#CCCCCC"> Address Book </font></td> <td> | </td> <td><a href="#">Help</a></td> <td> | </td> </tr> </table></td> </tr> <tr> <td colspan="3" class="head"></td> </tr> <tr bgcolor="#CCCCCC"> <td colspan="2"></td> <td align="right"><form method="post" name="Head" id="Head"><input name="searchaddrF" type="text" id="searchaddrF" size="20" maxlength="20"> <input name="searchaddrB" type="submit" id="searchaddrB" value="Search"> </form></td> </tr> <tr> <td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="15%" height="100%" valign="top" bgcolor="#CCCCCC">  </td> <td colspan="2" rowspan="2" align="center" valign="top"> <form method="post" id="mainform" name="mainform"> <table width="99%" border="0" cellpadding="0" cellspacing="0" > <tr> <td align="left" > <table border="0" align="left"> <tr> <td width="23%" align="center">  </td> <td width="31%" align="center">  </td> <td width="23%" align="center">  </td> <td width="23%" align="center">  </td> </tr> </table></td> <td width="25%" align="right">  Addresses to of </td> </tr> <tr> <td height="36" colspan="2" bgcolor="#D7D7D7"> <input type="Button" name="adrAdd-t" value="Add"> <input type="submit" name="adrDel-t" value="Delete"> <input type="Button" name="adrSendM-t" value="Send Mail/Message"> </td> </tr> <tr> <td bgcolor="#FFFFCA">For Deleting, Moving or Sending Mail/Message to addresses check them and click the button.</td> <td width="15%" align="right" bgcolor="#FFFFCA">Printable View</td> </tr> <tr> <td colspan="2"><table cellpadding="0" cellspacing="0" bgcolor="#F0FAFF">   </table></td> </tr> <tr> <td bgcolor="#FFFFCA" >[Check All - Clear All]</td> <td align="right" bgcolor="#FFFFCA"> </td> </tr> <tr> <td height="36" colspan="2" bgcolor="#D7D7D7"> <input type="Button" name="adrAdd-b" value="Add"> <input type="Submit" name="adrDel-b" value="Delete"> <input type="Button" name="adrSendM-b" value="Send Mail/Message"> </td> </tr> <tr> <td><table border="0" align="left"> <tr> <td width="23%" align="center">  </td> <td width="31%" align="center">  </td> <td width="23%" align="center">  </td> <td width="23%" align="center">  </td> </tr> </table></td> <td width="25%" align="right">  Addresses to of </td> </tr> </table></form> </td> </tr> <tr> <td bgcolor="#CCCCCC"> </td> </tr> <tr bgcolor="#CCCCCC"> <td colspan="2"> </td> <td width="65%" align="right"> </td> </tr> <tr> <td colspan="3" class="head"></td> </tr> <tr> <td colspan="3" ></td> </tr> </table></td> </tr> </table> </body> </html> 1.3 Microsoft Access Database: Create a Database and name it "AddressbookDB". Create two tables with these properties: Table1: PersonalInfoStores account information UserIDAutonumber GenderText First NameText Last NameText AddressText CityText CountryText ZipNumber PhoneText BirthdayDate/Time EmailText UserNameText PasswordText SecureQuestionText SecureAnswerText DOBDate/Time Table2:AddressBookEntriesStores Addresses ABIDAutonumber UserIDNumber First NameText Last NameText GenderText Email AddressText Phone numbertext Make a relationship between UserID in PersonalInfo table and UserID in AddressBookEntries table. These tables will use in other projects and articles later. So we don't use all the fields now. Now all the things you need made. Just fill a record of PersonalInfo table with your personal information. We will need it later. 2. Second Step: Start!! So we want to start with completing the Sign In page. First you should know something about what does "signing in"(logging in) means? When you register yourself in a site, a program or a script puts the information you entered in a database. Every time you visit this site and enter your User Name and Password, the program or the script searches the records in the database, if User Name and Password matched, it would load your account settings and make a session with your information. So we want to write some codes in ASP and JavaScript that gives your User Name and Password compares them with information in the database and if they match, it will load your personal settings. We created a simple page to use as "Sign In" page. We have a form that named "SI", a Username field named "SIU", a password field named "SIP" and a submit button named "SIB". So we can give information from users, but we need a connection to our database for comparing the information. You should define a DSN connection for your database. What is DSN connection? A DSN is a single-word identifier for a set of database connection parameters. The parameters can include the server name, the path to the database or the database name, the ODBC driver to use, and the user name and password, if any. Open the ODBC Data Source Administrator as follows: oIn Windows 95, 98, or NT, choose Start > Settings > Control Panel, then double-click the ODBC Data Sources icon. Depending on your system, the icon could also be called ODBC or 32bit ODBC. oIn Windows 2000, choose Start > Settings > Control Panel > Administrative Tools > Data Sources. oIn Windows XP, choose Start > Control Panel > Performance and Maintenance > Administrative Tools > Data Sources (ODBC). Click on the system DSN and choose Add button. Then from the list choose "Microsoft Access Driver. (*.mdb)". Click OK and fill "Data source Name" with "addressbookDB". Click the "Select" button in the Database fieldset and choose your addressbookDB.mdb from the Select database window and click OK. click OK again. You made the connection. Create a new ASP page and name it "addressbookDB.asp". Type these lines in it: <% // FileName="Connection_odbc_conn_dsn.htm" // Type="ADO" // DesigntimeType="ADO" // HTTP="false" // Catalog="" // Schema="" var MM_addressbookDB_STRING = "dsn=addressbookDB;" %> This file defines a DSN connection for your pages, so you can work with database. We make a link to this file in pages that need to work with database (with include command). 3. Third step: Sign In page In this step we want to complete Sign In page, so open the SignIn.asp file. I said we need a database to compare Username and Password, so you should make link to addressbookDB.asp in SignIn.asp. Add this line after <%@LANGUAGE="JAVASCRIPT"%> in the SignIn.asp: <!--#include file="addressbookDB.asp" --> Include command imports lines from a file. And file property defines the address of file to be imported. (This command is useful when you don't want to repeat same codes in every page). We made the connection. But how to access to records in PersonalInfo table in the database? Recordset is the best ways to do it. A subset of data extracted from one or more tables is called a recordset (or a DataSet in ASP.NET). A recordset is also a table because it’s a collection of records that share the same columns. This ASP script defines a recordset and validates the Username and Password that user entered. If they match, it will redirect the page to Addressbook.asp and if not, it will redirect the page to fail.asp Copy the code (script) below and paste it before this line in SignIn.asp page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> The code: <% // *** validate request to log in to this site. // *this variable use in action property of the SI form to submit form // *without losing QueryString. var MM_LoginAction = Request.ServerVariables("URL"); if (Request.QueryString!="") MM_LoginAction += "?" + Request.QueryString; // *a variable to store Username entered by User in SIU field. Var MM_valUsername=String (Request.Form("SIU")); // *if username entered correctly if (MM_valUsername != "undefined") { var MM_redirectLoginSuccess="AddressBook.asp"; var MM_redirectLoginFailed="Fail.asp"; // defines a recordset. var MM_rsUser = Server.CreateObject("ADODB.Recordset"); MM_rsUser.ActiveConnection = MM_addressbookDB_STRING; // select some fields from the PersonalInfo table, but those which have a // special User ID and password MM_rsUser.Source = "SELECT UserID, UserName, Password FROM PersonalInfo WHERE UserName='" + MM_valUsername.replace(/'/g, "''") + "' AND Password='" + String(Request.Form("SIP")).replace(/'/g, "''") + "'"; MM_rsUser.CursorType = 0; MM_rsUser.CursorLocation = 2; MM_rsUser.LockType = 3; MM_rsUser.Open(); if (!MM_rsUser.EOF || !MM_rsUser.BOF) { // username and password match - this is a valid user Session("MM_Username") = MM_valUsername; Session("MM_UserID") = MM_rsUser.Fields.Item("UserID").Value if (String(Request.QueryString("accessdenied")) != "undefined" && true) { // you can set accessdenied querystring to true so user can't watch // the page MM_redirectLoginSuccess = Request.QueryString("accessdenied"); } // close the recordset MM_rsUser.Close(); // redirect to addressbook.asp page Response.Redirect(MM_redirectLoginSuccess); } // username and password not match - this is not a valid user MM_rsUser.Close(); Response.Redirect(MM_redirectLoginFailed); } %> There is one more thing to do and after that SignIn.asp will be completed. Just add action property to SI form (action="<%=MM_LoginAction%>"). The next article defines how to complete addressbook.asp

What is a genuine way to build a couple of web pages or small site?

Q) This would be just to host some information and how can I load pdf's onto the pages to be sent free to interested readers. I am not interested in anything of a scam nature at all,and keep getting bogged down trying to find how to create two,maybe three linked pages as a www .domain address. Can anyone knowledgable assist me please,in the simplest methods possible?

A) Get a Geocities account or something then upload your PDF files and then use a hyperlink like this: <a href="myfile.pdf">Download File</a> on a file called "index.html" and that will allow the people to click on your PDF files and downlaod them.

Can I learn HTML?

Q) Hi how can I start building good looking web pages or just improve my blog, make it look like a professional website. I have no HTML knowledge whatsoever. Is there any softwares out there that could help me with that? I need something where I can copy and paste pictures and make them clickable on the website, in order to download something from the website like an ebook for instance. Or just make good layouts basically something idiot proof that would make page building an easy and fun process. Is there a software like that that is free to use? I have PSPad but not sure what it does and I don't know how to use it either. But I am willing to learn. Some help would be appreciated Thanks, Sheroz http://www.makingmoneymadeasy.blogspot.com http://www.payitforward4profits.com/sheroz06 http://www.samatov.ws

A) learning HTML, and now XHTML, is easy...look at different tutorials online...and one of the best ways is to find a website you like and View Source and see how they put it together...

where can you build a free web page?

Q) any web building sites help please!

A) try: www.piczo.com free / easy / lots of help / post anything except porn.

where can i find a free web site so i could build a web page foe my new baby boy?

A) http://www.myspace.com You can set it to private where only you and what people you want to see it. Or put it on your yahoo profile.

what are the best free web page building sites?

A) http://www.dougstech.com/webhelp/free_webtools/

what are the best free web page building sites?

A) http://www.dougstech.com/webhelp/free_webtools/

Creating a web page free of charge?

Q) We are wanting to build a web page free of charge and wanted to know how and where etc.

A) www.geocities.com is free

Creating a web page free of charge?

Q) We are wanting to build a web page free of charge and wanted to know how and where etc.

A) www.geocities.com is free

How do I set up a FREE geocities web page? I have tried many times, but I can't get it to work. Please help!!!

Q) When I go to the site to build my geocities free web page, I go through the many steps. I have reviewed the tutoral and then I go to the "Create and Update" page it says to enter in the code at the bottom of the page...but then it says sorry, an error has been made. Wrong answer..especially after entering the correct code dozens of times. Then I skip all that and get to the create page, I pick out my free template and launch the free pagebuilder, and I then get an error that says "loggin failed, please sign in again". Therefore, I log in...again! and I get the same error. I have tried to contact Yahoo help and the troubleshooting pages with absolutely no success. Please can someone help me. I live in California with my new husband and have family in NC, I'd like to have a place where I can keep everyone back home up to date with my new life, but am having serious issues in doing that. I need some help with this, please help. Email addy- Mike_Christy_Greene@yahoo.com Thank you so much!

A) The only thing i can tell is if they a way you can let me try it by myself to experience all the stuff first hand and know what to do. my e-mail is epohcj@yahoo.com. contact me so that we can talk more

How do I set up a FREE geocities web page? I have tried many times, but I can't get it to work. Please help!!!

Q) When I go to the site to build my geocities free web page, I go through the many steps. I have reviewed the tutoral and then I go to the "Create and Update" page it says to enter in the code at the bottom of the page...but then it says sorry, an error has been made. Wrong answer..especially after entering the correct code dozens of times. Then I skip all that and get to the create page, I pick out my free template and launch the free pagebuilder, and I then get an error that says "loggin failed, please sign in again". Therefore, I log in...again! and I get the same error. I have tried to contact Yahoo help and the troubleshooting pages with absolutely no success. Please can someone help me. I live in California with my new husband and have family in NC, I'd like to have a place where I can keep everyone back home up to date with my new life, but am having serious issues in doing that. I need some help with this, please help. Email addy- Mike_Christy_Greene@yahoo.com Thank you so much!

A) The only thing i can tell is if they a way you can let me try it by myself to experience all the stuff first hand and know what to do. my e-mail is epohcj@yahoo.com. contact me so that we can talk more

how do i get a free web page and how do i build a homepage?

A) You could either go to www.blogger.com or www.wetpaint.com and just follow the directions on the screen. I'm sure there are others! Have fun!

I want to build my own web page for free. How do I do it?

Q) It would be no more than 4-5 pages to post a Family Reunion information.

A) Try http://www.freebyte.com/homepages/#freewebspace AND http://www.myjavaserver.com they provide free web hosting. Also try this link it has list of many free hosting sites http://www.freewebspace.net/php/search.php?form_language=English&form_space=5&b=0&i=10&Search=Search&form_hostType=REG&a=1

Some content elements on this page provided by Yahoo