If you are the kind of person that carries a lot of flash drives in your wallet, backpack or laptop bag and have a Smartphone, then you are probably loosing data from time to time, when a flash drive fails or gets corrupted with a file. If you have a Smartphone with plenty of space, […]
Category: Resources
You probably use it without knowing it… check this: Over 850,000 devices in the World uses Android OS, base in Linux 8 out of 10 Financial Trades are powered by Linux 9 our of 10 Super Computers in the World are powered by Linux Google®, Facebook®, Twitter® and Amazon® are powered by Linux From over […]
This is a nice piece of code I found in Stack Overflow, but I love the solution posted by Darwin in October 12 2012 and I tweaked to fit my needs and here is my code: function adjustVideoRatioToParent(arr){ var element = (arr.e === undefined)? jQuery(‘iframe[src*=”youtube”]’) : jQuery(arr.e); //set element or elements var eParent = element.parent(); […]
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 […]
xTags Class
This is my first class and I hope you enjoy it. With this class you can dynamically create html and xml tags using PHP. To see how to use it click here. To download click here. To see a sample of the code click here.