DotNetShoutout - Stories tagged with jQuery
5
Shouts

Shrinking Your JavaScript Files for Improved Page Performance - Rey Bango

published 1069 days, 22 hours, 59 minutes ago posted by jantujantu 1070 days, 20 hours, 8 minutes ago
Friday, June 18, 2010 1:34:10 PM GMT Thursday, June 17, 2010 4:25:08 PM GMT
With all of the performance advances in JavaScript engines in modern browsers, it’s easy to forget that we still need to do some legwork ourselves, especially considering how many users are still on older browsers. Compressing JavaScript files is an oft forgotten task which could have a dramatic & positive impact and something that will make our apps perform better (as well as make Steve Souders, Kyle Simpson & Nicholas Zakas very happy).I used to use the YUI Compressor but based on John Resig’s ... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.reybango.com
tags: YUI, JavaScript, jQuery
8
Shouts

jQuery Globalization Plugin from Microsoft - ScottGu's Blog

published 1075 days, 2 hours, 5 minutes ago posted by rajuraju 1077 days, 5 hours, 43 minutes ago
Sunday, June 13, 2010 10:28:14 AM GMT Friday, June 11, 2010 6:49:41 AM GMT
Last month I blogged about how Microsoft is starting to make code contributions to jQuery, and about some of the first code contributions we were working on: jQuery Templates and Data Linking support. Today, we released a prototype of a new jQuery Globalization Plugin that enables you to add globalization support to your JavaScript applications. This plugin includes globalization information for over 350 cultures ranging from Scottish Gaelic, Frisian, Hungarian, Japanese, to Canadian English.  We will b... (more)
category: How To | clicked: 1 | 3 comments | | source: weblogs.asp.net
tags: jQuery, Ajax, ScottGu, Community News, ASP.NET
5
Shouts

Retrieve a Dutch address by zip code using Pro6PP, jQuery and Asp.Net C

published 1079 days, 1 hour, 23 minutes ago posted by jphellemonsjphellemons 1079 days, 23 hours, 37 minutes ago
Wednesday, June 09, 2010 11:09:54 AM GMT Tuesday, June 08, 2010 12:56:17 PM GMT
nice jQuery (dutch)address completion with pro6pp and asp.net. using jquery to fire an httphandler (ashx) and using jquery to display the results of the pro6pp service (more)
category: Web Dev | clicked: 5 | comment | | source: www.jphellemons.nl
tags: C#, jQuery
8
Shouts

Multi-line Textbox Character Counter

published 1080 days, 1 hour, 43 minutes ago posted by dkmekaldkmekal 1081 days, 10 hours, 17 minutes ago
Tuesday, June 08, 2010 10:49:46 AM GMT Monday, June 07, 2010 2:16:12 AM GMT
In this article you would learn how create an ASP.NET user control with jQuery which displays the character count of a multi-line textbox below it. The user control takes the character limit as one of its properties. (more)
category: Web Dev | clicked: 2 | comment | | source: dheerajstechwiki.blogspot.com
tags: jQuery, ASP.NET
9
Shouts

Lazy loading images with jQuery

published 1086 days, 2 hours, 32 minutes ago posted by deanomachinodeanomachino 1086 days, 21 hours, 40 minutes ago
Wednesday, June 02, 2010 10:01:18 AM GMT Tuesday, June 01, 2010 2:53:07 PM GMT
Lazy loading images with jQuery Some of the articles written on this site are pretty image intensive and take up a lot of resources when loading up. An awesome way to improve page load times as well as providing a better user experience is to use lazy loading for your site. There is a excellent jQuery plugin called Lazy Loader which delays the loading of images in long webpages. If you have a blog site like this or a site that has long posts and requires the user to scroll down, this might be a g... (more)
category: Web Dev | clicked: 1 | comment | | source: deanhume.com
tags: Lazy Load, Lazy Load Images, Performance, jQuery, Lazy
10
Shouts

ASP.NET MVC: MVC Time Planner is available at CodePlex

