When you consider use modern browser features, like advanced HTML5 and CSS3 selectors you need to be sure that the target browsers expected to visit the site actually supports the features. The website caniuse.com gives you an overview of which browser versions supports a given feature. That is nice, but this blog post How to Continue reading
webapp
Become a millionaire – write a great webapp!
Today I wrote my first “Initial impressions”. It is about a eBook which dives into AngularJS. A framework from Google offering great features for webapp developers. The future wil undoubtedly contain lots of web based apps. I expect that it may will be an importent supplement for app store based native apps. We are not Continue reading
Initial impressions from the eBook “Instant AngularJS Starter”
Instant AngularJS Starter [Instant] by Dan Menard The book by Dan Menard is a introduction to programmers who are looking at or using Google AngularJS. If you are building webapps you may consider using the MVC based AngularJS framework from Google. It enjoys a wide support on the web with great online resources, blog posts, Continue reading
Wish for 2013: Let there be more HTML5 apps
One the things I hope for 2013 is to see more HTML5 based apps. As HTML5 evolves I hope that the features found in HTML5 based apps will make the developers prefer HTML5 more than native apps. A little history – the Flash epoch I have never been a fan of Flash but I acknowledge Continue reading
Scripts.google.com makes Google an even better friend to us
“Google is your friend” – yes indeed, imagine a web without their search engine, their map, their analytics, their e-mail and more… Google is in my humble opinion a key player, taking us – the users of the web – to new hight once every 1-2 year. I would like to point to an area Continue reading
Reflecting web app settings in URL hash
As I have been experiencing with web apps I got a need to reflect the settings in the URL. I needed a way to store the state of the web app over time and to make it possibel for the users of the web app to it with others or simply bookmark it (The webapp: Continue reading
Lorem ipsum – dummy text, and images
During the process of creating a new webpage you focus on building a layout or a prototype which lines up how the content will appear. On that step in the way to a placeholder for content it is the overall look which is important, not the actual message included in text and images. One common Continue reading
Color palette generator
http://www.cssdrive.com/imagepalette/index.php This is a cool webapp where you upload an image and the colors from the image is converted into a number of colors. That way you can extract tones and colors to use on a webdesign.