-
jQuery
jQuery Submit Form Example
Forms are probably the most common elements of UI design. When using forms, we usually need to perform some actions…
Read More » -
CSS
CSS Input Type Text Example
In this example, we’ll have a look at how we can style text inputs. Text inputs are very common in…
Read More » -
Angular.js
AngularJS Project Essentials
You’ve read the tutorials, watched the online demos and wrote the to-do list app in Angular. Now you’ve been assigned…
Read More » -
HTML5
HTML5 Slideshow Example
In this example, we aim to have a closer look at slideshows with HTML5. Slideshows are a good way to…
Read More » -
JavaScript
A Java Developer’s Perspective on the Power and Danger of JavaScript’s Object Prototype
In the Anti-Patterns section of the book Learning JavaScript Design Patterns, author Addy Osmani calls “Modifying the Object class prototype”…
Read More » -
Angular.js
Angular.js Table Example
Hi there! Today we ‘ll examine a simple table solution, using the Angular.js framework. Suppose we want to display a…
Read More » -
Python
Python: Refactoring to iterator
Over the last week I’ve been building a set of scripts to scrape the events from the Bayern Munich/Barcelona game…
Read More » -
HTML5
HTML5 AutoComplete Example
In this article I will show you an example on how to create an autocomplete input using HTML5. First I…
Read More »