Everything Linux - Web Development, Linux Administration and Networking

October 20, 2006

online framing software

Filed under: Applications, Blog — bpeh @ 10:24 am

Yourframer is a picture framing application that enables the user to upload their own images and frame it online. The user can match the matboards colors and frames till they are satisfied before purchasing the materials.

The entire application is developed using Object Oriented PHP, PEAR, AJAX and XML.

http://clubframeco.com/smartFramer.html

Its amazing how prototype is integrated so tightly into the application. I’ll be extending the application to include image downloading from other internet sites… hopefully one day, many websites can send files over to the program in just a click. Any comments welcomed.

June 8, 2006

Website Ranking Using Google API and Pear:SOAP

Filed under: Applications — bpeh @ 9:54 am

Google implemented a search API in 2002 for web developers to do Google search within their own website. By using SOAP (Simple Object Access Protocol) procedures, the API allows the search and results retrieval to run in the background.

I have implemented a google search function in this website using PEAR SOAP.

http://web-developer.sitecritic.net/google_api_search.php

download the source code - google api search with pear soap

Powered by WordPress