Auteur Sujet: [Fork you, SMF!] The birth of Wedge.  (Lu 450384 fois)

0 Membres et 2 Invités sur ce sujet

Hors ligne CJ Jackson

  • Cynois
  • ***
  • Messages: 16
  • Sexe: Homme
    • Voir le profil
    • CJ Jackson
Have you tried "margin: auto 0;" in css?  I despise the Trident engine let alone IE6, why can't they use WebKit?

@Artur, you not a fan of Ugly Betty are you?  :D

Hors ligne Garou

  • Cynois
  • ***
  • Messages: 6
  • Sexe: Homme
    • Voir le profil
I say fork IE6, in this day and age I cant believe its still in use. Seriously people you've had enough time to update your in house software to use modern browsers. Get with the program or get left behind.

I didn't use to be a fan of WebKit but since they are proving to be the pioneer of HTML5 I'm gaining a new respect for it. 

Hors ligne Joker™

  • Newbie
  • *
  • Messages: 3
  • Sexe: Homme
    • Voir le profil
Nao I think if a user don't have even a decent browser then he don't deserve to see a perfect forum, like curves and all other perfect alignments.

Hors ligne Nao/Gilles

  • Admin
  • *
  • Messages: 10700
  • Sexe: Homme
  • Dinosaure de l'animation japonaise, du Net, et de la connerie.
    • Voir le profil
    • Cynacittà @ noisen
The issue is that SMF2 does support IE6 nearly perfectly, and the little man inside me keeps saying, "if they do, why don't you!"... But OTOH another little man says "that's precisely because they support it that they can't move forward in terms of design"...
So, long ago I chose the mid-way solution: make sure it's usable in IE6, but screw any concepts of 'making it look the same as other browsers'... The problem is that IE7 is also quite hard to keep in line. Not as hard as IE6, but still annoying. And IE6+IE7 = not a negligible market share.
Thankfully, most of the IE6 users are in China (about a third of the users over there...), so if you don't plan to have a Chinese version of your website or to appeal to Chinese users in general, then you don't need to bother with IE6 at all.

As for vertical alignment, my main problem really is that even for modern browsers, providing flawless alignment requires at least one extra div nesting (a display:table then a series of display:table-cell). I just... Don't like that. Also, because it uses a table layout, I would need to change the order in which cells are shown (with a float layout, it's: left-right-center, while a table layout has a more regular left-center-right.)
So basically, let's just say that I made a lot of fixes to that six months ago, and I'm not in a hurry to rewrite these fixes just to make it all work in a table layout.
In the end, I decided against going inline-block or table, and staying with my current solution. After all, it works... It just doesn't work *as well* when the header takes at least two rows. But OTOH, this would never happen in a normal situation -- only place where it COULD happen is the current posthead (a custom header that shows the topic title in large characters, surrounded by previous/next topic links in plain view). And guess what? From the beginning this one had a table layout anyway... :sifflote:

Ah, you have no idea how lonely it is to get into vertical alignments... :lol:
I don't know if it's related, but the resulting commit will be revision.... 666.
« Everyone knows rock attained perfection in 1974. It's a scientific fact. »

Hors ligne Nao/Gilles

  • Admin
  • *
  • Messages: 10700
  • Sexe: Homme
  • Dinosaure de l'animation japonaise, du Net, et de la connerie.
    • Voir le profil
    • Cynacittà @ noisen
Okay... Guys?
We think it's about time we went public with our URL and official website.

So, without further ado... The fork's name is Wedge!

And you can read about it and discuss it here: http://wedge.org

