Archive for March, 2011

Recently Launched: Colorful Concepts Interior Design

Monday, March 21st, 2011

colorful conceptsLlamawerx and Sally Williams recently collaborated on a website makeover for her firm Colorful Concepts Interior Design.  Sally was our first website client over six years ago, and while her site served her well, many things have changed on the web in that time.

“When Sally asked for suggestions for an update, I think she was thinking about content changes, maybe a few new pictures, that sort of thing,” said Doug Griswold, CEO of Llamawerx. “But I had more in mind, I wanted to let her fabulous pictures tell the story. Her life is interior design; clients looking for an designer want to see results!”

The existing site contained static text and photos. There wasn’t much to catch your eye or hold your attention. After taking stock, it became clear that we could reduce the text down to a couple of short pages and expand her portfolio dramatically. Her previous site showed before and after photos. This worked well for projects where she had before shots, but unfortunately that wasn’t always the case. After some discussion we decided to discard the before shots and focus solely on the results.

Continued Griswold, “I wanted to add movement to the site in a pleasing sort of way. I thought we could fade some of the key pictures in and out. Nothing distracting, just a smooth effect. I also wanted to add a portfolio showcasing here remodeling, new construction and Parade of Homes projects. I’m not a fan of Flash so I chose jQuery to help with the cross-browser effects.”

The results are very pleasing with an interesting scrolling effect leading the viewer through the site.

For more information about Sally and her firm Colorful Concepts, visit the new website at www.colorfulconceptsinteriordesign.com.

Google Maps to the Rescue

Tuesday, March 8th, 2011

google_mapFor many years, Llamawerx has developed and maintained on-board firmware for a client’s vehicle tracking product. If you’re familiar with GM’s OnStar, then you’re familiar with the type of system. Our version also targets commercial fleet trucking and adds a feature called geo-fencing. Geo-fencing allows the customer to define a virtual fence that the vehicle is confined to or excluded from. Our client’s existing product provided circular fences, but customers were making a case for square fences, rectangular fences and other shapes. Thus the request to Llamawerx, “Can you add polygon fences to the product?”

The Llamawerx answer: “Sure.”

Our client provided an algorithm from another product and some web searching turned up other algorithms to determine if a point is inside or outside a polygon. The software is written in C and runs on special embedded hardware in the vehicle. “Before spending a lot of time writing code for this special environment, testing and debugging, I wanted to make sure the algorithms worked,” said Doug Griswold CEO of Llamawerx. “Plus, I needed a simple way to define the points of interest and put them in a format that would work in the embedded device. Having used Google Maps in the past, I wondered if I could create a testbed based on the Google Map API and some Javascript.”

After a few hours, we had something that allowed us to plot points, define polygons and test our algorithms. Griswold continued, “Once I was confident the Javascript algorithm correctly identified the point inside or outside of the polygon, I added functionality to output the configuration.” Now it was time to switch gears and tackle the embedded Open AT code.

“First, I added the data definitions and configuration interface to the embedded application,” said Griswold. “I defined the data structures in Flash and RAM, created the custom AT commands to accept the configuration and added an over-the-air interface too. Once the groundwork was laid, I could concentrate on the relatively simple task of translating the Javascript code to C.”

After some stationary scenarios, it was time to take a drive and see how the whole thing worked. “I pulled together some Javascript from an earlier test program and added it to the Google Map testbed,” said Griswold. “Now I could see the alerts from the vehicle displaying on the map with our polygon and circular fences. After driving around town, I would review the results and compare them with the definition on the map. It was amazing how quickly I could spot inconsistencies, make the changes and head out for another test run.”

Google Maps and Javascript allowed Llamawerx to quickly put together a testbed, flesh out the algorithms and verify the real-world results. To learn more about specific technologies in the Llamawerx tool chest, visit www.llamawerx.com/technology.php or contact us at info@llamawerx.com.