BenoitRen wrote:Is that the 2xSAI filter?
Nope. The screenshots are taken with scale2x filter applied, then using ImageMagick. I don't remember the command line for that, but I remember first resizing to 400% the added some noice then resized back to 50%. I also specified the filter for resizing but I cannot remember it. Shots are saved as 8-bit png to save space. I can post the precise command line later.
BenoitRen wrote:Since you're showing some pages, I'm going to comment on the code. :D
- Code: Select all
/* Let's have cooler scrollbars */
No. Coloured scroll bars are non-standard. Please spare my Error Console!
There's also no need to use '98-style HTML comments around your style and script elements' content.
Urgh, the page uses a table-based lay-out, complete with deprecated HTML style that should be done using CSS. DO NOT WANT!
Yes. Most of the code is as old as time itself. :D Reason for that is that I want those pages to work with older browsers too. Mobile phone browsers too.
I've noticed that table-based layout works better.
The comments are there until first final/working/stable version. Those comments are there for all the testers who want to look at the source code.
The scrollbar colouring will be removed. It's there because I was wondering why it doesn't actually work. Because it is just copy-pasted from my other work where it does work. So it is basically just a "side thing". Pay no attention to it.
I plan not to use CSS. I just want to build a html skeleton where user can have his/her own CSS stylesheet.
And can you list the deprecated html styles? I'm bit outdated in html knowledge. ;E I still want my script to produce valid (loose) syntax.
BTW. Did you looked at the Javascript code? :D That's even more horrible than the html. Lots of "performance loss" code.
Anyway the basic idea for this little script came from my idea to have STATIC html pages for image galleries. Static because I want to burn my images to CD with the gallery. Also static html does not load the server much. ;)
Reducing server load and keeping browser compability are the top priorities.
Since this is bash script it can only be run on UNIX (like) system. But I'm planning to make Python or Perl version.
Thanks. :) I'll give him the link next time I get home again. :)
Suprisingly there are only few
errors.