Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Are there any quark experts out there?

 
   Web Hosting Problem Solving Community! (Home) -> Webmaster RSS
Related Topics:
Using Quark Xpress for web design - Hello I am using Quark for web design, because the person who would be for it, already has some Quark magazine My feelings are that it would be helpful to learn how to use one product and I've noticed that..

Quark Xpress 5.0 colour problem - Hi I am using Quark on Mac OS/9 to generate HTML and I am when creating boxes with colours, whereby a .GIF file is created which has a dithering effect. I'm using web-safe colours but when viewed in a browser, either..

SE ranking - any experts in here? - One of my sites is getting a low SE ranking, any _experts_ in here care to comment - or point me to a good forum? I run two gaming sites, they are both very similar, just for different but equally popular games. They are both

Any experts on IE's controls around here? - I've somehow managed to swap the positions of the Quick Launch (the bit on the left of the Task bar) and the running programs (the bit in the middle of the Task bar, not the icons area). I've clicked this mouse till..

Any SQL experts here? - Quick SQL question: Table A contains articles Table B contains images that belong to articles Inserting a new record (article) into table A, which has an primary key. Several entries also need to be made in table B, the images..
Author Message
simon

External


Since: Dec 03, 2003
Posts: 5



(Msg. 1) Posted: Thu Dec 04, 2003 12:16 am
Post subject: Are there any quark experts out there?
Archived from groups: alt>www>webmaster (more info?)

Hi All.

I have been asked by a publishing company to improve the method by which
they update their website.

Basically, at the moment, they use a manual method of data entry via an
admin interface and upload images via FTP.

They currently use Quark for publishing purposes, [as I would expect] and
may be able to export this information into an XML file.

My question is has 2 aspects.

Firstly, can a batch process be run on Quark to export a whole directory of
files to a single XML file. This would be good, as I can then 'scrape' this
information into a database when an update script is run. Thus removing the
need for manual data entry.

Secondly. If the above is possible, the images then need to be handled. Is
there any method of taking pre-named images and either uploading them to a
directory when this script is initiated, or taking the images and loading
them into the database as BLOB's.

The server specifications have yet to be determined as I am coming in on
this project quite late on.

