UI (user interface) vs. UX (user experience) design. Let’s explore what differentiates UI from UX and IxD.
READ MOREAsk eloux
Have anything you want to ask me? I’d love to hear from you.
jQuery – Checking Visibility
Learn how to check if an element is visible using jQuery.
READ MOREAlternating Row Colors in jQuery
Alternating row colors in jQuery can be easily done using :even and
dd selectors. Let’s apply these selector to a list and see the effect.
SQL – Subquery Example
In some cases you can do things with a subquery that can’t be done with join. However when using subqueries, there can be performance costs.
READ MOREOdd Even Table in CSS
Using css you can improve the readability of large tables. Learn how to color alternating rows in a few lines of css code without using any server-side code or javascript.
READ MORECreating a robots.txt
By placing a robots.txt file in your root directory you can easily prevent robots from accessing your website. This file can be easily created using simple text editors like Notepad in Windows or TextEdit in Mac OSX.
READ MORERandom Lottery Number Generator
In this post I will show you how easily you can generate a random lottery number using javascript.
READ MORERandom Integer in Javascript
We, as programmers often need to generate random numbers in different application. Generating a random integer in javascript can be done using the Math.random() method. In fact it is one of the several ways that we can use to generate a random number with javascript.
READ MORESetting a Google Preferred Domain Without Getting Verification Error
If you still can’t set your preferred domain in Google Webmaster Tools, then read on to find out how to fix this error, the fix is quiet easy.
READ MOREA Better Alternative to PHP nl2br
This article explores different options for preserving paragraph formatting in PHP. It will show you how to display entered text in a textarea properly without the need for using the PHP nl2br function.
READ MORE