Impossible is a world that only exists in your insecurities, but that it easily overcome when you step on it and believe in yourself. ~ DG
Browscap.php – how to use it!
The Browscap.php is a powerful code but it has some minor things easy to fix in order to work properly with your PHP5 scripting.
Preparing your new Ubuntu 12.10 computer for web developing can be intimidating, especially if you are not used to Ubuntu or Linux environment, as I am. There’s a lot of help from the community but sometimes they are kind of rough when someone like me ask a noob question, but hey!… at least they answer […]
Start designing can be a little hassle, specially for students. Of course, the cost for an Art certifications are way over prized in the US. For example, an Associate Degree in Full Sail, Florida – Maybe the best option if you want to have hands on into new technology, can cost $80,000.00. If you don’t […]
Viewing Netflix in Ubuntu 12.10
I thought this was not possible but I found this tutorial in TechRepublic, was an answer from heaven. Basically is telling you that you need to do it through Wine, a virtual machine, but it runs like a native application. Please follow the link and like this tutorial http://www.techrepublic.com/blog/opensource/how-to-get-netflix-streaming-on-ubuntu-1210/4019 Have a great movie night! Raphie
Hi, good day everyone! Today I was finally setting up my Filezilla in my full Ubuntu 12.10 server, and obviously things are a bit different in this OS. For example, even though I installed Filezilla in my computer this does not means that Filezilla has privileges to any folder, either in the root. For Windows […]
There are many ways that you can control how variables are accessed in your Class. The most common is using Constants but the problem is that constants are public an can be accessed using: echo FOO::CONSTANT; Let say you want to have more control of your variables. One way you can do this is a […]
Data Injection
Database Injection alert has become a pain in the back lately, after the resent SQL injection against MySQL main website, I start researching about Data Injection myself and I found a lot information that might be helpful for many my fellow designers and coders. What’s A Data Injection? If it’s the first time you heard about […]
Wow, I’ve been trying to do this for almost a week and a half and finally I got it. I Google it!, StackOver it and nothing gave me to possibilities to have my localhost Windows Vista IIS7 with the latest ImageMagick Q16 and PHP extension working properly. But know I have my IIS7 PHP running […]
RegExp Filter For URL’s
I was trying to get a nice short Regular Expression to filter and validate the url’s entered by an user in an form, and finally I come up with one that you can use as your first pass filter that its been working fine for me. It’s not a perfect one, but at least filter […]