Most builders spoil themselves with enjoyable command line utilities to make their work simpler and extra environment friendly. One such command line helper permits builders to all the time present the git department within the command line. How will you get the present department? With this helpful snippet:
git department --show-current
It is nice to maintain this snippet round for any automation you might create transferring ahead!
LightFace: Fb Lightbox for MooTools
One of many net parts I’ve all the time liked has been Fb’s modal dialog. This “lightbox” is not like others: no darkish overlay, no obnoxious animating to measurement, and it would not attempt to do “an excessive amount of.” With Fb’s dialog in thoughts, I’ve created LightFace: a Fb lightbox…
CSS Animations Between Media Queries
CSS animations are proper up there with sliced bread. CSS animations are environment friendly as a result of they are often {hardware} accelerated, they require no JavaScript overhead, and they’re composed of little or no CSS code. Very often we add CSS transforms to parts by way of CSS throughout…
Animated AJAX File Deletion Utilizing MooTools
I am an enormous fan of WordPress’ methodology of particular person article deletion. You click on the delete hyperlink, the menu merchandise animates pink, and the merchandise disappears. Here is the right way to obtain that performance with MooTools JavaScript. The PHP – Content material & Header The next snippet goes on the…