PHP – AJAX and MySQL
AJAX can be used for interactive communication with a database. AJAX Database Example The following example will demonstrate how
By CuckooRadio Editorial Team|2018-07-14T01:39:58-05:00July 14th, 2018|Php|
AJAX can be used for interactive communication with a database. AJAX Database Example The following example will demonstrate how
By CuckooRadio Editorial Team|2018-07-14T01:38:50-05:00July 14th, 2018|Php|
AJAX can be used for interactive communication with an XML file. AJAX XML Example The following example will demonstrate
By CuckooRadio Editorial Team|2018-07-14T01:37:30-05:00July 14th, 2018|Css|
Style HTML Elements With Specific Attributes It is possible to style HTML elements that have specific attributes or attribute
By CuckooRadio Editorial Team|2018-07-14T01:36:59-05:00July 14th, 2018|Css|
Image Sprites An image sprite is a collection of images put into a single image. A web page with
By CuckooRadio Editorial Team|2018-07-14T01:35:48-05:00July 14th, 2018|Css|
CSS can be used to create an image gallery. Add a description of the image here Add a description
By CuckooRadio Editorial Team|2018-07-14T01:34:43-05:00July 14th, 2018|Css|
Create a hoverable dropdown with CSS. Demo: Dropdown Examples Move the mouse over the examples below: Dropdown Text Dropdown
By CuckooRadio Editorial Team|2018-07-14T01:32:45-05:00July 14th, 2018|Css|
CSS Rounded Corners With the CSS border-radius property, you can give any element "rounded corners". CSS border-radius Property The CSS border-radius property defines
By CuckooRadio Editorial Team|2018-07-13T05:53:05-05:00July 13th, 2018|Css|
The opacity property specifies the opacity/transparency of an element. Transparent Image The opacity property can take a value from 0.0 - 1.0. The
By CuckooRadio Editorial Team|2018-07-09T10:35:10-05:00July 9th, 2018|Php|
AJAX can be used to create more user-friendly and interactive searches. AJAX Live Search The following example will demonstrate