Category Archives: web development

Introduction to JavaScript Source Maps

Another in depth write up by Ryan Seddon, aka The CSS Ninja. Have you ever found yourself wishing you could keep your client-side code readable and more importantly debuggable even after you’ve combined and minified it, without impacting performance? Yep. Tweet

Also posted in link, programming | Tagged , , | Comments closed

Introducing Web SQL Databases

Introducing Web SQL Databases by Remy Sharp The Web SQL database API isn’t actually part of the HTML5 specification, but it is part of the suite of specifications that allows us developers to build fully fledged web applications, so it’s about time we dig in and check it out. I wasn’t aware this existed; but [...]

Posted in web development | Tagged , , | Comments closed

I’m Pirating the Next Version of Windows

Justin Cunningham writes what I think a lot of people experience: It takes less time than to buy it, I don’t have to deal with the broken Live login system, and the BitTorrent downloads are faster. I only know this because I had to download an ISO after one of my discs became unreadable, and [...]

Also posted in annoyances, link, thoughts, user experience | Tagged | Comments closed

The Introduction of an Alpha Channel

Mavenous studios code lab: HSL and HSLA are absolutely amazing. HSL (Hue Saturation Lightness) is a much more intuitive method for defining colors, in my opinion. Rather than defining your gradient from one colour stop to another. You can transparency with a simple gradient overlay on the colour of your choice. This makes it much [...]

Also posted in design, link | Tagged , | Comments closed

CSS Creating Triangles

Jon Rohan writes how to create a triangle using CSS: Few people realize when a browser draws the borders, it draws them at angles. This technique takes advantage of that. If I wanted to create a down arrow I can use the following /* : top right bottom left */ border-color: slategray transparent transparent transparent; [...]

Also posted in design, link | Tagged | Comments closed

The power of immersion

There’s a lot we’ve learnt from gaming in recent times. Innovation with rewarding players with badges, to understanding how to push the user just the right amount in developing their knowledge in an application. I think another great example of creating a great user experience comes from the newly released Uncharted 3. Tweet

Also posted in my life, thoughts, user experience | Tagged , , | Comments closed

Mobile Web Apps

John Gruber makes a good point But think about it this way: it’s Apple that has created the best, by far, platform for mobile web apps. It’s Apple that created the “Add to Home Screen” feature in Mobile Safari, which allows mobile apps to appear on the home screen as peers to App Store apps. [...]

Also posted in iOS, thoughts | Comments closed

Page optimized by WP Minify WordPress Plugin