Took Thursday and Friday off. Still worked in my day job of course.
Created 9 more pages for backend control and one master page for quick linking to everything I need to update. Its simple as hell, no CSS or anything, I will update it when I am live, this is for my eyes only so who cares.
...had to figure out how math works....so yeah
When you take the average of lets say three numbers what do you do? (x + y + z) / n where n = total numbers inputted
The thing is I did not want to do the calculation every time my average number in my DB changed....so the question becomes how do you calculate the average of something without adding all the numbers together.
Googling such a question is complicated and yielded no results...so I did it all school math wise.
The answer is
Lets say you have an average number result of X with N entries and suddenly you want to add number Y and calculate your new average. Well then its
(Y + N * X) / (N + 1)
...anyway, I have created 30 pages total to add / edit and process my backend
I am having some trouble with some math involved to get some results and I can't figure it out, which tells me I have worked on this too long.
Taking a break
Total Cost: $18.56
Total Hours: 42
...........I never posted this....
Sunday, lets go again.
Figured out my math issue, I had my decimal field setup as a 3,2 (so only x.yz), changed it to 5,2 (so now its xyz.km) so it was a DB fubar.
Did a lot more debugging for one of my pages, took me about two hours only to realize I had mispelled my variables in two different places.
Meh.
Updated my master backend page with all the new pages I made.
I accidentally found another bug, I don't have a solution for it yet.
Time to call it a night, I hope this week I do the basic front end and specific page front end so I can go live. Then I can prettify and tweak.
:bootyshake:
Total Cost: $18.56
Total Hours: 45
Just realized I only worked about about three hours today...next week I need to capitalize on my weekend time better. I ended up working 8 hours this weekend, I could have worked 16 easy.
Created 9 more pages for backend control and one master page for quick linking to everything I need to update. Its simple as hell, no CSS or anything, I will update it when I am live, this is for my eyes only so who cares.
...had to figure out how math works....so yeah
When you take the average of lets say three numbers what do you do? (x + y + z) / n where n = total numbers inputted
The thing is I did not want to do the calculation every time my average number in my DB changed....so the question becomes how do you calculate the average of something without adding all the numbers together.
Googling such a question is complicated and yielded no results...so I did it all school math wise.
The answer is
Lets say you have an average number result of X with N entries and suddenly you want to add number Y and calculate your new average. Well then its
(Y + N * X) / (N + 1)
...anyway, I have created 30 pages total to add / edit and process my backend
I am having some trouble with some math involved to get some results and I can't figure it out, which tells me I have worked on this too long.
Taking a break
Total Cost: $18.56
Total Hours: 42
...........I never posted this....
Sunday, lets go again.
Figured out my math issue, I had my decimal field setup as a 3,2 (so only x.yz), changed it to 5,2 (so now its xyz.km) so it was a DB fubar.
Did a lot more debugging for one of my pages, took me about two hours only to realize I had mispelled my variables in two different places.
Meh.
Updated my master backend page with all the new pages I made.
I accidentally found another bug, I don't have a solution for it yet.
Time to call it a night, I hope this week I do the basic front end and specific page front end so I can go live. Then I can prettify and tweak.
:bootyshake:
Total Cost: $18.56
Total Hours: 45
Just realized I only worked about about three hours today...next week I need to capitalize on my weekend time better. I ended up working 8 hours this weekend, I could have worked 16 easy.