Mar 18
2013
>
The first article (Introduction to jQuery Mobile), published over at MSDN, in this series looked at the subject of themes at a high level and at themes available in jQuery Mobile (jQM). In this, the third of three articles on jQM, I show how to build a custom theme using the Theme Roller, as well as look at some custom themes that allow a mobile Web application to look more like an iPhone, Android or Windows Phone application.
Read more
Mar 17
2013

If you want the background of your website to consist of more than a color, you’ll be thinking about a background image. If there’s no obvious image you should use or if you don’t want to get determined by your imagery, while at the same time being able to serve different resolutions more or less effortlessly, you’ll soon turn your thoughts on textures or repetitive patterns. Creating repetitive, seamless patterns is not easy. Pattern generators are there to help you achieve just this. We have aggregated the five most promising tools…
Read more
Mar 16
2013

Scrollable elements in websites are not everywhere, but they are not seldom either. What makes designers avoid them, if possible, is their layout-breaking ugliness. Standard-scrollbars are pushed in according to your browser’s unchangeable preference. Some guy in Redmond or Mountain View decides how scrollbars are presented. With the jQuery plugin Custom Content Scroller we need no longer waste much thought on the guys behind the browser-scrollbar. Instead, we design them to our own liking and according to the project’s design guidelines.
Read more
Mar 15
2013

Paint 4 Kids is a Windows Store app, specifically designed for kids. A simple app for coloring and drawing. You can read of the consumer’s features directly from the Windows Store site, where you can also see some screen shots. For this article, you can simply think of an app that has several drawings and you can interact with them.
Read more
Mar 14
2013

Responsive web design is undoubtedly a rapidly growing trend right now, the increasing tablet and mobile device usage has definitely been an ingredient in the success of web responsiveness. It would not be surprising to see the majority of popular websites adapt responsive web designs in the near future. Responsive websites not only enhance the user experience when viewed on tablets or mobiles, but it is mind-blowingly cool to see designs adapt to the size of a browser window as you resize it. I’ve compiled some of the best examples of responsive web design for inspiration. Check them out below and let us know your opinions.
Read more
Mar 13
2013

Complex web apps and high traffic spell doom to many a web server. Web as well as database server have to put together the right data at each new visit to deliver it as renderable HTML. No wonder caching solutions have become popular throughout the last few years. Caching means storing already deliverable content in memory instead of compiling it anew at each new hit. The duration or lifetime of cached content is configurable and should be fine-tuned according to the needs of your web project from minutes to hours to days. Quite a few web apps already are equipped with some kind of caching strategy. If you want the real deal, say a speed boost of 300 to 1,000 times faster, dedicated solutions should be considered.
Read more