Coupling JavaScript with CSS Animations and Transitions

One of the grievances with web developers and designers has been the layers of intricacy associated with animating in CSS. Some go on to believe that the CSS animations are not as effective as they would like them to be. JavaScript meanwhile happens to be the go to platform for most folks aiming for creating powerful animations without a sweat-soaked exercise.

10 Exceptionally Reliable PHP Snippets for Developers

For PHP developers snippets come extremely handy when they have to spend long hours to code their websites and applications. These guys can swear on their advantage and the level of control and speed these snippets provide to maintain the pace of their work. PHP snippets can be valuable for any webmaster as they offer a variety of functions which can save their time and efforts when developing a site.

How to Select / Deselect All Checkboxes using AngularJS

You have seen the example in Gmail and many other web applications where they allow users to select all checkbox items by simply clicking on “Select All” checkbox. I have also created a tutorial in jQuery which you can find here. Today let’s create the same using AngularJS.

Useful CSS3 Hover Effects for Picture Gallery

If you are creating some sort of image gallery, you might be want to add some cool transition effects to your pictures, while displaying the information content. Most of you may know that we can accomplish these effects only using CSS3 animations, so we will not be requiring any JavaScript code in this tutorial, let’s get started!