Categories
App Reviews News Resources Tips

Getting 22 Gig’s of Space in the Cloud [Updated 06-14-2016]

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, […]

Categories
App Reviews Develotweets News Resources

Linux – A powerful System and a technology Empire.

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 […]

Categories
Resources Tips Tutorials

Making your videos responsive to screen resolution with JQuery

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(); […]

Categories
Resources Tips Tutorials

Installing Apache, PHP and MySQL in Ubuntu 12.10

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 […]

Categories
App Reviews Resources Tips

The Best Free Design Software in the Web.

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 […]

Categories
Resources

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.