Several languages exist specifically for the Internet. Most notable is HTML.
HyperText Markup Language (HTML)
The standard language the Web uses for creating and recognizing hypermedia documents is t...
Mar 06, 2013
No Comments
TCP and UDP are transfer layer protocols. TCP is a connection-oriented protocol with guaranteed delivery, whereas UDP is a connectionless protocol without guaranteed message delivery. Alternatives ...
Mar 01, 2013
No Comments
Because today’s scriptable browsers uniformly permit scripts to access each element of the document and automatically reflow the page’s content when anything changes, a much higher degree of dyna...
Feb 27, 2013
No Comments
The select() function call allows a process to wait on multiple file descriptors simultaneously with an optional timeout. The select() call will return as soon as it is possible to perform operation...
Feb 24, 2013
No Comments
The system calls dup() and dup2() duplicate file descriptors. dup() returns a new descriptor (the lowest numbered unused descriptor). dup2() lets you specify the value of the descriptor that will be r...
Feb 16, 2013
No Comments
One of the nice things about Linux, and other UNIX compatible operating systems, is that the file interface also works for many other types of devices. Tape drives, the console, serial ports, pseudo t...
Feb 16, 2013
No Comments
PHP Frameworks Guide For Beginners - PHP, originally known as Personal Home Page, was created in 1995 by Rasmus Lerdorf as a programming language for designing dynamic Web pages. During the next fe...
Feb 04, 2013
No Comments
Sessions and Cookies - The rumors are true: HTTP is a stateless protocol. This description recognizes the lack of association between any two HTTP requests. Because the protocol does not provide any ...
Feb 03, 2013
No Comments
CakePHP is an open source framework that makes web development a piece of cake. If you are ready to have your website developed, consider CakePHP for quick results, but highly scalable dynamic. CakePH...
Jan 28, 2013
No Comments
29781 views
12614 views
11774 views
8187 views
7985 views
7703 views
7024 views
6715 views
6639 views
6282 views
29781 views
12614 views
11774 views
8187 views
7985 views
