I was part of a great team that built a completely new site for rental car company Fox Rent-A-Car. Features 3rd party API integration, reservation system, and content management system based on Umbraco (built with ASP.Net, C#). Check it out here.
Category: Websites
Nitto 1320 Legends
Nitto 1302 Legends is a client based online drag racing game. I have worked extensively on this project starting 2010. Check it out at http://www.nittolegends.com
Pryme Radio Products Website
This is a brand new website for Pryme Radio Products (link). It was designed and coded from scratch. The challenge with this website is the complex product database (products model numbers are generated on the fly based on customer radio model selection), and filling the requirement of searching all compatible products by radio brand and models. Both the front-end and back-end was coded by me using jQuery, PHP, and MySQL. (*Note: IE6 support was dropped during development due to schedule and design concerns)
Screenshots
Technical Feature Highlights
- Complete tableless CSS design
- All pages are implemented using Smarty template
- Coded database-driven Flash banner and interactive scrolling menu with ActionScript
- Developed the website using MVC structure with SEO friendly URLS
- Utilized jQuery for Ajax content loading
- Built flexible database for dynamic products generation
- 99% of the images can be modified through CMS backend, and all navigation menus are database-driven
- Used Google Geocoder for on-the-fly geocoding in Dealer Location page
GiSTEQ Guardian Real-time GPS Tracker – Part 4
The last part of the Real-time tracker project involves building a website (actually 2 – one mobile phone browser version, one desktop browser version) for user to track their device without installing any client software.
After I coded the native PHP interface for accessing the central database (user login, location history…) and the PHP communication API for the trackers, we hired two additional programmers to code the website from my design.
Screenshots
Technical Features
- Developed a native PHP interface to communicate with the Webservice API via HTTP sockets
- Created a PHP interface to communication directly with the GPS tracker hardware via HTTP sockets. It abstracts the complex native hardware commands and turns it into simple function calls for other programmers
- Coded a PHP implementation of the Douglas-Peucker recursive line simplification algorithm for location history retrieval, reduces web server loading and traffic, while maintaining the over-all representation of the GPS route
GiSTEQ Guardian Real-time GPS Tracker – Part 1
GiSTEQ Guardian is a real time location tracking solution. It contains several components:
- A GSM-enabled GPS tracker
- A location storage and communication gateway server
- A tracking website for desktop browsers
- A tracking website for mobile phones
- A set of text message (SMS) commands to control the GPS tracker
- A Windows Mobile Phone tracking client
- A desktop tracking client application.
The first part of the project is to build the API for accessing and setup the GPS tracker hardware via USB port
Screen Shots
PC Setup Wizard Features
- Supports multiple GPS tracking device; auto detects which device is being setup and starts the appropriate process
- Converts hardware settings commands into easy-navigate user interfaces
- Flexible construction by using reflection, polymorphism, and inheritance techniques
Phototrackr Pro Upgrade Project
Due to popular demand by professional photographers, the Phototrackr software needs to support RAW image formats. Because of the additional licensing requirement, the RAW image format support is packaged as an upgrade purchase for Phototrackr customers.
Technical Features
- Receives notifications via Paypal’s Instant Payment Notification (IPN)
- If the payment status is verified, an activation code is generated and emailed to the customer
- Email notification will be sent to company administrator when a new purchase has been made
- Customer will be able to use the activation code to activate the RAW image support features via the product activation application (coded in C# with ASP.Net WebService backend)