Any language/database can be used. I can write in .asp , .php & .jsp
(access, mysql & mssql db's) but have never undertaken a project with these
requirements. Sad

If the above method seems a long or complicated or almost impossible task,
does anyone have any suggestions?

I am also considering 'page milling' for their site, but this will require
additional hardware and dev time on my part.

I hope someone can help.

Si

PS, if anyone knows a good freelance graphic designer for site mock-ups,
that would be good. I'm not very good with Photoshop/Fireworks

If you want to reply, you will have to take off MY PANTS

 >> Stay informed about: Are there any quark experts out there? 
Back to top
Login to vote
sp_bhuisman

External


Since: Jun 27, 2003
Posts: 571



(Msg. 2) Posted: Thu Dec 04, 2003 12:16 am
Post subject: Re: Are there any quark experts out there? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 3 Dec 2003 21:16:25 -0000, Simon <simon.TakeThisOut@YOUR-PANTSnetforma.com>
wrote:

 > Hi All.
 >
 > I have been asked by a publishing company to improve the method by which
 > they update their website.
 >
 > Basically, at the moment, they use a manual method of data entry via an
<font color=purple> > admin interface and upload images via <a style='text-decoration: underline;' href="http://FTP.</font" target="_blank">FTP.</font</a>>
 >
 > They currently use Quark for publishing purposes, [as I would expect] and
 > may be able to export this information into an XML file.

I don't know the latest version, but where I work we use version 5.0 and
it has no XML export capabilities :/ You can save in a grand total of 4
file formats: .qxd, .qxt, .eps, and .pdf. Other than that, perhaps there
are plugins you can install.

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollory that nothing is ridiculous.
- <a style='text-decoration: underline;' href="http://www.greywyvern.com" target="_blank">http://www.greywyvern.com</a> - Orca RingMaker: PHP web ring creation and
management<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Are there any quark experts out there? 
Back to top
Login to vote
spam3

External


Since: Jul 01, 2003
Posts: 411



(Msg. 3) Posted: Thu Dec 04, 2003 12:50 am
Post subject: Re: Are there any quark experts out there? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Simon wrote:

 > Basically, at the moment, they use a manual method of data entry via an
<font color=purple> > admin interface and upload images via <a style='text-decoration: underline;' href="http://FTP.</font" target="_blank">FTP.</font</a>>
 >
 > They currently use Quark for publishing purposes, [as I would expect] and
 > may be able to export this information into an XML file.

Before you go down this road, make sure they have that ability. Version
5 has an XML IMPORT function, but not an export function. At least not
without the proper Xtensions installed.

Here's a couple links for you:
<a style='text-decoration: underline;' href="http://www.quark.com/products/xpress/xtensions/xtnews_detail.jsp?idx=339" target="_blank">http://www.quark.com/products/xpress/xtensions/xtnews_detail.jsp?idx=339</a>

<a style='text-decoration: underline;' href="http://www.attd.com/xml/products.html" target="_blank">http://www.attd.com/xml/products.html</a>

<a style='text-decoration: underline;' href="http://www.seyboldreports.com/TSR/free/0101/html/news-xml.html" target="_blank">http://www.seyboldreports.com/TSR/free/0101/html/news-xml.html</a>

There are also some database Xtensions for Quark as well, but all the
ones I've seen go from the database to quark.

 > Secondly. If the above is possible, the images then need to be handled. Is
 > there any method of taking pre-named images and either uploading them to a
 > directory when this script is initiated, or taking the images and loading
 > them into the database as BLOB's.

You'll need to be pretty careful with this one. If the images used in
quark are for publishing, they are likely going to be CMYK and 300dpi or
more. If this is the case, you'll need to run a utility on them to make
them 72dpi RGB web images. Something like ImageMajick may work for this.

 > If the above method seems a long or complicated or almost impossible task,
 > does anyone have any suggestions?

I have attempted a few different ways of this method, all of which have
failed miserably. However, I have not yet tried using PDFs or the
PostScript files that Quark can generate...

HTH

--
Justin Koivisto - spam RemoveThis @koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Are there any quark experts out there? 
Back to top
Login to vote
simon

External


Since: Dec 03, 2003
Posts: 5



(Msg. 4) Posted: Thu Dec 04, 2003 1:13 am
Post subject: Re: Are there any quark experts out there? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

GreyWyvern wrote

 > I don't know the latest version, but where I work we use version 5.0 and

I should have asked what version they where using, hmmm

 > it has no XML export capabilities :/ You can save in a grand total of 4
 > file formats: .qxd, .qxt, .eps, and .pdf. Other than that, perhaps there
 > are plugins you can install.

It was mentioned that XML export was only possible via a plugin though.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Are there any quark experts out there? 
Back to top
Login to vote
simon

External


Since: Dec 03, 2003
Posts: 5



(Msg. 5) Posted: Thu Dec 04, 2003 1:26 am
Post subject: Re: Are there any quark experts out there? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Justin Koivisto wrote:

 > Before you go down this road, make sure they have that ability. Version
 > 5 has an XML IMPORT function, but not an export function. At least not
 > without the proper Xtensions installed.
 >
 > Here's a couple links for you:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.quark.com/products/xpress/xtensions/xtnews_detail.jsp?idx=339</font" target="_blank">http://www.quark.com/products/xpress/xtensions/xtnews_detail.jsp?idx=3...lt;/fon</a>>
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.attd.com/xml/products.html</font" target="_blank">http://www.attd.com/xml/products.html</font</a>>
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.seyboldreports.com/TSR/free/0101/html/news-xml.html</font" target="_blank">http://www.seyboldreports.com/TSR/free/0101/html/news-xml.html</font</a>>

Thanks for the links, they look promising.
Quite a bit to take in at this time of night. I will digest tomorrow I
think.

  > > Secondly. If the above is possible, the images then need to be handled.
Is
  > > there any method of taking pre-named images and either uploading them to
a
  > > directory when this script is initiated, or taking the images and
loading
  > > them into the database as BLOB's.
 >
 > You'll need to be pretty careful with this one. If the images used in
 > quark are for publishing, they are likely going to be CMYK and 300dpi or
 > more. If this is the case, you'll need to run a utility on them to make
 > them 72dpi RGB web images. Something like ImageMajick may work for this.

The webmaster is actually a graphic designer. If this goes further, he will
be able to at least run a batch process before any upload occurs. (I hope!)
Good point though. Thanks.

 > I have attempted a few different ways of this method, all of which have
 > failed miserably. However, I have not yet tried using PDFs or the
 > PostScript files that Quark can generate...

Sad

 > HTH

Smile<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Are there any quark experts out there? 
Back to top
Login to vote
who

External


Since: Apr 29, 2004
Posts: 1010



(Msg. 6) Posted: Thu Dec 04, 2003 6:00 pm
Post subject: Re: Are there any quark experts out there? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"GreyWyvern" <SP_bhuisman DeleteThis @greywyvern.com_AM> wrote in message
news:oprzmiyknrv0in9v@news.nas.net...
 > On Wed, 3 Dec 2003 21:16:25 -0000, Simon <simon DeleteThis @YOUR-PANTSnetforma.com>
 > wrote:
 >
  > > Hi All.
  > >
  > > I have been asked by a publishing company to improve the method by which
  > > they update their website.
  > >
  > > Basically, at the moment, they use a manual method of data entry via an
<font color=green>  > > admin interface and upload images via <a style='text-decoration: underline;' href="http://FTP.</font" target="_blank">FTP.</font</a>>
  > >
  > > They currently use Quark for publishing purposes, [as I would expect]
and
  > > may be able to export this information into an XML file.
 >
 > I don't know the latest version, but where I work we use version 5.0 and
 > it has no XML export capabilities :/ You can save in a grand total of 4
 > file formats: .qxd, .qxt, .eps, and .pdf. Other than that, perhaps there
 > are plugins you can install.
 >
If it will export to eps the Op could use star office to import and from
there into any number of data-base and / or convert it to xml<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Are there any quark experts out there? 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]