Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  HTTP Server development resource summary

This article summarizes some materials, articles and books I used when learning HTTP Server development. Hope this will help you.RFC and standard documentsRFC2616 – Hypertext Transfer Protocol — HTTP/1.1HTTP protocol standard document, it's an essential reference document for all personnel engaged in the development of the HTTP-related projects, careful study is recommended.RFC793 – TRANSMISSION CONTROL PROTOCOLTCP Protocol standard documentThe WWW Common Gateway Interface Version 1.1CGI1.1 protocol standard document describing all details about how the Web Server interact wi...

3,115 0       BOOK HTTP SERVER ARTICLE


  Books for entry level C programmers

In computing, C is a general-purpose programming language initially developed by Dennis Ritchie between 1969 and 1973 at Bell Labs Its design provides constructs that map efficiently to typical machine instructions, and therefore it found lasting use in applications that had formerly been coded in assembly language, most notably system software like the Unix computer operating system.To learn C, we need to read many C books and have many practices. Here we summarize a list of C books which may help you learn C.1. How to Think Like a Computer Scientist :C versionAlthough it contains only basic ...

8,818 0       C BOOK BEGINNING


  How NOT to teach a computer language

For the past year or so my wife has been taking online classes to get a computer science degree. For most of her classes she’s done great, she’s been flying through HTML and SQL, even up to the point where she can handle multilevel joins and optimizing through indexes. That was until she hit her vb.net class. I had no idea why she was having problems with a language has easy as vb.net so I started helping her out and find out why she was having so many problems. I’ve also added some recommendations in case you have the same problems, hopefully these will help you out. (Nam...

2,337 0       METHOD PROGRAMMING COMPUTER BOOK TEACH GRADE


  The Book That Every Programmer Should Read

No, it’s not Knuth’s “The Art of Programming”. I’m talking about quite an easy-to-read (compared to TAoP) book, which, in fact, does not require any engineering or mathematical background from the reader.I am talking about C. Petzold’s “CODE”. It is a truly remarkable book about how computers work. Let me explain why I think this book is so awesome.The book starts from the very beginning, from explaining what code is, bringing several examples, like Morse code and Braille’s system. It then goes on to explain how ele...

2,675 0       CODE PROGRAMMER BOOK MUST READ C. PETZOLD