Memorynotfound Java Programming Tutorials
Different ways to Iterate over an ArrayList in Java
ArrayList ArrayList is a collection that is ordered by index. This means that when you add elements to the ArrayList the order of the list is determined by insertion order. Lists are zero based this...
How to Receive or Stop Comment Notification Emails in WordPress
Comment Notification Emails If comment notifications are enabled, you receive an email whenever a new comment is left on your site or blog. The emails are sent to your account’s email address. You can choose to...
Configure That Only Registered and Logged in Users Can Comment in WordPress
Why let only registered and logged in users comment? If you have a personal site with posts and images only for your friends and family, you may not want to enable other random people...
Change password in WordPress
When to change your password There may come a time when you need to change your password for security or personal reasons, or maybe you simply forgot your password and need a new one....
How to customize your WordPress profile
Your WordPress Profile If you don’t like the standard color sheme and profile options that WordPress provides or if you simply want to personalize your WordPress profile more extensively, you can. WordPress offers some...
How to Make a Backup of Your WordPress Content
Importance of backup Your WordPress database contains every post, every page, every comment, every link, etc. that you have created on your WordPress site or blog. If your database gets erased or corrupted, you...
How to Access your WordPress Dashboard
WordPress Dashboard For every change you want to make to your WordPress site or blog, you have to open your WordPress dashboard. It would be quite ridiculous to not be able to open it....
Remove X-Powered-By php from HTTP response header
Why its a good idea to hide X-Powered-By PHP How to hide the PHP version in the HTTP Response Headers otherwise know as (remove the X-Powered-By php version). To not let everyone else know that...
Nginx redirect no-www to www and www to no-www
You can configure nginx to return http://example.com instead of http://www.example.com and vice versa. This setting is important because you want your want your visitors to both access your website via www an no-www. Nginx redirect...