Tuesday, January 31, 2017

SEO tricks for Links

The system of documents interconnected all over the web through links. The hyperlinks are the major components for an effective SEO optimization.

for more details:

Monday, January 30, 2017

JavaScript Confirm submit button onClick

 The JavaScript confirmation dialog box is used to handle user’s agreement on any option.Here, I will show you how to use a JavaScript alert confirm, it prompts a dialog box with two buttons OK and Cancel.

more details:

How to find a client’s browser name?

 In this article I will show you how can you find a client’s browser name. You can detect the browser using the JavaScript properties navigation.appName and navigation.

for more details:

Saturday, January 28, 2017

Htaccess leverage browser caching

We can specify the browsers, how long time to keep css ,JS and images
stored locally using the .htaccess file i.e( leverage browser caching of static
assets). Using google PageSpeed Insights, we can find out how
to make our web pages faster on all devices, after giving the web page URL on
the text box and clicking the analyze button. 
for more details

Friday, January 27, 2017

How to select all checkboxes from all pages in jQuery datatable grid?

Normally jQuery datatable will display 10 records at a time. If we select using paging max it will show 100. If user needs to select all records form all pages. Below example I will show you how to select all records from all pages of jQuery datatable and same way if user unchecks select all checkbox it will uncheck checkboxes from all pages.

for more details:

Thursday, January 26, 2017

set viewbag in jquery

In this example I will show you how to bind viewbag value to an html control using jQuery in mvc.

for more details:

Tuesday, January 24, 2017

How to remove last special character using C#?

Remove last special character if last character is question mark. First we have to check the last character in given string is question mark or not. If last character is question mark then we remove the last character.

Remove last special character using jQuery

In this article I will show you how to remove the last special character from a string using JQuery. The input text jQuery event change slices the last char from the string with the help of slice property...

How to do encryption and decryption using jQuery plugin?


Monday, January 23, 2017

Change image on mouseover JavaScript in asp.net

In this article I will show you how to display Large image while the user mouse hover on small images using JavaScript onmouseover event in asp.net . Usually we have seen these kind of functionality in shopping cart websites.