Page 1 of 1
Updates On The Website ?
Posted: Fri Jul 01, 2005 8:25 pm
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.
Posted: Sat Jul 02, 2005 3:17 pm
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
Re: Updates On The Website ?
Posted: Sat Jul 02, 2005 5:12 pm
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.
Posted: Fri Jul 15, 2005 10:18 pm
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
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..
Posted: Fri Aug 26, 2005 7:08 am
by toychoq
updating web site is very difficult for me
sometimes my site looks strange after i update some info in it
pliz help
Posted: Sun Aug 28, 2005 7:09 am
by UNDERCOVER
use just php its a lot easyer then addeding other scripts to it aswell
Posted: Tue Oct 18, 2005 6:52 pm
by toychoq
using css style sheets
Posted: Tue Oct 18, 2005 7:01 pm
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.
Posted: Mon Nov 14, 2005 6:16 pm
by ELMOHTARF
i agree with you
koyut wrote:Try finding conten management scripts (CMS's).
:lol: :lol:
Posted: Fri Feb 24, 2006 12:28 pm
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