Lea Verou

Lea Verou
Lea Verou headshot
Born (1986-06-13)June 13, 1986
Nationality Greek
Occupation Software developer
Website lea.verou.me

Lea Verou (Greek: Λία Βέρου; born June 13, 1986) is a front end web developer, speaker and author, originally from Greece. Verou is currently a Research Assistant at MIT CSAIL, in David Karger’s Haystack group and an Invited Expert in the W3C CSS Working Group.[1]

Verou has written a book on advanced CSS for O’Reilly,[2] worked for W3C/MIT,[3] gave over 60 invited talks around the world,[4] released several open source projects, co-founded a Greek startup called Fresset Ltd (which she left in 2011), among other projects.[1][5] She has written articles for some of the biggest industry media, including A List Apart and Smashing Magazine.[6]

Education

Verou holds a BSc in Computer Science from Athens University of Economics and Business, in which she co-organized a 4th year undergrad course about web development in the past. Her background encompasses both technical development and visual design.[1][5]

Software

Dabblet

Dabblet is an open-source web application for rapid prototyping of HTML,[7] CSS and JavaScript, with syntax hilighting and inline previewers.[8] The result is saved online to a GitHub Gist to allow sharing with others.[9]

-prefix-free

-prefix-free is a polyfill which allows current browsers to recognise the unprefixed versions of several CSS3 properties instead of requiring the developer to write out all the vendor prefixes. It reads the page's stylesheets and replaces any unprefixed properties with their prefixed counterparts recognised by the current browser.[10]

<link rel="stylesheet" href="/css/styles.css">
<script src="/path/to/prefixfree.min.js"></script>

Prism

Prism is a syntax highlighting library. It is a spin-off project from Dabblet. The project page had 23,000 unique visitors on its first day. It is used in websites including Smashing Magazine, Mozilla Developer Network, and Brendan Eich’s blog.[6][11]

Bibliography

Verou, Lea (June 2015). CSS Secrets (1st ed.). O'Reilly Media. p. 392. ISBN 978-1-4493-7263-7.

References

  1. 1 2 3 "Lea Verou's homepage".
  2. "CSS Secrets".
  3. Gilbertson, Scott (15 February 2013). "Interview: Lea Verou on Why Web Standards Matter and How You Can Help". Wired magazine. Wired.
  4. "Speaking".
  5. 1 2 "Smashing Magazine".
  6. 1 2 "Lea Verou's CV".
  7. Verou, Lea (16 December 2011). "Introducing dabblet: An interactive CSS playground".
  8. Verou, Michailia (March 2013). Dabblet (B.Sc. thesis). Athens University of Economics & Business.
  9. Help ✿ dabblet.com
  10. "Smashing Magazine - PrefixFree: Break Free From CSS Prefix Hell".
  11. "Get Beautiful Syntax Highlighting For Your Website Code".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.