topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 2:57 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Help finding a program.  (Read 3629 times)

Earthcoder

  • Participant
  • Joined in 2007
  • *
  • Posts: 48
    • View Profile
    • Donate to Member
Help finding a program.
« on: April 16, 2007, 10:38 AM »
for the last month or so i been looking for a program, and downloaded so many programs and none of them has been what i wanted.

what i need and why.

A webpage making software, that you can use to make a 1 page site, with some txt at the top and then say 5 images below it, Then able to publish to the web in a seperate folder, then in the soruce code all the img html lines are full url's not
<img src="boat.gif" alt="Big Boat">
should be
<img src="http://www.website.com/folder1/boat.gif" alt="Big Boat">
That way i could be able to copy the source code and paste into turbo lister for ebay.

Ive tested alot of ebay programs, and only one i found that does this is spoonfeeder but its to hard for my dad to use.

At the moment, He scans photos in, Uploads via ftp to my host, then opens NVU and types out desc, then alt tab to website where all photos are then right click copy location then paste into nvu.. its a progress that takes ages, has anyone seen webpage maker that would publish true paths to the net.. would solve alot of work. he uploads around 10 ebay items aday, and mum does ebay too so 20 between them. its there job and works well, but slow, maybe they could do 15 each if there was such a program

Ive asked of NVU sites and other sites, but never get a good answer, and as this forum is my sorta forum full of app people im sure you may have come accross such a program
« Last Edit: April 16, 2007, 10:41 AM by Earthcoder »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Help finding a program.
« Reply #1 on: April 16, 2007, 10:51 AM »
another option would be to let your parents make the pages however they want and just use a simple find+replace script that you could run which would replace
<img src="
with
<img src="http://www.website.com/folder1/
that seems to me like it might be easiest and maybe best solution.

sri

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 689
    • View Profile
    • Sridhar Katakam
    • Read more about this member.
    • Donate to Member
Re: Help finding a program.
« Reply #2 on: April 16, 2007, 11:29 AM »
another option would be to let your parents make the pages however they want and just use a simple find+replace script that you could run which would replace
<img src="
with
<img src="http://www.website.com/folder1/
that seems to me like it might be easiest and maybe best solution.

Like http://www.orbit.org/replace/
<a href="https://sridharkatakam.com">My blog</a>