Saturday, September 27, 2014

Beginner's guide to Web programming

Over the period of time Web applications have become an integral part of our life. Everyday an average person uses many web e applications. It is making life bit easier for a layman and at the same time it is providing opportunities to earn for those who can make web apps.

If you're a beginner in this field then this article is definitely for you. To begin web programming a person should start with the very well known and famous HTML, yes! HTML is the gateway to web programming. You can start learning HTML, In fact to program with HTML you don't really have to get into detail about the language itself, just learn how it works and start implementing. All the webpages you seee have an html associated with them.

Thursday, September 4, 2014

Text Editor with Ncurses

As Promised earlier. Here is the code for the text editor I made. It works in linux (ubuntu, fedora, etc.,). Make sure ncurses library is installed before trying to compile it, and don't forget to include lncurses while trying to run compile with gcc.

Following is the code for text editor, Also I have commented the code so it probably will make it easy for you guys to understand