Rooster Teeth SVOD

Rooster Teeth SVOD produces shows and videos focuses on video games and geek culture, and has large user base and loyal fans all over the world. Each year, multiple conventions (RTX) were held for fans to gather, preview new contents, and hang out with the talents behind Rooster Teeth.

Fullscreen SVOD

Fullscreen SVOD was a video streaming service targeting at teen to early twenties audiences. It features custom and licensed shows and movies, as well as unique features such as watching contents in real time with friends across multiple devices.

Car Town Streets

Car Town Street is a multiplayer social oriented iOS game.  I have been part of the core team that built this great game right when it started.  It features car building, collecting, and racing against other players.  It climbed quickly to the top 10 spot in racing and simulation game category in the App Store.  Check it out here.

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

Pryme CheckPoint

Pryme CheckPoint is a real time location tracking software using Pryme’s proprietary GPS MIC.  The Pryme GPSMIC is a two-way radio microphone with built-in GPS receivers; the GPS location of each microphones are encoded and transmitted via the two-way radio band to the radio base station.  The software I created – Pryme CheckPoint – is a software that runs on the base station PC to interact with the microphones over the air.

Screenshots

Technical Feature Highlights

  • Used Singleton object to store software settings storage, for flexible access throughout the system
  • Created API interface to communicate with microphone via binary commands
  • Implemented offline Google Map feature – downloads google map tiles and store them offline, then reconstruct the map tiles and redirect google map’s javascript requests to pre-cached local locations

Pryme EZTraQ Location Logging Solution

The Pryme EZTraQ (I & II) was built based on the successful TripBook products.  In addition to the original trip logging and reporting features, it also features Photo Geotagging, GPS Trip Compare, Waypoints & Users Management.

Screenshots

Technical Features

  • Google Map API sign up automation via .Net WebBrowser control
  • Detail implementation of Google Map API’s polyline function to show multiple gps routes on the same map
  • Used 3rd party photo browser library for fast deployment
  • Multiple hardware support via Polymorphic object-oriented programming