How to install mylittleadmin on plesk windows Date Posted: 29-09-2017 Mylittleadmin is used to manage MSSQL database in a hosting environment. In this post, we will explain on how to install mylittleadmin on plesk windows server. Assumption: RDP Access to the server Plesk panel access Implementation: Login to the server… Continue Reading How to install mylittleadmin on plesk windows

Posted Date:04-08-2017 In this post we will explain dynamic column header and result from ajax call in jquery datatable   Step 1: Include jQuery  Plugin and css <link rel=”stylesheet” type=”text/css” href=”http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/css/jquery.dataTables.css”> <source src=”http://code.jquery.com/jquery-2.2.4.min.js” integrity=”sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=” crossorigin=”anonymous”></source> <source type=”text/javascript” charset=”utf8″ src=”https://cdn.datatables.net/1.10.15/js/jquery.dataTables.min.js”></source> Step 2: Add the following script for data table initialization with… Continue Reading dynamic column header and result from ajax call in jquery datatable

Posted Date:27-07-2017 In this post we will explain show the accordion panels based on drop down values .   Step 1: Include jQuery  Plugin and css <source src=”http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js”></source> <source src=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js”></source> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css”> Step 2: Add the following script $(function() { var divs = $(‘#accordion > div’).hide(); $(document).on(‘change’, ‘#select_value’, function(e)… Continue Reading Show the accordion panels based on drop down values

Install PHP with WebPI Open WebPI search for PHP Select required versions and click on Add Click on Install Accept the license Click Finish Installation path would be C:\Program Files (x86)\PHP\%version To quickly verify its working, place info.php under docroot C:\inetpub\wwwroot.  You can verify it using http://localhost/info.php <?php phpinfo(); ?>

Download webPI from https://www.microsoft.com/web/downloads/platform.aspx Install MySQL Launch the Web PI application by running the wpilauncher.exe file that you downloaded in the preceding section. In the Web Platform Installer window, search for MySQL in the search box. Select MySQL Windows 5.1 (or current version), click Add, and then click Install to start the… Continue Reading mysql installation on windows server 2012

Generate CSR  Start screen Open IIS Manager Click on server name From the center menu, double-click the “Server Certificates” button in the “IIS” section (it is in the middle of the menu). From the “Actions” menu (on the right), click on “Create Certificate Request…” This will open the Create Certificate… Continue Reading SSL installation on windows server 2012

Python Script to take backup of folder on Amazon s3 – Windows Date Posted:17-04-2017 Amazon S3 is a storage where we can store files in a cloud. We can download the files from anywhere after we stored the files on cloud. There are many way to store the files on… Continue Reading Python Script to take backup of folder on amazon s3 – Windows

Install Python, PIP and Boto on Windows server 2016 Date Posted:15-04-2017 Python is a famous scripting language and we will explain on how to install python, pip and boto library on windows server. In this post, we will cover on installing python 3 and pip python installer. Additionally, this post… Continue Reading Install Python, PIP and Boto on Windows server

When you try to access the website, you will be getting an error message stating as follows: ===== Authorization Error ===== Its a known issue if you are running Plesk with IIS. You can resolve the issue by performing the following. =========== Anonymous access to the site was enabled in… Continue Reading Authorization erorr IIS home page