UX, Javascript, WordPress, Drupal, more..

Category Tutorials

Advanced Search in AngularJS – Part 1

In our previous post we had discussed on how to do a Basic Search in AngularJS using built-in angular filter. Now lets see how to make an advanced search in AngularJS. We split this into two parts. Part 2 will be even more advanced. Demo… Continue Reading →

CSS arrows Sass mixin

Using pure CSS arrows is good for performance and cross-browser compatibility. Creating CSS arrows with Sass is even easy to maintain. Markup <p>Awesome pure CSS arrows using Sass!</p> Sass mixin $default-direction: right; $default-color: #69f; $default-size: 0.4; @mixin css-arrow($direction: $default-direction, $color: $default-color, $size: $default-size)… Continue Reading →

AngularJS in 20 minutes

A presentation by @Dan Wahlin on AngularJS. Much better and quicker than official PhoneCat example!

IGNOU MCSL-054 practical exam 20130716 OpenGL program

OpenGL program with C++ was easy to write using Microsoft Visual Studio. IGNOU MCA student has to write one OpenGL program during their practical exam.

Java-JSP Environment Setup on Windows

Glad to see you got interest in Java! When it comes to web development using OOP (Object Oriented Programming) most of the time you have seen that people prefers to use Java language for JSP (Java Server Pages) development. To… Continue Reading →

Cross Browser custom font

Designers and Developers generally go with traditional uni-platform font families ie. Arial, Helvetica, san-serif. But if we use a custom font in design it is also easy to integrate in our webpage. Method 1 – @font-face in CSS @font-face {… Continue Reading →

© 2024 Web Design Colors — Powered by WordPress

Theme by Anders NorenUp ↑