you are viewing a single comment's thread.

view the rest of the comments →

[–]JasonCarswell[S] 3 insightful - 3 fun3 insightful - 2 fun4 insightful - 3 fun -  (1 child)

I've directed animation, live-action, and many creative projects - cooperatively. I despise authority almost as much as I loathe lies, so I avoid it or taking it at all costs - even at my own detriment. I don't get emotional much online, though I am passionate. In person I often don't have the time or focus to not be as emotional. Also, I'm not consistent / reliable / timely on many fronts. I want to be, but not enough to create the good habits necessary.

I don't want you to work for me. I hope you might consider some stuff in September (or later if I'm not timely), and then choose to take them on for your own reasons - or choose not to, as you like.

[–]skeech 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

in a nutshell, you need to do a ground-up from scratch rebuild..

the first thing that you want to do in designing a web application is focus on laying out the tables of the mysql database, and drawing up mockups of the various pages of the site.

the mysql tables should be able to store the relevant information that is required to render the various pages that you have mocked up..

rough draft mockups can first be made up with a marking pen or with a crayon..

final mockups should be developed as actual html and these static pages should be delivered to your development team along with the mysql database tables and sample queries.

i am a big fan of developing web applications using C language(gcc compiler) on a nice tight and thin linux box.

number one, maybe we want to shitcan that cloudflare nonsense and we would want to handle any of that functionality directly inside of our custom developed web server software.

the web server would be VERY stripped down and simplified and would also be the actual web application.

no more apache server.

web server and web application would all be wrapped up into one application that would bind to port 80.

very nice documentation about how to write a web server in C language for linux:

http://www.beej.us/guide/bgnet/html/

(i have at one time read every character of the above linked document from beej, i read it character by character... i know the entire thing by memory, or at least i did)

i do not take shortcuts.

also, it is so easy to have the site be rendered on the clearnet AND the darkweb using the same code.

video: brain research laboratory

https://youtu.be/8On7rktFZME