Typeahead.js for jQuery – Twitter’s Flexible Autocomplete
Is Twitter enjoying Open Source more and more? For years they weren't to be seen, then they released Bootstrap to the community and now they are pushing out new projects regularly. ...
Is Twitter enjoying Open Source more and more? For years they weren't to be seen, then they released Bootstrap to the community and now they are pushing out new projects regularly. ...
Alright folks, we are back with yet another Content Management System review. As always, I shall be reviewing a CMS and assessing its usability and performance for creating a ...
You certainly know the XMLHttpRequest object, with which it is possible to communicate with a web server from inside an HTML document and have it updated without the need for ...
Astonishing things happen inside the development community. It keeps pushing out tools at an hourly rate, where some tools become essential and others are never again heard of. ...
Thanks to the canvas element and the drawing capabilities of JavaScript we can calculate and present graphics inside the browser. That way drawings can be animated onto a website. ...
No matter whether you like the design style of iOS or you don't. We need not participate in the ongoing discussion about sceuomorphism. One topic cannot be disputed. I'm talking ...
You know that you can tilt HTML elements into the shape of a parallelogram using the CSS3 property "transform". Nice, at first sight. But then, calling "transform" on a picture ...
Onlineshops have them. I particularly like the product pictures over at Amazon. Hovering the pictures with your mouse enables a zoom effect that shows a larger portion of the ...
Calculating time values and displaying them correctly is not child's play. There are lots of different units (Year, Month, Day, Hour etc.) and - more disturbing - different systems ...
CSS makes it easy to address child and sibling elements. Parent elements cannot be addressed by the use of CSS though, at least not today. CSS4 will introduce this possibility, but ...
Here at Noupe, we evaluate content management systems frequently. Having covered MODX, Concrete5 and Joomla! just recently, we will now share a deeper look into Habari. Unlike ...
The new features of HTML5 offer online and offline events that can be queried to check for an existing internet connection. Especially web apps need to be able to rely on the proper ...
Tooltips are a square deal. They allow for the placement of important information just in the very location this information is needed, regardless of screen real estate. ...
Today, I shall be focussing on yet another Content Management System. In previous months, we have discussed MODX and Concrete5. In the following article, I will turn your attention ...
With the introduction of CSS3 we are able to use animated hover effects and other transitions. These transitions can be induced through the use of so-called easings. Easings differ ...
Responsive webdesign aims to present websites in the best possible way, even if viewed on mobile devices. Images are usually simply scaled down in that approach. If you use images ...