|
Problem: Over the past several years our clients property management business has seen tremendous growth. Unfortunately the existing application did not have the proper field validation methods, to ensure that agents and clients were properly adding accurate property data such as the City, State, Zip codes. The company was seeking to correct each indiviual record. Soltuion: To solve this problem we wrote a PHP program in combination with CURL remote scripting to connect our program with Google's web service. Using the street address from the database we were able to obtain the City State and Zip from Google and updated the record on the database accordingly. PHP / MySQL Database CURL Remote Scripting Google XML Web Service Integration |
The CEO of the company wanted to be able to create custom legal contracts, that would be made avaliable to company administrators but not the agents. Contract templates would need to have dynamically populating fields (customer name, customer address) using an easy to manage "Microsoft Word" like interface. PHP / MySQL Database TINYMCE WYSWIG Editor Custom Javascript Module to insert dynamic content place holders Contracts must be able to populate data dynamically. End Users must be able to save contracts in PDF and Microsoft Word Format |
|
Casapormenos was seeking to add up to date foreclosure listings on their website. The foreclosure listings were stored on a thrid party web site (Partnering Title Company) in CSV format. Solution: Using CURL we were able to write a program to access the remote data. Using PHP and regular expressions we wrote our program to extract the data that we wanted to display on CasasPorMenos site. For the property images for each property we wrote a program to obtain the satelliete image from google maps for each property. PHP CURL Remote Scripting Google Maps Integration Regular Expressions Data parsing CRON jobs for data updating Javascript/ AJAX for userinterface |
Storefront website with simple contact form, new employee form, and administrative login to manage the incoming data. (This site is no longer online, please refer to screenshots for sample). PHP My SQL Database |
|
|
Flash Introduction A online contractor directory, to be managed by the site owner. This site was developed in 2006 and may no longer be online Flash Actionscript PHP / MySQL Database |
|
A program/script that consumes Amazon Web Service. The project was to develop a script that is meant for the client to sell. The script would allow users to search and sell Amzon products directly on any website. The interface is completely transparent so site visitors would not know that the products were being sold from Amazon, this is so that the site owner could obtain Affiliate compesation for each sale. PHP/ CURL REST Remote Protocol and XML. |
Agent Booking System Allows agents to place a reservation for client. The application also allowed the agent to set all third party fees, as well the comission. The system also had a built in email auto responder to notify the client of the reservation and the property owner that a request for a reservation was made. PHP / MySQL Database Multiple Email Autoresponders |