Added "Best of" page
- Andrew Lee
- Posts: 3116
- Joined: Sat Feb 04, 2006 9:19 am
- Contact:
Added "Best of" page
As discussed in this topic, I have added a "Best of" page to summarize the results of the annual poll that webfork has conducted over the years. See if you can find it!
Re: Added "Best of" page
Nice! Glad it shows also the list of contenders. Hopefully this prominence allows more users to become aware of it and take part next year.
Re: Added "Best of" page
Just noticed a small thing: the 2017 entries all have a quote character at the end of their URLs. Doesn't seem to affect returning the page but thought I'd mention it.
Re: Added "Best of" page
Nice going. And a quick and easy way to value community input.
Now if someone would sketch up an award sticker, I'm sure program devs would really appreciate that...
OT: Yhay! for my fifty-fifty post...
Now if someone would sketch up an award sticker, I'm sure program devs would really appreciate that...
OT: Yhay! for my fifty-fifty post...
Re: Added "Best of" page
I'm not sure how many devs utilize award graphics these days but here are some ideas for consideration. First being for the winner, the second among the nominees.
Have them vectorized with editable year text so updating it as necessary would be maintainable. Dual-years such as 2018-19 would necessitate a smaller abbreviated year numbers but is doable. Wasn't sure what Andrew used for the pencil like effect so just left the sub-text as-is (which helps legibility at smaller scales anyway).
- Andrew Lee
- Posts: 3116
- Joined: Sat Feb 04, 2006 9:19 am
- Contact:
- Andrew Lee
- Posts: 3116
- Joined: Sat Feb 04, 2006 9:19 am
- Contact:
Re: Added "Best of" page
They are great! Could you pls upload the SVG (or whatever vector format) for these so that I can update the years? Thanks!Specular wrote: ↑Wed Feb 26, 2020 9:47 am Have them vectorized with editable year text so updating it as necessary would be maintainable. Dual-years such as 2018-19 would necessitate a smaller abbreviated year numbers but is doable. Wasn't sure what Andrew used for the pencil like effect so just left the sub-text as-is (which helps legibility at smaller scales anyway).
Re: Added "Best of" page
Check PM for details. A GIF (click to play) of how to edit the label and year in a text editor, as described in the PM:Andrew Lee wrote: ↑Wed Feb 26, 2020 2:16 pmThey are great! Could you pls upload the SVG (or whatever vector format) for these so that I can update the years? Thanks!
Some ideas of how the graphic could be alternatively styled either here or by a dev. The gradients below were added in an image editor after rasterization but PNGs could also be used as a CSS mask and styling added via CSS, on supported browsers.
.
- Attachments
-
- SVG.7z
- (32.21 KiB) Downloaded 1067 times
- Andrew Lee
- Posts: 3116
- Joined: Sat Feb 04, 2006 9:19 am
- Contact:
Re: Added "Best of" page
@Specular: Got your PM, and thanks for that! I am impressed by how much attention went into that graphic; I simply wouldn't have guessed if you didn't explain all of it to me.
I am also constantly surprised by the diverse pool of very talented people in our community. That's something we should all be proud of!
I will take the weekend to work out how best to incorporate the graphic into the page. We should all get to see it pretty soon.
I am also constantly surprised by the diverse pool of very talented people in our community. That's something we should all be proud of!
I will take the weekend to work out how best to incorporate the graphic into the page. We should all get to see it pretty soon.
- Andrew Lee
- Posts: 3116
- Joined: Sat Feb 04, 2006 9:19 am
- Contact:
Re: Added "Best of" page
I have updated the "Best of" page with the award stickies.
Comments/feedback welcome!
Comments/feedback welcome!
Re: Added "Best of" page
Neat I notice the typeface for the year was changed, was there any problem you encountered with the steps or was it from wanting the different dual year style (ie: 'YYYY-YY') and not knowing how to change it that prompted it?Andrew Lee wrote: ↑Sat Feb 29, 2020 2:27 am I have updated the "Best of" page with the award stickies.
Comments/feedback welcome!
- Andrew Lee
- Posts: 3116
- Joined: Sat Feb 04, 2006 9:19 am
- Contact:
Re: Added "Best of" page
No! I merely commented out the first bit that codes for the apostrophe, and change the offset slightly for the second:
Also installed the TTF. Nothing else changed. What do you think I missed?<!-- <text y="10px" dy="0" transform="skewX(-11) scale(0.8 1.15)">
<tspan x="-1px" dy="0" dx="0">`</tspan>
</text> -->
<text y="-2px" dy="0" class="year-dual">
<tspan x="6px" dy="0" dx="0 -1 1 -1 -1">2018-19</tspan>
</text>
Inkscape screenshot attached.
Re: Added "Best of" page
Hmm, how odd since the font-family defined in the CSS within the SVG is properly detected on my Inkscape install (granted I used an older 0.91 version I happened to have still installed). Appears Arial is being used as a fallback rather than Verdana (the regular version of which I set in the CSS as a fallback).Andrew Lee wrote: ↑Sun Mar 01, 2020 12:26 amNo! I merely commented out the first bit that codes for the apostrophe, and change the offset slightly for the second:
Also installed the TTF. Nothing else changed. What do you think I missed?
Inkscape screenshot attached.
Could check while the SVG is open in Inkscape using the Text tool, with the year text highlighted, whether the 'Extra Bold' version appears in the font list in the upper left drop-down. If it does it'd be possible to manually change the text to it from that same drop-down.
That said, I've attached all the generated PNGs with the original font and with the filenames you used for convenience. Included both the YYYY-YY and 'YY-YY formats for comparison. If need be I don't mind if I'm the person responsible to generate them each year, just let me know.
- Attachments
-
- PNGs.zip
- (134.2 KiB) Downloaded 1108 times
Re: Added "Best of" page
That's really nice, thanks AndrewAndrew Lee wrote: ↑Tue Feb 25, 2020 6:26 pm As discussed in this topic, I have added a "Best of" page to summarize the results of the annual poll that webfork has conducted over the years. See if you can find it!
Agreed, these are fantastic. As are the alternate (gold and silver) versions. I never even considered putting together a graphic for this.Specular wrote: ↑Wed Feb 26, 2020 9:47 amThey are great!Andrew Lee wrote: ↑Wed Feb 26, 2020 2:16 pm Wasn't sure what Andrew used for the pencil like effect so just left the sub-text as-is (which helps legibility at smaller scales anyway).
Re: Added "Best of" page
Put together a zip of the gold/silver variants while I'm at it. Exported via Photoshop which made it quicker so didn't take long
- Attachments
-
- Gold-silver-variants.zip
- (196.69 KiB) Downloaded 1070 times