Rapid Development And Model-View-Controller (MVC) Programming
Rapid Development Getting a web project off the ground can be cumbersome and technically demanding, especially when using older methods... moreThe post Rapid Development And Model-View-Controller (MVC)...
View ArticleWebsite Development CakePHP is as easy as pie
CakePHP is an open source framework that makes web development a piece of cake. If you are ready to have... moreThe post Website Development CakePHP is as easy as pie appeared first on Technology...
View ArticleSessions and Cookies For Web Applications In PHP
Sessions and Cookies - The rumors are true: HTTP is a stateless protocol. This description recognizes the lack of association between... moreThe post Sessions and Cookies For Web Applications In PHP...
View ArticlePHP Frameworks Guide For Beginners – Leading PHP Web Development
PHP Frameworks Guide For Beginners - PHP, originally known as Personal Home Page, was created in 1995 by Rasmus Lerdorf as... moreThe post PHP Frameworks Guide For Beginners – Leading PHP Web...
View ArticleLinux System Programming – Call Functions in I/O Routines
One of the nice things about Linux, and other UNIX compatible operating systems, is that the file interface also works... moreThe post Linux System Programming – Call Functions in I/O Routines appeared...
View ArticleLinux System Programming – The dup() and dup2() Calls in I/O Routines
The system calls dup() and dup2() duplicate file descriptors. dup() returns a new descriptor (the lowest numbered unused descriptor). dup2()... moreThe post Linux System Programming – The dup() and...
View ArticleLinux System Programming – The select() Calls in I/O Routines
The select() function call allows a process to wait on multiple file descriptors simultaneously with an optional timeout. The select()... moreThe post Linux System Programming – The select() Calls in...
View ArticleDynamic HTML Techniques – Changing Styles and Modifying Body Content.
Because today’s scriptable browsers uniformly permit scripts to access each element of the document and automatically reflow the page’s content... moreThe post Dynamic HTML Techniques – Changing Styles...
View ArticleTCP/IP and Socket Programming In Linux
TCP and UDP are transfer layer protocols. TCP is a connection-oriented protocol with guaranteed delivery, whereas UDP is a connectionless protocol... moreThe post TCP/IP and Socket Programming In Linux...
View ArticleWeb Programming Languages and Software
Several languages exist specifically for the Internet. Most notable is HTML. HyperText Markup Language (HTML) The standard language the Web... moreThe post Web Programming Languages and Software...
View Article