This is a really awesome jQuery Plugin with which you animated text to appear as it would be typed by a human. I used this plugin on wishlist.robinglauser.ch to add a typing animation to the header text. http://www.mattboldt.com/demos/typed-js/
On canistream.it you can check whether you can stream/rent/buy a film on Netflix/Amazon/Hulu and more. If something isn’t available now you can let yourself be reminded when it gets added to your preferred service. The only downsite is that I can’t choose the region from where I’m using Netflix/Google Play. Because of this not all Netflix Links work, because some films are … Read More
A really great guide to css which explains everything from the css box model over typography to css transitions. And there’s more coming soon. http://adamschwartz.co/magic-of-css/
https://placekitten.com/ Placekitten provides you with placeholder images of cute kittens. You can even specify the height and width of the image via the links for the placeholder. http://www.fillmurray.com/ The same as above but with pictures of Bill Murray. http://www.placecage.com/ With this placeholder service you can get images of Nicolas Cage. You can even specify the type of image you want to … Read More
To prevent that your user signs up with a wrong mail address you can either let the user type it twice into a form or use something like Mailcheck. If you use this library and the user types in “me@gmal.com”, it will suggest “me@gmail.com” as a correct address. https://github.com/mailcheck/mailcheck
On 3v4l.org you can test your code snippets with multiple PHP and HHVM versions. You can also compare the performance of the different versions. http://3v4l.org/
In this tutorial I’d like to show you how to install and switch between multiple PHP version on Ubuntu. You should also be able to use this on other distribution, but you may have to adjust some of the commands and paths (apt-get, apache2). So let’s do this. To get set-up we first need to update our packet list if … Read More
Some time ago I searched for a plugin with which I could add modals with input fields to my websites and interpret the callback. This was when I found http://bootboxjs.com/ a library which provides exactly this function. Using it is super simple: But you can also create custom dialogs: Still not convinced? Try out some more examples or visit the main plugin site: http://bootboxjs.com/
If you found a PHP snippet which you want to test or if you want to try something quickly, I just found your perfect tool. The name’s Run-PHP-Code This little tool provides you with a editor and the output in the browser. So you can just run your snippet to test how it works. Also it’s really handy to showcase something, as … Read More
As you may know I really like to use Bootstrap to create simple websites. However if you want to sketch something without the “design feeling” Bootsketch may be perfect for you. To install it just go to their Github Repository and follow their instructions under “Usage”. A nice extension for it would be to create a web app where you can drag … Read More