DotNetShoutout - Stories tagged with JavaScript
2
Shouts

A TimePiece of C# and JavaScript « Composite Code

published 634 days, 22 hours, 32 minutes ago posted by http://compositecode.com/http://compositecode.com/ 635 days, 23 hours, 31 minutes ago
Monday, August 22, 2011 11:40:39 PM GMT Sunday, August 21, 2011 10:41:50 PM GMT
I put together a little project on Github, partially because I’ve been making headway learning the intricacies of JavaScript, and partly because I wanted something that would parse a string that represents a time value. So here’s the TDD I went through. In the process I pulled in QUnit and used that as my testing framework for the JavaScript example. I’d love input on either of these, so feel free to gimme some heat, tell me what I’ve done wrong, and especially how I ought to be doing this.  :) The firs... (more)
category: How To | clicked: 9 | 1 comment | | source: compositecode.com
tags: C#, JavaScript
4
Shouts

Can Microsoft ‘fix’ JavaScript and make HTML5 applications viable? | Colin Eberhardt's Adventures in .NET

published 639 days, 2 hours, 10 minutes ago posted by FantasticMrFishFantasticMrFish 641 days, 8 hours, 56 minutes ago
Thursday, August 18, 2011 8:02:35 PM GMT Tuesday, August 16, 2011 1:16:23 PM GMT
Microsoft’s recent change in stance over Silverlight, promoting HTML5 as “the only true cross-platform solution for everything”, seems to have sidelined Silverlight as a niche framework. This has understandably caused a great deal of upset and confusion in the .NET development community. Despite this, Microsoft are remaining steadfast and tight-lipped about their vision for tighter integration of HTML5 into Windows 8 (and as a result just how side-lined Silverlight will be), until the BUILD conference ne... (more)
category: Metro | clicked: 21 | 6 comments | | source: www.scottlogic.co.uk
tags: Silverlight, JavaScript, html5
2
Shouts

When it Comes to Asp.Net: Facebook like Autosuggest in Asp.net

published 649 days, 2 hours, 13 minutes ago posted by ashishsarda99ashishsarda99 650 days, 16 hours, 35 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Sunday, August 07, 2011 5:37:46 AM GMT
This article is about using AjaxToolKit AutoCompleteExtender, to make Facebook like Autosuggest in asp.net. To use AutoCompleteExtender is simple, but we can modify the code little bit and make it more user friendly. Check out following Image (more)
category: Web Dev | clicked: 30 | 1 comment | | source: aspdotnetmatters.blogspot.com
tags: autocomplete textbox, AJAX Control Toolkit, Ajaxtoolkit, autocompleteextender, JavaScript, ASP.NET 4, WebService, ASP.NET
4
Shouts

JavaScript Development Environment « Composite Code

published 663 days, 23 hours, 56 minutes ago posted by http://compositecode.com/http://compositecode.com/ 665 days, 6 hours, 39 minutes ago
Sunday, July 24, 2011 10:16:21 PM GMT Saturday, July 23, 2011 3:33:32 PM GMT
JavaScript is pretty easy to develop with, usually only a browser and a text editor is the only thing needed. But seriously, that’s a bit slow going. It helps a lot of have certain tools, editors, debuggers, or other pieces to make the development move along smoothly. So far, over the last few months of doing a little JavaScript here and there I’ve accrued the following tools to help with my JavaScript Development. First a few descriptions of what I’ve been using and and why, then toward the end I’ll pro... (more)
category: UX | clicked: 49 | comment | | source: compositecode.com
tags: JavaScript
5
Shouts

Polyglot programming - combining functional, dynamic and imperative languages

published 663 days, 23 hours, 56 minutes ago posted by traskjdtraskjd 666 days, 20 hours, 22 minutes ago
Sunday, July 24, 2011 10:16:21 PM GMT Friday, July 22, 2011 1:50:46 AM GMT
A blog post from Mindscape about the development experience of creating the Web Workbench product for Sass, Less and CoffeeScript in Visual Studio 2010. Like most .NET projects, it contains a fair chunk of C#. But quite a bit of the core is written in F#, and it also invokes a large amount of external Ruby and JavaScript code. While using all these languages definitely made it far easier to develop the product, it did also throw up a few challenges and surprises. This post looks at those challenges and s... (more)
category: Architecture | clicked: 20 | 1 comment | | source: www.mindscapehq.com
tags: .NET, C#, Less, Sass, JavaScript, CoffeeScript, Ruby, F#, Mindscape
2
Shouts

Refresh parent page from child window using javascript in asp.net web application | dotNETspidor: A dot net programming blog

