Tag: PHP

  • PHP QR Code Generator evolves!

    PHP QR Code Generator page is the most visited page on my blog. It has evolved from a small page with a few features into a full featured real time generator on which you can choose from a lot of actions for your device and create different image types, even vector images. As far as…

  • Oh, Smashing Magazine, what hast thou done?

    PHP QR Code Generator page was posted on the twitter account of Smashing Magazine, and the traffic of this humble blog has risen twenty-fold! Not that I am complaining… 😉 The page seems to be useful to a lot of people, so I will probably add new features to it when I find spare time.

  • New PHP QR Code Generator Page

    Checking my blog stats, I saw that most people come to my Real Time QR Code Generator PHP Function post. So, I decided to create a decent page for QR Code generation instead of linking to a URL which accepts only base64 encoded variables. The new page is PHP QR Code Generator page, and now…

  • PHP Captcha 1.0 released

    Today I am releasing PHP Captcha 1.0. The main difference of PHP Captcha from other free or paid PHP implementations is, that it is written to utilize ImageMagick functions through the wonderful MagickWand PHP API to create CAPTCHA images that are hard enough for bots to crack, while more readable by humans than the others.…

  • PHP Captcha beta testers needed

    UPDATE: PHP Captcha 1.0 is released. Thanks to all who beta tested it. I have started a new project named PHP Captcha which will be released as open source. It will be a PHP Captcha implementation which will use ImageMagick instead of standard PHP GD libraries. It purpose is to create less crackable CAPTCHAs than…

  • Real Time QR Code Generator PHP Function

    UPDATE: Please read this post. You will be able to create more different images now! If you have read my earlier posts, you must have seen that I am excited about implementing QR Code to my projects. These mostly include my work projects. Today I have discovered that Fukuchi Kentaro, who is an assistant professor…