forked from skptricks/php-Tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ajax.php
19 lines (12 loc) · 2.28 KB
/
ajax.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
sleep(2);
?>
<h2> <a href="http://www.skptricks.com/2018/03/display-online-offline-connection-status-using-javascript.html" > Display online/offline connection status in JavaScript using Offline.js </a> </h2>
<p> n this tutorial we are going to learn how to display offline/online connection status in Javascript using Offline.js. Offline.js is a library to automatically alert your users when they've lost internet connectivity, like Gmail,Facebook.
The best part is that it captures AJAX requests which were made while the connection was down, and remakes them when it's back up, so your app reacts perfectly.</p>
<h2> <a href="http://www.skptricks.com/2018/03/add-tinymce-editor-in-php-or-html.html" > Add TinyMCE editor in PHP or HTML </a> </h2>
<p>Today, We are going to discuss how to Integrate TinyMCE editor with php or html. TinyMCE editor is web based WYSIWYG editor which enables you to convert HTML textarea field to an editor. The TinyMCE editor is converting the formatted text into HTML. Basically it helps to display formatted HTML code. Here we have given simple example how to add TinyMCE editot in php or html file.</p>
<h2> <a href="http://www.skptricks.com/2018/03/check-internet-connection-using-html-and-javascript.html" > Check Internet Connection Using JavaScript And HTML </a> </h2>
<p>Today, We are going to learn how to check internet connection using html and javascript. We have used pure javascript to check offline and online status of internet connection. Nowadays these two new events supported by most of the browser: "online" and "offline".These two events are fired on the <body> of each page when the browser switches between online and offline mode. Additionally, the events bubble up from document.body, to document, ending at window.</p>
<h2> <a href="http://www.skptricks.com/2018/03/facebook-style-chat-application-with-jquery-and-css.html" > Facebook Style Chat Application With JQuery And CSS </a> </h2>
<p>Today we are going to discuss how to create Facebook Style Chat Application with jQuery and CSS. In our Earlier post we have provided simple demo and explanation about Facebook Like Chat Slider Layout Design and Facebook Style Chat Box Popup Layout Design Using JQUERY and CSS. Hoping this example helps you similarly for creating chat application.</p>