Hope you'll like what you'll see! (Well, you won't see a lot of things as we haven't published screenshots on the public area yet, but it'll come in time...)
« Everyone knows rock attained perfection in 1974. It's a scientific fact. »

Hors ligne dorje

  • Cynois
  • ***
  • Messages: 22
  • Sexe: Homme
    • Voir le profil
 :cool:

Just signed in.  :gnehe:

Hors ligne Smarts

  • Newbie
  • *
  • Messages: 1
    • Voir le profil
great news!
the time has come

Hors ligne RvG

  • Newbie
  • *
  • Messages: 4
  • Sexe: Homme
    • Voir le profil
Okay... Guys?
We think it's about time we went public with our URL and official website.

So, without further ado... The fork's name is Wedge!

And you can read about it and discuss it here: http://wedge.org

Hope you'll like what you'll see! (Well, you won't see a lot of things as we haven't published screenshots on the public area yet, but it'll come in time...)
patiently waiting  :sifflote:

but i have noticed some higher queries. I'd like to keep on 20 queries and below.  :rougit:

Hors ligne Arantor

  • Cynois
  • ***
  • Messages: 603
  • Sexe: Homme
  • Innovate, not Imitate
    • Voir le profil
    • Arantorhome
So what if there are more than 20 queries per page?

Would you rather have 20 queries per page that all run slowly, or 40 queries per page that, in total, run FASTER than the 20/page?

Fewer queries is not always better, and I can show you case after case after case in SMF where that happens.

What about maintenance pages, are more than 20/page allowed there?
   computer-aided
   community building
             
Other stuff:

Hors ligne Nao/Gilles

  • Admin
  • *
  • Messages: 10700
  • Sexe: Homme
  • Dinosaure de l'animation japonaise, du Net, et de la connerie.
    • Voir le profil
    • Cynacittà @ noisen
Yeah... What matters is performance, not the number of queries. You'd be surprised at how one single unoptimized query can be slower than the remaining 19 queries put together. Just get one query on a large table to generate a filesort, and it's doomed.

Anyway, I don't really see the point. wedge.org isn't running Wedge and thus it only reflects the performance of SMF, not Wedge itself. Although I don't think there'll be a noticeable change in these numbers in the final version, I'm hoping that users will get a feeling that Wedge is faster and leaner. (I want to insist on the feeling idea. This is, to me, the most important factor in website loading speed.)
« Everyone knows rock attained perfection in 1974. It's a scientific fact. »

Hors ligne RvG

  • Newbie
  • *
  • Messages: 4
  • Sexe: Homme
    • Voir le profil
So what if there are more than 20 queries per page?

Would you rather have 20 queries per page that all run slowly, or 40 queries per page that, in total, run FASTER than the 20/page?

Fewer queries is not always better, and I can show you case after case after case in SMF where that happens.

What about maintenance pages, are more than 20/page allowed there?
Yeah... What matters is performance, not the number of queries. You'd be surprised at how one single unoptimized query can be slower than the remaining 19 queries put together. Just get one query on a large table to generate a filesort, and it's doomed.

Anyway, I don't really see the point. wedge.org isn't running Wedge and thus it only reflects the performance of SMF, not Wedge itself. Although I don't think there'll be a noticeable change in these numbers in the final version, I'm hoping that users will get a feeling that Wedge is faster and leaner. (I want to insist on the feeling idea. This is, to me, the most important factor in website loading speed.)
I can confirm that the page loading is quite faster... i.e. performance makes sense.  :cool:

Hors ligne Nao/Gilles

  • Admin
  • *
  • Messages: 10700
  • Sexe: Homme
  • Dinosaure de l'animation japonaise, du Net, et de la connerie.
    • Voir le profil
    • Cynacittà @ noisen
How could you tell? No live website exists that's running Wedge so far...
« Everyone knows rock attained perfection in 1974. It's a scientific fact. »

Hors ligne RustyBarnacle

  • Cynois
  • ***
  • Messages: 17
  • Sexe: Homme
    • Voir le profil
He used the force?  :)

Hors ligne YogiBear

  • Cynois
  • ***
  • Messages: 58
  • Sexe: Homme
  • Encore un peu fou
    • Voir le profil
He used the force?  :)
"May The Wedge be with you..."   :)

Hors ligne RvG

  • Newbie
  • *
  • Messages: 4
  • Sexe: Homme
    • Voir le profil
How could you tell? No live website exists that's running Wedge so far...
I have just the feeling that it was.  :hypocrite: