Posts Tagged ‘PHP’

Control Google Voice using text messages

By Chad • Feb 26th, 2010 • Category: Projects

Google Voice is awesome. I can’t stress that enough. Last week I demonstrated how to make it do some pretty neat things when paired with a web server and Android device, but what if you don’t have mobile web or a super phone?
As it turns out, one of my fellow Kansans had this issue but [...]



How to get remote page titles

By Chad • Aug 28th, 2009 • Category: Projects

If you’re an amateur web developer and have an application where you need to get the title of some other page, you probably know that doing so is no easy task.
Several of my applications already do this, but to make it easier for other developers and my future need, I made a service called Get [...]



Open Source Image Sharing Script

By Chad • Jan 28th, 2009 • Category: Projects

A while back I tossed together an image sharing service I hoped to turn around and sell for a good profit, but as it turned out, this recession thing is effecting than just banks and manufacturers. That and I discovered the market is saturated with crappy competing services that are going for pennies.
Instead, I [...]



PHP Login Script

By Chad • Jan 6th, 2009 • Category: Projects

Several sites I am working on required some kind of authentication using PHP, but since the sites were entirely custom coded – and needed to be to serve their purpose – I was unable and unwilling to use a CMS just to have user registration and logins.
My solution was to come up with a PHP [...]