Hello World
// TODO: Add a link to the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll ...
// TODO: Add a link to the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll ...
In this post I am going to tell you how to install the nginx server with passenger to host rails applications System Configurations OS: Ubuntu 11.10 Ruby: 1.8.7 I am using RVM for ruby ver...
Introduction We often pass values between pages in the form of a query string as key-value pairs. Query string is the easiest way and most widely practiced mechanism of transferring small pieces o...
Use System.Net.Mail namespace, not the deprecated System.Web.Mail. Doing SSL with System.Web.Mail will get security problems using System.Net.Mail; var client = new SmtpClient; { //create a h...