Positioning In CSS (III)

In this final article of the Positioning in CSS series, we’ll describe the floating concept.

What Is Floating

Floating is used to place an element to the left or to the right of its containing block. This can be very easily achieved by setting the float property either to the left or right. In the following code snippet, all the elements under the box class are set to float to left.

Read More

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

When Collaboration Fails

There is a common perception that collaboration is the universal solution to all issues that software companies encounter. A lot of effort is invested in improving collaboration between tech people, starting from tools that can be easily purchased and ending with programs that encourage collaborative behavior. The idea is quite simple: if people collaborate better, the output of the entire team, both its quality and quantity, will be better.

thinking

 

While I do not want to mitigate against collaboration, there are specific cases where it simply doesn’t work. I will exemplify that and suggest some solutions as well.

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

The Magic Of Seven – 7 Years Of VoipNow

From the dust of old centuries until today’s computer-driven and smartphone-glued society, seven has always been considered a magical number. Many believe in the power of seven, be they sorcerers or mathematicians, historians or, in the past decades, even psychologists. Seven days in the week, seven wonders of the world, seven primary colors, seven notes in the musical scale, seven ages of man, Miller’s law on human brain’s capacity of processing information, and the list can go on and on.

Read More