FoxDesign.org

Website Design and Wordpress Themes

Entries Tagged ‘definition’

What is JavaScript?

The Simple Definition: JavaScript is a form of scripting that enables dynamic features to be embedded into web pages to include items that are constantly updated. Examples of usage could be the embedding of an RSS Feed on a website to provide the latest news updates from another website, a dynamic gallery that rotates photos at [...]

What is CSS?

CSS stands for Cascading Style Sheet and is an important element of modern website design and features strongly in the WordPress CMS platform. CSS on its own is not really capable of doing much but when combined within the framework of using html and php coding which is found in wordpress it’s a powerful element [...]

What is My SQL?

The Simple Definition: In simple terms MY SQL is the storage of website information which is catalogued into categories and indexed to be later called upon by the php script  within a CMS such as wordpress to create a dynamic web page on the fly. In a word it’s a database software for use on [...]

What is PHP?

PHP is pretty much the backbone code in the WordPress CMS platform and it’s primary aim is to produce dynamic web pages on the fly in conjunction with databases that are driven by a server software called MY SQL. PHP is a harder coding language to learn than html but is arguably more powerful due to its [...]