html, css, jQuery, PHP, mySQL
Monday, March 28th, 2011
TweetAfter my first jQuery video popover, I was asked to make a page with four separate popovers, each with its own video. This presented me with two issues. Hard-coding the hidden content into the html would be clunky and slow down the page loading. The site was to be used by 4 people, who may want [...]
Tags: admin account, ajax, css, DHTML, editable, element, event id, hidden content, jQuery, logins, PHP, php script, popovers, relevant post, video content, video files, web development, youtube video
Posted in Ajax, jQuery, PHP, Tutorials | 5 Comments »
Monday, February 21st, 2011
TweetPHP 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: browser window, client browser, concepts, direct access, hacker, htaccess file, html document, hypertext preprocessor, increased security, mouse movements, PHP, php script, scripting, server side language, vulnerability, web development, web page
Posted in PHP, Tutorials | No Comments »