This week we went over CSS/CSS3 and did some cool animations using no javascript. Below are the two files we worked with, commented heavily with explanations. Copy and paste these into your text editors to see what they do.
For HacKSU, our student organization at Kent State University, we post weekly emails during the school year to our members to inform them of the weekly topic. At the end of each week’s email, we work hard to include a computer science joke. We wanted to share these jokes with you.
Last week at HacKSU we played around with creating/importing new web fonts and then played with some fun effects. We used two different methods of getting new fonts: we downloaded one from dafont.com and we got another from Google Fonts. Here’s how:
This week we went over D3, a data visualization library. We first did some cool data binding, and then some animations using SVGs, or Scalable Vector Graphics. Below are the two files we worked with, commented heavily with explanations. Copy and paste these into…
This week at hacksu (hacksu.cs.kent.edu) I taught simple programming concepts in javascript.
This week, HacKSU talked about Angular. Angular is a cool Javascript framework that punches a lot of power into your front end. Angular web apps are single pages, so you never have to refresh to submit or anything, creating a faster and more desktop application like experience.