During my work on one of my project, I faced a strange issue. At the begin, I used the jQuery UI Draggable and inside the container <ul id="sortable"> <li>HTML CODE HERE 1 + some [...]
This pseudo-class matches elements on the basis of their positions within a parent element’s list of child elements. The pseudo-class accepts an argument, N, which can be a keyword, a number, or [...]
Personal cloud is new, but is catching up faster that anyone would have imagined. Big data and data in the cloud are no longer unknown. With more and more people and companies spending more and [...]
10 Awesome HTML Text Editors For Developers! An intuitive and feature-packed text editor is just what the doctor ordered for any developer. The modern day web apps have brought about a dramatic [...]
15 CSS Tools That Will Really Simplify Your Work! From CSS menus, animation to 3D objects on websites, web designers today create all of them. At the core of this is often a well implemented CSS [...]
CSS3 has changed how web pages are styled. Instead of having styling code with every element of your web page, you can now have your styling defined in one location and applied to all the [...]
CSS3 expands the color options available to web developers. Before CSS3, web developers has a few different color formats to choose from: 1- Hexadecimal Format 2- RGB Format (red, green, blue) 3- [...]
With Microsoft ending Windows XP support this month, we’re giving the jQuery community some long-lead-time notice on changes to browser support. First of all, don’t panic! Nothing is really [...]
In JavaScript, the special variable this is relatively complicated, because it is available everywhere, not just in object-oriented settings. To understand this, it is best to partition the [...]