ashishsarda99
Name: ashishsarda99
Score: 1,420.05
Last Seen: 133 days, 22 hours, 28 minutes ago
Member Since: 26 July, 2010
DotNetShoutout
atom rss
3
Shouts

Useful functions in Oracle 11g Part 04 : The CodeGain

posted by codegaincodegain 1059 days, 4 hours, 33 minutes ago
Monday, July 26, 2010 1:15:31 PM GMT
In this article, i have given samples to another few no of function demonstration here in oracle 11g (more)
category: Data | clicked: 0 | comment | | source: www.codegain.com
tags: Oracle, Database, functions
4
Shouts

Simple MVC 2 Pager Control – PagerHtmlHelper | Benjii Me

posted by BenjiiBenjii 1059 days, 5 hours, 53 minutes ago
Monday, July 26, 2010 11:55:54 AM GMT
I’ve recently discovered a great new tool for MVC 2 that lets you create generic modular controls that can be shared with and used by anyone. So I built a paging control. Now you get a free Pager control AND learn how to build your own html helper. Amazing. (more)
category: Web Dev | clicked: 1 | comment | | source: benjii.me
tags: Pager, MVC
5
Shouts

Web.NET: How to set programmatically a value of a watermarked TextBox via JavaScript - Update

published 1135 days, 8 hours, 14 minutes ago posted by http://blog.turlov.com/http://blog.turlov.com/ 1136 days, 3 hours, 59 minutes ago
Tuesday, May 11, 2010 9:34:41 AM GMT Monday, May 10, 2010 1:49:58 PM GMT
Some time ago I've published an article How to set programmatically a value of a watermarked TextBox via JavaScript about some specifics of working with a text input box decorated with a TextboxWatermark Ajax Extender control from the Ajax Control Toolkit library. The technique described in the article has proven useful for a number of developers so when the new release of the Ajax Control Toolkit has recently been announced I've decided to update the article to cover some of the braking changes in Ajax ... (more)
category: Web Dev | clicked: 1 | comment | | source: blog.turlov.com
tags: AJAX Control Toolkit, JavaScript, ASP.NET
7
Shouts

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

published 1135 days, 8 hours, 14 minutes ago posted by novogeeknovogeek 1136 days, 3 hours, 43 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
4
Shouts

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

published 1135 days, 2 hours, 35 minutes ago posted by jantujantu 1135 days, 8 hours, 14 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
8
Shouts

Localize the user with the javascript Geolocation API

published 1125 days, 5 hours, 26 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 1127 days, 8 hours, 44 minutes ago
Friday, May 21, 2010 12:22:34 PM GMT Wednesday, May 19, 2010 9:04:10 AM GMT
The web in the future will contain more localized information than it already contains today. The Javascript Geolocation API contains the tools you need to localize a user of your web site. It is very accurate and it is easy to use with a map provider like Google or Bing, so keep an eye on this API! (more)
category: Web Dev | clicked: 0 | comment | | source: www.code-in.net
tags: JavaScript
10
Shouts

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

published 1129 days, 3 hours, 38 minutes ago posted by novogeeknovogeek 1130 days, 2 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
5
Shouts

Introduction to the Reactive Extensions for JavaScript – Wrapping the Dojo API - Matthew Podwysocki - CodeBetter.Com

published 1116 days, 7 hours, 16 minutes ago posted by ScottScott 1117 days, 16 hours, 36 minutes ago
Sunday, May 30, 2010 10:32:51 AM GMT Saturday, May 29, 2010 1:12:00 AM GMT
Recently in some of the comments I’ve received (keep them coming BTW), I get questions about taking existing APIs and moving them towards using the Reactive Extensions for JavaScript (RxJS). How can we get away from constant callback hell and move towards composable asynchronous and event-based blocks instead? In this post, I’m going to walk through how we wrapped the Dojo Toolkit APIs to provide both event handling and AJAX functionality.... (more)
category: Web Dev | clicked: 6 | comment | | source: codebetter.com
tags: Reactive Framework, Reactive Extensions for JavaScript, Ajax, RxJS
5
Shouts

Create a jQuery like chainable JavaScript toolbox specific to your project

published 1115 days, 7 hours, 9 minutes ago posted by novogeeknovogeek 1116 days, 4 hours, 26 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
5
Shouts

Shrinking Your JavaScript Files for Improved Page Performance - Rey Bango

published 1097 days, 4 hours, 14 minutes ago posted by jantujantu 1098 days, 1 hour, 23 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
4
Shouts

jQuery Fundamentals Training Material Available as Open Source - Rey Bango

published 1091 days, 7 hours, 42 minutes ago posted by jantujantu 1092 days, 6 hours, 8 minutes ago
Thursday, June 24, 2010 10:06:19 AM GMT Wednesday, June 23, 2010 11:40:35 AM GMT
In an incredibly generous move, jQuery star Rebecca Murphey has released the training materials she uses for her jQuery Fundamentals class under the Creative Commons Attribution-Share Alike 3.0 United States license. This is a pretty significant contribution because developing good training material is very difficult and if you’re looking to help get your staff or friends up to speed on jQuery, this is a great foundation to build from. In fact, she seems to encourage it! Check this out: You are free to ... (more)
category: Web Dev | clicked: 1 | comment | | source: blog.reybango.com
tags: JavaScript, jQuery, Ajax
6
Shouts

HighOnCoding.com: Getting Started with jQuery Validation

published 1085 days, 5 hours, 11 minutes ago posted by KhaledKhaled 1085 days, 21 hours, 8 minutes ago
Wednesday, June 30, 2010 12:37:34 PM GMT Tuesday, June 29, 2010 8:40:40 PM GMT
jQuery validates on the client side and you can expect client side validation since jQuery is a JavaScript library. Client side validation provides immediate feedback to the client without accessing server resources. Client side validation must always be accompanied by server side validation and should not be used as the only defense mechanism against abnormal input. (more)
category: Web Dev | clicked: 0 | comment | | source: www.highoncoding.com
11
Shouts

Calling a WCF Data Service From jQuery - Gil Fink on .Net

published 1080 days, 3 hours, 29 minutes ago posted by gilfgilf 1081 days, 12 hours, 29 minutes ago
Monday, July 05, 2010 2:19:17 PM GMT Sunday, July 04, 2010 5:19:44 AM GMT
I’m working on a lecture about OData which I’ll will present next month. One of the things that I want to show is how easy and simple it is to consume a WCF Data Service (OData feed) with the jQuery library. In the post I’ll show you exactly how to do that. (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: JSON, jQuery, WCF Data Services
10
Shouts

Loading WCF Data Services Ajax Script Library - Gil Fink on .Net

published 1079 days, 3 hours, 9 minutes ago posted by gilfgilf 1080 days, 12 hours, 37 minutes ago
Tuesday, July 06, 2010 2:39:43 PM GMT Monday, July 05, 2010 5:11:09 AM GMT
Since I’ve given sessions about WCF Data Services in the past (when they were called ADO.NET Data Services) I wanted to reuse some of the Ajax examples I showed for my coming OData session. One of the things that have been changed lately were the scripts to use when you want to make Ajax calls to your Data Service. So I downloaded the new scripts and saw that the names of... (more)
category: Web Dev | clicked: 3 | 1 comment | | source: blogs.microsoft.co.il
tags: ASP.NET AJAX, WCF Data Services
8
Shouts

Generic Activity Indicator for Ajax Requests - Rey Bango

published 1078 days, 8 hours, 34 minutes ago posted by jantujantu 1079 days, 3 hours, 12 minutes ago
Wednesday, July 07, 2010 9:14:00 AM GMT Tuesday, July 06, 2010 2:36:26 PM GMT
Over the weekend I was fiddling was some code to see how to make a generic activity indicator for Ajax requests. I’m sure most of you have seen these but if not, here’s one similar to what Facebook While it’s may not look like much, that animated .gif is pretty important because it tells a user that something is happening and that results will appear shortly. The last thing you want is for a user to think the page has locked up or broken and using this simple method advises them that their reque... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.reybango.com
tags: JavaScript, jQuery, Ajax
6
Shouts

jQuery DOM Elements…

published 1076 days, 4 hours, 4 minutes ago posted by http://compositecode.com/http://compositecode.com/ 1077 days, 1 hour, 4 minutes ago
Friday, July 09, 2010 1:44:47 PM GMT Thursday, July 08, 2010 4:44:27 PM GMT
Here’s the second dose of jQuery bits, with more to come in the near future.  I’ve got a few primary things I am going to point out with today’s code.  With jQuery getting a particular element, type of element, or the whole lot of a particular element is very easy.  Single line of code easy. This is a sample page to show some basic jQuery operations with the DOM. ... (more)
category: Web Dev | clicked: 0 | comment | | source: compositecode.com
tags: JavaScript, jQuery
9
Shouts

Sometimes, even jQuery can’t save you from yourself | Encosia

published 1076 days, 4 hours, 4 minutes ago posted by dwhitedwhite 1077 days, 2 hours, 14 minutes ago
Friday, July 09, 2010 1:44:47 PM GMT Thursday, July 08, 2010 3:34:13 PM GMT
I recently encountered what appeared to be a cross-browser issue with jQuery, which was both surprising and frustrating. After all, eliminating those cross-browser inconsistencies is no small part of jQuery’s fundamental appeal. After some investigation, the source of the trouble actually stemmed from an oversight on my part. I doubt that many of you will have to deal with exactly the same situation, but the lessons I learned may apply to cross-browser jQuery problems you encounter in the future. (more)
category: Web Dev | clicked: 0 | comment | | source: encosia.com
tags: jQuery
11
Shouts

Localized Currencies and Decimals using MicrosoftAjax.js

published 1074 days, 7 hours, 4 minutes ago posted by chrispoulterchrispoulter 1076 days, 1 hour, 22 minutes ago
Sunday, July 11, 2010 10:44:53 AM GMT Friday, July 09, 2010 4:26:25 PM GMT
Highlights issues with parsing and formatting localized currencies and decimals in JavaScript. (more)
category: Web Dev | clicked: 0 | comment | | source: www.chrispoulter.com
tags: JavaScript, Localization, MVC, ASP.NET
12
Shouts

Not Using jQuery JavaScript Templates? You’re Really Missing Out. - Rey Bango

published 1072 days, 7 hours, 34 minutes ago posted by jantujantu 1074 days, 20 hours, 45 minutes ago
Tuesday, July 13, 2010 10:14:50 AM GMT Saturday, July 10, 2010 9:03:34 PM GMT
In preparation for my upcoming talk on jQuery Templates, I’ve been been deep diving into the jQuery Template plugin created by Microsoft.. Many of you are probably familiar with server-side template engines like Smarty or Cheetah but only recently have client-side template engines taken off. Considering how complex our web apps are becoming, it makes total sense.The cool thing about templates is that it lets you easily structure your content display without all the hassle of string concatenation. For e... (more)
category: Web Dev | clicked: 1 | comment | | source: blog.reybango.com
tags: JavaScript, jQuery, Ajax
11
Shouts

jQuery JavaScript Templates Tutorial: Inline Expressions and Code Blocks - Rey Bango

published 1070 days, 4 hours, 26 minutes ago posted by jantujantu 1071 days, 1 hour, 47 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Wednesday, July 14, 2010 4:01:46 PM GMT
So far in my series on jQuery JavaScript Templating, I’ve showed how to create a basic jQuery JavaScript template and then nest templates for increased layout flexibility and maintainability. If you haven’t read those two posts, I highly recommend you do so you can understand the concepts below.Now, let’s dive into two other techniques available in the Microsoft jQuery Templates plugin; inline expressions and code blocks.Inline Expressions Being able to use a template to create a succinct layout is ve... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.reybango.com
tags: JavaScript, jQuery, Ajax