Categories
Technology

Calling Web Service without WSDL or Web Reference

Once I had to test in C# a dozen of web services developed by a third-party. However they provided no WSDL and no ASMX – therefore it would be impossible to use Web References. They only provided the name of the web methods, their urls, calling credentials and an XML request example.

Categories
Technology

Using a custom domain for your (Rails) application at Heroku

original photo: http://goo.gl/dxaV95
original photo: http://goo.gl/dxaV95

Because no one will remember gentle-tundra-5348.herokuapp.com

Categories
Technology

Download counter for your website’s files

smiirl-fliike

A download counter not only provides you useful metrics but also gives your visitors a hint about the most popular files.

Categories
Technology

Using Bootstrap Switch 3 on Rails

bootstrap switch 3 demo examples

Replace Bootstrap’s checkboxes and radio buttons by an elegant switch… a Bootstrap Switch.

Categories
Technology

Setting up your Rails environment from scratch

original photo: goo.gl/QE43FV
original photo: goo.gl/QE43FV

This is a complete yet summarized guide to set up a Ruby on Rails development environment on Linux.