Kontera

Wednesday, December 30, 2009

MIT Open Course Ware - Computer Science

Privacy and Terms of Use Introduction to MATLAB® Introduction to C++ Data Communication Networks Programming Languages Computer System Architecture Distributed Computer Systems Engineering Techniques in Artificial Intelligence Principles of Computer Systems Multithreaded Parallelism: Languages and Compilers Operating System Engineering Computer...

Wednesday, December 23, 2009

Sending Email with ASP.NET - The quickest way

What actually happens in the script? The complete email support resides in the System.Web.Mail namespace. In this namespace we find the class SmtpMail, whose static Send method can accept four parameters: SmtpMail.Send(From, To, Subject, BodyTex...

B.Tech Computer Science Lab Manuals

C Programming Lab C++ Programming Lab Database Management Lab Data Structures Lab Microprocessor L...

Tuesday, December 22, 2009

Download MG University, CUSAT B.Tech Syllabus

Download Computer Science(MG University) Syllabus CUSAT B.Tech Sylla...

Good Programming Practices

Documentation Comment your code such that it is clear what you code does. You should be able to figure out your code years after its written .A good programmer should be able to figure out what your code does from your comments. Your code should be well formatted  • Use Tabs to indent: Use tabs to indent; don’t use spaces. The problem with...

Friday, December 4, 2009

THE 8255 PROGRAMMABLE PERIPHERAL INTERFACE

The 8255 is a widely used, programmable, parallel I/O device. • It can be programmed to transfer data under various conditions, from simple I/O to interrupt I/O. • It is flexible, versatile and economical and complex. The 8255 has 24 I/O pins that can be grouped primarily into two 8 bit parallel ports: A and B, with the remaining 8 bits a port...

Tuesday, September 29, 2009

Graduate Aptitude Test in Engineering (GATE)

GATE 2008 CS Paper PDFFree GATE study material and Ebooks for CSE comput...

Friday, August 21, 2009

SIMPLE JAVABEAN APPLICATION

Step 1: Install Java Development Kit (JDK1.3) and Bean development Kit (BDK1.1) which is the fundamental development tool that underlies all JavaBeans development.Step 2: Running the BeanBox tool .The bean box folder in the bdk folder contains the run.bat file for running the Bean Box on a windows platform. The Bean Box tool appears in design mode...

Saturday, August 15, 2009

B.Tech Old Question Papers

Web Technologies ModuleI PartA 1. Compare XML with HTML.*** 2. Discuss about CDATA section. 3. What is XML? Write some applications of XML. What are attribute of Tags? 4. What is SGML? Discuss its features. * 5. List some features of SGML. What is HTML? Compare with XML. 6. What are Entity References?*** 7. Explain XML parser. Explain how XML documents are parsed and send to an application. * 8. What are the attributes of Tags? 9. What...

Web Technologies - Lecture Note

SYLLABUSMODULE IIntroduction to SGML – Features of XML –XML as a Subset of SGML – XML Vs HTML – Views of XML Document - Simple XML Document – Starting and Ending Tags – Attributes and Tags –Entity References – Comments – CDATA SectionsMODULE IIDocument Type declarations – Creating XML DTDs – Element type declaration – Attribute List Declaration – Attribute types – Attribute defaults – Displaying XML Data in HTML browser as HTML tables – Storing XML...