Pages

Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

How to implement Cross-site Request Forgery protection in web applications via Synchronizer Token Patterns.

Cross-site request forgery, also known as one-click attack or session riding and abbreviated as CSRF or XSRF, is a type of malicious exploit of a website where unauthorized commands are transmitted from a user that the web application trusts. There are many ways in which a malicious website can transmit such commands; specially-crafted image tags, hidden forms, and JavaScript XMLHttpRequests, for example, can all work without the user's interaction or even knowledge. Unlike cross-site scripting (XSS), which exploits the trust a user has for a particular site, CSRF exploits the trust that a site has in a user's browser. [Wikipedia]

How to create simple login box using PHP

PHP Login Box


     Hello everyone, after a long time today i came up with new tutorial. Today i am going to teach you How to create a Login Box Using PHP.

        First of all you have to create interface to your login box using basic HTML <input> element.

 

Useful Things about Internet


Who help create guidelines for Internet?

    World Wide Web Consortium (W3C)
    Web Hypertext Application Technology Working Group (WHATWG)
    Internet Engineering Task Force(IETF)

Hypertext - Hypertext is a text that is capable of moving from one document to another. This can be done by clicking on the hypertext. 

Useful Things in HTML (Lesson 3)

How to add Images and Hyperlink to your website


     Hello reader, welcome to Useful Things in HTML Lesson 3. Before you read this, if you doesn't have any basic knowledge about HTML, then read LESSON 1 and LESSON 2.

     Most of webpages have Images and Hyperlinks. Actually without Images and Hyperlinks, it is difficult to create successful/ attractive website / webpage. Hence, today my tutorial is about How to add Images and Hyperlinks to your website. 

Useful things in HTML (Lesson 2)

How to create a Table in HTML?


      Today my HTML tutorial is about how to create a TABLE using HTML codes. Before you read this if you don't have any basic knowledge about HTML visit 1'st lesson and read it first, click HERE to see 1'st lesson. 

     Here is the tags that we use to create tables

Useful things in HTML (Lesson 1)

     This tutorials is for beginners in WEB DEVELOPING. First of all I'd like to talk about what is HTML? HTML stand for Hyper Text Markup Language. It is the standard markup language used to create web pages. Along with CSS and JavaScript, HTML is a cornerstone technology used to create web pages, as well as to create user interfaces for mobile and web applications. Also we use web browsers to read that HTML.

     HTML elements are the building blocks of HTML page. HTML elements are delineated by TAGS, writing using angle brackets.

                ex - <h1>Here is the Heading</h1>

Here is the Useful Tags in HTML - 1


How to create Alert Box using JAVA SCRIPT

Create Alert Box using Java Script


     Hello readers today i'am going to teach you how to create Alert Box using Java script. before this, if you don't have any basic knowledge about JAVA SCRIPT, Please click HERE.

     Like Previous tutorial, first we need to write our JAVA SCRIPT in Header section.

How to Add JAVA SCRIPT to HTML


     Today i came with short tutorial to teach you how to Add JAVA SCRIPT to HTML

      First of all, when you write java script, you always need to write following command phase at the HEAD section in HTML.

      <script type= "text/javascript">