Wednesday, September 9, 2015

Bulldog Studio

Multidisciplinary design studio based in Barcelona. This is our new portfolio.


by csreladm via CSSREEL | CSS Website Awards | World best websites | website design awards | CSS Gallery

Build an app

A website for companies who want to build an app for there business.


by csreladm via CSSREEL | CSS Website Awards | World best websites | website design awards | CSS Gallery

Jascha Goltermann online portfolio

I am a Berlin based graphic designer with a passion for information design! You can see my latest works and current projects here.


by csreladm via CSSREEL | CSS Website Awards | World best websites | website design awards | CSS Gallery

Building a Dodger game clone in Unity

In this tutorial, we’ll be building a simple Dodger game in Unity. To see and play the final result, go here. Analyzing the Game Dodger is a small, simplistic game that doesn’t take much logic to program and can be customized almost endlessly. Dodger only has a few key elements of Gameplay: Player Input Player/Enemy […]

Continue reading %Building a Dodger game clone in Unity%


by Vincent Quarles via SitePoint

An Introduction into Event Loops in PHP

PHP developers are always waiting for something. Sometimes we’re waiting for requests to remote services. Sometimes we’re waiting for databases to return rows from a complex query. Wouldn’t it be great if we could do other things during all that waiting?

If you’ve written some JS, you’re probably familiar with callbacks and DOM events. And though we have callbacks in PHP, they don’t work in quite the same way. That’s thanks to a feature called the event loop.

Pfeil1105a

We’re going to look at how the event loop works, and how we can use the event loop in PHP.

We’re going to see some interesting PHP libraries. Some would consider these not yet stable enough to use in production. Some would consider the examples presented as “better to do in more mature languages”. There are good reasons to try these things. There are also good reasons to avoid these things in production. The purpose of this post is to highlight what’s possible in PHP.

Continue reading %An Introduction into Event Loops in PHP%


by Christopher Pitt via SitePoint

ES6 for Now: Template Strings

ES6 is the future of JavaScript and it is already here. It is a finished specification, and it brings a lot of features a language requires to stay competitive with the needs of the web of now. Not everything in ES6 is for you and in this little series of posts I will show features […]

Continue reading %ES6 for Now: Template Strings%


by Christian Heilmann via SitePoint

Face Detection in Android with Google Play Services

The recent release of Google Play Services 7.8 added new Mobile Vision APIs which provide a framework for finding objects in photos and videos. The framework includes detectors, which locate and describe visual objects in images or video frames, and an event driven API that tracks the position of those objects in video.

Continue reading %Face Detection in Android with Google Play Services%


by Joyce Echessa via SitePoint