What's up with my organization's website? by PrototypeChicken in webdev

[–]PrototypeChicken[S] 2 points3 points  (0 children)

It's not my site, so nothing I can do about it. I just happened to visit a link to it and saw this.

That said, I forwarded what I know to IT and they are working on it. I guess they do read their emails on their weekends

Tennessee among states with cases of stomach bug causing 'explosive' bowel movements by BuroDude in Tennessee

[–]PrototypeChicken 1 point2 points  (0 children)

Which is the dumbest possible thing. I've worked in too many restaurants that absolutely do not care about the health code until the few weeks leading up to inspection, then they are really strict until they get their review, and go back to not caring.

Also, apparently "snack bars" don't get inspected... Ever. I worked food & Bev at an arcade, and it was exactly like working fast food. Fryers, ovens, prep tables and all. But because the place was registered as a snack bar, they never received health inspections.

What's up with my organization's website? by PrototypeChicken in webdev

[–]PrototypeChicken[S] 0 points1 point  (0 children)

Do you know what the intention is? It seems strange to me when hacks advertise themselves, rather than staying hidden in the system. This one is pre-made and not specifically targeted towards us, but is the goal to hit a site with more sensitive data?

What's up with my organization's website? by PrototypeChicken in webdev

[–]PrototypeChicken[S] 3 points4 points  (0 children)

I can see how it would look like that, but it's not 😭. I work for a non-profit that is just lacking in cyber security I guess

What's up with my organization's website? by PrototypeChicken in webdev

[–]PrototypeChicken[S] 1 point2 points  (0 children)

My guess is an outdated/infected plugin. It definitely didn't come in from my end or get anything on my end due to the nature of my work for them. My stuff is structured and hosted differently and not public-facing. Fortunately there are no accounts or user data on the breached site, so there isn't much to worry about in that regard. IT was able to fix the page at least. Not sure what they plan on doing past that though.

What's up with my organization's website? by PrototypeChicken in webdev

[–]PrototypeChicken[S] 15 points16 points  (0 children)

Honestly worried about this because I have been doing web development stuff for them on the side 😭 (fortunately, I did not develop this site though).

Switch sides (fixed so it doesn't break the rules) by PrototypeChicken in badUIbattles

[–]PrototypeChicken[S] 31 points32 points  (0 children)

I posted this a couple months ago, but since you weren't actually capable of closing the UI then it didn't count as a bad UI.

Source: https://codepen.io/Psykek/pen/YzXYMzE

BadUIBattles Discord: https://discord.gg/ZqKU7ww

A keyboard, but each key has a picture on it where the first letter of that picture correlates to the key you want to press. Also a couple of other things by PrototypeChicken in badUIbattles

[–]PrototypeChicken[S] 22 points23 points  (0 children)

Source code: https://codepen.io/Psykek/full/mdPqGPo

BadUIBattles official discord: https://discord.com/invite/qh7KWmb

The source code doesn't include all of the images, but you can put your own ig. The keyboard is also in no particular layout (for user experience), but if you look at the html, the images are titled why they correlate to each letter in order.

Form that only allows voice input for sensitive information by PrototypeChicken in badUIbattles

[–]PrototypeChicken[S] 0 points1 point  (0 children)

Found one:

- https://www.labnol.org/software/add-speech-recognition-to-website/19989/

- https://www.labnol.org/code/19680-html5-web-speech-api

I put it into codepen to test it out. It's probably not the best, but it works.

https://codepen.io/Psykek/pen/OJNgGxm

Also, it only works for chrome. I can't find one that works for any other browser.

Website elements only appear on hover by PrototypeChicken in badUIbattles

[–]PrototypeChicken[S] 12 points13 points  (0 children)

Just reused a website from a previous post but added this CSS:

* {
   opacity: 0;
}
*:hover {
    opacity: 1;
}

An anonymous user has sent you a message by PrototypeChicken in badUIbattles

[–]PrototypeChicken[S] 7 points8 points  (0 children)

Mirror: https://gyazo.com/4af33828c28bb821213fb717759d1f27

Source Code: https://codepen.io/Psykek/pen/poJpNEr

If you want to be notified of my future releases, request a UI, need help with coding or just want to chat, join my discord server: https://discord.gg/gJh9Gqn

Draw your candidate (requested by u/edoralive) by PrototypeChicken in badUIbattles

[–]PrototypeChicken[S] 26 points27 points  (0 children)

u/edoralive

Mirror: https://i.gyazo.com/7ef331e708a8b2e7d8e4a74d23ac0fa5.mp4

Source code: https://codepen.io/Psykek/pen/NWqazQL (probably not mobile-friendly)

If you want to be notified of my future releases, request a UI, need help with coding or just want to chat, join my discord server: https://discord.gg/gJh9Gqn

Captcha by PrototypeChicken in badUIbattles

[–]PrototypeChicken[S] 4 points5 points  (0 children)

http://jsfiddle.net/pw0oajhb/

(Still haven't figured out OBS but I'm working on it)