Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qur786/shout-box
An app to quickly add new comments to a site.
https://github.com/qur786/shout-box
css3 html5 javascript jquery mysql php
Last synced: 2 days ago
JSON representation
An app to quickly add new comments to a site.
- Host: GitHub
- URL: https://github.com/qur786/shout-box
- Owner: qur786
- Created: 2021-05-11T20:16:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T20:21:00.000Z (over 3 years ago)
- Last Synced: 2024-10-11T12:14:51.170Z (26 days ago)
- Topics: css3, html5, javascript, jquery, mysql, php
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShoutBox
A shoutbox, saybox, tagboard, chatterbox or chat box is a chat-like feature of some websites that allows people to quickly leave messages on the website, generally without any form of user registration.
In their simplest form, shoutboxes are simply lists of short messages, possibly with information about their authors. The page may be automatically refreshed after a certain interval, or polled dynamically in order to keep new messages visible. Older posts are often deleted after a certain number of messages have been written
in order to preserve space on the server.I have made this shoutbox using Html , Css , Javascript , PHP , jQuery ,Ajax learning from an online course.