E-mail Protocols

Click this link for E-mail Basics Email protocols are a set of rules and standards that define how electronic mail messages are transmitted, received, and processed between different email systems. E-mail protocols are multiple protocols that work together to facilitate …

Loading

TCP/IP Reference Model

History of TCP/IP Reference Model TCP/IP Reference Model was created in the 1970s by DARPA(Defense Advanced Research Project Agency), an agency of the United States Department of Defense. It laid the foundation for ARPANET(Advanced Research Project Agency Network), which was …

Loading

Preprocessor Directives with Macro Examples in C

Macro Examples Example : A Preprocessor Directives with Macro Examples for Defining Constants in C to display the message/value. Example : A Preprocessor Directives with Macro Examples for Defining a Function like a Macro in C to find the square …

Loading

Preprocessor Directives & Macro in C

Difference between Preprocessor Directives and Macro Preprocessor Directives Introduction The C pre-processor is not part of the compiler but is a separate step in the compilation process. The syntax of the pre-processor is different from the syntax of the rest …

Loading

Introduction & History of Java

Introduction Java is the most popular programming language in the world today. Java offers three flavors of programming –  Java application, Java applets & Servlets. Java servlets are similar to applets programs except they execute on servers side. Servlets are …

Loading

Tags & Attributes in html (Theory)

HTML Tags Definition HTML tags are used to define the structure and content of a webpage. Types of HTML Tags (A) Start/Opening Tag & End/Closing Tag : Most of the HTML tags come in pairs like  <h1> and </h1>, <body> and …

Loading

Fundamentals of HTML

History Fundamentals of HTML was developed by WHATWG(Web Hypertext Application Technology Working Group, a community of people interested in evolving HTML and related technologies) in 1993. Introduction of Fundamentals of HTML The website of HTML is “https://html.spec.whatwg.org/”. HTML stands for …

Loading

Bullet and Numbering or List Tag

Example : Using Bullet and Numbering or List Tag to create an Unordered List/Bullet menu (ul) on an HTML page. Example : Using Bullet and Numbering or List Tag to create an Ordered List/menu (ol) on an HTML page. Example …

Loading

Introduction of Python & other Files

Tips & Tricks To debug python project codes Use breakpoints at desired place in the program, use ‘Shift+F9’. To create/edit/display database using pycharm – View Menu -‘Tool Windows’ option – Database  –  choose desired database            …

Loading