Ordering CSS3 Properties

While writing CSS3 properties, generally we try to put the Vendor prefixes at the beginning and  the ‘real’ property at the last. It should look like this: .not-a-square { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } But what will happen if we do it ...Read More

Easy photo sharing with Yogile

There are many photo sharing website and is very difficult to decide which one to use. At first glance there are all the same. But when you need something special you begin to search almost the impossible. Yogile is a new photo sharing service which helpsyou ...Read More

How to get remote file size by CURL

CURL is one of the familiar debugging tools for web developers. Basically it is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, ...Read More

XAMPP

If you are a web developer you need to test your website. For this you will need to install a webserver, PHP, MySQL, etc. You can install them manually, but you will lose a lot of time and is not worth it. It’s not ...Read More

WP Robot

When you have a blog with a lot of traffic, it is really hard to take a few days off for a vacation. The alternatives are to ask a friend to post for you or to install an autoblogging plugin. One of the best plug-ins for ...Read More

Prestashop

In our days is really hard to find good and free scripts. Especially when you search for a script for e-commerce. Last month a friend asked me what script i can recommend for him. He wanted a free script for a small website where ...Read More

MonoQL

Tired of that old and sluggish phpMyAdmin? Maybe not, but I surely had enough of it, and today MonoQL surely came to me at the right time and in the right place, just like a wave of fresh air in the middle of Mexico ...Read More

Agile Uploader

I love smart scripts. I really enjoy when I get to earn more time for thinking, instead of working on repetitive tasks. For example, let’s think about image uploading and resizing. No matter what I use to resize the files, this operation requires my ...Read More

jMapping

I know it doesn’t sound right, but I think that Google Maps is now more important than Google’s notorious Internet search service. Obviously, I have my reasons, and the most important of them is the fact that you can’t spam Google Maps… … and ...Read More