Why I don’t recommend mailgun…

Couple months ago I listed  services having  API for sending and receiving emails . One of them was mailgun – I was using it for a while since… yesterday. My account was locked without any valid reason. Something related with SPAM:

http://documentation.mailgun.com/razor.html  Reference: #rzr01.

Because I know exactly what emails are being sent using my accounts (I keep track of each email coming out from the system) I was really interested how it could happen. Who reported message as a SPAM, and which one was that.

Serialize form to object – jQuery

Serialize form to object – jQuery

It’s pretty easy to serialise form using jQuery –

$('#formid').serialize();

or by

$('#formid').serializeArray();

But neither of them it’s easy to modify. Really useful snippet – serialise form to object.

A clipboard manager for Mac OS X

A clipboard manager for Mac OS X

Really tiny but useful program.  ClipMenu can manage clipboard history. You can record 8 clipboard types, from plain text to image. To paste a recorded item, you just pop up menu by invoking the shortcut key, and select a menu item from the menu.

There is also snippet function – you can also register texts you frequently use, like e-mail addresses, user IDs and so on. You can paste these snippets from the menu, too.

EC2 Instance and SWAP space

EC2 Instance and SWAP space

EC2 Instances on Amazon out of the box, does not contain any SWAP space . So if you exhaust memory, machine probably stuck. It’s very good practice, to give them at least slow SWAP memory to save instant crashes.

Process is quite simple. Let’s check how much free space we have: