2010 Best Places to Work    Give us a call 888-856-2664

Things a Chameleon Would Say

Have a Question? Need a Quote?

Drop us a line or give us a call at 888-856-2664

Your Name (required)
Your Email (required)
Phone (required)
Your Message

Recent Posts

Cache, a Web Developer's Friend

In my experience, cache has not been my friend.  Rather than being strappe...

Disable zooming on the iPhone's browser

The iPhone has many cool features that help to increase ease of use and pro...

Web Design

      

Cache, a Web Developer’s Friend
By: Colin Foley 09/08/2010

In my experience, cache has not been my friend.  Rather than being strapped for it, I’ve often found myself with just too much cache.  I’ll be pounding away at a stylesheet for twenty to thirty minutes – clueless, of course, as to why my changes are having no effect – when suddenly I smack myself [...]

Read more >>

How to Avoid a Shattered Web or Mobile Project
By: John Rainey 08/26/2010

Having been in the interactive multimedia space for almost 20 years I have witnessed time and again the main reasons why good ideas and projects go south.  And for all of you reading this that have been in the IT community for any length of time, this information will seem like basic common sense.  However, [...]

Read more >>

Will JavaScript ever make it to the server-side?
By: Max Rakhimov 08/25/2010

We all know that today’s revolution in web apps is fueled by JavaScript and such libraries as JQuery, Dojo and Prototype. Pages nowadays load a ton of JavaScript in order to implement features that reside in a responsive client-side environment. Slideshows and other fancy effects of today are built with a few lines of code utilizing a [...]

Read more >>

R.I.P. Wave
By: Jacob Haskins 08/05/2010

Posted on the Google blog today:
We have always pursued innovative projects because we want to drive breakthroughs in computer science that dramatically improve our users’ lives. Last year at Google I/O, when we launched our developer preview of Google Wave, a web app for real time communication and collaboration, it set a high bar for what [...]

Read more >>

How Would a Content Management System Benefit My Business?
By: John Rainey 07/16/2010

Since the advent of the browser based Internet websites have been plagued with the reality that just like the clothes in your closet, they need to be updated periodically in order to stay in fashion or in the case of a website, relevant to your audience. Stale content will turn your new business [...]

Read more >>

What Is The First Impression Of Your Company…..Online?
By: John Rainey 07/12/2010

Since the browser based Internet has mainstreamed from a small user base to virtually the entire world, businesses have come to realize that their online presence is more important than ever. Having said this I am always surprised when I see a website for a company that does not represent where they are [...]

Read more >>

Using Django as a framework for a complex websites
By: Tom Coin 07/06/2010

Platforms like Wordpress can serve as excellent bases for sites primarily driven by database content. Occasionally, however, Wordpress can lack the necessary level of complexity needed by a web site. Using a framework like Django gives database driven sites the complexity they may need without forfeiting too much programming efficiency [...]

Read more >>

What is OpenID and should I use OpenID on my website?
By: Steve Demby 07/06/2010

OpenID is an alternative to the traditional way users log into a website. It is an open, decentralized means of authentication and access control, which allows users to log into several websites using the same credentials. These credentials come in the form of a unique URL. (e.g. myspace.com/username). This id is then authenticated [...]

Read more >>

Design by Committee: An Interesting Article
By: Jon Stroz 06/29/2010

Smashing Magazine posted an interesting article today about Design by Committee, and why it must die. There was actually quite a bit of relevant information in the article and something that a lot of companies could use to help make sure projects stay moving on time.
One major challenge that we face with moving projects [...]

Read more >>

PHP Application Security – Securing the mail() function
By: Jacob Haskins 06/29/2010

Sending email through PHP is quite common in many web applications. I frequently do this when implementing a contact form. Utilizing my skills in HTML, CSS, AJAX, and PHP I create a nice contact form that looks good, functions well, and pleases the user. However, much to my shame, I discovered that my implementation was [...]

Read more >>