HTML Code <!doctype html> <html> <head> <title>Page Title</title> <meta charset=”UTF-8″> <meta name=”viewport” content=”initial-scale=1.0″> </head> <script crossorigin src=”https://unpkg.com/react@16/umd/react.development.js”></script> <script crossorigin src=”https://unpkg.com/react-dom@16/umd/react-dom.development.js”> </script> <script src=”https://unpkg.com/babel-standalone@6.26.0/babel.min.js”></script> <body> <div id=”root”></div> </body> </html> React Babel […]
JSON File For Practice with Array, String & Object Data by jQuery Or PHP
If need JSON file for practice PHP foreech or jQuery foreach, map function for data manipulate so I provided the same, click on below link you get the JSON formated […]
Get Previous URL or Browsered Visited Page URL by JavaScript
How to get the previous URL by using javascript. For the below code, I store the previous pages URL into a variable and console them. I store the history pages […]
React Tutorial : Create Article DIV, Heading, Sub Heading & Paragraph
<!doctype html> <html> <head> <title>Page Title</title> <meta charset=”UTF-8″> <meta name=”viewport” content=”initial-scale=1.0″> </head> <script crossorigin src=”https://unpkg.com/react@16/umd/react.development.js”></script> <script crossorigin src=”https://unpkg.com/react-dom@16/umd/react-dom.development.js”></script> <body> <div id=”root”></div> <script type=”text/javascript”> const articleHeading = React.createElement(‘h2’, null, ‘My First […]
React Basic : Create A Button with React
<!doctype html> <html> <head> <title>React – Create Button</title> <meta charset=”UTF-8″> <meta name=”viewport” content=”initial-scale=1.0″> </head> <script crossorigin src=”https://unpkg.com/react@16/umd/react.development.js”></script> <script crossorigin src=”https://unpkg.com/react-dom@16/umd/react-dom.development.js”></script> <body> <div id=”root”></div> <script type=”text/javascript”> const button = React.createElement( ‘button’, […]
JSON What It is, Why Use it, Data Types & Methods
What is JSON? JSON stands for JavaScript Object Notation is an open stand file format for sharing data. Web developers easily write and understand the JSON file data. It helps […]
HTTP Definition | HTTP Overview | Introduction of HTTP Basics
HTTP Request HTTP Request in Web Browser? HTTP stands for Hypertext transfer protocol. It enables communication web browsers such as chrome, firefox Mozilla, internet explorer to the webserver. Web clients […]
Get Latitude and Longitude Coods By jQuery and HTML 5 Geo-location API
Get Current Latitude and Longitude Coods By jQuery and HTML5 Geolocation API. HTML5 Geolocation is used to get the geographical position of the user. When you get the visitor Latitude […]
Integrate Transmitsms SMS API use with PHP cURL
Transmit SMS API use with PHP cURL. Send SMS by using API to retrieve information about messages and campaigns. Below the PHP code for how to use Transmit SMS API. […]
Text Replace By Define Simple Function in WordPress
Text replacement in WordPress By Define Simple Function In WordPress replace text by define function in function.php file. By this code allow to easily define text or HTML that replace […]
