One of the main reasons I started this blog is because as a developer, when I defeat a bug, no one really cares. At best, perhaps an end-user cares, but your friends and family do not, even if they may listen patiently. After a few hours of fighting an issue with image caching, I have
more »
Posts Tagged ‘PhoneGap’:
Image Caching Issues with ImageFilter
Hardware Acceleration for iOS Web Apps
In researching how to create a few 2D animations, I stumbled across the following webkit transform for CSS3: *{ -webkit-transform: translateZ(0); } I put it in my CSS at the top, and all of the sudden, it seemed like all of my transitions were performing smoother. I’m not sure if it is in my head,
more »