published 1086 days, 2 hours, 32 minutes ago posted by gpeipmangpeipman 1088 days, 4 hours, 48 minutes ago
Wednesday, June 02, 2010 10:01:18 AM GMT Monday, May 31, 2010 7:45:28 AM GMT
I get almost every week some e-mails where my dear readers ask for source code of my ASP.NET MVC and FullCalendar example. I have some great news, guys! I ported my sample application to Visual Studio 2010 and made it available at CodePlex. (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: jQuery, MVC, ASP.NET
5
Shouts

Create a jQuery like chainable JavaScript toolbox specific to your project

published 1088 days, 1 hour, 53 minutes ago posted by novogeeknovogeek 1088 days, 23 hours, 11 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Sunday, May 30, 2010 1:22:04 PM GMT
"Global variables are evil" is what the JavaScript Guru Douglas Crockford says, as they are the source of unreliability and insecurity. How elegant your code would be if you wrap your entire project's code under a single global namespace? In this article, I would like to show how you can create a chainable JavaScript library(not a library exactly, but sort of a toolbox) specific to your project. (more)
category: Web Dev | clicked: 0 | comment | | source: www.novogeek.com
tags: JavaScript, jQuery
2
Shouts

Ajax Talk at .NET Developers Association

posted by mithumithu 1094 days, 47 minutes ago
Tuesday, May 25, 2010 11:46:08 AM GMT
Thanks everyone who came to my Ajax talk tonight at the .NET Developers Association! The slides and demos from the talk can be downloaded by clicking the following link: * ASP.NET Ajax: What’s New? You need Visual Studio 2010 to view the code samples. The first project, named Demos, contains the following samples: * ASPAjax4 o 1_CompositeScripts.aspx – Demonstrates how to use the ScriptManger to combine, compress, and cache JavaScript files automatically. o 2_EnableCdn.aspx – Demonstrat... (more)
category: Web Dev | clicked: 0 | comment | | source: stephenwalther.com
tags: Talks, AJAX ASP.NET JavaScript jQuery, CDN, jQuery
5
Shouts

Check/Uncheck All Checkboxes with JQuery

published 1094 days, 23 hours, 53 minutes ago posted by dotnetfundadotnetfunda 1096 days, 6 hours, 58 minutes ago
Monday, May 24, 2010 12:40:04 PM GMT Sunday, May 23, 2010 5:35:34 AM GMT
This article demonstrate how to achieve one of the common functionality that is check-uncheck all checkboxes using Jquery. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: jQuery
6
Shouts

ASP.NET MVC: Using jQuery context menu with tables

published 1094 days, 23 hours, 53 minutes ago posted by gpeipmangpeipman 1096 days, 17 hours, 46 minutes ago
Monday, May 24, 2010 12:40:04 PM GMT Saturday, May 22, 2010 6:47:13 PM GMT
I needed to add context menus to some tables of my intranet application. After trying some components I found one that does everything I need and has no overhead. In this posting I will show you how to use jQuery context menu plug-in and how to attach it to tables. (more)
category: Web Dev | clicked: 17 | comment | | source: weblogs.asp.net
tags: context menu, jQuery, MVC, ASP.NET
4
Shouts

Jquery datepicker problem on date select in IE -

published 1099 days, 23 hours, 10 minutes ago posted by PraveenPraveen 1100 days, 7 hours, 28 minutes ago
Wednesday, May 19, 2010 1:22:43 PM GMT Wednesday, May 19, 2010 5:05:37 AM GMT
I am working on a project which includes the technologies like ASP.NET, Jquery, Sql server. I solved so many problems in Jquery and posted on my blog some. Now, I am posting a wonderful post on Jquery datepicker. Because I am using Jquery in ASP.NET application, I added a regular expression for date to validate whether user entered date is valid or not. Because of adding the validation on the text box, whenever I select a date from datepicker, the datepicker events are firing like onselect, change etc.... (more)
category: Web Dev | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: jQuery
3
Shouts

jQuery to get hover for PNG images in Internet Explorer6 | syntaxhelp.com

posted by himanethimanet 1102 days, 4 hours, 31 minutes ago
Monday, May 17, 2010 8:02:30 AM GMT
SQL ServerASP.NETC#.NETJavaJava ScriptJQueryjQuery to get hover for PNG images in Internet Explorer6 LINQMSDOSOracleSharePointSliverlightVB.NET Visual Studio WPFOther TechnologiesContribute (more)
category: Web Dev | clicked: 0 | comment | | source: syntaxhelp.com
tags: DNN, DotNetNuke, jQuery
10
Shouts

When is AJAX an overkill for your ASP.NET-jQuery web applications? Part-2

published 1101 days, 22 hours, 23 minutes ago posted by novogeeknovogeek 1102 days, 18 hours, 47 minutes ago
Monday, May 17, 2010 2:10:19 PM GMT Sunday, May 16, 2010 5:46:07 PM GMT
In my previous article, I have discussed about few scenarios where AJAX can be an overkill for our web apps. I would like to add few more such scenarios in this post. (more)
category: Web Dev | clicked: 1 | comment | | source: www.novogeek.com
tags: jQuery, Ajax, ASP.NET
7
Shouts

Developing an ASP.NET ColorPicker Server Control using jQuery

published 1101 days, 22 hours, 23 minutes ago posted by mehdi_mousavimehdi_mousavi 1102 days, 22 hours, 28 minutes ago
Monday, May 17, 2010 2:10:19 PM GMT Sunday, May 16, 2010 2:04:44 PM GMT
A tutorial on how to develop a custom jQuery plug-in and how to develop an ASP.NET Server Control that wraps the mentioned plugin. The complete source code is also provided. (more)
category: Web Dev | clicked: 2 | comment | | source: blog.mehdi.biz
tags: C#, Source code, Tutorial, jQuery, ASP.NET
6
Shouts

jQuery and Windows Azure

published 1107 days, 2 hours, 51 minutes ago posted by mithumithu 1107 days, 7 hours, 29 minutes ago
Wednesday, May 12, 2010 9:42:25 AM GMT Wednesday, May 12, 2010 5:04:24 AM GMT
The goal of this blog entry is to describe how you can host a simple Ajax application created with jQuery in the Windows Azure cloud. In this blog entry, I make no assumptions. I assume that you have never used Windows Azure and I am going to walk through the steps required to host the application in the cloud in agonizing detail. Our application will consist of a single HTML page and a single service. The HTML page will contain jQuery code that invokes the service to retrieve and display set of records... (more)
category: Web Dev | clicked: 0 | comment | | source: stephenwalther.com
tags: Windows Azure, JavaScript, jQuery, Ajax, ASP.NET
4
Shouts

Use ScriptSrc.net to Copy and Paste the Script tag for Your Favorite JavaScript Library - Rey Bango

published 1107 days, 21 hours, 19 minutes ago posted by jantujantu 1108 days, 2 hours, 59 minutes ago
Tuesday, May 11, 2010 3:13:40 PM GMT Tuesday, May 11, 2010 9:34:03 AM GMT
One of the things I hate about using CDNs is remembering the path for the latest version of my favorite JavaScript library. I end up having to pull a search engine, search for the site, find my library, copy & paste the link and then drop it into my app. I know, it sounds trivial, but it’s just one of those “trivial annoyances” that bugs me.I stumbled onto a site that makes all of that much easier. Scriptsrc.net provides a dead simple way to bypass all of that because it clearly lists the most popula... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.reybango.com
tags: Yahoo User Interface Library, JavaScript, jQuery
7
Shouts

When is AJAX an overkill for your ASP.NET-jQuery web applications? Part-1

published 1108 days, 2 hours, 58 minutes ago posted by novogeeknovogeek 1108 days, 22 hours, 28 minutes ago
Tuesday, May 11, 2010 9:34:41 AM GMT Monday, May 10, 2010 2:05:18 PM GMT
AJAX libraries have simplified developer’s life by providing clean & easy-to-use API. Their usage is so simple that we developers over use it, without realizing the performance impacts. In this article, I would like to explain few scenarios in which AJAX can be an overkill for your web apps. (more)
category: Web Dev | clicked: 0 | comment | | source: www.novogeek.com
tags: ASP .NET, JavaScript, jQuery, Ajax
10
Shouts

jQuery Templates and Data Linking (and Microsoft contributing to jQuery) - ScottGu's Blog

published 1111 days, 4 hours, 55 minutes ago posted by mithumithu 1112 days, 4 hours, 34 minutes ago
Saturday, May 08, 2010 7:38:35 AM GMT Friday, May 07, 2010 7:58:49 AM GMT
The jQuery library has a passionate community of developers, and it is now the most widely used JavaScript library on the web today. Two years ago I announced that Microsoft would begin offering product support for jQuery, and that we’d be including it in new versions of Visual Studio going forward. By default, when you create new ASP.NET Web Forms and ASP.NET MVC projects with VS 2010 you’ll find jQuery automatically added to your project. A few weeks ago during my second keynote at the MIX 2010 confe... (more)
category: How To | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, .NET, Microsoft, Visual Studio, JavaScript, VS2010, jQuery, Ajax, ScottGu, ASP.NET
6
Shouts

Character Count with jQuery and ASP.NET Web Forms

published 1113 days, 2 hours, 6 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 1114 days, 5 hours, 44 minutes ago
Thursday, May 06, 2010 10:27:30 AM GMT Wednesday, May 05, 2010 6:49:01 AM GMT
I recently needed to add a character count on several textareas on a Web app and decided to use a jQuery plugin. I know what you’re thinking, “I can’t believe Deran would use a jQuery plugin…I thought he hated jQuery”…or maybe you thought, “Of course you’re going to use a plugin…you always use a plugin”. Either way, I thought I’d share what I ended up doing. (more)
category: Web Dev | clicked: 1 | comment | | source: derans.blogspot.com
tags: WebForms, jQuery
6
Shouts

Build your own Bing image search with the Bing API and jQuery

published 1114 days, 2 hours, 45 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 1116 days, 18 hours, 12 minutes ago
Wednesday, May 05, 2010 9:48:26 AM GMT Sunday, May 02, 2010 6:21:09 PM GMT
One of the most popular parts of Bing is its image search with its never-ending scroll feature. In this post I'll show you my own implementation of a Bing-like image search using the Bing API and jQuery. (more)
category: Web Dev | clicked: 4 | 1 comment | | source: jclaes.blogspot.com
tags: Bing api, JavaScript, jQuery
Previous 1 2 ... 6 7 8 9 10 11 12 13 14 15 Next