your query returned 1 results
Client Side
Client side is a relative term, and in order to be a client you do not necessarily have to be purchasing anything.
Web sites are hosted (located) on a server computer, and sent to client computers that request them via HTTP.
Client side technologies are run on the client's computer and usually require a plugin. Some popular client side technologies are JavaScript and Macromedia Flash.
DEVELOPER LINKS
Display Stock Info Tutorial
A potential client came to me needing to know if they could display their current stock price on the company website. I knew it was possible. One of my first lessons was how to make a stock ticker in PHP, I just could not remember how I had done it. This tutorial seems to take care of the task with an elegant solution. Of course, it would look a lot nicer without the table in the markup- but you will get the idea.