Currently Browsing: Web
A new type of phishing attack

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 →

Generate QR Codes with php (EASY)
Generate QR Codes with php (EASY)

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); ... 

JW Player – 60% Discount Offer
JW Player – 60% Discount Offer

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... 

Change the location of your external links with MooTools

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... 

More Google Wave invites

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 →

MySQL variant for PHP’s in_array

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... 

How to Create a Belcher Button
How to Create a Belcher Button

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... 

Help me Test my Mailing List System
Help me Test my Mailing List System

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... 

How to Have an Opaque Text on a Transparent Background
How to Have an Opaque Text on a Transparent Background

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... 

Check if A Number is Even or Odd with PHP
Check if A Number is Even or Odd with PHP

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... 

« Previous Entries