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.
Tag: developer tools
25 Free Online Tools for Web Design and Development
There are a tons of online tools available to make the life easier. I have developed some online tools and written about how to use. Apart from these tools, Here is the list of my favorite online tools for web design and development. I have tested different tools and mentioned I like the most.
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: