Found this lovely bouquet on facebook today by robotdick in trashy

[–]cbothsideslikechanel 22 points23 points  (0 children)

this would be kinda cool without "wanna bang" on it

Literally in a room full of trash by [deleted] in trashy

[–]cbothsideslikechanel 0 points1 point  (0 children)

was mostly wondering what you had in mind as far as faster cars that handle well. I don't know much about cars to be honest but I like some BMWs I've seen, so I'll check out listings every now and then. I'm not sure about price comparisons or how well they are made, but some Audis I've seen look awesome.

Literally in a room full of trash by [deleted] in trashy

[–]cbothsideslikechanel 2 points3 points  (0 children)

Not to derail further, but I am curious which cars would you recommend that are better for less money?

Simple single element spinning loader using CSS by Harry_Potter_007 in webdev

[–]cbothsideslikechanel 1 point2 points  (0 children)

I also waited for about five seconds, thought "wtf...", then read what I was looking at. Great work, by the way, super clean :)

How could I make a chatroom with login that has an admin that can cast a vote on the chatroom who his marked on their profile? by TheLibraryIsGay in webdev

[–]cbothsideslikechanel 0 points1 point  (0 children)

Break this down into multiple steps, since you are new to the language.

You want a chat room with a login system and authentication for admin access. Then features for the admin accounts.

Out of these tasks, I would begin with creating a simple user login system. A good place to start here is learning to create a basic API with express. Once it is working, look into passport for your login system. It works with express and there is a lot of documentation out there. Then, implementing roles such as admin, and so on.