Skip to content

Collects data, analyzes statistics, and enhances the interface of the HVerse System

Notifications You must be signed in to change notification settings

GaryMcNabb/HVSTAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HVSTAT DEV NOTES

General programming remarks

Always use easy to understand variable names. Always put var in front of a newly declared variable, to avoid scope issues.

Optimization Hints

Try to put all variable declarations at the start of the function (not strictly required). Don't use regex if possible. It can be extremely slow. jQuery and jQuery UI must not be used except on the dialog panel for performance reason.

Version Locations

package.json - Firefox Manifest data/manifest.json - Chrome/Opera Manifest data/hvstat.user.js - Ln 69 (First line of 'var hvStat')

Release Info

  • For Opera, name the crx "HVS_opera_[VERSION].nex"
  • For Chrome, name the crx "HVS_chrome_[VERSION].crx"
  • For Firefox, name zipped package "HVS_firefox_[VERSION].xpi"

No one needs the privatekey (pem file) except developers.

About

Collects data, analyzes statistics, and enhances the interface of the HVerse System

Resources

Stars

Watchers

Forks

Packages

No packages published