Page 4 of 5
Posted: 2002-11-03 04:34:22
by Twink
yeah I could port it to perl, php, asp etc but then you might as well just use SQL also, which makes for a totally different template really. Although I guess you do get cgi-bins without access to sql servers, still it would be better to write the whole thing again rather then convert. Also reason I made this was so that you didn't need a fancy account and you could run it locally too. There is probably some way I could speed it up, when I've finished exams I might look into what is slowing it down the most and figure a better way of doing things.
Posted: 2002-11-07 06:41:00
by Twink
Well version 0.8 is well on the way, I thought I might post some pics of it in mozilla. (Note the colours have been reduced to save space)
Pic 1
Pic 1 shows the new Orange style, using layout3.xml. It also shows the new ability to change layouts in the option menu
Pic 2
Pic 2 looks fairly much like the old versions (light style using Layout1.xml), but you may notice the separation between Title Letters and Countries.
Pic 3
Pic 3 uses layout2.xml in the Dark style (which did come with earlier versions, just not many people seemed to realise). It's sorted by Rating, which is indicated by a little arrow in the Rating Column.
Well that's it from me. I still have a few things to fix/add before version 0.8 is done, I've been asked alot about why there is text after the table and sometimes why pictures don't show up, try running the script
here
Posted: 2002-11-07 08:22:27
by antp
I think that for so complicated template, a XML (for the data) + XSL (for the formatting) solution may be nice... Since the program can store the catalog in a XML file...
But I do not really now what's possible to do with that.
Posted: 2002-11-07 22:57:14
by Twink
yeah I've been meaning to get around to learning bout XSL, it's likely to be alot nicer then my layout things. guess I'll have a look later.
Posted: 2002-11-10 21:17:30
by anton
Hey Twink ....
I have a little problem with ur template, when I do a search, it wants a full movie name ...
so , for example if I want to find a movie 'Trainspotting' and I search for 'train' , it doesn' give me anything ... if I search for 'trainspotting' ... it returns me the trainspotting ...
so ... is there any way to make a search to search a partial name .. ?
thx
Posted: 2002-11-11 00:07:05
by Twink
it does for some movies and not for others, it's really weird,
dog finds
* cats and dogs
* dogtown
but not dogma.
I will look into it
*added: that's weird if I search for train it works for me
XSLT
Posted: 2002-11-11 01:17:03
by Willspo
Since you were talking about XML and XSL you might be interested in my new template (XSLT).
It consists of four main files + images:
- index.html (main page)
data/movies.xml (xml data for movies)
transform.xml (XSL transform xml -> html)
style_default.css
images/*.png (star images)
Features: sorting, filtering, search and two different views (and soon play for non web version). The download size should be about 158 KB for > 120 movies.
It's strictly IE 6 and requires the latest XML Parser from microsoft:
http://www.microsoft.com/downloads/rele ... &ordinal=2
(this is because all transformations are done on the client side html-file)
You can find the src file here:
http://www.tegenaria.com/movieDB/xslt_template.rar
When u have downloaded the src file, unrar it and export your movieDB as html.
Choose data/movies.xml as template and save as data/movies.xml. (might want to backup original movies.xml first)
I read in your (antp) post that you could save the db as xml right from the program (with save as) but that was actually to late
/w
Screenshot
Posted: 2002-11-11 01:26:09
by Willspo
(bad gif)
/w
Posted: 2002-11-11 02:10:21
by Twink
wow, that looks amazing
Posted: 2002-11-11 09:13:06
by antp
looks really nice
It would be great if you could adjust it to work with saved XML files
Posted: 2002-11-11 11:11:58
by Guest
I know! I realized that you could save as XML first after i finnished the template and was about to post it.
/w
Posted: 2002-11-14 12:57:10
by craZy C
Willspo, i love the work.........But i just cant get the thing to work....any chance an idiot proof step by step????
Posted: 2002-11-14 18:11:37
by Twink
how about putting it in a new thread. doesn't really make sense putting it in mine. Also people may not see it.
Posted: 2002-11-14 22:02:11
by craZy C
My apologies Twink......was a hectic day and ddint actually read through thread..............
Posted: 2002-11-23 13:48:56
by Marginal
I've just discovered this script today and I've directly tried to use it.
It's really well done and very clear.
Thank you very much !
Posted: 2002-11-28 16:21:57
by anton
Hello Twink,
I was just thinking over ur template, and thought, could you make also a page for individual movies ....
I mean, like when I click on the cell of the movie, it doesn't show details under that cell, but opens up the new window ....
that way I could reduce veeery much my file sizes, and it would be much better for me
thx
Posted: 2002-11-29 06:43:43
by Twink
yes that would cut sizes down quite alot. However I have already seperated the database into xml leaving the html smaller (although the xml is still quite large so it doesn't fix the problem) I've been way too busy lately to do any work on the template, which is a real pity, but that's life
Posted: 2002-12-01 03:30:29
by anton
Twink: to view html, user still needs to download a whole xml at once ?
Posted: 2002-12-02 05:49:52
by Twink
anton wrote:Twink: to view html, user still needs to download a whole xml at once ?
yeah that's the problem.
Posted: 2002-12-09 12:17:41
by Kaizen
Twink, could you write information about new version, changelog, “to do”, known bugs etc. in first post (by editing it) plizzzz? Now it is very easy to miss something important in such many posts.
See for example emule forum at
http://207.44.196.43/en/viewtopic.php?t ... 1e96a490ac
Best regards,
Kaizen