An interesting read, beware of evil hax0rz, they are getting smarter and smarter! Read about Tabnabbing: A New Type of Phishing Attack at azarask.in. Read More →
There you go, a function that will generate a QR Code with the help of a function hosted on the Google API servor. function generate_qr($url, $size ='150', $imgsize = false, $EC_level='L', $margin='0') { $url = urlencode($url); ...
June Offer JW Player License Discount Get 60% Off all player, skin and plugin licenses If you use the JW Player™ on a site that: Runs ads; promotes products or services; or is owned by a corporation, then you should purchase a license. Plus, a license will allow you...
So a thing I was trying to do for quite some time now but using php and rexep, which I hate and don’t understand at all, was trying to change the location (href) of all the external links on my page to something else so I could easily track the clicks. Or maybe...
Hey guys! If you still don’t have your invite for Google Wave, I’ve got a good news for you: I’ve got like 25 invites and will give them away. Just post a comment with your email address! Read More →
So you have an array, let’s call it $array. $array = array('one', 'two', 'three'); And you want to do a MySQL query that will check if one of the values in the array are present or similar or whatever. In PHP it would look like this: if...
If you are wondering what a Belcher Button is, it’s that ugly button that you see on sale pages usually. The one on the thumbnail. Yes, that BUY IT NOW / ADD TO CART button, that people tend to click in order to purchase what you are selling. If you still don’t...
I’m developing my very own mailing list system and need you to help me test it All you have to do is subscribe to it on the right, it is free, quick and doesn’t hurt (you will also get a verification email, which you should check and click the link included). Since...
This is what I’m going to show you how to do: This is Kakashi from the Naruto anime. It’s a nice effect that can be used for many things, for a nice gallery or something. You could combine this with some JS, add a hover effect to the picture and have...
I’m going to show you a very simple method for finding out if a number is even or odd in php. You could use this for many things but usually this is mostly used when you have a, let’s say, table and you want to color the background of every second row differently. The...