20/03/2015 @ 10:17:02: antp: New features
Weird... I don't know if it is due to the 64-bit version, but I don't have noticed that problem here
20/03/2015 @ 16:51:17: ElSaxo: New features
I hope that's the right place to ask for this:
Antp, are you planning also a mobile version of IMDB? I really hope of yes, because from a smartphone it's euphemistically "very painful" to use and almost unusable for me. The links on the desktop version are too small and the space taken by the ads on top right is too large (and anyway completely empty for me, without using any ad blocker) so the links for latest added movies are piled up on the left. On the vehicles pages, furthermore flags images are too much small and even enlarging the page doesn't help so much, plus also the icons for modify/quote/delete posts are too small. Generally text size is smaller than usual, compared to other websites which are accessible only through the desktop version.
For the flags, I suppose that could be easily done by replacing Jpeg images with vectorial images, maybe taken from Wikipedia which are regularly updated (Famfamfam icons are seriously nice but the project must have been discontinued/abandoned long ago if I'm not wrong) and free to use.
20/03/2015 @ 17:11:22: antp: New features
Yes we will make a mobile version, when we'll have finished the v3.
I guess that the images will not have to be especially bigger if the page itself has a mobile version. Probably the current ones are scalled down at the same time as the whole page, which is "too big" for a mobile screen.
The current site looks rather good on IEmobile, I'm surprised that on other browsers it does not work as well since usually they are supposed to be "better than IE" ... (and the code of the site is not at all optimized for IE: it is rather basic)
20/03/2015 @ 20:47:55: DidierF: New features
Since ElSaxo was talking about flags, it reminded me that the French flag has a much too pale blue in it.
… Well, this was my demand for new features.
28/03/2015 @ 18:11:18: ElSaxo: New features
Yes we will make a mobile version, when we'll have finished the v3.
I guess that the images will not have to be especially bigger if the page itself has a mobile version. Probably the current ones are scalled down at the same time as the whole page, which is "too big" for a mobile screen.
The current site looks rather good on IEmobile, I'm surprised that on other browsers it does not work as well since usually they are supposed to be "better than IE" ... (and the code of the site is not at all optimized for IE: it is rather basic)
Actually vehicles images are just fine, even when are small, the problem is all the rest, probably because it's Chrome that mess up things a little bit (I haven't any other browser installed, so I don't know if with Firefox or Opera the result is better or worse).
30/03/2015 @ 18:55:59: rjluna2: New features
I am testing the Google Chrome 32-bit version for Windows 7. Here is the result of the smiley face position and italic scripting:
31/03/2015 @ 01:01:59: eLMeR: New features
@ rjluna2: looks like you kept some bad style files despite the change. Did you import browser history/cache/bookmarks of the previous version, while installing this one? If so (and Chrome might have done it without warning), try to
delete it.
31/03/2015 @ 02:43:38: eLMeR: New features
Could it be possible to have a direct link to the concerned comment when searching
for one?
For now, it gives only the link to the top of the page, which can be somewhat... discouraging when there are
lots of pictures and comments.
The possibility of a search on several non consecutive words would be nice too
31/03/2015 @ 13:30:38: rjluna2: New features
@ rjluna2: looks like you kept some bad style files despite the change. Did you import browser history/cache/bookmarks of the previous version, while installing this one? If so (and Chrome might have done it without warning), try to
delete it.
It was a fresh installed when I tried it, no previous installation were being made. I did not import anything from the browser history/cache/bookmark to this program.
31/03/2015 @ 13:47:17: antp: New features
Could it be possible to have a direct link to the concerned comment when searching
for one?
For now, it gives only the link to the top of the page, which can be somewhat... discouraging when there are
lots of pictures and comments.
The possibility of a search on several non consecutive words would be nice too
Once on the page, in case there are a lot of comments, a Ctrl+F allows to quickly find it again
But I'll try to take that in account when designing the comment search on the v3 of the site
(one of the few features left to do).
For the search of multiple words, as it is just a SQL "LIKE", you can put a "%" between two words to search with anything between these words.
31/03/2015 @ 18:48:52: eLMeR: New features
Once on the page, in case there are a lot of comments, a Ctrl+F allows to quickly find it again
Ctrl+F, Ctrl+/ or F3. I'm used to it
For the search of multiple words, as it is just a SQL "LIKE", you can put a "%" between two words to search with anything between these words.
I hope there is at least a
htmlentities or a
htmlspecialchars somewhere to avoid a full SQL injection
31/03/2015 @ 19:59:42: antp: New features
Rather a addslashes to avoid the injection (or the use of PDO, what we are doing with the v3).
The htmlspecialchars is to avoid xss or things like that, no?
And yes there are such protections, but do not hesitate to report in private the unprotected cases that you could find, if there are any left