No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
I do all of that except for game development on my Macbook Air with no problems.
Actually, you can use the built in Disk Utility (Shift+Cmd+U from Finder). 1. Create a recovery partition. 2. Resize your current HDD to the same size as your clone drive so as to not run into size issues. 3. Create a single partition on your clone drive. 4. Restart system, …
Hello, everybody. I signed up for help on a Javascript calculator and now I think I'd like to stay and learn even more. I really like this web site. I've got a background in HTML and CSS, with a little bit of Javascript. I haven't applied myself to learning HTML5 …
I tried the following ways of calculation and passing back to the form I made. The commented out function is the same, but handled differently and was my first attempt. function oneRepCal(wt,rp) { this.wt = parseFloat(document.ormCalc.wLift.value); this.rp = parseFloat(document.ormCalc.rComp.value); lifted = this.wt * this.rp; oneRepC = (lifted * .03333) + …
The End.