Read my book

I wrote books about Webpack and React. Check them out!

Sunday, February 19, 2012

Linkdump 10 - Art, Design, Programming, UX, Web Development, ...

It has been a few months since my previous linkdump. As a result I have accumulated quite a few links. This is going to be the biggest linkdump so far. I've split up the links a bit to make it easier for you to find your favorites.

Art
Computer Graphics
CSS
Design
Programming
UX
Web Development

Friday, February 10, 2012

LiveReload = Instant Productivity Win

It's always fun to discover something that bumps up your productivity a notch. In this post I'm going to share one of those discoveries. I've always found it awkward to refresh browser during development. Thanks to LiveReload I don't have to do that anymore.

LiveReload - Better Than Batman and Robin
Batman and Robin by MrSchuReads (CC BY-NC-SA)

LiveReload is an OS X app (~$10). It watches the directories you give to it and then refreshes your browser if its contents get modified. In order to do this you'll need a browser plugin. You will also need to connect your browser to the host app. After this you are good to go.

What makes the app cool is that it can perform a precompilation step for your files. So if you are a CoffeeScripter, it will convert those to JavaScript. Same goes for your CSS. It is possible to implement plugins for any system that might not be supported yet.

It is also possible to run some custom script of your own before refreshing the browser. I use this to compile my project using RequireJS builder.

Conclusion

Apparently some people tend to favor CodeKit instead of LiveReload. This fine article has more insight on that. I'm sure there are some other alternatives out there as well. It's definitely worth your time to research and find some solution like this. The investment is bound to repay itself in form of improved productivity. Getting more done with less effort is always good.

Thursday, February 2, 2012

Ellipsis jQuery plugin + Events at Jyväskylä

I just released a small ellipsis plugin for jQuery. I had some long lists that needed shortening so that did the trick. It works with various other elements too. It's possible to animate that as well.

A lot has been happening around here lately. Here's a brief summary:

  • The very first agile conference of Jyväskylä, AgileJkl, will be held at April. A similar event, Scandinavian Agile Conference, will be held around March at Helsinki.
  • Geek Collision meetings have continued. So far we haven't had any special events. Just a few (ten or so) geeks and something to drink. Try organizing something like this around there too!
  • A demo scene event, Instanssi (Finnish only), will be held at March.  Some members of the co-op I'm involved in will demonstrate their technology there.
  • Our very own Hacklab (Finnish only) will have an open doors night at 14.2.
  • Koodilehto, the co-op I'm involved with, just received a new site. Check it out to figure out what we're doing at the moment. You might also want to check out the source. There are some custom bits in it. This article covers the concept and some of the technology used.