Bleeding Edge Web

August 2013

News from the Bleeding Edge

— Brian Moeskau (@bmoeskau)

Wig Wag & DeviceJS

Ed Hemphill, Cofounder of WigWag

Industry

New TLD's Coming Soon

WhatDomain.org

Interesting W3C News

CSS Selectors Level 4

Interesting W3C News

CSS Shapes Module Level 1

First Public Working Draft (June 2013)

CSS Shapes control the geometric shapes used for wrapping inline flow content outside an element... A circle shape on a float will cause inline content to wrap around the circle shape instead of the float's bounding box.

Interesting W3C News

CSS Shapes Module Level 1

<style type="text/css">
  #float-left {
    shape-outside: polygon(0,0 100%,100% 0,100%);
    /* etc. */
  }
  #float-right {
    shape-outside: polygon(100%,0 100%,100% 0,100%);
    /* etc. */
  }
</style>

Platforms

Browser Pop Quiz

Name the latest public/stable versions of:

Browser Pop Quiz

Name the latest public/stable versions of:

IE 11 (Preview)

First released with Win8 Preview last month

IE 11 Preview released July 25 for Win 7

New F12 developer tools (test drive now)

Chrome 28

Released July 10

Firefox 23

Released August 6 (Today!)

And my favorite:

Dropped blink effect from text-decoration: blink;

Libraries

SenchaCon 2013 Recap

Sencha Space

Sencha Architect 3.0 (preview)

SenchaCon 2013 Recap

Ext JS 4.3

Sencha Touch 2.3 Beta

What the hell is Tizen?

Tizen is an open source, standards-based software platform... for multiple device categories such as smartphones, tablets, netbooks, in-vehicle infotainment devices, and smart TVs.

An OS + app platform within the Linux foundation

Linux kernel + WebKit runtime

Consistent user experience across all devices (hypothetically)

Bower 1.0

"Package manager for the web"

Released July 23

Bootstrap 3.0 (RC1)

Released July 27

With over ~1,600 commits, ~72,000 additions/deletions, and ~300 files changed, everything has changed.

Mobile-first, flat aesthetic, dropped IE7 support

Added Panels, ListGroups and other stuff

Read LOTS more in the PR

Qooxdoo 3.0

Web app / widget framework similar to Ext JS, Dojo, etc.

Moving to be a "universal" framework (desktop / mobile / website)

Discontinued support for IE 6/7

DevDocs

http://devdocs.io

"All-in-one API documentation reader for developers"

Local Happenings

August/September Events

American Idol Auditions

Tomorrow at the Erwin Center!

jQuery Conference

Mon-Wed, September 9-11

An Event Apart: Austin

Sept 30-Oct 1 (Sold Out)

On the Radar

ATX Startup Crawl

Oct 10, 5-10pm (free, register now)

Hack TX

Nov 15-16 ($??, not open yet) — more info

SXSW Interactive 2014

Fri-Tue, March 7-11 ($795 thru Sept 6)

Tips & Tricks

Do You Know

...what JavaScript strict mode is and why you might use it?

Do You Know

...what JavaScript strict mode is and why you might use it?

Just add "use strict" (script-level or function-level) to error on:

Good for validating and future-proofing

More Info

Thanks

Brian Moeskau — @bmoeskau

/

#