Follow Cubicleman
By PDGACO payday loans
-
Recent Posts
Categories
Atlanta User Groups
Suggested Reading
Amazon Wish List
Category Archives: Techy
AngularJS and a JS prototypal inheritance gotcha
Like many of you I’ve been shoring up my bits on AngularJS from Google. Really slick stuff that in short, extends HTML with attributes, something possible since well before HTML5: HTML5 Data Attributes. While watching a series of videos on … Continue reading
Posted in CSS3, HTML5, JavaScript, Techy, Universal Mind
Comments Off
Pi, Monte Carlo, and SVG fun with some requestAnimationFrame() thrown in
To dive into some performance research and testing, I needed a example that ran some JS loop action and created lots of nodes for your friend the DOM. Why not use a simple Pi approximation with a graphical representation? Enter … Continue reading
Posted in Blog, CSS3, HTML5, JavaScript, Techy, Universal Mind
Comments Off
SVG! What’s your vector Vector?
So, I got to playing with SVG in the old browser today. Amazing stuff can be had with this. SVG for the folks under that pet rock over in the corner is a acronym for Scalable Vector Graphics. Go ahead … Continue reading
Posted in CSS3, HTML5, JavaScript, Techy
Comments Off
HTML5 Data- attributes
data-attribute what? ha, so, if you seen these before and have not looked at them yet, these are slick. You can check out the 411 at W3C. Yet as slicker-then-grease they are, they are nothing new for you that do … Continue reading
Posted in CSS3, HTML5, Techy, Universal Mind
Comments Off
JavaScript and CSS3 transition fun
Today I found myself messing around with CSS3 transitions in order to animate some objects on the DOM. Transitions give you some powerful tools for animating content via CSS properties. Now, we actually have several ways of moving things in … Continue reading