
What is Link Building? Link building is one of the oldest and best practices in search engine optimization (SEO). When a website contains your site’s link (i.e. links to your site), in terms of search engine score, it’s a plus point for your site. …
by App 17
by App 18
I know there were times it was very hard to us to move Java Projects to Maven. Lots of hurdle moving files from one directory to another, adding dependencies, etc. You may need to install m2e-eclipse plugin in order to have this simple utility in …
Read Article about How to convert existing Java Project to Maven in Eclipse? →
by App 4
In this tutorial, We will go over some WordPress Login Page Tweaks. 1) Add Custom Text to WordPress Login Page What if you want user to see custom message before logging in? Wanted to highlight any special event? Well, there is a very easy …
Read Article about Top 5 WordPress Login Page Tweaks and Customization →
by App 2
Finally WordPress 4.0 is around the corder and here is what's underneath. If you are looking for ground breaking features then yes definitely you will be disappointed. Features mainly updates core WordPress functionality. Take a look at these key …
Read Article about Ready for WordPress 4.0? Here is what’s underneath – Take a look →
by App 1
I just got an email from Apple saying "OS X Yosemite Beta is now Available". If you have any of below questions then you are at correct location. How to download Mac OS X 10.10 YosemiteApple releases OS X Yosemite Public Beta. How to download it …
Read Article about OS X Yosemite Beta is now Available for Download – Get your copy now →
by App 6
by App 24
What is a simple way to run simple Linux Loop? How to read file line by line? There are many-many way to read file in bash script, look at the first section where I used while loop along with pipe (|) (cat $FILE | while read line; do ... ) and …
Read Article about Bash / Sh: How to read a file line by line? Linux Loop example →