Making A Website - Also Some Dos and Don'ts

free web hosting
Open Discussion > CONTRIBUTE > Tutorials

Making A Website - Also Some Dos and Don'ts

mzwebfreak
I had originally had this posted on my domain at nevernormal.com, and thought that you guys could use it here as well. Granted, this is geared to the uber newbie, so don't razz me if I don't suggest the most advanced in web design. lol

So, you want to make a website?

1. First, think about what you want your site to be about. There are fanfic sites, like Drastic Measures and fanfiction.net; cliques or clubs, like the BtVS Writers' Guild; or, if you want, you could have a general site, whether it be about a show/movie you like, or even just about yourself and your life.

2. Next, if you don't already have one, you probably need to find a web development program. Now, for beginners, if you have at least Windows '95, search for a program called Frontpage or Frontpage Express on your computer. It's not much, but it gets you on your way. Another good one, good for most levels of web developers, is something called WebPage 2.0, available at any computer store for about $40. (Trust me; it's worth it.) Or, if you have MS Word '00, you can just use that, and save the pages in HTML format. It's in a WYSIWYG formula, which is W.hat Y.ou S.ee I.s W.hat Y.ou G.et. Whatever you use, stick with it, until you know more about web designing to be able to use the more advanced programs like Dreamweaver

3. Now, once you've picked the HTML program you're going to use, you need to also need to find a nice little graphics program, because a website with only text and no graphics is something boring to the typical web browsing person. Now, you can go low end, and get something like Pain Shop Pro (retail about $129 USD for Version 9), or you can go slightly more high end, and get something like Adobe Photoshop (retail about $649 USD for CS1 and $599 for CS2 preorder)

4. Now, you want to create some content for your site. Now, depending on the type of site you're doing will depend on the type of content you want. Now, the foremost thing you need to know is ease of navigation. When you're starting out, I wouldn't suggest more than two or three levels of navigation. What I mean by that is that you have the main, first level navigation (using my fanfiction site Drastic Measures for example) you have links to the top that read
Awards, Fanfic Archive, Linkage, Site Stuff, and Home. Now, mine are in what is known as an image map, but, for beginners, just use text links. But, that's just the first level. If you clicked on, say, Fanfic Archive, then you get the second level of links, which read
Crossovers, Fic Helpers, Main Story Index, Stories by Author, Stories by Title, Series, and Home
Notice that I always make it easy to be able to find your way back to the home page, should you ever need to.
Finally, for information on the third level of linking, if you click on Fic Helpers, you get another list that reads
Book Jackets, Character Pix, Character Summaries, Fanfic Fanatics, and Prophecy Times
You'll also note that, not only do I have a link back to the first level, but I also have a link back to Fanfic (the second level). This makes it easier for the person navigating to have a choice to either go back one or two menus/levels, as he pleases.

5. Now, once you've got a few pages together, you need to find a web provider. One that's nice, along with no popups, is web1000.com. It gives sites out for free, with unlimited bandwidth and 50mg space. However, only people in the USA and Canada can view sites on that server, so think about your major client base. Or, you could be smart and choose either trap17 or astahost. Also, if your URL is kinda long, get a shorter, redirectional one at cjb.net, which also redirects your email.

6. Now, if you would rather go with a paid server with no popups and extra features, I recommend either netrillium.net or compuhosting.com for the server and godaddy.com for registering your domain name.

7. Now, if you've used one of the HTML programs I've mentioned in #2, somewhere in the tool bar is something along the lines of 'view HTML'. Now all you have to do is cut 'n paste. If not, I know that angelfire and geocities/yahoo, at least, have both basic editor, where you really don't need to know HTML, or advanced editor, where you use pure HTML, or, like me, CAP (cut and paste).

TA DA! You've got yerself a website! Now, go tell your friends.



Do's and Don'ts of Web Sites


* First, and most importantly, DON'T COPY! It's also known as stealing. People have worked for HOURS on these sites, and, you should take the time to make yours unique.

* DO use good sites, or sites similar to yours, as models. Then, ask yourself what it is about that site that you want to emulate (copy)? Is it the design? The graphics? (If so, ask the webmaster/mistress how they do them. Trust me, it's a humungous compliment!) Figure out what they are, then do something similar. (Not exactly the same, though. Goes back to the 'don't steal' bit.)

