idProjections.com - Freelance Designer, Coder, and Developer

Hello! My Name is Kyle Knight and I'm a Web Developer.

Kyle Knight - Web Developer

Posts Tagged ‘PHP’

jQuery .load() & UI Sortables AJAX/PHP Fun!

Wednesday, January 21st, 2009

So, I’ve been pretty neglectful of this blog, but I have a hard time trying to figure out what to write until I started doing some searching the other day trying to figure out how to do a sample .post() or .load() with jQuery. I found plenty of information on how to do the JavaScript side of it, but I wasn’t able to find an example that had the PHP sample in it as well.

In this post I am going to cover .load() as well as the jQuery UI Sortables plugin. I hope this is beneficial to someone!
(more…)

Text Message Marketing Request

Sunday, January 4th, 2009

I am thinking about a project. But I need your help! I need the API for as many aggregators as possible. I have emailed them all, but so far most are unresponsive. If you happen to have any information on some companies, it would be very helpful.
I still need APIs from companies like :
http://www.slingermobile.com/
http://www.rhbrands.com/
http://www.messagebuzz.com/
http://www.cellitmarketing.com/
http://www.promotxt.com/
http://www.clubtexting.com/

And I am sure there are tons others, but it would helpful to get these for a start…

Easy Way to Log Referral IDs with PHP

Sunday, November 30th, 2008

I figured if I am going to have a blog on this site, I might as well post something informational and hopefully useful to someone so I wrote up this little diddy.

So, I was working on a recent project and needed an easy way to track referral URL uses. They weren’t going to really be affiliates, but they got a small commission off of every sale they drove to the site… so ya, I guess it was like an affiliate tracker… but I just needed something quick and easy so I came up with this little script.

(more…)