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.
526
Bug reports / Re: Pretty URL remarks
« on April 11th, 2012, 12:57 PM »Does anyone else has something to add? Pretty please? I'm not sure what's best here.
527
The Pub / Wedge and International Domain Names (IDNs)
« on April 10th, 2012, 11:19 AM »
Stupid question: if the server supports non Latin domains (both directly and both using the Punycode hack), does Wedge work properly on them..?
528
Off-topic / Re: Random idea: non-generic default avatars
« on April 9th, 2012, 04:32 PM »
They look nice! :)
529
Plugins / [Plugin Screenshots] Re: Invitation Only Topics
« on April 7th, 2012, 09:42 AM »
Ok, no problem. It was just an idea. If you say it's not convenient to do that I trust you :)
530
Plugins / [Plugin Screenshots] Re: Invitation Only Topics
« on April 7th, 2012, 12:22 AM »Except that there are a lot of people who actually like having a physical QWERTY keyboard on their phone, for example. Just as there are people who would actually quite welcome that.
[...]
Not everyone wants a touchscreen phone, I don't own one, I own a smartphone with basic keys on it, but I know plenty of people who actively use a Blackberry for that reason.
Compare:
http://www.mrgadget.com.au/wp-content/uploads/2010/05/Logitech-Harmony-300-Universal-Remote.jpg
with
http://www.senisio.com/senisio/wp-content/uploads/2011/08/apple-remote.jpg
Here's the thing: things sometimes stay as they are because no-one thought to improve them, and sometimes they stay as they are because it's reasonably optimised as it is.
IMO the process works like this: phase 1, object is created. phase 2, object has small optimizations over and over again. phase 3, object is reinvented. phase 4, small optimizations... phase 5: reinvented.
Here's the thing: optimizations are sacred but there's a time where things need to be rethought and reinvented. Then before another rethink there need to are optimizations! :)
You know what's really weird though? Google+ works how we're leaning towards - you create circles for things, which is a form of groups, and control which groups see content. In fact, if you look at the way things are, it's even closer a model to what G+ does than anything else, but I guess that's wrong and we should implement purely for the lowest common denominator, despite it not being the general baseline that works best? (Specifying a list of names for each topic is pointless, especially if it's the same list of names each time. Surely then a group would be a FAR better solution?)
531
Plugins / [Plugin Screenshots] Re: Invitation Only Topics
« on April 6th, 2012, 11:51 PM »I love groups I hardly ever set privacy to something different then any groups I would set up. For the few times I might... I would just make a new group with the new list of users.
http://ticker.ttsh.netdna-cdn.com/wp-content/uploads/2011/08/dvp-open.jpg
Or remote controls like this:
http://[url][url][url]http://ii.alatest.com/product/full/8/8/JUmbo-Universal-Remote-Control-0.jpg[/url][/url][/url]
Then someone rethought the way they was built.
You cannot think "I always did this, so everyone should do this", or "I always did that, so it won't change ever"....
532
Plugins / [Plugin Screenshots] Re: Invitation Only Topics
« on April 6th, 2012, 01:47 PM »And what happens if you create a contact list for all your friends, what then? Isn't that *exactly* when you would use groups?
Of course you can create groups but there's no need to do that just to have permissions for a single topic/board/media/etc..
It's more polish if permissions are applied to the single elements. Maybe groups can remain, and single permissions are added to those..
(The reason I was pissy earlier in this thread is that we discussed it for days and days and this wasn't brought up before)
533
Plugins / [Plugin Screenshots] Re: Invitation Only Topics
« on April 6th, 2012, 11:20 AM »Care too say why?Quote groups are ok but really limited
534
Plugins / [Plugin Screenshots] Re: Invitation Only Topics
« on April 5th, 2012, 04:42 PM »And you didn't want to say this earlier because...?Quote from MultiformeIngegno on April 5th, 2012, 10:23 AM Finally! :D
This is really useful, groups are ok but really limited. :)
I try to do my best and read and partecipate as much as I can though ;)
535
Plugins / [Plugin Screenshots] Re: Invitation Only Topics
« on April 5th, 2012, 10:23 AM »
Finally! :D
This is really useful, groups are ok but really limited. :)
This is really useful, groups are ok but really limited. :)
536
Off-topic / Re: How to center a div in the middle of the screen
« on April 3rd, 2012, 10:18 PM »That'll be $200! Check or credit card?
537
Off-topic / Re: How to center a div in the middle of the screen
« on April 3rd, 2012, 03:55 PM »
'margin:0 auto' on #wrapper did the trick!! :cool: :cool: :cool:
538
Off-topic / Re: How to center a div in the middle of the screen
« on April 3rd, 2012, 03:50 PM »
P.S.: I can get rid of the width:100% on body, html, #wrapper, it still works :)
539
Off-topic / Re: How to center a div in the middle of the screen
« on April 3rd, 2012, 03:41 PM »Hey. Was looking at your code, and... Where's the table-cell definition on #page? Where's the vertical-align?
I need to recover the Nao statue I did some time ago! :D :D
Really latest question: now that everything works, the only thing that remains is the horizontal align :P
I tried with a text-align:center on #page but nothing.. I can't use a position:absolute;left:50% + negative margins because the vertical align wouldn't work anymore...
540
Off-topic / Re: How to center a div in the middle of the screen
« on April 3rd, 2012, 02:35 PM »<sigh>...
Really dunno what to say. Works for me in 11.62... :-/
Okay, is your site height fixed, and is it going to remain fixed (in pixels)?
If yes, it's best to implement centering via a negative margin.
I try another bit, then I'll give up and use position:absolute + negative margins on home page (only) + media queries to avoid upper page being cropped in low resolutions..