
Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
Benefits of Top 3 IDEs for PHP Web Programming
IDE stands for Integrated Development Environment. An IDE is a software application used by programmers for code development and debugging. It increases programmer productivity. The best IDE comes with a number of features and services to develop...
Installing BracketHighlighter in sublime text
BracketHighlighter is a very usefull utility when you are using sublime-text as the editor while writing code in your respective language.
Many of us use sublime-text as the editor because it is light-weighted & because of its simplicity.
...
Some Useful shortcuts to be used in Sublime Editor
1> To go-to any particular page(i.e to search the files by name)
Ctrl + P (and then type the name of the page you want to navigate to)
2> To go-to a particular word in the file you are currently working on
Ctrl + ; (and th...
How to split Sublime editor into multiple screens
We can split sublime editor into 2 or more screen in any one of the following 2 ways :-
I am going to tell you how to split it into 2 screens, using the similar way you can split in into more than 2 screens also or vice-versa.
1>...
How to Install Sublime Text on Ubuntu
Sublime Text can be installed either via the ubuntu software center or via the teminal by downloading it from the repository.
Here i am going to tell you how to download Sublime text 3 from a terminal.
1> We can install Sublime Text Edi...
How to remove trailing white-spaces automatically in Sublime Text Editor
Did you ever think if trailing white-spaces could be removed automatically from file before saving it in Sublime Text Editor?
Sublime Text Editor is very liberal to provide such a functionality without installing any extra plugins.
Follow t...