Easy Site Editing - Part 1

Easy Site Editing - Part 1

Postby Mace Z4 » Sat Jul 07, 2007 3:16 pm

Right then, for those of you who make web site/pages with lots of images on, I take it that you use one computer for all of it right?

Ok then so what happens if you're away from home (and you don't have a laptop) to edit your pages while you're away?
A friend or work place says that you can access the page from their computer, but you don't want to fill up their hard drive with all your images...

Here's what I suggest you do, when you put an image on the page, use the full path address for the image, no matter how small or large it is.

For example, if you're using something like Dreamweaver to create your pages you'll have a root tree at the side of your screen showing you all the pages in your site, and if your organized enough you'll have an images folder with all your site images in.

The way that Dreamweaver will take your images from this folder and place them on the site is to link them like this...
Code: Select all
/images/image.png

This is fine as long as you are editing your site from the same computer all the time...

What I suggest is that you put the whole path name in the image field like this...
Code: Select all
http://www.mysite.com/images/image.png

This way when you take the page that you're editing you don't really need to take the whole images folder with you too.

You can make whatever edit you need to and then when you go to preview the page you've just edited the page will draw the images from your host rather than the hard drive.

Saves space and time with the up and downloads!

This also means that once you have all your images uploaded to your host you don't need to keep them on your hard drive all the time, they are on the web ready for you to use!

----------------------------
Just remember you need an Internet connection that is always on for this to work properly!
Image
Mace Z4
Flash Developer
Flash Developer
 
Posts: 727
Joined: Sat Jun 02, 2007 12:01 pm
Location: Everywhere...!
weapons_of_choice: Photoshop CS4 | Photoshop CS2 | Flash CS4 | Dreamweaver CS4 | Paint Shop Pro X2

Re: Easy Site Editing - Part 1

Postby Dax » Sat Jul 07, 2007 8:04 pm

I don't do a lot of web design, but that does make sense so you can edit where ever you are!
I guess all you need is something to up and download the pages you're going to edit, and the program to edit them with..!
Image
Thanks Mace Z4 for my new sig!
Dax
SGFX-Groupie
SGFX-Groupie
 
Posts: 34
Joined: Thu Jun 28, 2007 2:00 pm

Re: Easy Site Editing - Part 1

Postby Mace Z4 » Sat Jul 07, 2007 8:07 pm

Yah an FTP would be handy, but if you're making a small change then you can always go into the page code and edit it by hand like I do...

But then again, I've always got my laptop with me and I have all my FTP and design programs on there... :tease:
Image
Mace Z4
Flash Developer
Flash Developer
 
Posts: 727
Joined: Sat Jun 02, 2007 12:01 pm
Location: Everywhere...!
weapons_of_choice: Photoshop CS4 | Photoshop CS2 | Flash CS4 | Dreamweaver CS4 | Paint Shop Pro X2

Re: Easy Site Editing - Part 1

Postby Joker » Sat Jul 07, 2007 9:00 pm

I so need a laptop...lol

but this tut is very handy as there are times I've wanted to work on the pages while at someone elses house
SiriusGrafix Webmaster/Forum Designer
Image
Image
User avatar
Joker
Photoshop User
Photoshop User
 
Posts: 557
Joined: Sat Jun 02, 2007 5:37 am
Location: St.louis, Mo.
weapons_of_choice: Photoshop CS4 Extended (Lightroom addon)
Dreamweaver CS4
Poser 7

Re: Easy Site Editing - Part 1

Postby Mace Z4 » Sun Jul 08, 2007 10:58 am

I'm so turning into a Drifter with my job!

Laptop, iPod, living out of a suitcase, driving in a van...
Image
Mace Z4
Flash Developer
Flash Developer
 
Posts: 727
Joined: Sat Jun 02, 2007 12:01 pm
Location: Everywhere...!
weapons_of_choice: Photoshop CS4 | Photoshop CS2 | Flash CS4 | Dreamweaver CS4 | Paint Shop Pro X2

Re: Easy Site Editing - Part 1

Postby iPodRx » Sun Jul 08, 2007 2:01 pm

You could always code php so that you can edit your pages right on the site.
Wordpress is a good example of what I'm talking about.
My Latest Artwork

Image
Image
User avatar
iPodRx
SGFX-Fan-Addict
SGFX-Fan-Addict
 
Posts: 127
Joined: Sat Jun 02, 2007 7:07 pm
Location: Ohio

Re: Easy Site Editing - Part 1

Postby Mace Z4 » Sun Jul 08, 2007 2:49 pm

True, but I've found that there's a lot of people who won't actually touch php for one reason or another...
Image
Mace Z4
Flash Developer
Flash Developer
 
Posts: 727
Joined: Sat Jun 02, 2007 12:01 pm
Location: Everywhere...!
weapons_of_choice: Photoshop CS4 | Photoshop CS2 | Flash CS4 | Dreamweaver CS4 | Paint Shop Pro X2

Re: Easy Site Editing - Part 1

Postby Augur » Sun Jul 08, 2007 9:53 pm

acutally relative paths work fine in DW (i.e. /images/<insertimagefilename>) as long as you have the site configured. Without the site loaded and creating a page on the fly is where you'll run into problems or even right click/editing.

Also if you move or rename any files linked, obviously you'll have to update the page and resave it. The broken links search works wonders ;o)

Also, CMS (Content Management Systems), or the like, imbedded into any flavor of a php distro often lacks understandable documentation; it also requires one to primarily have admin access or have set permissions for who all is allowed to do what to be of any benefit. Given the complexity of PHP code itself compared to HTML, making an observation to "code php so that you can edit your pages right on the site..." is something that I would neither allow or suggest, primarily because 99% of all web-based editors aren't worth the time installing and configuring to work properly, not to mention the potential for misuse. Wordpress for all intents and purposes is some-what similar in function to DW, in that you can edit pages, but it's also limited in overal functional capability compared to DW because it's a blogger's tool. While being relegating it to an "ease of use" question, I'd rather have something with more options (CMS) than something that lacks features, and a bitch to configure than a wannabe any day.
Image
"Save me from this wasting, pull me from this wreckage" "I'm Hexed!"
Image
User avatar
Augur
Poser User
Poser User
 
Posts: 199
Joined: Sat Jun 02, 2007 5:10 pm
Location: Austin, TX

Re: Easy Site Editing - Part 1

Postby iPodRx » Wed Jul 11, 2007 5:12 pm

Wordpress was just an example of what I'm talking about. I'm sure I could get my friend to write some PHP so that you can do what you need on a website.
My Latest Artwork

Image
Image
User avatar
iPodRx
SGFX-Fan-Addict
SGFX-Fan-Addict
 
Posts: 127
Joined: Sat Jun 02, 2007 7:07 pm
Location: Ohio


Return to Web Design

Who is online

Users browsing this forum: No registered users and 1 guest

cron