Updates On The Website ?

Any problem with HTML can be discussed here.
Post Reply
LeftEyeNine
Posts: 68
Joined: Mon Feb 21, 2005 7:19 pm

Updates On The Website ?

Post by LeftEyeNine »

So the question is: I do not want to deal with solely PHP or something based website. I want to create the graphics put them in n lyers and tables. Briefly the well-known way to a website. However, I will be adding stuff to the website of course, I want some layer that eases the update infotmation of the site. Whenever I add a news, the former ones will slide down automatically, say.

What is the way to do this, anybody can help ?

Sorry I am an experienced PC user but kept so far way from webmastering because of internet access problems in Turkey until recent years.


computeacher
Posts: 23
Joined: Sat Jul 02, 2005 2:38 pm

Post by computeacher »

I am a little confused with what you are saying. You can use HTML/XHTML, to create the webpage's coding. There are some tutorials here: http://www.gimp.org/tutorials/

For the colour schemes and style, use CSS. Tutorials can be found here: http://www.htmlite.com/CSSintro.php

For the graphics themselves, use the free software, GIMP. There are some tutorials here: http://www.gimp.org/tutorials/


James
James
planetpixel
Posts: 253
Joined: Thu Apr 14, 2005 6:37 am

Re: Updates On The Website ?

Post by planetpixel »

LeftEyeNine wrote:So the question is: I do not want to deal with solely PHP or something based website. I want to create the graphics put them in n lyers and tables. Briefly the well-known way to a website. However, I will be adding stuff to the website of course, I want some layer that eases the update infotmation of the site. Whenever I add a news, the former ones will slide down automatically, say.

What is the way to do this, anybody can help ?

Sorry I am an experienced PC user but kept so far way from webmastering because of internet access problems in Turkey until recent years.
i suggest designing your web page in phtoshop. Its so easy to slice it and Iframe it, anybody could do it.
Image

Image
LeftEyeNine
Posts: 68
Joined: Mon Feb 21, 2005 7:19 pm

Post by LeftEyeNine »

Sorry for ignoring my own topic for so long - you know how PCs are, they just let you down where you when there is emergency :D

I wanted to say that :

I will make a layer say 300 * 400 which is in the middle of the page that gives info about updates on the site. And whenever I add something new to the website, I want the older news to automatically slide down while obeying the dimensions of the layer.. Is it a bit more clear ? Please help..
toychoq
Posts: 108
Joined: Fri Apr 15, 2005 9:11 am

Post by toychoq »

updating web site is very difficult for me
sometimes my site looks strange after i update some info in it
pliz help
UNDERCOVER
Posts: 115
Joined: Tue Apr 05, 2005 1:02 pm

Post by UNDERCOVER »

use just php its a lot easyer then addeding other scripts to it aswell
toychoq
Posts: 108
Joined: Fri Apr 15, 2005 9:11 am

Post by toychoq »

using css style sheets
koyut
Posts: 69
Joined: Thu Sep 22, 2005 1:11 am

Post by koyut »

Try finding conten management scripts (CMS's). There are alot out there for free and that could help you easily puclish a site.
Image
ELMOHTARF
Posts: 356
Joined: Mon Aug 29, 2005 9:57 am
Contact:

Post by ELMOHTARF »

i agree with you
koyut wrote:Try finding conten management scripts (CMS's).
:lol: :lol: :D :wink:
With My Best Wishes ::::::: Scorpion :::::::::
kaos_frack
Posts: 504
Joined: Sat May 07, 2005 8:03 am
Contact:

Post by kaos_frack »

user php that loads information (let's say NEWS) from a text file
and when you want to update just change the text file
and your page will be updated automaticly
Post Reply