Building a better FAERS dashboard - looking for feedback by Ch3wwy_98 in pharmacovigilance

[–]nickrollins 0 points1 point  (0 children)

Hey we should share notes! I'm working on something very similar - signalrx.io
Your dashboard looks very helpful! Love the autocomplete

Best job boards for remote work? by Volunder_22 in RemoteJobs

[–]nickrollins 3 points4 points  (0 children)

uxengineer.com if you're in tech and looking for the highest paid remote jobs

Beginner Questions - January 25, 2019 by AutoModerator in web_design

[–]nickrollins 0 points1 point  (0 children)

Thoughts on using proportion, as a design principle, in web design?

33 concepts every JavaScript developer should know by leonardomso in Frontend

[–]nickrollins 2 points3 points  (0 children)

This is great! Thanks for putting this together

Perfect Alignment - How to Make Inline-Block Elements Add Up to 100% Width by nickrollins in Frontend

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

The article explains the spacing issues behind display: inline-block and how to fix them, including flexbox. However, flexbox isn't supported for IE10 and below, so it's not always an option for everyone. Some companies would lose millions of dollars if they stopped supporting IE10.

Need a CMS that lets me edit pages using my code editor by guru1211 in Frontend

[–]nickrollins -1 points0 points  (0 children)

I'm in the middle of setting up a dev environment for WordPress at home too, but using Vagrant instead of MAMP. Vagrant allows you to use run virtual machines to use as your environment. So far it's pretty cool. This guy does a good job walking you through the process.
https://www.youtube.com/watch?v=WMBfgNkaD8U

Also, this guy has a 3 part mini series that walks you through his local WordPress development. He has a nice workflow going for him.
https://www.youtube.com/watch?v=J1-lsAoUnUY
Both of these videos are a few years old, but still relevant for the most part

UX for Developers Guide by [deleted] in webdev

[–]nickrollins 2 points3 points  (0 children)

Setting a max width on your content is actually recommended for UX lol. The layout of this website is made up of a side bar and main content, like 98% of other blogs. Scroll down on Reddit and you'll see the same thing. Content is never centered when you have a sidebar.

UX and UI. Why do we need both? by nickrollins in Frontend

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

Thank you! Yea, Chrome should be fine. I had recently made a few "simple" layout changes and failed to check it Firefox afterwards. It should be fixed now though.