455+ Random Brushes for Unusual Design Needs
15.05.2017 14:47 in Photoshop | 14 comments | source: | 8521 clicks
Are you in the mood for a Photoshop brush roundup to elicit creativity? Or do you need a very unique brush for your next project? While this collection is a bit random (and remember, all brushes below are free!), it’s a great place to look for brushes you may otherwise have never come across.
Using JavaScript Prototype to add new properties
15.05.2017 14:46 in JavaScript | 82 comments | source: | 9074 clicks
When working in OOP in JavaScript there are a few ways to add new properties. The first way is adding the properties in the constructor function while the other is using the prototype. In this video we explore both and understand there relationship and there scope.
What is Polymorphism?
16.02.2017 13:27 in Flash | 11 comments | source: ilike2flash | 8024 clicks
Polymorphism enables us to treat many object types as if they where one type of object. The idea behind it is to treat objects based on what they do instead of what they are. In the process we will discover the glue that will make it possible - we will create an interface and then integrate it into our logic and show case how it works.