by Kevin Schroeder | 10:31 pm

More benefits of using translate3d()

So, I’m working on some code for doing a progressive render for HTML.  What that means is that rather than using pagination a user will simply scroll down and when they get to the

  READ ARTICLE
388 words ()
by Kevin Schroeder | 11:22 am

Transform performance on mobile applications

Just a quick one today.  I have read on several web pages that if you want to speed up the rendering of your site that you need to add -webkit-transform: translate3d(0,0,0) to the page elements

  READ ARTICLE
282 words ()
by Kevin Schroeder | 9:51 am

JSON parsing error in function return

OK, so I am building out a data-driven Twitter application.  Woo hoo.  One of the things I’m doing is mocking up my JavaScript API and having it return example JSON data to build the

  READ ARTICLE
287 words ()