Category Archives for frontend development

Responsive google maps

Remember the days we used to put a static image of a roadmap on a website, usually accompanied by silly directions in case you came from the North, South or Mars? It was only some time later, when the web matured … Continue reading

27. January 2012 by joggink
Categories: frontend development, jquery, usability | Tags: , , , | 1 comment

Bookmarked responsive web resources

Responsive webdesign has been a hot topic for a while, but I tend to loose track of all useful resources that cross my path. So I’ll try to make list them up. Feel free to share resources you find useful … Continue reading

05. December 2011 by joggink
Categories: frontend development, javascript, jquery, mobile, SVG | Tags: , | 2 comments

Mobile navigation jquery plugin

Some people like to bitch and whine about a responsive web approach, others embrace it. I can’t blame them, they probably still use ajax to replace iframes… If you’re anti respsonsive you better stop reading, start looking for your credit … Continue reading

24. October 2011 by joggink
Categories: frontend development, jquery, mobile, usability | 5 comments

Willistrator: The why

It all started on a sunny day last year. I remember it well, it was pouring rain and freezing like hell. Therefore some friends and I were sitting in “de vooruit” in Ghent, talking about the revolutionary changes in the … Continue reading

10. October 2011 by joggink
Categories: css, frontend development, SVG | Tags: , | 2 comments

So I won a google chromebook

    There was a contest at the fronteers conference 2011 where you just had to fill in a form with your name, email address and the reason why you should win it. I wasn’t going to compete but a … Continue reading

08. October 2011 by joggink
Categories: frontend development, javascript | Tags: , , , | 6 comments

Do websites need to look the same in every browser?

Oldie but goldy… It can be a hell sometimes fixing a project and tweaking stuff to work in all browsers (specially IE8/7/6). I’ve given up pixel perfect designs across browsers a long time ago, because that way I can only … Continue reading

08. January 2011 by joggink
Categories: frontend development, user experience | 5 comments

Mobile development

As the mobile market continues to grow, it is essential for us, web developers, to make sure our stuff works on all platforms. As I was previously wondering how most of you are testing cross browser experience, I’m now curious … Continue reading

17. June 2010 by joggink
Categories: css, frontend development, usability | Tags: , , , , , | Leave a comment

Cross browser testing

It’s inevitable, sometimes annoying and yet, it’s part of our charming job: cross browser testing, and even cross OS testing. As frontdend developers, we want to deliver quality, therefore making sure that what we deliver is functional. It doesn’t have … Continue reading

03. May 2010 by joggink
Categories: frontend development, user experience | 11 comments

Saving a HTTP request by combining screen and print styles

Instead of defining two stylesheet links in your head tag, you can define one and for screen & print styles and divide the different styles in the one stylesheet. @media screen { body { font-size:14px; } } @media print { … Continue reading

15. December 2009 by joggink
Categories: css, frontend development | Tags: , , , | Leave a comment

JQTouch: Jquery plugin for mobile web development

This is some cool stuff. A jquery plugin allowing you to build solid iPhone webapps. If you have an iPhone you should definitely check out the examples. Otherwhise, check out this screencast, it’s really neat!

19. October 2009 by joggink
Categories: frontend development, jquery, user experience | 3 comments

← Older posts