Google has an undocumented means of linking a user to create an event on their calendar. It’s pretty simple once you figure out the parameters:
You’re minding your own business, when suddenly: Great, an error in a compiled view. Wouldn’t it be awesome if we could click the stack trace, and open that file and line number immediately in PHPStorm? The answer is yes, it would be. In fact, this feature is so useful, hacky workarounds have existed for years […]
If you’ve finally made the upgrade to Laravel 5.4, you may have been greeted with an ambiguous error message like this one: If you’ve hit this error, odds are you are registering middleware in a service provider or in your application at runtime. Perhaps something like this: The underlying issue is that the Laravel router […]
VeeValidate is a plugin for Vue.js offering a suite of form validation tools. A common validation for password fields is to ensure two fields, one for the password and another for the confirmation input, actually match. If you looked over the list of stock validators and didn’t see it, the confirmed validator (although, perhaps oddly named) […]
Fix an issue where Zend Framework errors out on PDF invoice generation.
The createEntityTables() method has been broken for quite some time now, and in version 1.7 it still has some issues to be fixed before being used.
The default text for configurable product options in Magento is too verbose. This article covers how to change the default text without extending or modifying core code.
How to solve an issue with a corrupted user directory taking out your precious borders and menus without warning.
You have a selection. Now you want to alter it by adding or subtracting to it while keeping the rest of the selection. Here’s an easy shortcut to do just that.
A quick fix for installing Adobe Flash on Ubuntu 12.04’s Chromium application.
You want to install a plugin on your local machine to test it out before pushing it live. Trouble is, WordPress is inconveniently prompting for FTP or SFTP credentials. Let’s solve that.
Solve an issue where Magento will attempt to install itself, even though it’s already installed.
The official method of updating a module is to create an upgrade script. But when developing, that’s too much overhead. Let’s just cut to the chase and force Magento to reinstall our module SQL.
An extremely annoying bug involving Magento not showing your categories in the product edit menu, solved.
Solve an issue where Magento shows an error when it is not able to access stock data.
When working with Magento imports it’s possible you’ll see this error crop up. The solution is a simple fix.
A guide to disable the administration notifications in Magento 1.6.1.
A quick fix to the locate command not working as expected in Ubuntu. Fixes Ubuntu files not showing and also gives a solution to removing host files (In this case Windows 7) from the search results.
An all-inclusive guide, from start to finish, on creating a package and theme in Magento 1.6.1
Solving an APC extension error when using Zend Framework. Goes through the process of installing APC and properly including it in your PHP configuration in Ubuntu.
How to fix the ‘Header’ error in Apache 2, running Ubuntu. Features a quick-fix of enabling the headers module.
A solution to removing the last trailing divider in a WP_Nav_Menu. This is achieved through a WordPress function that adds a unique class to the last menu item, which can then be used to set the display property to none on the last divider.
A linguistics lesson in Hebrew and a tutorial on the scope resolution operator, all bundled into one.
A guide to accessing the current URI components in different parts of a Zend Framework application: the view, controller, and in your library. This tutorial makes use of the request object and the ServerUrl view helper.