Technologistics

Your #1 Source for just about anything

Archive for the ‘Programming’ Category

Jan
04

PHP Code

Posted under Programming

PHP is a server side scripting language that is used to write dynamic websites, with functions that range from basic content management right through to shopping and transaction handling. Server side scripting means that the code is never shown to browsers, it is executed by the server and then code is outputted in xHTML or HTML format, which makes it an extremely secure language in terms of passwords and suchlike. This aspect is what makes it a great language to write payment and order processing systems in, because the underlying gateway and database information is never shown to the user.

Dec
31

Web Design

Posted under Programming

Web design is the process of planning and creating media for transfer over the internet, normally in the form of mark-up language suitable to be read by a web browser and be converted into an interface of some sort, be it sound or visual. Web design normally makes use of the xHTML language for the final product that is sent to browsers, as well as various other server and client side languages to create effects, features, and to fulfil certain roles. There are thousands of companies and websites specialising in web design, some with more skill than others, to make the process of designing a website easy for the new webmaster.