(Keencode= ***blah blah blah*** because I couldn't remember what it's really called.)
Anyway, is it possible to create a site that's frame-based and still have working Keencode? I tried doing this...the results of uploading were disastrous.
Thanks!
Frames & Keencode [solved]
- Ripnormality
- Regular Poster
- Posts: 80
- Joined: Sun Jun 04, 2006 6:57 pm
- Contact:
- Dr Neo Lao
- Cartoon Hero
- Posts: 2397
- Joined: Wed Oct 18, 2006 5:21 am
- Location: Australia
Yes it's possible, but it can be really tricky.
http://londonunderground.comicgenesis.com/ is the only CG comic that I know of that does this. For the most part, it works. The biggest 'problem' can be seen by doing this:
http://londonunderground.comicgenesis.com/ is the only CG comic that I know of that does this. For the most part, it works. The biggest 'problem' can be seen by doing this:
- Go to the comic.
- Click on 'previous comic'.
- On the previous comic, click 'next' or 'today'.
- Ripnormality
- Regular Poster
- Posts: 80
- Joined: Sun Jun 04, 2006 6:57 pm
- Contact:
- Dr Neo Lao
- Cartoon Hero
- Posts: 2397
- Joined: Wed Oct 18, 2006 5:21 am
- Location: Australia
So long as you put the pages into workspace rather than public_html then the files *should* get processed by the server.
Frames are a fairly old system, and I've yet to see them do something that you can't do with div's. But I'm biased against them (frames).
I suppose that it depends on what it is that you are trying to do. If you elaborate on your idea, I could have a look at it and let you know your chances or if the idea needs tweaking...
Frames are a fairly old system, and I've yet to see them do something that you can't do with div's. But I'm biased against them (frames).
I suppose that it depends on what it is that you are trying to do. If you elaborate on your idea, I could have a look at it and let you know your chances or if the idea needs tweaking...
- Ripnormality
- Regular Poster
- Posts: 80
- Joined: Sun Jun 04, 2006 6:57 pm
- Contact:
*Should*...on taking a closer look at how the updating works, I noticed that the frames were getting moved into /public_html/workspace--which correcting the paths in index.html fixed, but unfortunately the frames themselves didn't have the transition from Keencode to actual html. Weird...is it partially a problem with having the mainFrame as its own page?
Note: I'm really not that good at coding. I use Dreamweaver and tweak stuff. :/
Note: I'm really not that good at coding. I use Dreamweaver and tweak stuff. :/
- Dr Neo Lao
- Cartoon Hero
- Posts: 2397
- Joined: Wed Oct 18, 2006 5:21 am
- Location: Australia
Is http://ripnormality.comicgenesis.com your comic?
If that's the case, you're not actually using frames, you're using flash and embedding an object for the menu. In this case, you won't have any of the problems that londonunderground does.
If you put your pages into workspace/webpages then the server will process them and they'll land in the public_html side.
None of which holds true if you are talking about a different comic...
If that's the case, you're not actually using frames, you're using flash and embedding an object for the menu. In this case, you won't have any of the problems that londonunderground does.
If you put your pages into workspace/webpages then the server will process them and they'll land in the public_html side.
None of which holds true if you are talking about a different comic...
- Ripnormality
- Regular Poster
- Posts: 80
- Joined: Sun Jun 04, 2006 6:57 pm
- Contact:
