What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Web Designing

Web Designing
Author: Message:
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
O.P. Web Designing
I am making a new website by using a template which i got online. Its index page (index.html) has a photo on it which says enter. Now when you click it the site opens in a new page but this aint no normal page. It is a page like the one which opens when you open shoutbox. It is a page with no menu's, address bar, status bar etc. and only has the contents. I want the link to be a normal one like if you click it then the page should load in the same page as usual. So what should i do.
Currently i'm using Microsoft Frontpage editor and I do have Macromedia dreamworks. So can you tell me what codes / options do i have to change. If anyone needs it then i can put up that page on my host or i can copy paste its html code.
Also I need to add a counter (Web hit counter, Should check how many times the page has been loaded) and if possible a feedback form (if not then i'll just put a link to my mail address :D)
Also i was browing through the html code and i found this.
code:
    <title>John Anderton's Website</title>
   
<meta NAME="description" CONTENT="Insert Description Here">
<meta NAME="keywords" CONTENT="Insert Keywords Here">
Whats the description and keywords for ?? Are they for the web search clients and if so i should edit them right ? As of now i have just left it alone.
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
02-23-2005 12:21 PM
Profile E-Mail PM Web Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: Web Designing
man seriously, consider learning HTML before tgrying to make a website.

shows us the link code (its porbly some javascript shit to remove the menu's)

and i dont know for meta, i think its for search engines and stuff.
[Image: jeansiger5.jpg]
02-23-2005 12:26 PM
Profile PM Find Quote Report
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
34 / Male / –
Joined: Jun 2004
RE: Web Designing
quote:
Originally posted by John Anderton
I am making a new website by using a template which i got online. Its index page (index.html) has a photo on it which says enter. Now when you click it the site opens in a new page but this aint no normal page. It is a page like the one which opens when you open shoutbox. It is a page with no menu's, address bar, status bar etc. and only has the contents. I want the link to be a normal one like if you click it then the page should load in the same page as usual. So what should i do.

For the image use
code:
<a href="page to open" taget="_blank"><img src="enter image" alt="Enter" /></a>

quote:
Originally posted by John Anderton
Also I need to add a counter (Web hit counter, Should check how many times the page has been loaded) and if possible a feedback form (if not then i'll just put a link to my mail address )

Does you host support cgi (php or perl etc)?
And some host come with premade CGI scripts for things like that.

quote:
Originally posted by John Anderton

Whats the description and keywords for ?? Are they for the web search clients and if so i should edit them right ? As of now i have just left it alone.

Yeh web crawlers read then to get information on the site.
02-23-2005 12:28 PM
Profile PM Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: Web Designing
meta is old most search engines dont use it anymore theres only one in japan that im pretty sure still uses it. meta was killed because people could just put tons of words in that and get there rating high so search engines are "Smart" now and have weird and wonderfull ways of rating your page / indexing it.

for a hit counter on your website talk to me on msn and ill build you a pretty php one :P

This post was edited on 02-23-2005 at 12:31 PM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
02-23-2005 12:28 PM
Profile PM Web Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
O.P. RE: Web Designing
quote:
Originally posted by Ash_
shows us the link code (its porbly some javascript shit to remove the menu's)

Here is is.
code:
<a onclick="homepage=openIT('home.html',800,435,null,null,'homepage');" href="home.html">
<img src="images/enter.gif" width="168" height="116" border="0" alt="Enter"> </a>

Thats the code. This site is only for me and my family so that when I will move out to study to another college I can post a few pics for them and for my college mates :P
Btw in that code stated in the 1st post i put the title so u'd know where that part of the code is. I know that wasnt needed there :dodgy:
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
02-23-2005 12:32 PM
Profile E-Mail PM Web Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: Web Designing
quote:
Originally posted by John Anderton
This site is only for me and my family so that when I will move out to study to another college I can post a few pics for them and for my college mates :P


why not just run a wordpress blog or something they take 5 min to install and you can post pics / write about all the stuff no one wants to know.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
02-23-2005 12:35 PM
Profile PM Web Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: Web Designing
or a little something i like to call emailing?
[Image: jeansiger5.jpg]
02-23-2005 12:36 PM
Profile PM Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
O.P. RE: Web Designing
quote:
Originally posted by Ash_
or a little something i like to call emailing?
I want a website thats why :) I will be the few guyz who do ;)
Newayz since i was a child i wanted one :)

quote:
Originally posted by -dt-

why not just run a wordpress blog or something they take 5 min to install and you can post pics / write about all the stuff no one wants to know.
I am using wordpress as well but i'd like this too so ppl can know me and for the above stated reason :)

quote:
Originally posted by madman66
Does you host support cgi (php or perl etc)?
And some host come with premade CGI scripts for things like that.
Yes it does.

quote:
Originally posted by -dt-
for a hit counter on your website talk to me on msn and ill build you a pretty php one
Ok im signing in now :D
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
02-23-2005 12:50 PM
Profile E-Mail PM Web Find Quote Report
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: Web Designing
Have a look at this site, i recently built my first website with just that as reference (coded it in notepad alike program) ;) Later on i got some help with CSS.

If you want scripts just google for html scripts (counter etc.)

This post was edited on 02-23-2005 at 01:25 PM by Sunshine.
[Image: 25dr3o9]
02-23-2005 01:21 PM
Profile E-Mail PM Web Find Quote Report
Concord Dawn
Veteran Member
*****

Avatar
This is a loopy fruit.

Posts: 1203
Reputation: 16
33 / Male / –
Joined: Feb 2004
RE: Web Designing
Learn HTML dude, or use FrontPage's Show Tags feature.

This post was edited on 02-23-2005 at 01:24 PM by Concord Dawn.
[Image: 7.png]
02-23-2005 01:24 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On