Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.
Is it running a website?
the Apache/MySQL/PHP stack is a lot easier to install & administer via on Linux
much easier to edit a file in var/www than have to download it, edit it, and then upload it back to my web host, then test it.
TL;DR databases are a pain
I guess I'm just too lazy to come up with these elements all on my own
Using code that is already publically and freely available for use doesn't make you lazy, it makes you efficient. Or so my lecturer says.
No. it's lazy. But that's good. As Larry Wall notes, Sloth is one of the hallmarks of a good programmer.
No, it's not. No need to re-invent the wheel when it comes to programming.
String FormatTimeSpan(TimeSpan formatthis){ return String.Format("{0:00}:{1:00}",formatthis.TotalHours,formatthis.Minutes);}