* Along the same lines as the not stealing bit is the no direct linking. For example, say that you're joining a fansite on the anti-drug campaign and you want to put one of their buttons on your site. The proper thing to do is to right click on the graphic, and click "save picture as", then upload the saved picture to your website. The reason for that is that direct linking, or "hot linking", to that graphic causes a strain on the bandwidth of the person holding that image.

* DO link to other sites. Along with the previous one, if you like a site, LINK TO IT! That shows people you admire what that site's about, or what they're doing.

* DON'T forget ALT tags and text-equivalent menus. There are some people who turn off graphics to make things go faster and, if you have graphics but no alt tags, then they don't know what graphix were links and which were just pix. Here's how you put in an ALT tag:

CODE
<img src="example.jpg" alt="Example">



* As you get more experience, DO use more graphics and multimedia, but DON'T go overboard. If your site takes too long to load, then people won't be prone to going to your site. One good way to avoid doing that is, if you have something like a pix gallery, use a graphics tool to make a smaller version of the pic, called a thumbnail, and link it to the larger pic. Example:

CODE
<a href="http://www.pix.com/example.jpg">
<img src="http://www.pix.com/smallexample.jpg" alt="Example">



* DON'T abuse netiquette. This could cause your web provider to delete your site without telling you, which, with some providers, they can legally do. To learn more about netiquette, go here.

* Don't forget to test your pages on the 'net. Make sure they work the way you want them to, and check and double check all links.

* DON'T forget the basics: your email address, a site map (a list of all the internal links to your site, if the site is rather large, say, at least 10-15 pgs.), give credit where it's due, and be willing to redo things that people advise you about (ie. broken links, pix not showing up, etc.).

