Tech and Startup War Stories by Team PerfectLine

Every once in a while we write articles about startups (our own or the ones we work with), technical (Ruby on Rails, JavaScript, etc) solutions we’ve created and everything else that comes to our minds.


Unobtrusive custom confirmation dialogs with jQuery

I need confirmation dialogs, I need them to be dynamic, unobtrusive, custom styled and flexible. Most of the conditions rule out the built-in [cc lang="javascript" inline="true"]confirm()[/cc] function in Javascript. So I decided to build my own with jQuery and share the basic ideas behind the solution.

Shoperb – an easy online store

Today I would like to introduce you something that we’ve been working on for the past few months. It’s new. It’s easy to use. It’s called Shoperb and…

How to install MySQL on Mac OS X Snow Leopard

In the last post of this series ([intlink id=”how-to-create-a-wordpress-development-environment-on-mac-os-x-snow-leopard” type=”post”]How to create a WordPress development environment on Mac OS X Snow Leopard[/intlink]) we covered [intlink id=”how-to-setup-apache-and-php-on-mac-os-x-snow-leopard” type=”post”]how to…