Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Arantor
8131
Off-topic / Re: I spammed you!
« on December 22nd, 2010, 09:23 PM »
* Arantor stretches...

Bring it on! :D
8132
Off-topic / Re: What to do with an annoyingly large PNG background?
« on December 22nd, 2010, 01:24 PM »
Oh... in which case the only viable way is to have it requested via JS, where it's sending the user's width/height in the requesting URL and resize it on the fly in PHP or similar, if you're looking for truly closest.

Or have several images pre-sized, requesting the image from 'nearest'.


Background-size, while cool, doesn't work in IE yet to the best of my knowledge, which means you still need to find an alternative solution for the biggest userbase.
8133
Off-topic / Re: What to do with an annoyingly large PNG background?
« on December 22nd, 2010, 01:02 PM »
Try saving it as a JPG and see whether that generates any nasty image artefacts.

As for resizing, not if done as a background-image as far as I know. That said, you could try dropping it into an image, forcing size in the attributes (which causes rescaling, rather than using CSS width/height which crops), then positioning it fixed, top/left 0, with a z-index lower than anything else.
8134
The Pub / Re: Legality
« on December 22nd, 2010, 10:52 AM »
Nope, it's still in the process of happening apparently.
8135
The Pub / Re: Legality
« on December 22nd, 2010, 10:39 AM »
To confirm: this project is legal, as it stands right now, because all development is being done in a private repository and no distribution is taking place; we could distribute it even with all the changes as-is if we did so in a mod package.

It has been confirmed by Norv more than once, that SMF 2.0 final will adopt New BSD as its licence. Right now, aside from any bugs (of which there are an alarming number classed as 'pushed back to 2.1'), the main stumbling block is that they feel they have to finish transferring all legal rights and assets to the NPO prior to final.
8136
Off-topic / Re: I spammed you!
« on December 22nd, 2010, 10:36 AM »
Jeesh, I just got up to find a crapton of posts, I was away for like a few hours!
8137
Other software / Re: Intentional ?
« on December 22nd, 2010, 04:06 AM »
I figure that if he has some more of those moments he might get it.
8138
Off-topic / Re: No, really, wait, what?
« on December 22nd, 2010, 03:51 AM »
Some of the best things occurred *because* of not following standards... the underpinning of AJAX was conceived by MS as a non standard extension in IE6 for example.

But there is a message here - they are trying to get better at the whole standards thing.
8139
Other software / Re: Intentional ?
« on December 22nd, 2010, 01:20 AM »
Yes. I thought it would give a dose of reality check to our dear friend :lol: Worked too, he PM'd me shortly after, asking for some tuition in making better code for SMF, along with what amounts to 'I promise to try to listen to you this time' but knowing as I do how well it worked previously, I just told him (nicely!) that I didn't really have time due to other commitments. Funny, he didn't even bother replying (this is 24 hours on at this point)
8140
Off-topic / No, really, wait, what?
« on December 21st, 2010, 11:40 PM »
http://www.theregister.co.uk/2010/12/21/microsoft_unveils_html5_labs/

This is an interesting concept. I don't just mean the nature of the article, HTML5 Labs, I mean the whole U-turn MS has been doing in favour of actually following standards.
8141
Off-topic / Re: Steams holiday sales has begun!
« on December 21st, 2010, 06:47 PM »
Yeah, the first two Monkey Island games.

I play games via Steam, partly because it's convenient since I can install/uninstall at will and not have to remember where I downloaded the installers for things I've bought.

I have to admit, I play games more now than I used to, simply because I find as the last year or so has gone on, I find myself needing to stop coding for a bit... it's like I'm getting old :o (Which, at 27, sounds and feels daft, but I find I'm a little less tolerant to hours and hours of coding than I used to be.)
8142
Off-topic / Re: Steams holiday sales has begun!
« on December 21st, 2010, 06:41 PM »
Actually the point for getting Steam for me was a bit back when they were giving away Portal for free. After that, buying MI1 + MI2 (both special editions) for a total of £7.99 was pretty good.
8143
Features / Re: New revs
« on December 20th, 2010, 04:48 PM »
Revision: 387
Author: arantor
Date: 15:47:43, 20 December 2010
Message:
+ First part of the drafts system
 + Added ability to save drafts (lots of files)
 + Editor gained ability to specify buttons programmatically without editing the editor code (Class-Editor.php)
 ! Area to display drafts (Profile-View.php, Profile.php, Profile.english.php, Profile.template.php)
 ! Better display of saved drafts than original mod (MessageIndex.php, MessageIndex.template.php, Display.php, Display.template.php)
 ! Permissions (ManagePermissions.english.php, ManagePermissions.php)
 ! Admin on/off switches (ManagePosts.php, Admin.english.php)
 ! If the topic is no longer available when trying to handle a draft, display a warning to the user and handle the draft as if trying to create a new topic (Profile-View.php, Profile.template.php)

@todo in rough priority: Saving of personal messages, display of PM saved drafts, auto saving, fix what to do if a board isn't available (give the user another board to pick instead)
----
Modified : /trunk/Sources/Class-Editor.php
Modified : /trunk/Sources/Display.php
Modified : /trunk/Sources/ManagePermissions.php
Modified : /trunk/Sources/ManagePosts.php
Modified : /trunk/Sources/MessageIndex.php
Modified : /trunk/Sources/PersonalMessage.php
Modified : /trunk/Sources/Post.php
Modified : /trunk/Sources/Post2.php
Modified : /trunk/Sources/Profile-View.php
Modified : /trunk/Sources/Profile.php
Modified : /trunk/Sources/Subs-Members.php
Modified : /trunk/Sources/Subs-Post.php
Modified : /trunk/Themes/default/Display.template.php
Modified : /trunk/Themes/default/MessageIndex.template.php
Modified : /trunk/Themes/default/Profile.template.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/ManagePermissions.english.php
Modified : /trunk/Themes/default/languages/Profile.english.php
Modified : /trunk/Themes/default/languages/index.english.php
Modified : /trunk/other/install.sql
8144
Features / Re: New revs
« on December 18th, 2010, 03:41 AM »
Revision: 384
Author: arantor
Date: 02:40:44, 18 December 2010
Message:
! Remove the white, black, blue, red, green bbcodes from installer - these are all removed during preparsecode anyway. (install.sql)
----
Modified : /trunk/other/install.sql
8145
Features / Re: New revs
« on December 15th, 2010, 11:15 PM »
Nice!
Quote
(The animation is a simple fadeIn effect... I tried with toggle() and it reflows the text as it enlarges. Is there a way to prevent text reflowing in this kind of animation?)
I don't believe so due to the techniques used in toggle(), which IIRC is resizing as well as other things, as opposed to fadeIn being purely an opacity change.