Category: Technical Articles

How To Set Catch-All For Postfix Mail Server Without Control Panel?

Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL), TLS and running in a chroot environment. It is a Wietse Venema’s mailer that started life as an alternative to the widely-used Sendmail program. It attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough […]

How To Set Catch-All For Postfix Mail Server Without Control Panel? Read More »

How To Get User Information From Facebook To Rails Application?

With Facebook’s Graph API and the creation of the Open Graph protocol, it is now easier then ever before to read and write data from facebook to rails application and back to the “social graph”. Here’s a few of the possibilities: You could turn your webpage into a fully-featured Facebook-like page, just like if you

How To Get User Information From Facebook To Rails Application? Read More »

How to Integrate Google Analytics in Rails 3 Application?

Google Analytics is a great tool to present statistics on your websites performance. Installing Google Analytics into a Ruby on Rails app is pretty straight forward, however, the key is to only execute the analytics script in Production environment. Without doing this, you will end up counting page views and visits on all your environments,

How to Integrate Google Analytics in Rails 3 Application? Read More »