posted by sangam100sangam100 667 days, 11 hours, 1 minute ago
Thursday, July 21, 2011 11:11:36 AM GMT
Much often we open child windows from parent web page. In the child page we perform some activities, and later close the window. At the very time we may need to refresh the parent page so that changes made in the child window be reflected in the parent window. We can easily accomplish this using javascript in asp.net web page. Let me show the way using code snippets. If it is your iframe page, you still can refresh the parent page partially from page in iframe (because this will avoid reloading the ifram... (more)
category: Web Dev | clicked: 5 | comment | | source: dotnetspidor.blogspot.com
tags: ASP.Net 2.0, C#, JavaScript
2
Shouts

Refresh parent page partially from iframe without reloading the iframe using javascript in asp.net | dotNETspidor: A dot net programming blog

posted by sangam100sangam100 667 days, 11 hours, 2 minutes ago
Thursday, July 21, 2011 11:10:26 AM GMT
Last time we talked about Refreshing the parent page from child window in asp.net using javascript. This technique is useful in many scenarios. (If you haven't been through How to open new window in asp.net using javscript and C-sharp, I would like to suggest to read the post thoroughly. After this you will clearly see why the stuff we are talking about in this post is important.) But programmers using iframe to load another asp.net web page may wonder if we could only partially refresh the parent page s... (more)
category: Web Dev | clicked: 17 | comment | | source: dotnetspidor.blogspot.com
tags: C#, JavaScript, ASP.NET
9
Shouts

Localize the user with the javascript Geolocation API

published 667 days, 2 hours, 34 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 669 days, 3 hours, 5 minutes ago
Thursday, July 21, 2011 7:38:07 PM GMT Tuesday, July 19, 2011 7:07:32 PM 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: Smart Client | clicked: 47 | comment | | source: www.mbaldinger.com
tags: JavaScript, ASP.NET
3
Shouts

Simple sorting in JavaScript

published 671 days, 13 hours, 35 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 676 days, 3 hours, 3 minutes ago
Sunday, July 17, 2011 8:37:44 AM GMT Tuesday, July 12, 2011 7:08:53 PM GMT
In this post some of the simple sorting algorithms are implemented in JavaScript: bubble sort, insertion sort and selection sort. (more)
category: Web Dev | clicked: 16 | 3 comments | | source: jclaes.blogspot.com
tags: algorithms, SORTING, JavaScript
2
Shouts

The Punchout Controls for Knockout

published 682 days, 15 hours, 11 minutes ago posted by MikeGriffinMikeGriffin 683 days, 6 hours, 51 minutes ago
Wednesday, July 06, 2011 7:01:31 AM GMT Tuesday, July 05, 2011 3:21:10 PM GMT
EntitySpaces has kicked off an open source project named Punchout. The Punchout Controls are a set of user interface controls for the Knockout (MVVM) javascript library. We are already off to a decent start with our poGrid (where “po” stands for “Punchout”). The Punchout controls are licensed under the MIT license. (more)
category: Architecture | clicked: 28 | 1 comment | | source: github.com
tags: EntitySpaces, JavaScript, knockout, ORM
6
Shouts

From Silverlight To HTML5 - CodeProject

published 684 days, 13 hours, 58 minutes ago posted by FantasticMrFishFantasticMrFish 686 days, 16 hours, 2 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Saturday, July 02, 2011 6:10:25 AM GMT
This article describes my experiences of taking a control written in Silverlight for Windows Phone 7, and making it cross-platform by re-implementing it using JavaScript and HTML5. (more)
category: Metro | clicked: 59 | comment | | source: www.codeproject.com
tags: Silverlight, Windows Phone 7, css3, JavaScript, html5
12
Shouts

Calling Cross Domain WCF service using Jquery/Javascript

published 687 days, 1 hour, 7 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 690 days, 13 hours, 56 minutes ago
Friday, July 01, 2011 9:04:59 PM GMT Tuesday, June 28, 2011 8:16:01 AM GMT
This post is about to call the cross domain WCF service from you page i.e Calling WCF service hosted on one domain and calling the service form jquery/javascript of page which is hosted on some other domain. But before we start its better to get understand about the format of the data get exchange from one server to other server. JSONP Ajax allows to get data in the background without interfering with the display. Ajax call done by using XMLHttpRequest object, which is allow the client side java... (more)
category: Web Dev | clicked: 69 | 2 comments | | source: pranayamr.blogspot.com
tags: C#, ScriptManager, JavaScript, jQuery, WCF
4
Shouts

Chutzpah – A JavaScript Test Runner Released

published 696 days, 15 hours, 48 minutes ago posted by jemtsjemts 698 days, 8 hours, 19 minutes ago
Wednesday, June 22, 2011 6:24:14 AM GMT Monday, June 20, 2011 1:53:35 PM GMT
I just released to CodePlex and the Visual Studio Gallery a new project called Chutzpah. Chutzpah is an open source JavaScript unit test runner which helps you integrate JavaScript unit testing into your website. It enables you to run JavaScript unit tests from the command line and from inside of Visual Studio. It also supports running in the TeamCity continuous integration server. (more)
category: Agile | clicked: 17 | comment | | source: matthewmanela.com
tags: Qunit, TDD, Open Source, Visual Studio, JavaScript, Testing, unit testing
7
Shouts

What are jQuery Class Selectors and ID selectors Explain them? - Hima's blog

published 708 days, 22 hours, 45 minutes ago posted by dharadhara 709 days, 12 hours, 29 minutes ago
Thursday, June 09, 2011 11:27:04 PM GMT Thursday, June 09, 2011 9:43:34 AM GMT
jQuery selectors allows to easily identify set of page elements for performing user friendly or required operations . In general, Selection of elements can be 3 types in jQuery. They are 1. Class Selector (.) 2. ID Selector (#) 3. Element selector ( (more)
category: Web Dev | clicked: 3 | comment | | source: beyondrelational.com
tags: .NET, JavaScript, jQuery, ASP.NET
6
Shouts

What are jQuery Selectors? Explain them?

published 708 days, 22 hours, 45 minutes ago posted by dharadhara 710 days, 11 hours, 31 minutes ago
Thursday, June 09, 2011 11:27:04 PM GMT Wednesday, June 08, 2011 10:41:09 AM GMT
A Selector identifies an HTML element tag that is used to manipulate with jQuery code. Selectors allow page elements to be selected. $ is the symbol used for it. $ can also be called as jQuery selector. Selectors are the most important part of the jQuery , we can say that heart of jQuery. We can select... (more)
category: Web Dev | clicked: 13 | comment | | source: beyondrelational.com
tags: JavaScript, jQuery
7
Shouts

Globalization, Internationalization and Localization in ASP.NET MVC 3, JavaScript and jQuery - Part 1 - Scott Hanselman

published 718 days, 10 hours, 27 minutes ago posted by iftekharahmedamitiftekharahmedamit 723 days, 14 hours, 55 minutes ago
Tuesday, May 31, 2011 11:45:38 AM GMT Thursday, May 26, 2011 7:17:20 AM GMT
There are several books worth of information to be said about Internationalization (i18n) out there, so I can't solve it all in a blog post. Even 9 pages of blog posts. I like to call it Iñtërnâtiônàlizætiøn, actually. There's a couple of basic things to understand though, before you create a multilingual ASP.NET application. Let's agree on some basic definitions as these terms are often used interchangeably. Internationalization (i18n) - Making your application able to support a range of languages and... (more)
category: Web Dev | clicked: 66 | 1 comment | | source: www.hanselman.com
tags: ASP.NET MVC 3, ASP.NET MVC, Internationalization, ASPNETMVC, JavaScript, jQuery, Localization, Globalization, MVC, ASP.NET
5
Shouts

Getting started with Script#

published 718 days, 10 hours, 27 minutes ago posted by sonukapoorsonukapoor 724 days, 3 hours, 13 minutes ago
Tuesday, May 31, 2011 11:45:38 AM GMT Wednesday, May 25, 2011 6:59:49 PM GMT
Script# is a powerful framework that allows us to write C# code and be automatically translated into JavaScript. This article will present how Script# works and in what way can increase our productivity and improve the maintenance of our client-side libraries. Script# is created by Nikhil Kothari (more)
category: Web Dev | clicked: 25 | 1 comment | | source: dotnetslackers.com
tags: Script#, JavaScript
3
Shouts

jQuery.simpleJSlide-1.1 / Simple jQuery Slide Show Plugin With Unobtrusive JavaScript Support

published 724 days, 14 hours, 29 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 725 days, 6 hours, 10 minutes ago
Wednesday, May 25, 2011 7:43:28 AM GMT Tuesday, May 24, 2011 4:01:53 PM GMT
An awesome and super simple jQuery slide show plugin. This plugin also takes advantage of unobtrusive JavaScript method as well. (more)
category: Web Dev | clicked: 6 | comment | | source: tugberkugurlu.com
tags: Slideshow, JavaScript, jQuery, Plugin, jQuery Plugin, NuGet
2
Shouts

Silverlight + JavaScript = Ultimate Combo

published 725 days, 17 hours, 9 minutes ago posted by dotnetfundadotnetfunda 726 days, 17 hours, 27 minutes ago
Tuesday, May 24, 2011 5:03:38 AM GMT Monday, May 23, 2011 4:45:43 AM GMT
In this post I teach you how you can integrate JavasScript in your Silverlight apps. Sample source code available for download. (more)
category: Metro | clicked: 3 | comment | | source: www.dotnetfunda.com
tags: .NET, Silvelight, JavaScript
7
Shouts

Migrate to ASP.NET MVC 3 by leveraging your ASP.NET Web Forms skills - Rachel Appel

published 745 days, 9 hours, 18 minutes ago posted by iftekharahmedamitiftekharahmedamit 746 days, 8 hours, 28 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:44:16 PM GMT
Whenever a new technology or product comes onto the developer scene, people want to know how to best leverage their existing skills to work with it, and nobody wants to have to abandon existing knowledge. Making the move from Web Forms to MVC is no different. Despite the fact that Web Forms & MVC are very different ways of... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: www.rachelappel.com
tags: ASP.NET MVC 3, ASP.NET MVC, Caching, runtime, JavaScript, ASP.NET Web Forms, jQuery, Razor, core, ASP.NET