trex1t
06-16-2009, 05:42 PM
This is my first post so I will also introduce myself. My name is Jon and I am trying to build a personal site, mainly with how-to's of some things I have done. Really just something to mess around with as I wouldn't mind getting more into web development.
I have a good book on html/css design and have done some tutorials. However, my biggest problem is with image linking / storage. I want to have A LOT of pictures since they are great for how to's.
So on my webserver, I want to have a seperate pics/ directory and within that, maybe howtos/ then maybe /watergarden and /oilchange. I may also have a /howtohtml folder with all the actual page code and text I will have.
I know there are a few ways to do this, but there is always a best way :thumbsup:
I read about how you can go back directories by using /../ but that seems childish. Couldn't I just do something like <img src="/pics/howtos/watergarden/hose.jpg"> , something at the beginning that will tell it to start at root?
Another way I thought about doing it, which if it is just as efficient, I would like to use. Possibly adding some kind of gallery tool to my server, and gallerizing all the images, then simply do <img src="http://www.mysite.com/gallery/howtos/watergarden/hose.jpg">.
Thanks guys
I have a good book on html/css design and have done some tutorials. However, my biggest problem is with image linking / storage. I want to have A LOT of pictures since they are great for how to's.
So on my webserver, I want to have a seperate pics/ directory and within that, maybe howtos/ then maybe /watergarden and /oilchange. I may also have a /howtohtml folder with all the actual page code and text I will have.
I know there are a few ways to do this, but there is always a best way :thumbsup:
I read about how you can go back directories by using /../ but that seems childish. Couldn't I just do something like <img src="/pics/howtos/watergarden/hose.jpg"> , something at the beginning that will tell it to start at root?
Another way I thought about doing it, which if it is just as efficient, I would like to use. Possibly adding some kind of gallery tool to my server, and gallerizing all the images, then simply do <img src="http://www.mysite.com/gallery/howtos/watergarden/hose.jpg">.
Thanks guys