Author Archives: CooLMinE

How to disable WordPress automatic updates

As of WordPress 3.7 and upwards WordPress will now check and install updates automatically. This feature is on by default and only applies to minor versions and not the major ones.

If you wish to have full control over when to update your WordPress installation then it would be wise to disable the automatic installation of the new updates. This way you will still get notified when an update is available to download but it won’t be installed automatically.

There are two methods to disable WordPress automatic update feature.

Method 1 (Recommended)
Edit your wp-config.php file and add the following line.

Method 2 (Advanced)
Make use of the automatic_updater_disabled and/or auto_update_core WordPress filters.

Visual Studio 2013 is now available

The new version of Visual Studio is now available. Visual Studio 2013 comes with numerous of new features as well as a new version of the .NET Framework (.NET Framework 4.5.1).

The new .NET Framework includes automatic binding redirection for assemblies which allows developers to add binding redirects to the app configuration file if the application or its components reference multiple versions of the same assembly. For more information visit How to: Enable and Disable Automatic Binding Redirection.

You can find more information as to what’s new in the new Visual Studio 2013 at What’s New in Visual Studio 2013.

You can find the download link to both the online and offline installers below.

Download

Windows 8.1 is now available

As scheduled Windows 8.1 is now available to download for free for all Windows 8 users. The upgrade is available through the store app on Windows 8 or by navigating to windows.com/buy.

Windows 8.1 comes with new features as well as improvements to the old ones. For more information as to what Windows 8.1 has to offer visit What’s New in Windows 8.1.

Windows 8.1 release date confirmed

The release date for the Windows 8 free upgrade (also known as Windows 8.1) was confirmed a few days ago by Microsoft.

Windows 8.1 will become available through the Windows Store on October 18th.

For those that are not aware what Windows 8.1 is all about feel free to read more details about the features Windows 8.1 comes with at What’s New in Windows 8.1

RC4 cypher in C#

Main method:

Usage: