DotNetShoutout - Stories tagged with JavaScript
5
Shouts

DataBinding JS Objects Into HTML Forms With jquery-datalink and jquery-tmpl - Windows Live

published 953 days, 17 hours, 33 minutes ago posted by joel_holderjoel_holder 954 days, 6 hours, 56 minutes ago
Monday, October 11, 2010 2:57:59 PM GMT Monday, October 11, 2010 1:34:48 AM GMT
DataBinding JS Objects Into HTML Forms With jquery-datalink and jquery-tmpl Today finally the official JQuery templating, data-linking, and globalization plugins are here. As expected the new plugins are very simple to use and still feature rich. I’ll show you a little bit of the goodness you can quickly compose using these features together.  Here’s an example showing how a company object and a form repr... (more)
category: Web Dev | clicked: 0 | comment | | source: uberpwn.spaces.live.com
tags: DataBinding, JavaScript, ASP .NET MVC, jQuery
5
Shouts

How Good C# Habits can Encourage Bad JavaScript Habits: Part 1

published 956 days, 14 hours, 27 minutes ago posted by http://elijahmanor.myopenid.com/http://elijahmanor.myopenid.com/ 957 days, 12 hours, 49 minutes ago
Friday, October 08, 2010 6:03:29 PM GMT Thursday, October 07, 2010 7:41:33 PM GMT
This is the first post in a multi-part series covering common mistakes C# developers tend to make when they first start writing JavaScript.Introduction Many people come to jQuery and believe that their knowledge of a previous classical language (C#, Java, etc) will help them be successful at client-side scripting. You can use your classical language skills to accomplish a large amount of functionality with jQuery. However, the more client-side code you write you will find yourself uncovering strange bug... (more)
category: Web Dev | clicked: 0 | comment | | source: enterprisejquery.com
tags: JavaScript
13
Shouts

Bing Maps: Adding and tracking pushpins using JavaScript

