Category: HTML5

  • iOS ‘native’ web apps with HTML5

    I’ve been considering iOS development recently but I don’t have a Mac on which to develop. Alternatively, I have been looking into HTML5 ‘native’ web apps. These are web apps that look and feel like native iOS applications. I am using my Batch Image Resize web app for my R&D on this topic. Installation The […]

  • Integrating Google Web Fonts

    .post-434 { font-family: ‘Jura’; } Historically, web designers have been limited to the fonts they can use in live text. Enter Google Web fonts. This will allow you to integrate any website. I have used the Google Web Fonts API to integrate the Jura font for this post by adding the following to my HTML: […]

  • HTML5

    I want to stay ahead of the curve when it comes to HTML5 and everything it has to offer so I’m using this blog entry to chronicle my research and any cool tools I find around the interwebs. I found this nice sandbox the other day http://rendera.heroku.com/. They have some nice example and am learning a […]