Adding Breadcrumb Navigation To The WordPress Blog
After replacing the default header and footer of your blog you end up with the nice blog, it is possible to navigate using widgets and to get back to the main blog page by clicking the link in your...
View ArticleTumblr Fcheckr – Follower / Unfollower Checker App For Tumblr
Merry Xmas and happy New Year everybody! Wouldn’t it be a geeky celebration without playing with some kind of tricky API and finding out how stuff works? Totally not, so today we looked under Tumblr’s...
View ArticleHow to Print External Images with JavaScript and some PHP
Here is the task: make images on a page printable. Not really challenging unless the images are fetched via ajax from an external server and loaded in a lightbox (Mootools MediaboxAdvanced), that...
View ArticleHow To Fix Laravel 4.0 – 4.1 Upgrade
Recently I’ve upgraded a Laravel 4 application from version 4.0.10 to 4.1.18. Despite Laravel’s website having a nice upgrade guide I did encounter few quirks that needed a little attention and some...
View ArticleLaravel Goodies
Here’s the list of packages that make Laravel development even easier. Development PHPUnit – require-dev or require in composer.json "phpunit/phpunit": "~4.0" and then run tests in cli directly from...
View ArticlePHPUnit – Integration Tests Console Output
When writing integration tests we have special group of slow tests that do a lot of stuff like performing hundreds of downloads or editing thousands of entries. In some cases one of the actions can...
View Article