-
CSS
CSS Horizontal Menu Example
The aim of this example is to show how we can create beautiful horizontal menus using a bit of html…
Read More » -
Python
Python Decorator for Simplifying Delegate Pattern
Recently, I posted about how you can use composition instead of inheritance, and in that article, I mentioned the Delegate…
Read More » -
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 »