I tried chart.js but im not.

 
Dittmer: I do not have a live example which i can show. but please guide me , from where i can learn css fundamentals, then advanced concepts, in short time.looking for a nice resource that can teach me

Mcateer: AMcBain, Resources to help you get started: http://hashcss.com/schools/

Lisi: We have a bunch of links in there.

Debem: There’s also live pastebins where test-cases can be stashed to show us stuff.

Turansky: AMcBain, Preferred live pastebins: http://jsfiddle.net/http://codepen.io/http://paste.asmcbain.net/http://www.webdevout.net/test/

Deschenes: Ok. actually its a big product. I am trying to fix some bugs in there. may be i need to create a fiddle to show my use case. but it uses angular JS

Swainey: Well that’s fine, but a test-case doesn’t require angular well shouldn’t, at least for styling stuff.

Mccrate: You just need to come up with the minimal amount of styles and markup that reproduce the problem. angular helps generate the markup but your paste can be a static dump of that.

Scaturro: Can i paste jade file in there

Strede: Sonda, depends on the pastebin, but you can just grab the output from the browser view source, inspector, etc.

Press: If it’s being generated and the jade is filled with variables etc. that’s what you want to do anyway.

Tayor: Http://codepen.io/anon/pen/OyyrJb

Peels: The 0 100 stuff below is actually a slider.

Bister: I want slider to fit within the gauge

Dunkerley: Sonda, I think that’s something you have to fix with the items that are generating the SVG. You could potentiall fix it with CSS a transform upwards but it wouldn’t be that great in the long run.

Helper: Hey, I don’t know if I’m in the right room. But I’m trying to wrap text around a png with a transparent layer. The img is centered horizontally and vertically in a div and I want the text to flow around it. Is this possible?

Wedwick: Maxtimbo, Yes, and no. There’s a spec/proposal for shapes to enable things like “shape-outside” and “shape-inside” I think. However, pretty much nobody has implemented it yet. That’s the yes and the no.

Seiter: The maybe is that depending on what you want, some people have faked it: https://css-tricks.com/float-center/

Choiniere: I’m also using columns.

Feehly: Kind of complicates things

Dozer: Let me try to implement this.

Thang: Any tips on keeping an ssh portal open?

Plumbar: It should stay open as long as you’re logged in, though on PuTTY if you’re on Windows you can set a flag in the preferences to send a keep-alive type deal.

Ledgerwood: Haha i’ll look into it

Mcwells: I’ve not usually had issues on the Linux side of things, but I also guess I don’t ssh from Linux that often for various reasons.

Casso: I think it’s the university’s server that hates me

Sevedge: If you care to see what I’m doing:

Qin: Http://web-students.armstrong.edu/~tf2737/diet.php

Bernotas: I am building a 1-pager in wordpress. Now there is a section below the fold of the website with some numbers on it.

Bernotas: I would like instead of static numbers that when the part of the page is visible for the user that numbers start counting dynamically. from 0 to their max.

Bernotas: That part is ok to code but how can I manage that is only show the ‘counting’ animation when that part is visible?

Bernotas: Http://jsfiddle.net/b6azwLjb/

Bernotas: Someone an idea, how to do that word-break?

Bernotas: Http://jsfiddle.net/b6azwLjb/2/ *update to make it more clear, I would like every word to be shown on on the line below it

Quarnstrom: Was gonna ask about whats wrong with my z-index which never works and then when I was busy with the jsfiddle, I figured out that the problem was that I hadn’t fixed the one element’s position.

Norsworthy: I want to make stylish bar charts and pie charts

Nida: I tried chart.js but im not impressed with it