errtheblog.com
Cappin' that Stat — err.the_blog
http://errtheblog.com/posts/59-cappin-that-stat
Ldquo; Cappin' that Stat. June 19, 2007. VJot’s a public code base, so I saw it unbecoming of an open-source guy to add my stats html to the repo. No worries, I’ll just add it with a little help via the wonder library, Capistrano:. Script src=http:/ www.google-analytics.com/urchin.js /script script type=text/javascript uacct = UA-104904-8; urchinTracker(); /script. The code appends my Analytics’ javascript to the layout file and voilà, instant stats! As a matter of fact, it has before. Should do the trick.
danwebb.net
danwebb.net - Put that data-* attribute away, son...You might hurt someone
http://danwebb.net/2010/1/27/put-that-data-attribute-away-son-you-might-hurt-someone
Put that data-* attribute away, son.You might hurt someone. Data-* attributes allow us to add custom attributes. To elements as long as they are prefixed with ‘data-’ and since this was first discussed on John Resig’s blog. I’ve been interested in how people will use and abuse this feature. I greeted the feature with mixed feelings. It’s definitely a simple way to enrich the semantic value of HTML. Pages as well as helping to improve some of the more toxic parts. Of Microformats. XML. And now that we hav...
emilhajric.wordpress.com
Product planning is just a waste of time. | The blog of Emil Hajric.
https://emilhajric.wordpress.com/2009/08/10/product-planning-is-just-a-waste-of-time
The blog of Emil Hajric. Just another WordPress.com weblog. Design first, then code. 3 Things I learned about business from a soccer game. →. Product planning is just a waste of time. August 10, 2009. Before I say anything regarding this topic I must clarify that the post only relates to startups without employees. We did balsamiq mockups but the thing was the product turned out totally different. Why? Because balsamiq gives you all these neat features that you think would go good and everything, yet whe...
learningrubyonrails.blogspot.com
Learning Ruby on Rails: March 2007
http://learningrubyonrails.blogspot.com/2007_03_01_archive.html
Learning Ruby on Rails. This blog is for me to put down little snippet of information I gather while I learn Ruby on Rails. Wednesday, March 21, 2007. How to use migration. Yavor Ivanov over at rubycorner.net. Started a mini series on Rails migration. So far there is one article and I already learned a few things that I didn't know. How to use Rails Migrations - Part I. I solved that problem by putting this in my test fixture:. What I really should have done is created the column like this. Where he ment...
somethinglearned.com
What's new (and disappointing) in edge-rails
http://www.somethinglearned.com/articles/2007/06/07/whats-new-and-disappointing-in-edge-rails
What's new (and disappointing) in edge-rails. Posted by trevor Thu, 07 Jun 2007 05:24:56 GMT. Recently a changeset (6591). Made its way into Rails’ trunk. A few people are blogging about how cool. But I’m going to blog about why it’s bad. So I tied an onion on my belt…. It actually all started with an earlier changeset (6588). Which, in my opinion, made url helpers for nested resources just a twinge uglier. What 6588 does is clean up syntax in routes.rb:. So now you can call either. Now, all your nested ...
zachstronaut.com
speaking, page 1 of 2 - Topics - zachstronaut
http://www.zachstronaut.com/topics/speaking
Follow Me on Twitter. Fixing the UX of Infinite Scroll. Infinite Scroll aka Endless Scroll sucks. It's that feature where you can scroll down forever on Twitter or Facebook and more content keeps loading. It's a brilliant UI idea in theory, but it creates all sorts of obnoxious problems for the user in practice. like breaking the Back button, and creating. Around clicking things for fear of losing your spot. I presented a session at MinneWebCon. Here's my main.js. Write a Comment…. I've posted about befo...
zachstronaut.com
webgl - Topics - zachstronaut
http://www.zachstronaut.com/topics/webgl
Follow Me on Twitter. GGJ2015 Game: Actual Working Time Machine. I teamed up for Global Game Jam 2015. So that we could bring to you a fully functional, honest to goodness, working Time Machine. This is. How to Time Travel. Click link to Time Machine Software. Here is a little screen capture for the timid:. Cycho - IGF Game Submission. Cycho is Alfred Hitchcock meets Tron light cycles. I submitted Cycho to the 2015 Independent Games Festival. This is the first time I've submitted one of my games to IGF.
zachstronaut.com
css, page 1 of 5 - Topics - zachstronaut
http://www.zachstronaut.com/topics/css
Follow Me on Twitter. 3D CSS3 HTML5 Fireworks. Happy 4th of July everybody! It's over 100°F here in Minneapolis today. I made some virtual fireworks. Sitting in front of my AC trying to stay cool. I've used 3D CSS3 transforms and. For depth of field blurring, plus some HTML5 audio. cause you gotta have explosion sounds for fireworks. It technically rendered in Firefox, but terribly slow. So, for best results check it out in Chrome or Safari. Write a Comment…. Free/Open SOPA Blackout Protest Template.
errtheblog.com
Fixin' Fixtures — err.the_blog
http://errtheblog.com/posts/61-fixin-fixtures
Ldquo; Fixin' Fixtures. July 30, 2007. The main problem with fixtures, for me, has always been how unfun they are. They literally suck the fun out of anything they’re around. You throw them in your test/. Directory, then suddenly testing is, like, work. But it’s not work, dammit. This is Ruby, dammit. So, keep them fun. Write your fixtures in Ruby. Has this FixtureScenarios plugin. The project home page. Pretty cool. Instead of just test/fixtures. You can have (for instance), test/fixtures/users. This pl...