Categories
Tips Tutorials

How to Avoid Having Sensitive Data Exposed

There are few reasons why you have to have sensitive information inside a class, but the one in the top of these reasons is because many hosting services does not allow you to have access to your root folder or even to your php.ini file. This is a big problem specially if you have a […]

Categories
Tutorials Video Tutorials

How to Create a PHP Class

PHP is shifting into a mayor coding method, from procedural scripting to object oriented scripting, Class is one of the most important aspect your need to learn to take advantage of this shifting. PHP is not the same as it was before since PHP 4+. Resource: Hello World Class Over the years I found myself […]

Categories
IE Solutions Tips

XMLHttpRequest error in IE8 and 9

Don’t you hate when everything is going smoothly with your website, you haven’t done anything to it, it is the same since forever and suddenly…. Your ajax is not working in Internet Explorer. Suddenly customers start calling that they cannot log in, or documents are not displaying; A complete mess!!. Well it happens to me […]