Browsing articles in "Programming"
Aug
23
2011

Essential VIM Plugins for Web Developers

vim

Laziness is a virtue that every programmer needs to some degree. Efficiency is always a trademark of a good programmer. A programmer’s effort should be directed in a way to achieve maximum outcome in less time. I have seen many programmers opting for vim editor. Yet, most of the programmers are unaware about the plugins available for vim editor. These plugins drastically extend its capabilities whilst reducing the effort you need to put in. In [...]

Share
Aug
8
2011

10 Code and Syntax Highlighter WordPress Plugins

jush-javascript-syntax-highlighter

We all know how bad code snippets look when they viewed in plain text without indentation and color highlighting. WordPress does have a built in ‘<code>’ tag but it is pretty useless. It indents the source codes but does not have any support for programming language recognition and syntax highlighting. Without colors and proper indentation, the code snippets will look very dull and unattractive for readers. To solve this, developers have built their own syntax [...]

Share
Aug
3
2011

10 Tips to Make Your C Program Effective

programming

The beauty of any code lies not only in finding the solution to a given problem but is in its simplicity, effectiveness, compactness and efficiency( memory ). Designing the code is harder than actually implementing it. Hence every programmer should keep a couple of basic things in mind while programming in C. Here we introduce you to such 10 ways of standardizing your C code. 1. Avoid unwarranted function calls Consider the following two functions: [...]

Share
Pages:«12