Mathew,

Thank you also for your Input. Something you wrote below also brought up
a comment I wanted to make earlier. 

In the past, I created a basic website to show off some of my own stuff
- 3D renderings as well as some of my VR work and some of the classes I
taught. However, at that point in time - I had based my website around
having a Frame - and within that frame I would have it display the
various webpages. While my menu was in a separate frame on the left
side. 

But - I have heard in the past that this idea of Frames is a BAD idea -
in regards to Google. IT was claimed that Google cant properly scan your
website to include in its Index if you use Frames. 

Is this still true???

Now - to respond to what you wrote below. I'm not sure about something.
Are you saying that EVERY webpage is generated this way? That every
webpage is this main top image, and the menu, then the main content,
then the webpage footer? Such that EVERY webpage has the same top, menu
& bottom content? Because, I just figured that it would make it slow to
re-draw webpages - since you are redrawing ALL of the webpage each time
instead of just the updated main content on each webpage! 

Does my question make sense?

Thanks again,
-K-

-----Original Message-----
From: [email protected] [mailto:[email protected]]
On Behalf Of Jarvis, Matthew
Sent: Monday, January 17, 2011 2:05 PM
To: [email protected]
Subject: RE: VFP and Webpages...

> -----Original Message-----
> From: [email protected]
[mailto:[email protected]]
> On Behalf Of Kurt Wendt
> Sent: Monday, January 17, 2011 9:31 AM
> To: [email protected]
> Subject: VFP and Webpages...
<snipped>
> 
> Does anyone have advice for me - in regards to generating HTML
webpages
> from within VFP? I've never worked w/ASP either - but, maybe that is
> something else I should look into. However, I want to do this as
Simply
> as possible. I want to downgrade the website ASAP - including moving
the
> Domain - so that's why I am looking for something simple - and hoping
> not to have a steep learning curve to try to implement this change in
my
> Gallery!
>

I've done this before... basically this is what I did:

Look at your current website or what you desire to have i.e. the overall
design of a Top of Page, Footer, Menus etc. Build a module for each.

Design a framwork with which to build each content page. You will need
to handle the "Item 10 of 25" problem i.e. pagenation...  not hard -
just tedious to stay on top of.

VFP spits out HTML code just fine - to the Fox it's just all text
anyways...

When you 'push the button' your program just does something like this:

do Main_Page_Top
do Main_Page_Menu

do Page_Surreal
do Page_Geometry
etc... 

do Main_Page_Footer

I did an entire inventory control system this way...

The FTP upload isn't a big deal either.... you might want to have your
code check the existing site contents so you don't waste time/bandwidth
uploading the same images over and over...

My $.02
Thanks, 
Matthew Jarvis || Business Systems Analyst

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/289ea162f5642645b5cf64d624c66a1409df1...@us-ny-mail-002.waitex.net
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to