Mozilla Firefox uses too much RAM – How to fix ? – I am a great fan of Mozilla Firefox. I have been using Firefox for more than 5 years, and i have to say …
Continue reading
Transcend your Programming Skills and Thoughts
Mozilla Firefox uses too much RAM – How to fix ? – I am a great fan of Mozilla Firefox. I have been using Firefox for more than 5 years, and i have to say …
Continue readingDownload W3Schools Offline – is the dream of many people. W3Schools is an educational website, helps the students and developers to build beautiful websites.W3Schhols covers topics includes HTML, CSS, PHP, Javascript , ASP.net, MySQL and …
Continue readingMigrate PHP 5.6 to PHP 7.0 – As we know PHP 7.0 hase been here for months. And, Most of the Distro’s are pushing stable update of PHP 7.0 to their repositories.So, it is really …
Continue readingCatchable fatal error: Object of class WP_Error could not be converted to string in /wp-includes/formatting.php on line 1025, this was one the WordPress Error annoyed me for days.I took post on several blog, pages stack …
Continue readingPHP 7 beats Ruby, Python, Perl, etc in performance and features. PHP 7 has been here for several months. PHP 7 comes with some major performance enhancements. These performance enhancements has been adapted by the …
Continue readingC program for First Come First Served Scheduling, is always one of the most popular scheduling algorithm used for decades. First Come First Served Scheduling is a Non-Preemptive algorithm.In this scheduling, the process request the …
Continue readingLocate command in Linux, available as a default option. You can any file location/path from the terminal it self, using this command.Linux hold a lot of configuration files. The path of these configuration files are …
Continue readingHow to change Netbeans default font size, is one of the thing you want to do, if you are a developer.The extreme small menu’s and ll are annoying for some people at least.In this post, …
Continue readingNetbeans Installation and Uninstallation in Linux has been easy if you have software center in your system.You can just type and search, then install Netbeasns easily. But, sometime the latest version of the Netbeans are …
Continue readingCannot Install Gapps Insufficient storage space or you may seen an error “Insufficient storage space available in System partition”. This is an error, occurs while trying to install Gapps Zip from the sdcard, after installing …
Continue readingFastboot Basic commands for Flashing Custom Roms, is the another thing you need to know before flashing your phone.Basically, Fastboot is a protocol, it can be used to change/re-flash the partitions inside the system/phone.This little …
Continue readingADB Android Basic Instructions for flashing Custom Roms, if you are doing flashing, changing roms, etc this adb commands/instructions will help you to do a lot.ADB means Android Debug Bridge,a versatile command line tool, helps …
Continue readingHow to Run a PHP Script as a Daemon process in Linux ? Is itpossible..? Yes. You can Run the PHP Script as a Daemon process, if you want.How to do this…? In Linux, you …
Continue readingHow to Compare Strings in Java Correctly?, I know many of you are using == to compares two strings in Java.Well, the == is correct.In ==, reference equality will be matched.Means that, it is checking …
Continue readingHow to prevent SQL-injection in PHP,many of you are using core php to built, large and scalable applications in Web.And, you face SQL Injection attacks many times after deploying the application.This tutorial is all about …
Continue reading