Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

4 jQuery Chatting Plugins | jQuery UI Chatbox Plugin Examples Like Facebook, Gmail

Mar 5, 2013 22 comments
Introduction

Here I will explain jQuery chatting plugin examples. These jQuery chatting plugins is used to implement chatting functionality like facebook, gmail. By using these jQuery chatting and chatbox plugins we can implement chat functionality very easily for our website.

Description:
  
In previous article I explained 4 jQuery Price Range slider examples,
11+ Best jQuery Countdown timer plugins, 12+ Best jQuery Drag and Drop Plugins, 11+ best jQuery Scroll to top plugins, 9+ JQuery AutoComplete plugins and many articles relating to jQuery Plugins, JQuery, Ajax, asp.net, SQL Server etc. Now I will explain different type jQuery chatting plugin examples.

4 jQuery Price Range Slider Examples | jQuery Range Selector Slider Plugin Examples

Mar 3, 2013 18 comments
Introduction

In this post I will show jQuery Price range Slider Plugin Examples which will help us to select price range for different products. We can use Price range selection slider jQuery plugins to select any of products or anything within the range of selection.

Description:
  
In previous article I explained
6+ jQuery Snow fall effect plugins, 11+ Best jQuery Countdown timer plugins, 12+ Best jQuery Drag and Drop Plugins, 11+ best jQuery Scroll to top plugins, 9+ JQuery AutoComplete plugins, 6+ JQuery Password Strength Plugins and many articles relating to jQuery Plugins, JQuery, Ajax, asp.net, SQL Server etc. Now I will explain different type jQuery Price range Slider Plugin tutorials with examples.

Contact Us to Provide Better Services

Mar 1, 2013 45 comments
If you have any questions related to suggesting articles or other feedback or for general help like consulting services please mail us to administrator@aspdotnet-suresh.com we have very good team to help you regarding your problems.

If you want to advertise on Aspdotnet-Suresh.com we have some effective advertising methods to promote your web products & services on Aspdotnet-Suresh.com and we have more than 14800 + Facebook followers and 5870 + Twitter Followers

Reached 7.1 lacs + Pageviews for February 2013 Site Statistics

11 comments
Introduction:

Here I am going to explain about Aspdotnet-Suresh.com site February statistics for 2013.

Description:

Today I am going to announce February month statistics. For this month we crossed 7.1 lac + pageviews per month. To know more about full details check below statistics.

jQuery - Add / Remove CSS Class Dynamically to DIV Elements

Feb 28, 2013 0 comments
Introduction:

In jQuery we have addClass(), removeClass() methods to add or remove css classes to elements dynamically or Adding and Removing CSS Class with jQuery.

Description
  
In previous article I explained jQuery create short urls using Google url shorter api , Simple Dropdown menu using CSS, jQuery image slideshow with semi transparent caption, Add blinking text using jQuery and many articles relating to
JQuery, CSS, asp.net, SQL Server etc. Now I will explain how to add or remove css classes to elements dynamically.

Disable Drag and Drop Option in Textbox or Textarea Controls

6 comments
Introduction

Here I will explain how to disable drag and drop option in textbox or textarea using JavaScript properties. 

Description:
  
In previous articles I explained JavaScript show number of characters left, JavaScript restrict user to enter only numbers, JavaScript allow limited characters in textarea, JavaScript remove special characters from textbox and many articles relating to
JavaScript, jQuery, asp.net. Now I will explain how to disable drag and drop option in textbox or textarea.

Previously I written one post JavaScript remove special characters from textbox to remove special characters from textbox at that time one reader has asked me the question like 

“Textbox removing special characters whenever I enter but if I select some special characters text and hold the text by mouse click and drop it in textbox it’s allowing how to restrict that drag and drop option?”

JavaScript - Show Number of Characters Remaining in Textbox or Textarea

15 comments
Introduction

Here I will explain how to show number of characters remaining in textbox or textarea using JavaScript

Description:
  
In previous articles I explained JavaScript restrict user to enter only numbers, JavaScript allow limited characters in textarea, JavaScript remove special characters from textbox JavaScript validations for phone, email and many articles relating to
JavaScript, jQuery, asp.net. Now I will explain how to show number of characters remaining in textbox or textarea using JavaScript.

JavaScript - Remove Special Characters from Textbox

9 comments
Introduction

Here I will explain how to use JavaScript to remove special characters from textbox entered by 
user. 

Description:
  
In previous articles I explained JavaScript restrict user to enter only numbers, Watermark textbox in JavaScript, JavaScript validations for phone, email and many articles relating to
JavaScript, jQuery, asp.net. Now I will explain how to use JavaScript to remove special characters from textbox entered by user.

JavaScript Automatically Move Cursor to Next Field When Textbox Full

16 comments
Introduction

I will explain how to use JavaScript to automatically move cursor to next field when cursor textbox full or JavaScript to automatically (Auto Tab) send the user from one field (textbox) to the next when the maxlength of the field has been reached.
 
Description:
  
In previous articles I explained
jQuery Change background color of div, jQuery fadein fadeout effect, jQuery get current page url and title, jQuery create rounded corners for textbox and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how automatically (Auto Tab) send the user from one field (textbox) to the next when the maxlength of the field has been reached.

Find Number of Vowels in a String in JavaScript | Count Vowels in String using JavaScript

Feb 27, 2013 2 comments
Introduction

Here I will explain how to find number of vowels in a string in JavaScript or get vowels count in string in JavaScript.

