
ToadCast 002
Browsers, Boilerplate, SASS battle innuendo, and destruction!
Joining me on our second podcast is Dan Linn where we talk about browsers, user experience, the HTML5 boilerplate theme for drupal, moving the web forward, and being cool developers.
Thanks for listening.
Topics discussed:
- HTML5 Battery API
- CSS Variables and modern browsers
- Moving the web forward
- Icon Fonts
- Responsive design
- Drupal user experience
- Debugging php
- Drupal base themes
- destruction!
Show Notes:
- html5 battery api
- css variables
- move the web forward
- jquery picture
- fitvids.js
- chosen- jquery plugin
- boilerplate drupal theme
- coffee drupal module
- sublimexdebug
- * { box-sizing: border-box; }
- Lose/Lose
- impress.js
- game deaths
- LostCast - browser-based games podcast
- pep.js - jquery plugin
- deltron 3030
- datpiff - mixtapes
- placezombies.com
Comments
First!
Tue, 06/19/2012 - 18:08
I would pay to turn off the marquee animation (and notify the user) on metaltoad.com if their battery life is too low.
Tue, 06/19/2012 - 18:37
Another IE first was the Z-Index as opposed to the Layers solution that was championed by Netscape. Remember that browser?
Tue, 06/19/2012 - 20:20
I'd just like to point out that I had already taken back my foosball champion title by the time of this recording. And it looks like I shall remain champion until such time as Joaquin brings back the table (or gets an upgrade). :-)
Wed, 06/20/2012 - 00:13
For quick PHP debugging (and any any other web-language), in a browser that has a console:
function lookat($obj){ print '<script>console.log(' . json_encode($obj) . ');</script>'; }
webgrind and xhprof and it's brother XHGUI are pretty nice, too.
Tue, 06/19/2012 - 18:02