Posts in Category: clouders

Positioning In CSS (I)

Today we’ll continue our tour of CSS features and delve into the quirks of positioning elements on a web page.

A DOM Element has 3 dimensions, one for each axis. The X and Y axes place an element on the page, horizontally and vertically. The Z axis brings elements closer or farther from the user. Also, the Z axis is used when deciding what element will be shown when two or several elements have overlapping content.

Read More

Cycling Is Fun

We may be Clouders, but we don’t exactly walk with our heads in the cloud. We only ride our bicycles that way. 😛 Well, jokes aside, it’s quite the opposite. If you haven’t figured it out already, we are cycling enthusiasts. We commute by bike, we travel by bike, and some of us even get into bike competitions.

Read More

The Callback Syndrome In Node.js

When starting out in event-driven programming, you often find yourself amazed at how it works. It is pretty much what it feels like when you discover loops or conditional statements. As you progress, it becomes obvious that the overuse of the new paradigm will most likely prevent anyone else from successfully going through your code. This article dissects the problem of asynchronous control flow in JavaScript and suggests a simple solution using closures.

Read More

What Happens In Rucar Doesn’t Stay In Rucar

A week ago, everyone at 4PSA (well, almost everyone – as some of us had to stay in the office and keep an eye on things) were off to nowhere, i.e. Rucar, bonding with the team, trying to know each other even better, and cultivating that spirit of togetherness that makes things move, while having fun.

Read More

Wanna Be Our Product Wizard?

In one of our previous posts, we were introducing the VoipNow Team as one of the most complex teams at 4PSA. It handles marketing, sales, customer support, and product development for a product that has been on a continuous ascending curve. Since VoipNow has grown to be a very popular “child”, our team is in need of more people. We are now looking for Product Wizards, i.e. Clouders for whom VoipNow will hold no secrets and who will be able to decode any misunderstanding and solve any issue customers might experience while using it.

Read More

CSS Display And The Basic Box Model

This article aims at clearing up some of the misconceptions about the CSS display property and the way it affects the box model. It will only take into account the W3 specifications. To avoid blurring you with all sorts of details and exceptions, various browser inconsistencies will be swept and kept under the rug. The purpose is to give you a clear understanding of the matter, so that you shouldn’t be afraid of doing more than changing colors from a stylesheet picked up from who knows what source.

Read More

Google I/O 2013 (Or Better Yet 1983)

According to biographers, in the eighties, Steve Jobs was kind of obsessed about IBM. This is one of the reasons for which he approved the famous commercial below, one that was hardly liked by the rest of the directors. It was a bold move, mostly because Steve believed that stopping IBM was his messianic mission.

[youtube]http://www.youtube.com/watch?v=g_d5R6Il0II[/youtube]

The truth is that, right now, the world is hundreds of miles closer to 1984 than it ever was in the eighties.

Read More

Infrastructure Clouders Needed

The Infrastructure Team handles the cloud back-end, i.e. the physical and software infrastructure that runs the SaaS platform. Technically, it handles everything from networking to databases. It may not seem very complicated, but it actually takes a broad range of knowledge to understand, operate, and maintain an infrastructure that deals with networking equipment, physical servers, virtualization, storage, databases, communication layers, load balancers etc.

Read More