Category Archives: Programming

Web Design for Lead Capture

Web Design for Lead Capture

Now, designing a web site or page that performs a specific function is different. Of course, you still have to place all your elements right, get the text right and make it look nice, but there is a special way to set up a lead capture home page. You can do this one of several … Continue reading Web Design for Lead Capture

How to use AJAX with MySQL

How to use AJAX with MySQL

a href=”http://www.ajax.org/”>AJAX, which stands for asynchronous JavaScript and XML, works by sending server requests in the background and then updating a part of the page, without having to reload the entire page.  This creates a richer and more dynamic user experience.  Using it with MySQL, however, can be more challenging, since you will have to … Continue reading How to use AJAX with MySQL