ADC Meter icon ADC Meter ADC VU meter displaying 0-3.3/5V as a 0-255 linear meter; configurable board/port, sampling interval and color; pausable real-time readings. Try it →
Netherlands
Twitter YouTube
Asked — Edited

I doubt it will make any difference, but when I looked at the 'EZ-Office' page source to find out what script you use for refreshing I found a little typo in the code.

At line 17, it says

<script language="javakscript" type="text/javascript">

The type is correct, but the language should be without the 'k'. I think most browsers will interpret the code just fine, but I thought I'd give you guys a heads up on it.

-Niek


ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!

Author Avatar
United Kingdom
LinkedIn Twitter Google+ YouTube
#1  

Niek, your code tags didn't work... but I'm sure they can see what you're on about by looking at the line number.

If you want to get picky, there are a lot more errors than just that one but most are only a problem in very old browsers, the code is actually a lot better than some I've had to work with in the past (there's nothing worse than taking over a site built by someone who thinks he knows what he is doing). But then, this is where my OCD comes in to play.

Author Avatar
Netherlands
Twitter YouTube
#2  

@Rich The code tags are fixed now.

I know what you mean, I purchased the code from a friend of mine who had developed a PHP CMS for his website. I couldn't understand anything of his code, because it was extremely messy and he hadn't provided it with any comments so I ended up starting from scratch and building my own. Though my code probably also contains some errors, it works and is much more understandable (for me at least:D).