Computer Networks & how Data Communication work?

January 17, 2010 Add Comment
Computer Networks & how Data Communication work?When we communicate we are sharing information. This sharing can be local or global. Between individuals, local communication usually occurs face to face, while global communication take place over distance. The term telecommunication,...

How to Install Web Server with XAMPP

January 10, 2010 Add Comment
How to Install Web Server with XAMPPIf you want to install and set up a dynamic web server with Apache, a lot of applications such as Apache web server, mySQL database, PHP and Perl scripting language, and not to mention important extensions and tools to manage the web server’s applications....

HTML and Blogger templates

January 09, 2010 Add Comment
HTML and Blogger templateshis text presents basic concepts about the structure and HTML templates blogger, but without getting too by INFORMATIQUES. Serve to support the description of other techniques bloguísticas.Content:Structure of an HTML documentConcept of client / serverCSS and DIVHTML or XML?Structure...

Comment Blocks in PHP

January 02, 2010 Add Comment
Comment Blocks in PHPPHP supports C language, C++ programming language and Unix shell-style (Perl style) comments. In PHP, // or # is used to make a single-line comment or /* and */ to make a large comment block that spans several lines.For example:<?phpecho ‘This is a test’;...