* DO ask for feedback, i.e. put up a guestbook, and ask ppl to sign it. (But, don't expect too much.)

* DON'T be afraid to ask for help. Understand that there are always going to be people smarter than you, but, also, that there are people who aren't as smart as you that you can help. If you know someone who can help you with your site, ASK THEM. If they have the time, they'll probably be glad to set aside some time to help you out.

* DO publicize your site, by signing up for banner exchanges, and getting people to put your banners on their sites.



Tips & Tools of the Trade


* Start small. Don't expect to be able to do something of the caliber of some of the bigger sites if you're just starting out. Also, don't have a ton of pages with nothing but 'coming soon' on them. People don't like that. Just put up the links to the pages you have, and add the links as you create the pages. (NOTE: I've been doing this for eight years now, and, believe me, I'm still learning new tricks every day!)

* If you want to make your website look more spectacular, invest in a graphics program like Paint Shop Pro or Photoshop (what I use). That way, you can design your own graphics the way you want them, not how other people may design them for you.

* Try, try, try. If someone suggests something that they've done, and you like it, do something similar for your site. If you don't like how it turns out, fine. Go on to something else.

* Keep the color scheme of your entire site the same, and yet, easy to read. Don't pair fuschia and neon green. One of the best ways to do it is to have a dark background, like dark gray, and a light text/link color, like white or pink. Make the titles big, but not too big. (Having title size of no more than 14 pt type is just fine.) Conversely, make the regular text smaller than the titles, but still be able to read it. (NOTE: One way to check that is to check each page as you work on it in your browser window to see how the browser reads it. If it works, great. If not, back to the drawing board.)

* Read, read, read. As you can, get books on HTML and websites. You'll find lots of neat tips in them to help make your site better. (And, if you're lucky, it'll have a CD in it with shareware and stuff like that!) A couple of good ones I've read are Creating Web Pages For Dummies by Bud Smith & Arthur Bebak and Creating Cool HTML 4 Web Pages by Dave Taylor.

* If you sign up for a lot of webrings, put them on a separate page, not the main page (but let the webring masters/mistresses know.), since the graphics many webrings use tie up download time.

* Before you start your site, lay out what you want on the page/site, and where you want it, etc. Don't just go in and start throwing HTML tags around willy-nilly. Take a little time out to plan out your site, and it will come out MUCH better.



Cool HTML Tricks

These are things I've picked up from different sites. If you like the idea, go ahead and try it. (What you add is in this color.)

* If you want your background to stay in one place, you add this to your <body> tag:

CODE
<body background="img.jpg" bgcolor="#??????" text="#??????" link="#??????" vlink="#??????" bgproperties="fixed">


It's the "bgproperties='fixed' " part that keeps the background in one spot.

* If you want your links to have a lil line above them, do this in the <style> tags:

CODE
<style>
<!--
/* Style Definitions */
a:hover {color:#??????; text-decoration:overline; }
--!>
</style>


It's the "a:hover" tag that makes it possible. In the "color" section, you add a color, usually something like white or black, Now, if you want both a top AND bottom line, you just add "underline" to the text decoration area, like this:

CODE
a:hover {color:#??????; text-decoration:overline underline;}
</style>



* If you want your links to have a background color, you add this to your <style> tag:

CODE
<style>
<!-- /* Style Definitions */
a:hover {color:#??????; bg:#??????; text-decoration:overline; }
--!>
</style>


A good hint is that, whatever your link color is, you put that in the "bg" tag.



Well, hope these have helped you out at least a little. Good luck with your site!

 

 

 


Reply

Amezis
Well, one more thing... Use sans-serif fonts! Verdana is the most used font.
Serif-fonts is like Times New Roman
Sans-serif is like Verdana.

Don't use Times New Roman, but use Verdana, Arial or something like that.

Reply

JTCreations
nice, very helpful.

use whatever font looks good on with site. just so long as its a web font like Times New Roman, Verdana, Arial etc.

dont go using fonts youve downloaded or any fancy fonts at all really.. they look stupid anyway.

Reply

thablkpanda
QUOTE(JTCreations @ Apr 18 2005, 04:42 PM)
...dont go using fonts youve downloaded or any fancy fonts at all really.. they look stupid anyway.
*



Don't be stereotypical JT, if you don't mind. Not all Downloaded fonts look stupid. I have some rather nice fonts that I downloaded simply because of personal preference/Opinion. Check out a font called HANA. I forget where I got it from, but it's actually a decent sans-serif-like font.

Panda

Reply

mzwebfreak
Actually, one of the main reasons to stick to either Times, Arial, Verdana, or Tahoma is that almost all computers have these as standard fonts. If you start using fancy fonts like, say, Carpenter CG, which is this really fancy script-type font, if the person's computer doesn't have it, their browser's gonna automatically shift to auto font, which for most is Times, which could potentially mess up the design of your site. So, whenever possible (with the exception of graphics), use one of those because it's mostly well used for almost all platforms and web browsers.

Reply

karlo
QUOTE(mzwebfreak @ Apr 19 2005, 12:18 PM)
Actually, one of the main reasons to stick to either Times, Arial, Verdana, or Tahoma is that almost all computers have these as standard fonts.  If you start using fancy fonts like, say, Carpenter CG, which is this really fancy script-type font, if the person's computer doesn't have it, their browser's gonna automatically shift to auto font, which for most is Times, which could potentially mess up the design of your site.  So, whenever possible (with the exception of graphics), use one of those because it's mostly well used for almost all platforms and web browsers.
*


i see.... it's good... so, i don't have to use verdana? i must use sans-serif?

Reply

mzwebfreak
QUOTE(karlo @ Apr 19 2005, 04:46 AM)
i see.... it's good... so, i don't have to use verdana? i must use sans-serif?
*



No, because verdana IS sans-serif...Sans serif is fonts like Verdana, Arial, and Tahoma, and Times New Roman or Geneva are serif-fonts. Here's what a serif font looks like:

This is Serif

This is sans-serif

Serif means the little tags on the end of the letters, while sans-serif doesn't have them. That's what sans means- without. Hope that helps.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Similar Topics

Keywords : making, website, dos, donts

  1. Making Calculators with PHP
    Some basic calculator scripts I made. (4)
  2. How To Make An Ultimate Game List.
    If you're making a site on video games or such. (0)
    Hello. I am BuBBaG. You can call me Bubba for short. I'm going to show you how to make an
    Ultimate Game List. First off, we need to make a database, we are going to call this database
    `my_db`, leave out the `'s. Inside that database we will need to create a table
    called `ugl'(Ultimate Game List, duh). To make the table, simply enter this in the Syntax.
    CODE CREATE TABLE ugl ( System char(50), Game char(50), ) In the
    above code, it is stating we are creating a table called ugl, with two columns, System, and Gam....
  3. Ftp In Visual Basic 6.0
    Start making your FTP client using VB6 (1)
    Recently, I had a need to make a FTP client, since our webhosting FTP server was kind of exotic, and
    very restrictive, and most of uploads, even though they reach 100% would crash... File would be
    uploaded to a server, but FTP clients just froze upon completion, waiting for the 226 (OK) from FTP
    server... So, I had to make my own, one who would not wait for 226, but instead, watch the file
    pload progress... This tutorial is not fuly complete, in the sense that it does not offer COMPLETE
    FTP client functionality (for example, I ddn't write the code for FTP download, ....
  4. How To Setup A Website After Your Forum
    (3)
    This tutorial is about how to setup a website after you have setup a forum. That means, you have a
    forum, and are wanting to add a website. This tutorial will show you how to create the website in
    your root directory(Example: http://domainname.com) , while your traffic gets redirected to your
    forum while you are creating it, until you're ready for guests to see it. This method is
    opposed to setting it up in another directory, then moving it(particularly more time consuming if
    you're site is PHP based). First of all, you are going to want to setup a redirect ....
  5. Making A Song In Fruity Loops Part Three
    part three precusion (1)
    ok part three now which covers the precusions setup of the small song i built for this tutorial.
    the nesecery files can be downloaded here the image below is included in the precusions folder as
    it mught not be entierly visable within this post so shold you need it its there also the images
    purpose is to enable you to see what i am refering to within this tutorial lateron. now what i
    have done above is blackd out every pattern that has nothing to do with the precusion. so the
    patterns displayed in light grey are the only patterns i will be refering to. ok lets b....
  6. Making A Song In Fruity Loops Part 2
    part 2 the second melody (0)
    ok i am going to attach the midi file againe incase you didnt get it from the first part in this
    part i will demonstright how to create and insert the second mellody ok so you have your first
    mellody wich is ecetially the comein chord as i call it. now open the midi file you put in your left
    panel during the first tutorial and drag the mellody 2 © onto the pallet but click on pattern two
    in the right site playlist box. now like in the first tutorial replace with sytrus. for this type
    of mellody use something in the leads section of the plugin.for this you need to ....
  7. Creating Navigation For Html Websites
    Have a common navigation menu for the whole website! (12)
    Pre-requisite: HTML, inline frame tags 1 Attachment(.zip) included. Updates : 29-12-07: Doctype
    added in example files (Advised by jlhaslip) Designing a whole website takes a lot of planning
    and organization. Designing a proper navigation system is a basic step in building your website. If
    you are developing webpages in html you would have observed that as you go on creating pages it
    becomes difficult to maintain the links to the pages. This article will guide you in developing a
    common navigation menu for your website. It describes three ways, so if you don'....
  8. Css Scroll Bar Styles
    Change the color of your website scrollbar! (1)
    REQUIREMENTS 1. Must have limited to good knowledge of CSS. 2. Must have limited to good knowlege
    of HTML. THE ELEMENTS First of all, there are 7 different elements of a scrollbar. a) Scrollbar
    Arrow Color /cool.gif" style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" />
    Scrollbar Darkshadow Color c) Scrollbar Track Color d) Scrollbar Face Color e) Scrollbar Shadow
    Color f) Scrollbar Highlight Color g) Scrollbar 3dlight Color Bassically all that you need to do is
    change the colors like you normally do with any sort of CSS. Therefore, if you want the....
  9. Creating A Resume
    10 Tips For Making A Resume (1)
    I've been working on my Resume for months now. Here is a summary of what I've learned: 1.
    Avoid referring to yourself via 1st person or 3rd person terms. Rather than saying "I started this
    job in" just say "Began job in"... Employers expect Resumes to be professional and avoid reference
    to oneself; and instead speaking in an impersonal tone that presents
    achievements/skills/experience/education without personalization. Avoid words like "I", "my", "he",
    "she", etc. Leave out personal pronouns and only use the action words/verbs. This also includes
    your Ob....
  10. Making A One Page Does All Website In Phph
    (2)
    Hello and Great Day or Night either one. Have you ever been to a site and seen a index page or any
    page at all control everything such as index.php?do=home&action=logout something similar to the
    above? Well I am going to show you how easy it is to make this all own your own, and only have to
    use one web template or design to make it work. Before we get started you need to go ahead and find
    the web design that you want to use. After you find the site you want to use go ahead and save
    it... and save it like this so we can work together, ok! Note* We are going to ....
  11. Adding Your Website To Google
    How to register with google (25)
    Hi everyone. Hopefully here im going to tell you how to register yourself with the Google search
    engine and get yourself in their results. Ill start the tutorial assuming you already have Meta
    tags or other search engine optimisation techniques in place. This tutorial is solely about
    registering with google. At one time i thought simply using meta tags etcetera would get you listed
    in Google, i then found out that didnt work, so i wondered why, and the fruits of my labour are what
    will go into this tutorial. the first step is to get a google account, this will get y....
  12. Making a java based program
    (3)
    Java GUI Making a Little Java Program Sec. 1: Imports and starting it off Sec. 2: Variables Sec.
    3: Frame and Stuff Sec. 4: Declaring buttons Sec. 5: Adding buttons Sec. 6: Action Listening Sec. 7:
    Using this for a learning experience Section 1 Now, let's think. What imports do we need? We
    obviously need GUI imports. We also need the action Listener. So, let's declare this at the very
    top: Code: CODE import java.awt.*; import java.awt.event.*; import javax.swing.*; That's
    all we need to get all our supplies. Now to start us off. Skip a couple lines ....
  13. Making The Popular Id Browsing For Your Site.
    (17)
    Was just sitting and being bored but then I realized I could show how to create more or less popular
    ?id=page browsing. It's actually really easy. I know two ways how to do it. First one I learned
    was checking the variable and if it's true including the text/file/anything needed and so on. It
    was ok, but sometimes I just couldn't make it work so I switched to switch() function and
    that's what I'm going to show you guys right now. So, I made a test page which contains the
    code needed and here is its source. CODE <!DOCTYPE HTML PUBLIC ....
  14. Making A Dynamic Page On Blogspot
    Using an external server to make your pages hosted on blogspot dynamic (5)
    Good morning everyone. Have you ever wondered how to allow your visitors to edit content on your
    blog? Like adding a post straight off the page, adding a link, editing your profile etc. This will
    be extremely useful if you want your visitors to contribute to your blog besides writing comments or
    tagging. 1. Adding a post straight off the page. Go to blogger.com, login, select your blog. Go to
    settings -> email. By enabling blog email, you can now add a post by simply sending an email to the
    address you specified. The address should look something like: yourusername....
  15. Making Interactive Cds With Flash
    My second flash tutorial for Beginners (2)
    Im back again with what i think it would be an interesting tutorial for all of you guys who wants to
    take flash out of the web and make really cool interactive CDS. First of all if all of you are
    thinking right now: "this dude is wrong for making interactive cds you have to use macromedia
    Director", well you are right macromedia director it's used to build interactive cds and dvds
    among other things, but you can also make interactive cds with Flash, the thing is: if you want to
    make a simple interactive CD you can totally do it with flash, of course Director brings ....
  16. How To: Make A Simple Php Site
    Making one file show up on all pages using php (21)
    I have looked all over the site and could not find anything that was like this simple, or just like
    this at all.. For some people i know that you are using a basic HTML site...and having a big menu
    if you want to add somthing you have to go into every one of the pages and add or remove or edit
    what you want to do, but with somthing verry simple all you would have to do is edit one file, and
    all of the pages that have the PHP script on them would suddenly change to what that one file is.
    So to start off if you are planning on using this little tirck, the page that you a....
  17. Checking Dns Settings For Website
    DNS Setting, Ping, Whois, Dnsreport etc (2)
    If you have recently purchased a domain and facing problems with the workings, the first thing which
    you should check is the DNS setting. Dns settings determine, how to domain is pointed to the Server
    and How the server is connected to the world (internet). Ensure, the DNS settings are perfect to
    make sure, things work smoothly and people across the globe don't have problems accessing your
    site. The basic check would be : PING Suppose you register your domain (example.com) at
    ComputingHost. You get an IP for your website. In this case, suppose its 64.69.35.170. Yo....
  18. Configuring Dns Settings For Website
    Nameserver, A-Address, DNS configuration (1)
    Most of the people have problems configuring their website. After registering their domain, many get
    confused in configuring their domain (basically the DNS settings). This small tutorial will help you
    get started with DNS settings configuration. A domain can be basically pointed to a server using 2
    main techniques. 1. Nameserver (the most recommended way) 2. A Address (Not recommended)
    Configuring using Nameservers ==================== Login to your domain Control panel provided by
    your DOMAIN NAME PROVIDER / REGISTRAR. Not your webhost. Search for settings like DN....
  19. Introduction To Templating
    Templating your website with PHP (1)
    Pre-note Hello and welcome. if your website doesn't use a templating function, you may have
    noticed it's pretty hard to update your website (layout) unless you dig through many files to
    update the images and such. The solution is templates. If you ever got curious and looked into
    phpBB codes or any other template based forum/CMS, you saw the .tpl files they use. I am not at a
    point where i base everything on .tpl (simply because i havent taken the time to see how it all
    works). But i do can tell you that it's the same principle, template your site using an....
  20. Making And Editing A New Ipb V1.2 Skin
    IPB newbie tutorial #2. (0)
    And I welcome you all, back for IPB tutorial session #2. For this tutorial I once again target you,
    the newbie, and will assist you in the process of customizing your forum. When I first started
    playing around with Invision Power Board, I was unaware of all of its features. In fact, when I did
    learn of these features I had no clue what do to with them. So now, listen up, as I teach you the
    basics of creating and editing a new skin. Let us begin. 1. Log into your AdminCP, on the left
    side expand the Skins and Templates section, and click on Board Wrappers. Then ....
  21. Making Winrar Archives
    and adding password to winrar archives (13)
    **** This tutorial will show you how to put files into .rar Archive and pass worded (if wanted)
    **** What You Will Need Before continuing you will need a couple of thing, first of all you
    need WINRAR , which is a very powerful archive manager. It can reduce size for you email
    attachments, decompress RAR, ZIP and other types of files downloaded from the internet. You can get
    winrar at http://www.rarlabs.com The other thing is that make sure your using Windows XP because
    this is what I used to make this tutorial. I think it works with any other windows not....
  22. Tutorial: Installing D-shoutbox For Ipb V1.2
    Making your installation even easier (12)
    Over the course of the summer I have tried hard to install a shoutbox into a new forum I was
    developing. I went to the Invisionalize forums and found several mods for shoutboxes, but none of
    them seemed to work. I first tried to install the D-Shoutbox, but upon this first try, I was
    unsuccessful. Eventually, after much frustration, and trying other mods, which didn't seem to
    stack up to Dean's features, I was determined to make it work. For some, editing your files (to
    the newbie that is) can be difficult, with everything looking like a foreign language (basi....
  23. Making Shadows Without Images
    (4)
    Im going to show you very simply how to create boxes with Shadows using div tags and css, no images
    needed, meaning fat pageload times! /biggrin.gif' border='0' style='vertical-align:middle'
    alt='biggrin.gif' /> You simple need to create two layers, one behind the other, the one behind
    will have a top and left margin on 20px, the one infront 10px, set teh background colour of the one
    behing darker than teh one infront, you should end up with something like this: Here is th html
    to create this effect: CODE <div id="Layer1" style="position:....
  24. Centered Website With Two Columns
    CSS (12)
    This is upgrade of my first tutorial for Centered website with fixed width. Today I am going to
    present you tutorial for making two columns website with fixed width. My basic tutorial can be found
    here: here. So let's begin: First we will change CSS file, everything stays same if not
    mentioned to change, starting with color of content from basic tutorial, change background to this
    code. This will actually be background of left column and padding will be set to 0, cause it will be
    defined in Left and Right column. New code for Content: CODE #Content{  width&....
  25. Centered Website With Fixed Width
    ...begginers lesson... (2)
    This will be tutorial on how to make a simple website design with fixed width and center position.
    This is actually rather simple tutorial, but hopefully it will help others that are new in world of
    creating websites. Website will also contain header, content area and footer. First we must do
    Wrapper. Wrapper is actually an area of fixed width and will be position into center, so that our
    page doesn't fall apart. CODE body{ width:100%;  margin:0px;  padding:
    0px;  text-align:center; background:#FFFFFF; } This is actually an IE....
  26. Making A Webserver Directory Listing
    Helps you organise your webserver (6)
    I recentely installed IIS with PHP and MySQL on my pc (previous I used UniServer, but that
    doesn't matter here). But I had always to go to http://localhost/websiteiwanted or I had to
    create a shortcut on my desktop for every site so I decided to create an "overviewpage". It shows
    all the websites in your wwwroot with a link to them. If you have folders you don't want to be
    included, you extense the && check (but I'll explain this lateron) Here's the total code:
    CODE <ul> <table cellpadding="3" cellspacing="3" border="....
  27. Secure The Email Addresses On Your Website!
    Wonderful script and useful! And working (10)
    Just follow the instructions below: /* Secure Email Function by Juan Karlo Aquino de
    Guzman Website: http://www.karlo.ph.tc and http://www.abs-cbn.ph.tc E-mail:
    http://www.karlo.ph.tc/send.php Usage: showEmail("support@microsoft.com",0); OR
    showEmail("support@microsoft.com",1); Types: 0 = ordinary random 1 = more secure random To
    include to a script: include_once("email_secure.php"); */ And here is the code :
    CODE <?php /*     Secure Email Function by Juan Karlo Aquino de Guzman     Website:
    http://www.karlo.....
  28. E-mail Mailer Script 0.1
    useful for website visitors (4)
    Are you pissed off when you are putting e-mail in your website, you always get spammers? Well,
    here's the solution. Just change the default variables to anything that you like, etc... follow
    the instructions on the script.. Here it is... hope you like it /smile.gif' border='0'
    style='vertical-align:middle' alt='smile.gif' /> CODE <?php //E-mail Mailer Script 0.1
    by Juan Karlo de Guzman //FOR TRAP17 ONLY... DEMO VERSION... DO NOT DISTRIBUTE
    header("Content-type: text/html; CHARSET=UTF-8");
    $int_rand=mt_rand(1,20); if&#....
  29. [tutorial] Skinning Your Site
    a tutorial on how to skin your website (2)
    For this tutorial you are going to need to know how to use php includes. You are also going to need
    to rename all o your files to a .php extension. In your FTP or Cpanel make a folder in your public
    (main) directory and name it "skins". In the skins folder make another folder named "1". In the
    folder you names skins make a file called cookiecheck.php. Copy the code below and paste it into the
    cookiecheck.php file. $total_skins = 1; $default_skin = 1; if (isset($_REQUEST
    )) { $newskin=(int)$_REQUEST ; if ( ($newskin $t....

    1. Looking for making, website, dos, donts

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for making, website, dos, donts

*MORE FROM TRAP17.COM*
Similar
Making Calculators with PHP - Some basic calculator scripts I made.
How To Make An Ultimate Game List. - If you're making a site on video games or such.
Ftp In Visual Basic 6.0 - Start making your FTP client using VB6
How To Setup A Website After Your Forum
Making A Song In Fruity Loops Part Three - part three precusion
Making A Song In Fruity Loops Part 2 - part 2 the second melody
Creating Navigation For Html Websites - Have a common navigation menu for the whole website!
Css Scroll Bar Styles - Change the color of your website scrollbar!
Creating A Resume - 10 Tips For Making A Resume
Making A One Page Does All Website In Phph
Adding Your Website To Google - How to register with google
Making a java based program
Making The Popular Id Browsing For Your Site.
Making A Dynamic Page On Blogspot - Using an external server to make your pages hosted on blogspot dynamic
Making Interactive Cds With Flash - My second flash tutorial for Beginners
How To: Make A Simple Php Site - Making one file show up on all pages using php
Checking Dns Settings For Website - DNS Setting, Ping, Whois, Dnsreport etc
Configuring Dns Settings For Website - Nameserver, A-Address, DNS configuration
Introduction To Templating - Templating your website with PHP
Making And Editing A New Ipb V1.2 Skin - IPB newbie tutorial #2.
Making Winrar Archives - and adding password to winrar archives
Tutorial: Installing D-shoutbox For Ipb V1.2 - Making your installation even easier
Making Shadows Without Images
Centered Website With Two Columns - CSS
Centered Website With Fixed Width - ...begginers lesson...
Making A Webserver Directory Listing - Helps you organise your webserver
Secure The Email Addresses On Your Website! - Wonderful script and useful! And working
E-mail Mailer Script 0.1 - useful for website visitors
[tutorial] Skinning Your Site - a tutorial on how to skin your website
advertisement



Making A Website - Also Some Dos and Don'ts



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE