https://github.com/zackify/spot
a horribly coded thingy using contenteditable attributes
https://github.com/zackify/spot
Last synced: 12 months ago
JSON representation
a horribly coded thingy using contenteditable attributes
- Host: GitHub
- URL: https://github.com/zackify/spot
- Owner: zackify
- Created: 2011-02-27T18:57:10.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2013-09-06T04:05:47.000Z (over 12 years ago)
- Last Synced: 2025-02-12T14:21:33.114Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 324 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
v.6 update
-I'm a much better coder now, I plan on updating this more. Currently the only change I made is to require only one JS file. Next update will remove all required php pages and use one single page to handle all the functions.
1. Edit Spot/connect.php with mysql details and import spot.sql
2. Follow the example.php page or do the following:
- Open a document that you want to use
- Add
to the top of your PHP document
- Add
in between and
- Anywhere that you want to be editable just add
- Maybe add a link to Spot/Admin so you can login on the page
- Now save the page
- Refresh it twice and go to /Spot/Admin to login
- now you can edit the elements you chose!
Tips:
- When editing you must click out of the box for things to be saved.
- Visit the login page on a mobile device to use the mobile version