Posted by jensimmons on January 11, 2011 at 3:28am
Start:
2011-01-22 12:00 - 19:00 America/New_York Organizers:
Event type:
Sprint
Let's have a code sprint to work on HTML5 implementation for Drupal 7 and Drupal 8. It will be in Brooklyn (signup to find out where) with very limited space!
We'll work on the HTML5 Base theme, HTML5 form element implementation (in HTML5 Tools + Elements), overall planning & scheming (in preparation for March's DrupalCon), and whatever else you want.
I'll provide yummy squash & sweet potato soup (vegan/wheat-free) and snacks for eating whenever people want.
You bring a laptop, knowledge about HTML5, and ideas about what we need to do next to get HTML5 support into core.
And we'll have more of these in the future!

Comments
tipping point
HTML5 support apparently just hit 50% of web users: http://j.mp/HTML5_50
Comment here to signup!
We are maxed out on space, so if you are interested, add your comment below and I'll try to get you in!
Jen Simmons
http://jensimmons.com
Count me in! Although I
Count me in!
Although I already clicked sign-up.
no more room... booo... =(
no more room... booo... =(
Join us virtually
People can join us virtually! Show up in IRC #drupal-html5 :)
Jen Simmons
http://jensimmons.com
I'll try to join virtually
I'll try to join virtually since there is no more space.
I've love to chime in on IRC,
I've love to chime in on IRC, I could be traveling this day but I'll try to make it!
I am interested but can work virtually too.
If space becomes available that would be best if not I'll work virtually.
Thanks
UPDATE: Skype: alienresident
Join us on Skype
Hey — if anyone wants to join us, let's open up skype and have a all-day open multi-person audio/video room where people can hear what's going on / join in.
If you want to join us in Skype, say so here, and list your skype name!
Jen Simmons
http://jensimmons.com
We should add planning for
We should add planning for the drupal core conversation on the agenda. We'll not really planning as the conversation must be submitted already but working out the details.
I would like to attend by Skype
Please invite me to the Skype session.
My Skype name is: michaelcaudy
Michael Caudy
I might be available Please
I might be available
Please invite me to the Skype session.
username alanburke
Cool! I will be available for
Cool! I will be available for the early part, Skype: lin-clark
I'll be (virtually) there
My Skype handle is the same as my gdo handle.
Skype...
Skype: jmburnz
I would like to attend by Skpye
Please invite me to the Skype Session, my skype:dialloai
I would like to attend virtually
I can attend by IRC but will skype users be able to hear and see the event?
--
http://www.anthonyalvarez.us
HTML5 Drupal Sprint - Galway
Hi all,
Myself and Lin Clark are going to meetup in Galway, at 091 Labs to be exact, to work on this in person together.
If anybody else is interested, you're happy to join us.
We'll be there from 4:30pm Irish time.
Venue details - http://091labs.com/contact/
Regards
Alan
I'd like to be there in
I'd like to be there in person if any room opens up. Otherwise I'll try to be on Skype. user: canarymason
--
d.o: canarymason
twitter @canarymason
Did you see our new
Did you see our new logo?
http://jensimmons.com/news/html5-logo-drupal
And I'm so very excited about having a co-sprint with folks in Ireland!!!!!! Anywhere else want to join us?
Jen Simmons
http://jensimmons.com
New HTML5 logo
New HTML5 logo unveiled: http://www.w3.org/html/logo/
I see Jen
Oh, I see Jen already worked up a Drupal take on the HTML5 logo.
Jen, is there an HTML5/CSS3 version? The one on that page is still using img/.jpg.
Forest Mars
Eric Meyer put up an
Eric Meyer put up an HTML5/CSS3 version here: http://meyerweb.com/eric/html-xhtml/html5logo
That's another version of the
That's another version of the HTML5 logo, however I was asking about an HTML5 version of the one Jen posted with the Drupal drop.
We should draw one with
We should draw one with canvas.
I personally find drawing
I personally find drawing logos and icons with canvas to be a bit gimmicky and not really something that's that useful. It's sort of a fun thing to try, but when you look at the markup, for example, in Eric Meyer's version of the HTML5 logo it's hilarious - not exactly the semantic web. But I've been wrong before :-)
Yea, it was just for the
Yea, it was just for the "cool" factor lol
No I didn't make an
No I didn't make an HTML/CSS/SVG version of the logo. To me, graphics should be images on the web. Not code. In my mind, people are doing CSS3 logos just to prove CSS is more powerful than before. Not to show that we should be using CSS3 to create icons. That's just stupid, imo. CSS is for styling, not for replacing actual images. Replace the sliced up round corner images, yes! But not logos or photographs or illustrations.
Jen Simmons
http://jensimmons.com
byte size
@jponch I'm pretty sure the binary of an image file is verbose, lacking in semantics and hard to read too :) I suppose it comes down to size - I'm guessing the size of the code is still much smaller than a binary image file for the same image. Though the css version might increase browser rendering time...
:-) Good point. Though I
:-) Good point. Though I think what @jensimmons noted is really what I was getting at. Also, using an image file doesn't require lots of craziness within the markup which is what I was referring to more than the CSS. For example, Eric Meyer's HTML5 logo in CSS uses the following 51 lines of markup JUST to show the logo image:
<div id="logo">
<div id="letters">
<div id="H">
<span class="v">|</span><span class="h">-</span><span class="v">|</span>
</div>
<div id="T">
<span class="h">+</span><br>
<span class="v">|</span>
</div>
<div id="M">
<span class="v">|</span>
<span class="h">\</span>
<span class="h">/</span>
<span class="v">|</span>
</div>
<div id="L">
<span class="v">|</span><span class="h">_</span>
</div>
</div>
<div id="shield">
<div class="left">
<span class="wing">This</span>
<span class="base">ain't</span>
</div>
<div class="right">
<span class="wing">no</span>
<span class="base">disco.</span>
</div>
<div class="highlight">
<span class="spine">This!</span>
<span class="wing">Is!</span>
<span class="base">HTMLLLLLLLLL!!!!!</span>
</div>
</div>
<div id="five">
<div id="head">But</div>
<div id="topright">it's</div>
<div id="topleft">presented</div>
<div id="topdrop">using</div>
<div id="midbar">an</div>
<div id="midbarhi">entirely</div>
<div id="middrop">different</div>
<div id="botright">language:</div>
<div id="botleft">CSS.</div>
<div id="tail">…Awkward.</div>
</div>
To do that same thing with an image file your markup could simply be:
<img src="html5logo.jpg" alt="HTML5" />Never-the-less, I can't discount the cool factor of being able to render an image like that with just CSS :-)
Devil may care
Yeah, I wouldn't suggest making icons with html/css is a good thing per se either :) Presentational markup on overload.
But the pragmatist in me says normal people don't read markup any more than they read binary in a bitmap image, so whichever gets it in front of their eyes fastest is best...
Far more interesting for this sort of thing are vector formats, well at this point a vector format: svg.
Normal people don't read
Normal people don't read markup but the machines we use do. The code in Jared's example is an accessibility NIGHTMARE. Again, a totally fun experiment, but a dangerous one. If people think it's a good idea to do that for real, they aren't paying attention to the point of web standards.
Jen Simmons
http://jensimmons.com
I´m in with skype
my skype name: mori4you
All the best !!!
Skype: markdorison
Skype: markdorison
Skype or IRC?
I'm skype: morpheusathame, and IRC: kbell.
Since Jen's post declaring "Skype" was more recent, I'm assuming it's Skype (mainly).
--Kelly Bell
Gotham City Drupal
twitter: @kbell | @gothamdrupal
http://drupal.org/user/293443
Video
Need video tuorial for that session........