10+ Notepad++ Tips For Fast Development

Notepad++ is an open-source text editor for Windows. I have to work on different technologies, It’s not possible to install all editors (like Dreamweaver, Visual studio 2010, …etc) on my old machine. So I use Notepad++ as my default text-editor. It’s simple and fast. Here are some tips for web developer and designer to use it effectively.

Flipper: A Developer Tool to save your coding time

Flipper (Now added in BrijPad) is a online web utility to swap left and right code with respect to specific char(flip char) means it will convert a=b to b=a. It is generally required for a developer, When a form is displayed, it is needed to get data from database and assign to form controls something like this: