Configuring the Wireless Router with the Comcast Cable Modem Can Speed Up Your Net Services

The communications package from Comcast offers high-speed internet which is becoming increasingly popular. Configuring a Comcast cable modem with a wireless router will enable users to get access to high speed internet as well as high quality downloading speed.

It also offers parental controls which are easy to use. Configuration is fairly simple and the internet performance is four times better than that of a DSL connection. Comcast has become one of the most famous telecommunications providers in the world. [Read more…]

Basic Tutorial in Vim and rails.vim: The open source Rails editing platform

Coders knew Vim for the last twenty years for its unmatched efficiency in editing source code. Vim wasn’ t too popular in the Rails community until lately when Tim Pope published his plug-in: Rails.vim. This plug-in and Vims legendary extendibility made it the editor of choice of many programmers who used some proprietary applications in the past. The plug-in offers shortcuts for easy navigation between files, makes it possible to run scripts, generate controllers, views, do some refactoring, and do auto completion , all of these from Vims cosy interface. Some people say that it is the least user friendly text editor ever. While these accusations might be partly true, because of the rather steep learning curve, many programmers just liked the way Vim helped them do their work quickly and efficiently.
Enough said lets see how to create a very simple blog in Rails from Vim. [Read more…]