If you find that your mod rewrite is enabled, but doesn’t seem to be working you may need to add this little bit of code to your httpd.conf file. AllowOverride All It’s possible your file might have the following: AllowOverride ...
If Plex Media Server can’t find your files which are located on a separate hard drive other than the hard drive Linux is on chances are it needs to be mounted. This how to will be focused on Ubuntu, but ...
Google recently released an Android Studio. Developers have been wanting this for sometime now. I was super excited to try it out and after installing it wouldn’t open. I did some searching and some people are having problems with it ...
First you’ll need a Netflix account. If you don’t have a Netflix account and want to sign up, but can’t because you’re overseas this is where Spotflux also comes in. Secondly you’ll need to install and run Spotflux. Your internet ...
After upgrading my xampp installation I had issues sending email. I wrote a small test PHP page and it was saying my emails were being sent, but I never received them. Obviously something was misconfigured. I thought I correctly edited ...
An interesting website displaying wind direction information was floating around the internet and I thought I’d share with everyone. It’s neat to visually see patterns the wind makes throughout the entire U.S. There isn’t too much to the website, but ...
In this tutorial I will explain how to fix the SoapClient error and why it happened. My server threw this error after enabling the FedEx shipping option in Magento running 1.7. I isolated the issue to the FedEx shipping option ...
In this tutorial I will explain how to upgrade the Magento ecommerce solution from 1.6 to 1.7 using Magento connect.
I wrote some code to dynamically generate an email message based on the names of form elements being sent through post. In this post I’ll describe how it’s done. The foreach loop grabs the keys from the post array. An ...
For me it’s difficult to retain and grasp the programming concept, especially if it’s new, if I don’t understand the why behind the concept. I didn’t understand how to properly use AJAX in WordPress. I started searching google and found ...