15 Useful Color Picker Tools For Developers & Designers

Whenever we want to design something, we tend to be confused about what colors we should use, since colors are one of the most important parts in visual design. As a web designer, we usually start with one chosen color , and then later we also need to…<p class='wdgpo_gplus_attachment wdgpo_gplus_article_attachment'>we tend... [Read More]

Masonry

Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall.http://masonry.desandro.com/#burhaantargett<p class='wdgpo_gplus_attachment wdgpo_gplus_article_attachment'>Cascading grid layout library</p>

The Basics of Task Parallelism via C#

The trend towards going parallel means that .NET Framework developers should learn about the Task Parallel Library (TPL). But in general terms, data parallelism uses input data to some operation as the means to partition it into smaller pieces. The data is divvied up among the available hardware processors in... [Read More]