Cheers slum, nice of you to offer. Vito - its ASP for my college project - the tutor liked that. If we can make it PHP and do the same thing then I'll do that; I have the ASP version so I can show my tutor that - it just means finding the PHP script. As long as it still exists I aren't fussed. The ASP script currently…
Does this really require a special hosting situation with ASP? Isn't it just directories of photos which happen to be headshots? Couldn't Polycount host it as a resource and just throw a generic PHP thumbnailing script on there?
The beast that I am - I have managed to convert it to PHP I must admit, PHP seems the better of the two. For instance, the code to read an external txt file (as used on the actual main body text). ASP: <font class="small">Code:</font><hr /><pre> <% Set fs=Server.CreateObject("Scripting.FileSystemObject") Set…
I rock! All working and updated to ASP. Now uses an external CSS file and a txt file to update the 'news'! It is also FULLY compliant with the w3c HTML 4.01. And the code if anyone else wants to put it on their site: This is for a REALLY simple update feature. Simply reads 'update.txt' (accepts all the HTML code). <font…
Haha Arsh. Update! Got the ASP displaying thumbnails and linking them! Its currently using a txt file then reads it for the files it needs. This works but at the moment its making a thumbnail and linking to the actual text file itself, any work arounds, heres the code: <font class="small">Code:</font><hr /><pre> <% dim…