Latest Articles
-
September 2015 Month Winner In C-Sharp Corner
Hi All, I hope you are fine. I have a good news to share with you all. I am in the list of September ... -
Find the Second Last Element In JQuery
In this post we will see how we can find the second last element from a collection using JQuery collection. [js] $(‘#columnsList li:nth-last-child(2)’); [/js] ... -
Configure IIS in Windows
In this post we will discuss how we can configure IIS in windows. Here I am using windows 7, but no need to worry, ... -
Create Tooltip Without Any Plugins
In this post we will discuss how we can create a tool tip by using JQuery.Here we are not going to use any plugins ... -
Apply CSS Important In JQuery And CSS
In this post we will discuss how we can apply CSS important in JQuery. We all know that we can not apply a important ... -
Check for any unsaved changes in page
In this post we will discuss how we can check for any unsaved changes in the page by using JQuery. Normally this may need ... -
Link Your MySQL Database To Azure Virtual Machine And WordPress
This article explains how you can link your existing MySQL database to a Azure virtual machine and configure in wordpress. Once your database and ... -
Back Up Or Recovery Media Creation Of OS
This post explains how we can create a back up or recovery media creation of your OS (Operating System). Since I am using Windows ... -
Back Up your ClearDB and restore in Azure Virtual Machine MySQL
[toc] Introduction This article explains how you can back up and restore your clear db MySQL database in a virtual machine in Azure. If ... -
Install MySQL in Azure Virtual Machine
This article will help you understand how you can install and set up MySQL in a virtual machine in Azure. Basically Azure virtual machine ...