bugReportStatus added, off to begin with bugFileMDTs also added to contain a list of modified datetimes for bug files being checked upon On init, startBugChecking() When using new settings, pull through 3 x bug related settings so we can restart service (to do!) xhrObj setup to return cross browser XHR object to make our calls openBugReport will look to bugStatusReport and display an appropriate message, for now startBugChecking is the main function. If we have a timer, clear any existing interval and start a new one That then builds up a URL to call, with null values if items don't exist (for error handling later on - to do!). The MDTs will need something other than push, as this will all be called after changing settings. Use the i int instead to hard set each array key & value (after clearing the array) The XHR call is made using our object and on a successful state, we parse the result to read and handle the bug icon changing before setting the bugReportStatus value. Need to also handle other states & statuses. The status is set to 'ok' on restarting the bug checking function
#ICEcoder ##Web IDE / browser code editor awesomeness
ICEcoder is a web IDE / browser based code editor, which allows you to develop websites directly within the web browser. It uses the brilliant CodeMirror for code highlighting & editing, with a slick IDE wrapped around it to make the whole thing work.
###Requirements You can run ICEcoder either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5 available (5.3 recommended). You can have this either as a vanilla installation or via a program such as WAMP or XAMPP (for Windows) or MAMP (for Mac).
###Installation
####Step 1: Get ICEcoder Either download the zip or clone from Github using:
$ git clone git://github.com/mattpass/ICEcoder.git
####Step 2: Place in your document root (online or local)
- Put in a new sub-dir URL such as yourdomain.com/ICEcoder or localhost/ICEcoder
- Set write permissions (757 or 775 depending on your system) on the 'backups', 'lib' and 'test' folders plus 'test/test-file1.txt'
(Note: A small number of hosts give internal server error here, if you get this, try 755 instead)
####Step 3: Start coding
- Visit the sub-dir URL in your browser and enter a password
Now you're setup, auto-logged in and ready to code!
Suitable for commercial & non-commercial projects, just let me know if it's useful to you and any cool customisations you make to it. I take no responsibility for anything, your usage is all down to you.
It's fully open source and MIT licensed. I'm happy for you to take it, make it your own and customise to your hearts content and/or contribute to this main repo! :)
Plenty of comments included in the code to assist with understanding, customising etc.
Comments, improvements & feedback welcomed!