Featured Posts

Adding HTML Signature to your iPhone 4 without Jailbreaking itAdding HTML Signature to your iPhone 4 without Jailbreaking... One of the features missing on the iPhone is HTML signature for Mail, and if you are using two different email addresses like me you probably want to have two different...

Readmore

Play Tetris Using Mac Leopard TerminalPlay Tetris Using Mac Leopard Terminal Terminal Tetris is actually part of the Gnu Emacs and is something you should able to do on any unix system that has Emacs on it. I attached text and video instructions. To...

Readmore

Automate a Remote Login Using SSH - LinuxAutomate a Remote Login Using SSH - Linux To do just that you need to create SSH Key Pair 1. we need to use ssh-agent to create an SSH key pair. To do that run this command: ssh-keygen -t rsa When prompted...

Readmore

Free Google Wave InvitesFree Google Wave Invites Do you really want a Google Wave Invite but don't want to pay $$$ on eBay??? I got one for you.... The deal is: I give you an Invitation and once you get it...

Readmore

Start Google Chrome in Incognito ModeStart Google Chrome in Incognito Mode I'm Using Mozilla FireFox as my default web browser But I like using Chrome for Private Browsing. Google Chrome doesn't provide an option to load Incognito by default so...

Readmore

Cool Geex Rss

SendGrid API – PHP Library

Posted on : 01-09-2011 | By : Cool Geex | In : API, PHP / MySql, SendGrid

0

Like promised in my last SendGrid post here, I’m extending SendGrid PHP Library.

The new github project hosted here:  https://github.com/alonbendavid/SendGrid-PHP-Library
Now includes Newsletter and Web API’s

SendGrid Newsletter API – PHP Library

Posted on : 31-08-2011 | By : Cool Geex | In : API, Cloud, PHP / MySql, SendGrid

0

SendGrid is a cloud-based email infrastructure relieves businesses of the cost and complexity of maintaining custom email systems.

SendGrid provides reliable delivery, scalability and real-time analytics along with flexible API’s that make custom integration a breeze.

The only thing is that SendGrid is a new company and no one yet created a good PHP library for their API.

Today I created one and published it on github.com , in the near future I plan to complete the full library for all of their services.

You can find it here: https://github.com/alonbendavid/SendGrid-Newsletter-PHP-Library

Rackspace Cloud DNS API – PHP Class

Posted on : 30-08-2011 | By : Cool Geex | In : Cloud, PHP / MySql, Rackspace

1

I love Rackspace cloud, I use them for all of my projects.
The only thing that lack with Rackspace Cloud is a good DNS control panel.

Recently Rackspace announced the Rackspace Cloud Domain Name Service (DNS) API

This service will allow customers to programmatically create and manage their DNS records.

I looked for a PHP class and I found php-cloudDNS on github.com. The class is pretty great but misses few functions and US cloud support.

So I forked it, edited it and submitted it here : https://github.com/alonbendavid/php-cloudDNS

Check out sample.php for code samples.

PHP Email Address Validator

Posted on : 10-08-2009 | By : Cool Geex | In : PHP / MySql

0

email-validator

Few Years ago I wrote an email validator function for sites forms, one that I used until I found email address validator from Google Code.Enjoy the code by clicking the download now button.