3 Demos Redirect to Mobile App from Html A Tag Href

3 Demos Redirect to Mobile APP from Html A Tag Href

Focused on a mobile phone APP, HTML href attribute in <a> tag has an alternative usage. Instead of directing to a new URL, it can additionally open Android or iOS APPs. Also, we show how ...
3 Popup Overlay Demos Using jQuery appendTo

3 Popup Overlay Demos Using jQuery appendTo

Based on CSS settings, we develop an jQuery method to raise a popup form as overlay effect on HTML. In addition, jQuery Mobile is used for responsive design and for decoration in HTML layout. All ...
Linux Security Roadmap for MySQL and SSH

Linux Security Roadmap for MySQL and SSH

This article leads you on the road to Linux security involving topics of SSH and MySQL. First, you could only hide ports, and create alias not easily guessed. Gradually, if theats still exist, you may ...
The Simplest Way to Collapse Table Rows with jQuery

The Simplest Way to Collapse Table Rows with jQuery

We design a table that can collapse details for each row. From that, you will learn what jobs jQuery does to make this example the simplest. Let us focus on the detection of html elements ...
4 Demos for Range Slider in Chrome/Firefox by CSS

4 Demos for Range Slider in Chrome/Firefox by CSS

Range Slider and Slider Button help users to change input values directly, but the way to customize it varies between browsers like Chome and Firefox. The 4 demos offer gradual tutorials from default settings to ...
Trigger Remote Shell Script on Linux via Http Browser

Trigger Remote Shell Script on Linux via Http Browser

We present a way to achieve: (1) http browser clients can trigger a remote script to run, (2) Windows browsers auto refresh status for remote system on Linux. Obviously, that give us an alternative view ...
jQuery Toggle Div and Table Row/Column in 5 Demos

jQuery Toggle Div and Table Row/Column in 5 Demos

To toggle table row/column for hiding or showing, we provide 5 jQuery illustrating examples, even including toggle div. This is a practical skill relating to jQuery and CSS. You will find a major concept about ...
Tips for Making Endless Page Scroll Against Pagination

Tips for Making Endless Page Scroll Against Pagination

Endless scroll allow people to browse continuous HTML content without clicking "next page." In contrast to traditional pagination, it is elegant and of lower interaction cost. We lay stress on Endless Scroll Tips to tutor ...
Using 3 Events to Sign a Signature on HTML5 Canvas

Using 3 Events to Sign a Signature on HTML5 Canvas

You can sign a signature on HTML5 Canvas by moving mouses. Listening to 3 mouse events, we discover a straight-forward and event-driven approach to do it. Furthermore, you can save your signature as an image ...
4 Ways to Create a Zebra Striped Table Using CSS

4 Ways to Create a Zebra Striped Table Using CSS

CSS striped table like zebra do increase visual readability for your web pages. In fact, if each row has different background color from nearby rows, users can distinguish the contents easily. Therefore, we provide four ...