WordPress 4.5.1 Hosting Tutorial :: Adding Google Search Without Plugin

In this article, I will explain how to add google search without plugin. We see Google search in almost every WordPress site or blogs. There are many advantage to use Google Search. The benefits of using Google search are speed, users already trust Google brand, you will not have to maintain or update it and if you have adsense account, you can advertise your product on Google search result page. The default WordPress search is not

Continue Reading

European ASP.NET Hosting Tutorial – How To Create A Map With Pop Up Info

In this tutorial, we will implement to get data from ASP.NET Web API and create map chart with markers using jVectorMap plugin. jQuery UI dialog will be used to display drill-down detail information in a responsive and clean style. Step 1 - Getting Started Create ASP.NET MVC 4 Internet application. Download jvectormap files. Add “jquery-jvectormap-1.2.2.min.js” in Scripts folder and “jquery-jvectormap-1.2.2.css” files in Content folder. We are going to implement USA map, so download jquery-jvectormap-us-aea-en.js and

Continue Reading

European ASP.NET Hosting Tutorial – How to Use JavaScript to Avoid Submit Page in Text Box

Normally in the controls like Text box at ASP.NET Webform, whenever you press enter key it will submit the page. In other words, it will post the page back to the server. In this post, we are going to explain different ways how to avoid this by using JavaScript. #1. Insert the JavaScript Directly to The Markup In this way, you need to include the “onkeydown” event on each text box control. #2. Insert

Continue Reading

European ASP.NET Hosting Tutorial :: How to Use C# to Remove Text Boxes in a Form

Today’s tutorial is a rather simple but very effective trick that will improve the overall user experience in your next C# project. If you are building a site that is form intensive (let’s say an online instruction course website) and the user would like to remove text boxes that he/she has inputed because he/she is not happy with his answer. Instead of the user going through and deleting all of the answers himself, you can create

Continue Reading

European ASP.NET Hosting Tutorial :: Creating a Basic Chat System on a Website using AJAX

Chat application is very common in web today. In this post, we will explain you how to create a simple chat application using PHP, AJAX and MySql. The chat application that we are building is very simple. It include a start form where user enter his email address and also enter his friend email which he want to chat and same thing done by his friend we use these email as unique and send their

Continue Reading

European ASP.NET Hosting Tutorial :: How to Use JavaScript to Create Simple Animation

In this example, you are going to learn how to create simple animation of an object using JavaScript. The object we're referring to here is any image. Consider an example whereby we have an image and on click of that image the image should move from one place to another place. This task can be done using JavaScript in ASP.NET  by moving an object from one place to another place. How to Create Simple Animation

Continue Reading

European ASP.NET Hosting Tutorial :: How to Apply ImageMap Control in ASP.NET

Many web designers try to impress their website visitors with animated flash buttons or crazy JavaScript navigation menus, but they forget the old HTML Image maps. Image maps are images with clickable areas called hotspots, which allow a user to navigate to another page or website. Following the same old HTML concept of image maps, Microsoft introduced the server side ImageMap Control for ASP.NET developers that let you convert any image into a navigation menu

Continue Reading

European ASP.NET Hosting Tutorial :: How to Create Silverlight Application using ASP.NET Property Pages

While creating a Silverlight application in Visual Studio, IDE asked for whether you want to host the Silverlight application in a new ASP.NET web site or not after providing the application name. If you select the “Ok” button , Visual Studio will create a ASP.NET Site to host the corresponding Silverlight Application. So, whenever you will run the Silverlight application, ASP.NET site will automatically host the Silverlight file. Then how it works if you want

Continue Reading