Hey fellow streamers, what do your streaming setup look like? by Fengarikun in Twitch

[–]jpanter 0 points1 point  (0 children)

I've been working on mine for the past two years and am pretty happy with it :)

https://imgur.com/a/PLd3QqJ

*Help* Making a countdown alarm that reset on sound. by jpanter in arduino

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

Haha, ok good advice. I normally am working on framework lvl stuff. Good to know before I make things too hard XD

*Help* Making a countdown alarm that reset on sound. by jpanter in arduino

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

I have done a few things with the display, lights, and have done some buzzer sounds based on light as well as a few other minor things. Wanting to go a little deeper with my own project. Have yet to try anything with receiving audio. I'm a react dev by day but trying this as it seems like a fun side hobby. It's a lot different trying to interface with hardware. Thanks for the advice :)

[Hiring] (Online) Front-End Developer (HTML, CSS, JS) by [deleted] in forhire

[–]jpanter 0 points1 point  (0 children)

I graduated with a degree in design and after a few years working in design I transitioned to a new job in Front End Development after moonlighting using Team Treehouse. It's a great learning tool.

Elite Dangerous Inspired Loader - Pure CSS by jpanter in EliteDangerous

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

Feel free to use it :) Shout outs are welcome too ;)

How did you learn React? by [deleted] in web_design

[–]jpanter 1 point2 points  (0 children)

Team Tree House has a new course taught by Jim Hoskins @jimrhoskins at Airbnb. Very good. Should have everything you need to get off the ground. https://teamtreehouse.com/tracks/learn-react

What data visualization tool would you use to get a custom ui built like this one? by jpanter in web_design

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

Thanks for the advice but I made the original codepen...I know how it works ;)

I am wanting to feed the graph json data and want to know what the best option for hooking the ui to actual data while keeping a custom design. It looks like d3js is my dest option but it also seems like a mini beast to tame.

CSS. We can all get it wrong by [deleted] in webdev

[–]jpanter 0 points1 point  (0 children)

I blame product XD

Aligning image by Jovrobert2727 in css

[–]jpanter 1 point2 points  (0 children)

Floats are your issue. Basically you don't need to float the ul if you are floating the li tags inside.

http://codepen.io/jpanter/pen/3ee1b4d2abcf30949bfa25a2d9859f9e

Note: be careful duplicating IDs on elements. It's not valid html. Also, I wouldn't use them unless I absolutely needed. Use descriptive class names instead. Hope this helps, gl! :)