Blog

Come generare e installare il certificato autofirmato su Apache?

The Secure Socket Layer (SSL) is used to encrypt the data stream between the web server and the web client (the browser). SSL makes use of what is known as asymmetric cryptography, commonly referred to as public key cryptography (PKI). With public key cryptography, two keys are created, one public, one private. Anything encrypted with …

Come generare e installare il certificato autofirmato su Apache? Leggi altro »

Come impostare un'applicazione Rails sul dominio principale con Passenger?

Passenger is an rails application server for Ruby (Rack) and Python (WSGI) apps. It allows you to get your web apps online with the least amount of hassle, by taking care of pretty much all of the heavy lifting for you when it comes to managing your apps’ processes and resources. What makes it so …

Come impostare un'applicazione Rails sul dominio principale con Passenger? Leggi altro »

Come ottenere le informazioni dell'utente da Facebook all'applicazione Rails?

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 …

Come ottenere le informazioni dell'utente da Facebook all'applicazione Rails? Leggi altro »

Ruby on Rails – La strada da percorrere…

Ruby on Rails is an open-source web application framework for the Ruby programming language. The growing demand for Ruby on Rails has been driven by successful companies who benefit from the speed and agility of building applications in Rails, which results in increased productivity and company growth. One such example is that of freelancify. com …

Ruby on Rails – La strada da percorrere… Leggi altro »

Ruby on Rails vs CakePHP - La battaglia continua...

CakePHP and Ruby on Rails are two of the most popular open source frameworks used for developing dynamic websites and web applications. However, often developers come across this question. Ruby on Rails or CakePHP? Well, the answer, to a large extent depends on what you really need out of a web application framework, the time …

Ruby on Rails vs CakePHP - La battaglia continua... Leggi altro »

Lo strumento di Business Intelligence e Reporting All In One - Dashboard!

Successful dashboards convey a great deal of dense necessary information with clarity and immediacy. Over time, a successful dashboard will improve an organization’s decision-making based on assisted goal-setting, help monitor negative trends, and improve workplace productivity. The various aspects of dashboard are as follows- A software that organizes information so that it is easy to …

Lo strumento di Business Intelligence e Reporting All In One - Dashboard! Leggi altro »

Integrazione di Paypal nell'applicazione Rails

Paypal is an e-commerce based web application, which transfers the amount between two accounts. Almost all US-based companies use paypal for there receiving and doing the payments.Lets see how to integrate this service in rails application in different steps. Note: I have tried these steps in development mode, on my local machine. It works fine …

Integrazione di Paypal nell'applicazione Rails Leggi altro »

it_ITItalian