Description:
  
In previous posts I explained many articles relating to JavaScript,
JQuery. Now I will explain how to find number of vowels in a string in JavaScript.

JavaScript - How to Get Screen Resolution of User or Client Machine

Feb 25, 2013 3 comments
Introduction

Here I will explain how to Get Monitor screen resolution using JavaScript or Get screen resolution of user in JavaScript.

Description:

In previous article I explained Set watermark text for textbox using JavaScript, JavaScript Set Default home page in IE, Mozilla, JavaScript add bookmark link to website and many articles relating to JavaScript, jQuery, SQL, asp.net etc. Now I will explain how to get screen resolution of user in JavaScript.

SQL Server Check if String Contains Specific Word / String with CHARINDEX Function

2 comments
Introduction

Here I will explain how to check if string contains specific word in SQL Server using CHARINDEX function or SQL Server check if string contains specific substring with CHARINDEX function. 

Description:
  
In previous articles I explained SQL Query to get particular part of string, SQL Query to replace part of string, kill all active database connections in SQL Server, SQL Query to read xml file, SQL Query to get month wise, year wise data and many articles relating to SQL Server,
jQuery, JavaScript. Now I will explain how to check if string contains specific word in SQL Server

To check if string contains specific word in SQL Server we can use CHARINDEX function.

jQuery setTimeout Function Example in JavaScript

1 comments
Introduction

Here I will explain how to use jQuery setTimeout function with example. jQuery setTimeout function is used to execute functions at regular intervals of time. Suppose if we want to execute one JavaScript function for every 10 seconds or for a specific time we can use jQuery setTimeout function to achieve this functionality. 

Description:
  
In previous articles I explained Start and Stop timer in JavaScript, Show user current location on google map, Regular expression to validate file upload extension,
jQuery Bouncing Menu Example and many articles relating to jQuery, JavaScript. Now I will explain how to use jQuery setTimeout() function with example. 

jQuery setTimeout() function is same as jQuery setInterval() function

jQuery setInterval() Function Example in JavaScript

0 comments
Introduction

Here I will explain how to use jQuery setInterval function with example. jQuery setInterval function is used to execute functions at regular intervals of time. Suppose if we want to execute one JavaScript function for every 10 seconds or for a specific time we can use jQuery setInterval function to achieve this functionality. 

Description:
  
In previous articles I explained Start and Stop timer in JavaScript, Show user current location on google map, Regular expression to validate file upload extension,
jQuery Bouncing Menu Example and many articles relating to jQuery, JavaScript. Now I will explain how to use jQuery setInterval() function with example. 

jQuery Add More or Less Link to Text | Show More Link to Shorten Text to Display Rest of Text

Feb 24, 2013 19 comments
Introduction
  
Here I will explain how to add more/less link to text to display remaining text in
jQuery or add read more link button to text using jQuery. In Facebook if text is more than few characters those extra words will hide and display more link to display rest of text to user. Now I will explain how to create the "More" link button to display rest of the text using jQuery.

Description:
  
In previous posts I explained Add blinking text using jQuery, jQuery Show hidden content on mouse over, jQuery Bouning Menu Example, jQuery floating menu with scrolling and many articles relating to 
jQuery, asp.net. How to display limited text with more link to display remaining text using jQuery.

Change Page Title with jQuery Dynamically

3 comments
Introduction
  
Here I will explain how to
change/set page title using jQuery or change the title of page dynamically with jQuery.

Description:
  
In previous posts I explained Simple jQuery Dropdown Menu, jQuery Image slideshow with transparent overlay captions,
jQuery Get number of facebook likes, shares count for url, and many articles relating to jQuery, JavaScript, asp.net. Now I will explain how to change/set page title using jQuery.

To change page title dynamically in jQuery we can write the code in different ways like as shown below

jQuery Get JSON Data/Response From URL in JavaScript

1 comments
Introduction
  
Here I will explain how to get
JSON data from url in JavaScript or jQuery get JSON response from url in JavaScript.

Description:
  
In previous posts I explained Create Short urls using in javaScript,
jQuery Get number of facebook likes, shares count for url, jQuery Google Currency Converter API Example and many articles relating to jQueryJavaScript, asp.net. Now I will explain how to get JSON response or data from url in JavaScript.

To get JSON data or response from url in JavaScript we can write in different ways like as shown below

Hide Embed YouTube Video Controls | YouTube Iframe Embed Code Hide Controls

Feb 21, 2013 9 comments
Introduction

Here I will explain how to hide youtube controls for embedded video or hide or remove controls on youtube embedded video or hide youtube iframe embed code controls or hide title on embedded youtube video.

Description:
  
In previous articles I explained jQuery add play button to youtube video thumbnail, Generate thumbnails from youtube,
jQuery Add blinking effect to text, jQuery change textbox background color on focus and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how hide youtube iframe embed code controls. 

Create Goog.le Short Urls in JavaScript using Google URL Shortener API Example

Feb 20, 2013 5 comments
Introduction

Here I will explain how to create JavaScript short urls using google URL Shortener API in jQuery or create goog.le short urls using jQuery, JavaScript. Google Provides URL Shortener API to create short urls with goog.le for free with a daily limit of 1,000,000 requests.

Description

In previous articles I explained Show user current location on google map, Google Map with latitude and longitude, jQuery Google currency converter and many articles relating to Google API, JavaScript, jQuery, asp.net. Now I will explain how to create short urls using google URL Shortener API in JavaScript , jQuery.
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.