published 965 days, 20 hours, 12 minutes ago posted by gpeipmangpeipman 966 days, 22 hours, 24 minutes ago
Wednesday, September 29, 2010 12:18:45 PM GMT Tuesday, September 28, 2010 10:06:40 AM GMT
I played with Bing Maps AJAX-based API and found it to be very easy to use after you know basic objects and you are able to use them. In this posting I will show you simple example about how to add pushpins to map and how to show coordinates of pushpins to users. (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: Bing Maps, JavaScript
3
Shouts

Advanced Dotnet Tutorial: Accessing form objects when there are multiple forms

posted by learndotnet123learndotnet123 967 days, 1 hour, 1 minute ago
Tuesday, September 28, 2010 7:30:09 AM GMT
In order to access a form through Javascript, we need to obtain a reference to the form object. One obvious way to approach, which you have already seen, is to use the getElementById method. For instance, if we had a form with the id attribute "subscribefrm", we could access the form in this way: var oForm = document.getElementById('subscribefrm'); However, this approach has the limitation that the tag must have an id attribute, as the getElementById method needs the id of an element in order to lo... (more)
category: Web Dev | clicked: 0 | comment | | source: advanceddotnettutorial.blogspot.com
tags: objects, JavaScript, forms
3
Shouts

Smarter Related Posts Widget for Google Blogger - v2.0

posted by MikeMoreMikeMore 977 days, 9 hours, 23 minutes ago
Friday, September 17, 2010 11:07:37 PM GMT
A new edition of my jQuery plugin -Related Posts widget for Google Blogger- that is loaded with pretty new features like posts thumbnails and transition effects.. Displaying related posts is a smart way for keeping your site visitors around and with thumbnails it is even smarter! (more)
category: Web Dev | clicked: 2 | comment | | source: www.moretechtips.net
tags: blogger, JavaScript, jQuery, blogspot
3
Shouts

Prototype object of javascript

posted by dotnetfundadotnetfunda 978 days, 6 hours, 29 minutes ago
Friday, September 17, 2010 2:01:31 AM GMT
Prototype is used to define classes or objects in JavaScript. Classes or objects are building blocks of Object Oriented Programming. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: JavaScript
8
Shouts

How to Easily Inject jQuery into any Web Page - Rey Bango

published 988 days, 18 hours, 25 minutes ago posted by jantujantu 989 days, 17 hours, 32 minutes ago
Monday, September 06, 2010 2:06:01 PM GMT Sunday, September 05, 2010 2:58:27 PM GMT
I use jQuery…a lot. It just makes JavaScript development much easier for me. Every so often, I may come across a site where I want to poke around and see what’s going on under the hood. In many cases, jQuery is being used so it’s simple to spark up Firebug and leverage jQuery to work with a document. While jQuery is very pervasive, there are still plenty of sites that don’t use it which forces me to go back to plain ‘ole JavaScript. There’s nothing wrong with that but I’ve gotten used to the nice, terse ... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.reybango.com
tags: JavaScript, jQuery
3
Shouts

Calling an asp.net web service from jQuery : The CodeGain

posted by codegaincodegain 992 days, 19 hours, 59 minutes ago
Thursday, September 02, 2010 12:31:45 PM GMT
As I have post it in earlier article that jQuery is one of most popular JavaScript library in the world amongst web developers Lets take a example calling ASP.NET web service with jQuery. (more)
category: Web Dev | clicked: 0 | comment | | source: codegain.com
tags: client, JavaScript, jQuery, Ajax
3
Shouts

Insert Special Characters Using JavaScript : The CodeGain

posted by codegaincodegain 998 days, 2 hours, 47 minutes ago
Saturday, August 28, 2010 5:44:06 AM GMT
The backslash () is used to insert apostrophes, new lines, quotes, and other special characters into a text string. (more)
category: Web Dev | clicked: 0 | comment | | source: codegain.com
tags: JavaScript, jQuery, ASP.NET
7
Shouts

Script Junkie - Somasegar's WebLog

published 996 days, 17 hours, 31 minutes ago posted by rajuraju 999 days, 2 hours, 4 minutes ago
Sunday, August 29, 2010 2:59:30 PM GMT Friday, August 27, 2010 6:27:09 AM GMT
Earlier this year in February, I blogged about key software development trends. The second trend, The Web as a Platform, continues to grow at an astounding rate. Browser-based applications such as MugTug show the increasing flexibility and power of web technologies. New and experienced developers alike are anxious to learn everything they can about how to take advantage of the web to deliver experiences to their audience. But learning HTML, JavaScript, CSS, and other web standards technologies can b... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Web, MSDN, JavaScript, CSS, HTML
5
Shouts

jQuery- JavaScript Library Write less do more

published 998 days, 16 hours, 11 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 999 days, 13 hours, 9 minutes ago
Friday, August 27, 2010 4:19:51 PM GMT Thursday, August 26, 2010 7:21:31 PM GMT
This is introductory post jQuery an open source JavaScript library. I know what you guys thinking and I also know that jQuery does not required introduction. It is so much popular and most of web developers whether they are developing using asp.net,php,Jsp or any language on web they are using jQuery but this post is for who is not aware of it and or they are new to the web based programming. We all are using JavaScript for client side scripting language almost 95% percentage of web application uses Ja... (more)
category: UX | clicked: 1 | comment | | source: jalpesh.blogspot.com
tags: JavaScript, jQuery
3
Shouts

How to use cookie in java script : The CodeGain

published 1001 days, 19 hours, 28 minutes ago posted by codegaincodegain 1002 days, 21 hours, 31 minutes ago
Tuesday, August 24, 2010 1:03:07 PM GMT Monday, August 23, 2010 10:59:18 AM GMT
A cookie is a variable that is stored on the visitor's computer. (more)
category: Web Dev | clicked: 0 | comment | | source: www.codegain.com
tags: Cookie, JavaScript
4
Shouts

JavaScript fluent html builder

posted by http://dotneter1.myopenid.com/http://dotneter1.myopenid.com/ 1008 days, 22 hours, 9 minutes ago
Tuesday, August 17, 2010 10:21:35 AM GMT
JavaScript Fluent Html Builder is template engine for generate html using javascript html object model and fluent interface. (more)
category: Web Dev | clicked: 1 | comment | | source: jshtmlbuilder.codeplex.com
tags: JavaScript, template engine
3
Shouts

How to detection browser using Javascript : The CodeGain

posted by codegaincodegain 1010 days, 2 hours, 27 minutes ago
Monday, August 16, 2010 6:03:47 AM GMT
In this tips helps to detection browser name and version using Javascript. (more)
category: Web Dev | clicked: 0 | comment | | source: www.codegain.com
tags: AppName, Broswer, JavaScript, AppVersion
3
Shouts

Defining Regular Expression in JavaScript : The CodeGain

posted by codegaincodegain 1010 days, 2 hours, 29 minutes ago
Monday, August 16, 2010 6:01:48 AM GMT
In this I have explain the use of RegExp object in JavaScript. There are 3 key methods to use in real world scenarios. You can find examples in my article. (more)
category: Web Dev | clicked: 0 | comment | | source: www.codegain.com
tags: JavaScript, Regex
8
Shouts

The Case for jQuery’s .delegate() Method for Dynamic Event Binding - Rey Bango

published 1011 days, 18 hours, 43 minutes ago posted by jantujantu 1012 days, 21 hours, 58 minutes ago
Saturday, August 14, 2010 1:48:04 PM GMT Friday, August 13, 2010 10:32:50 AM GMT
Binding events is one of the most common tasks a JavaScript developer has to do. It’s integral to the way our applications handle user interaction and response. Since it’s inception, jQuery has had event handling via various helper methods that helped to abstract cross-browser differences. If you’re a jQuery developer, I’m sure you’re used to syntax like this:$("#clname").click( function() { alert( "Rey" ) } ); which would bind a click event to a DOM element with an ID of “clname”. Very easy to unders... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.reybango.com
tags: JavaScript, jQuery
4
Shouts

When it Comes to Asp.Net: Get Direct HTML string for Server Side Control - Useful for Ajax Operations

published 1024 days, 17 hours, 58 minutes ago posted by ashishsarda99ashishsarda99 1026 days, 18 hours, 43 minutes ago
Sunday, August 01, 2010 2:32:30 PM GMT Friday, July 30, 2010 1:47:42 PM GMT
Share|How to get rendered HTML of any control for Ajax operations? In ajax on client, what exactly we do is the simple manipulation of strings. Mainly we can use HTML strings and put it as innerHTML in desired tag (i.e. div,span,td, etc…). Assume following sequence of operations Send an Ajax request from client to server. On server side we are binding data table to grid Convert the grid into HTML string and send it back to client side. On client side put that string as an innerHTM... (more)
category: Web Dev | clicked: 0 | comment | | source: aspdotnetmatters.blogspot.com
tags: Web, C#.NET, Render Control, JavaScript, web development, Ajax, HTML
3
Shouts

When it Comes to Asp.Net: Ajax-Handle complex data type (e.g. Class)

posted by ashishsarda99ashishsarda99 1026 days, 19 hours, 36 minutes ago
Friday, July 30, 2010 12:54:22 PM GMT
Share|Use of complex data types in Ajax programming is a tricky part. In normal scenario we need to communicate between client and server via string manipulation only. In this article we will discuss about, Microsoft Ajax and the way we can handle complex data types. We shall use web service for Ajax communication; web service will be exposed to client using Script Manager. Complex data types can be handled using JSON objects, in this article we will discuss only about how to handle complex data types... (more)
category: Web Dev | clicked: 0 | comment | | source: aspdotnetmatters.blogspot.com
tags: webservices, ASP .NET, JavaScript, web development, WebService, Ajax, Ajax.Net
5
Shouts

ASP.Net DatePicker using Calendar Control [ Visual Basic Knowledgebase ]

published 1025 days, 20 hours, 15 minutes ago posted by pons_saravananpons_saravanan 1026 days, 23 hours, 49 minutes ago
Saturday, July 31, 2010 12:16:00 PM GMT Friday, July 30, 2010 8:41:42 AM GMT
ASP.Net Calendar with JavaScript as a DatePicker Is there a DatePicker control in the ASP.Net 2.0? No, so I started writing some code which will be similar to the Win Forms DatePicker. The best approach is to build a server control or al least a user... (more)
category: Web Dev | clicked: 5 | comment | | source: www.vbknowledgebase.com
tags: JavaScript, Calendar, DatePicker, ASP.NET
5
Shouts

Bit.ly Button - jQuery Plugin for Your Clicky Post

published 1027 days, 18 hours, 22 minutes ago posted by MikeMoreMikeMore 1028 days, 13 hours, 28 minutes ago
Thursday, July 29, 2010 2:08:31 PM GMT Wednesday, July 28, 2010 7:02:32 PM GMT
bit.ly -The intelligent URL shortener- offers realtime statistics about the clicks on shortened links and this button takes advantage of that information. This jQuery button give you a uniform click count button -tall or wide- that people can also use it to retweet your post. When you use a short link to tweet your post, it may get 100 retweets but in terms of bit.ly stats that could mean 1000 clicks coming from the whole twitter ecosystem which makes another interesting measure of how popular is your p... (more)
category: Web Dev | clicked: 0 | 2 comments | | source: www.moretechtips.net
tags: bit.ly, JavaScript, jQuery, Twitter