Testimonials
"WebsiteDesignHouston has exceeded our expectations in terms of development, customer service, pricing and turn around time."
Johnny Palmer,
CEO & Founder
BlackEntrepreneurship.com
"I just wanted to take a moment to sincerely thank you for the excellent web design work you have done for Christopher’s Vintage Shave. The level of professionalism and promptness to acute situations has been very expressive and appreciated. As you know, business is very dynamic and constantly changing to meet the latest and greatness demands. Thank you for working with me on this project and we look forward to the next. "
Christopher Dickerson,
President & Founder
Christopher's Vintage Shave
"We still can't believe how fast the team at Website Design Houston completed our project. It literally took them 24 hours to provide a prototype of our complete e-commerce site. We are looking forward to future projects with this company."
CarbMed Nutrition

AJAX In Action With Coldfusion
AJAX AJAX AJAX! What exactly is this AJAX that everyone is talking about, and how can it help your business?
Simply put AJAX is a METHOD to update information on the page without actually updating the page itself. HUH? Just imagine your normal webpage. You click on a button, the data is passed to the web server, which then passes the data to you and browser reloads the page with the new data. Back and forth and back and forth.
With AJAX methodology, using javascript and programming language, we can communicate directly with the webserver. EX: We click on a button, the HTML DOM model detects "onclick" and the javascript runs a function to send the data back to the server. The server returns new data. BUT instead of updating the entire page with images/text/misc, the javascript accesses processed data from the webserver, brings it back and displays it on the page using DOM.
How does this help your business?
Imagine having millions of requests for data, each requesting data and reloading the page over and over. Processing and sending a dynamic page takes up computing power and bandwidth. But with AJAX since you're only sending and receiving the information that you need, the bandwidth is much less and can save you a lot of money. Instead of sending html/images/text webpage, you only send the data that the page requests reducing the burden on the webserver, lowering your bandwidth, and adds much needed dynamic interactivity with the Web Application.



