html, css, jQuery, PHP, mySQL

Posts Tagged ‘browser window’

Beginning PHP – some basic concepts

Monday, February 21st, 2011

PHP is an Interpreted Server-Side Language. This means that the code is never sent to a browser. It “lives” entirely on the server. The server reads through any PHP that it encounters in a document, and works out what the result should be. A document containing PHP is normally has the extension .php, however it is possible [...]

Tags: , , , , , , , , , , , , , , , ,
Posted in PHP, Tutorials | No Comments »

jQuery popover with youtube video player: make sure the sound stops!

Thursday, February 10th, 2011

I have just been making a jQuery popover for a client’s site. I must confess, I cheated and adapted the information in this wonderful jQuery popover effects tutorial on teamtutorials.com. It’s a great timesaver for someone like me, as I’m no jQuery maven. I have had hours of fun writing programs in JavaScript, but DOM [...]

Tags: , , , , , , , , , , , , ,
Posted in jQuery, web design | 4 Comments »