DotNetShoutout - Stories tagged with Ajax
3
shouts

Daily tech links for .net and related technologies - Mar 18-21, 2010 - Sanjeev Agarwal

posted by sanjeevanasanjeevana 14 hours, 16 minutes ago
Thursday, March 18, 2010 11:32:17 AM GMT
TDD kata for ASP.NET MVC controllers (part 2) -David, Take Control Of Web Control ClientID Values in ASP.NET 4.0 - Scott Mitchell, Inside the ASP.NET MVC Controller Factory - Dino Esposito, Microsoft, jQuery, and Templating - stephen walther, Cross Domain AJAX Request with YQL and jQuery - Jeffrey Way, T4MVC Add-In to auto run template -Wayne...... (more)
category: ASP.NET | clicked: 5 | comment | | source: weblogs.asp.net
tags: Ajax, Architecture, Silverlight, SQL, WCF
4
shouts

Calling ASP.NET Web Service Using Jquery - Part III - Fetch Data From SQL Server

published 6 days, 12 hours, 55 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 7 days, 5 hours, 8 minutes ago
Friday, March 12, 2010 12:53:20 PM GMT Thursday, March 11, 2010 8:39:46 PM GMT
My previous two posts on using Jquery for calling ASP.NET web service takes you to the basics of calling a web service using Jquery AJAX. In this last post of the series I will show hot to fetch data from the SQL Server through a web service. In this example I am going to show on how we can fetch data from SQL Server. I am using pretty well known Adventure Works database for this example. I am using Person.Contact table for this example. I will show on how to fetch data i.e. first name, last name and e-... (more)
category: ASP.NET | clicked: 53 | comment | | source: www.midnightprogrammer.net
tags: Ajax, ASP.NET, jQuery, Web Service
3
shouts

YouTube - Rich Ajax Web Applications Development Demo

posted by webguiwebgui 8 days, 13 hours, 15 minutes ago
Wednesday, March 10, 2010 12:33:01 PM GMT
Ajax empowered Web applications development with the complete Develop/Design/Run Visual WebGui Platform version (more)
category: Ajax | clicked: 8 | comment | | source: www.youtube.com
tags: .NET, Ajax, applications, ASP .NET, developers, Framework, Programming, UI, UI Design, Web, web 2.0, web application development, web design, web development
3
shouts

Gaia Ajax Blog | LinkedIn .NET User Group Online Presentation Tomorrow

posted by stiansolstiansol 9 days, 2 hours, 53 minutes ago
Tuesday, March 09, 2010 10:54:40 PM GMT
We will hold an online, free presentation showing what you can do with Gaia Ajax when building next generation web applications in a fast, lightfoot and intelligent way. Jan Blomquist will demonstrate the power of our latest 3.6 version and why abstracting away JavaScript and developing in a managed language is crucial for time-to-market. 5 winners will be chosen at random from the list of attendees. Each of them will win an annual subscription of Gaia Ajax (worth $595). Wednesday March 10, 2010... (more)
category: Ajax | clicked: 1 | comment | | source: blogs.gaiaware.net
tags: Ajax, ASP.NET, C#, Gaia Ajax, presentations
5
shouts

Dean Hume - Rendering a Usercontrol as a String for Webservices

published 8 days, 14 hours, 19 minutes ago posted by deanomachinodeanomachino 9 days, 10 hours, 32 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Tuesday, March 09, 2010 3:15:50 PM GMT
Rendering a Usercontrol as a String for Webservices I am currently working a project at work that requires us to use progressive enhancement so that our site is acessible to all users regardless of whether they have javascript enabled. One of the issues that we came across was keeping only one version of the html that we needed to use, regardless whether we were rendering our HTML client side or server side. That way, we only ever had one version of the HTML and this also allowed us to use the sam... (more)
category: ASP.NET | clicked: 26 | comment | | source: www.deanhume.com
tags: Ajax, C#, UserControl, WebService
3
shouts

How to convince developers and management to use automated unit test for AJAX websites

posted by omaralzabiromaralzabir 9 days, 19 hours, 15 minutes ago
Tuesday, March 09, 2010 6:33:05 AM GMT
How to convince developers and management to use automated unit test for AJAX websites Everyone agrees that unit testing is a good thing, we should all write unit tests. We read articles and blogs to keep us up-to-date on what’s going on in the unit test world so that we can sound cool talking to peers at lunch. But when we really sit down and try to write unit tests ourselves – “Naaah, this is waste of time, let’s ask my QA to test it; that’s much more reliable and guaranteed way to test this. What’s t... (more)
category: Ajax | clicked: 3 | comment | | source: weblogs.asp.net
tags: Ajax, Integration Test, Unit Test
3
shouts

Web 2.0 AJAX Portal using jQuery, ASP.NET 3.5, Silverlight, Linq to SQL, WF and Unity

posted by omaralzabiromaralzabir 9 days, 19 hours, 24 minutes ago
Tuesday, March 09, 2010 6:24:10 AM GMT
Web 2.0 AJAX Portal using jQuery, ASP.NET 3.5, Silverlight, Linq to SQL, WF and Unity Dropthings – my open source Web 2.0 Ajax Portal has gone through a technology overhauling. Previously it was built using ASP.NET AJAX, a little bit of Workflow Foundation and Linq to SQL. Now Dropthings boasts full jQuery front-end combined with ASP.NET AJAX UpdatePanel, Silverlight widget, full Workflow Foundation implementation on the business layer, 100% Linq to SQL Compiled Queries on the data access layer, Depende... (more)
category: Ajax | clicked: 5 | comment | | source: weblogs.asp.net
tags: .NET 3.5, Ajax, ASP.NET, C#, Linq To SQL, web 2.0, WWF
3
shouts

Fast Streaming Ajax Proxy with GET PUT POST DELETE

posted by omaralzabiromaralzabir 9 days, 19 hours, 30 minutes ago
Tuesday, March 09, 2010 6:18:18 AM GMT
Fast Streaming Ajax Proxy with GET PUT POST DELETE I have enhanced my streaming Ajax Proxy with POST, PUT and DELETE features. Previously it supported only GET. Now it supports all 4 popular methods for complete REST support. Using this proxy, you can call REST API on external domain directly from your website’s javascript code. You can test the proxy from this link: labs.omaralzabir.com/ajaxstreamingproxy/GetPutDeleteTest.aspx The latest source code for the Ajax Proxy is available here: http://code.... (more)
category: Ajax | clicked: 3 | comment | | source: weblogs.asp.net
tags: Ajax, ASP.Net 2.0, C#
6
shouts

Calling ASP.NET Web Service Using Jquery - Part II - Passing Parameters

published 10 days, 13 hours, 20 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 12 days, 10 hours, 30 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 3:17:45 PM GMT
In my previous post I have shown with a simple example on how you call an ASP.NET web service using JQuery. In this post I will show how you on how can you pass parameters to the web method and get the result using the web service. If you have read my previous post, you have seen that we have just called a web method which returns a simple string back to us. In this example, instead of returning a plain simple string back to the client, we will ask the user to enter two numbers and the call the web serv... (more)
category: ASP.NET | clicked: 48 | comment | | source: www.midnightprogrammer.net
tags: Ajax, ASP.NET, jQuery, Web Service
7
shouts

Calling ASP.NET Web Service Using Jquery - Part I

published 13 days, 11 hours, 14 minutes ago posted by http://prashantmx.myopenid.com/http://prashantmx.myopenid.com/ 14 days, 4 hours, 39 minutes ago
Friday, March 05, 2010 2:33:53 PM GMT Thursday, March 04, 2010 9:08:41 PM GMT
Jquery is now one of the most favorite JavaScript frameworks to play around. It offers some more advance feature to the developers and UI designers to accomplish their task easily and more conveniently. Take an example of AJAX and think where you can face the problems when you have to deal with different browsers who support XMLHTTP request and the one who don’t. I remember, I use to initialize the AJAX’s XMLHTTP object keeping in mind what will be my client’s browser. So, on the first go I have to detec... (more)
category: ASP.NET | clicked: 56 | comment | | source: www.midnightprogrammer.net
tags: Ajax, ASP.NET, jQuery, Web Service
7
shouts

Building a Star Rating System with ASP.NET MVC and jQuery

published 14 days, 14 hours, 17 minutes ago posted by mceranskimceranski 16 days, 12 hours, 27 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Tuesday, March 02, 2010 1:20:25 PM GMT
A star rating system allows your readings to rate content based on a 0 to 5 point scale in half point increments. This tutorial steps through the process of implementing a star rating system using JQuery, AJAX and ASP.NET MVC. (more)
category: ASP.NET | clicked: 45 | 1 comment | | source: www.codecapers.com
tags: Ajax, ASP.NET, cookies, jQuery, MVC
4
shouts

Visual WebGui based web applications automated IDE built with $300,000 savings

published 15 days, 10 hours, 13 minutes ago posted by webguiwebgui 16 days, 16 hours, 21 minutes ago
Wednesday, March 03, 2010 3:34:31 PM GMT Tuesday, March 02, 2010 9:26:33 AM GMT
"Visual WebGui turns web dreams into reality in a very gracious way while Automato™ makes it even more powerful… No any other ASP.NET framework does it for you," Alexnaldo Santos (more)
category: ASP.NET | clicked: 24 | comment | | source: www.visualwebgui.com
tags: Ajax, ASP.NET, case study, developers, ERP, Framework, IDE, RIA, UI, we design, web 2.0, web development
4
shouts

Daily tech links for .net and related technologies - Mar 01-03, 2010 - Sanjeev Agarwal

posted by sanjeevanasanjeevana 17 days, 18 hours, 54 minutes ago
Monday, March 01, 2010 6:54:16 AM GMT
ASP.NET MVC TempData Extension Methods - Donn, Model Validation & Metadata in ASP.NET MVC 2 - K. Scott Allen, Encrypted Hidden Inputs in ASP.NET MVC - Ashic, SiteMapProvider for Dynamic Data - Steve, Web Forms Routing in ASP.NET 4 - David Hayden, Isolating browser specific code in Javascript: - Mark Needham, Introduction to the Reactive Extensions for JavaScript – Cre... (more)
category: ASP.NET | clicked: 10 | comment | | source: weblogs.asp.net
tags: Agile, Ajax, Architecture, Silverlight, SQL, Web Service
4
shouts

The Security of the Empty Client Model: In contract with AJAX

posted by webguiwebgui 18 days, 13 hours, 38 minutes ago
Sunday, February 28, 2010 12:10:03 PM GMT
'The benefits of AJAX are undisputed, in particular the techniques that empowered the Web 2.0 experience. This helped make AJAX very popular among mainstream webprogramming because it offered a richer web UI and more fluid page transitions. Today, approximately 60% of all newly built websites use some AJAX components. AJAX, however, has not achieved a penetration rate that is even close to that of the enterprises. In fact, only 1% of newly built enterprise web applications utilize major AJAX infrastruct... (more)
category: Ajax | clicked: 3 | comment | | source: www.visualwebgui.com
tags: .NET, Ajax, ASP.NET, Frameworks, IT, sevurity, UI, web 2.0, Web applications, web development
6
shouts

Codeguru: Web or Cloud - Which Direction Will Client Apps Take?

published 20 days, 11 hours, 10 minutes ago posted by webguiwebgui 21 days, 12 hours, 30 minutes ago
Friday, February 26, 2010 2:37:38 PM GMT Thursday, February 25, 2010 1:17:35 PM GMT
It is a well-known theory that the web and cloud will gradually force out client applications. All that would be needed is a computer with Internet access. In fact, even the full-fledged operating systems in use today would be excessive, as data will be stored on remote servers with necessary software available in the form of various web services. Could this really happen? (more)
category: Ajax | clicked: 48 | comment | | source: www.visualwebgui.com
tags: Ajax, Amazon EC2, Azure, Cloud, Cloud Computing, Development, Google, platform, SaaS, Software, Web, web 2.0, web 3.0
8
shouts

Cutting Edge - ASP.NET Ajax Library and WCF Data Services

published 17 days, 13 hours, 9 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 22 days, 3 hours, 2 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Wednesday, February 24, 2010 10:46:06 PM GMT
This month Dino takes a look at the JavaScript components coming in the ASP.NET Ajax Library and explains how they can be used for effective client-side data access. (more)
category: Ajax | clicked: 54 | comment | | source: msdn.microsoft.com
tags: Ajax, ASP.NET AJAX, DataServices, MSDN, MSDN Magazine, WCF
8
shouts

Julian Dominguez’s Blog » Blog Archive » The Single Page Interface Pattern

published 21 days, 13 hours, 5 minutes ago posted by http://julian.dominguez.myopenid.com/http://julian.dominguez.myopenid.com/ 23 days, 7 hours, 46 minutes ago
Thursday, February 25, 2010 12:43:03 PM GMT Tuesday, February 23, 2010 6:01:29 PM GMT
Problem Typically, the user interface in Web Applications is composed of multiple pages. Now with the increasing popularity of AJAX, it is common that people want to develop Web applications that are similar and provide the same user experience as desktop applications. One common problem in Web applications is the constant page reloads and flickering when navigating the application. (more)
category: Ajax | clicked: 41 | comment | | source: blogs.southworks.net
tags: Ajax, ASP.NET, JavaScript, Web
8
shouts

Progressive Enhancement

published 21 days, 13 hours, 5 minutes ago posted by http://julian.dominguez.myopenid.com/http://julian.dominguez.myopenid.com/ 23 days, 9 hours, 24 minutes ago
Thursday, February 25, 2010 12:43:03 PM GMT Tuesday, February 23, 2010 4:23:56 PM GMT
Progressive Enhancement (PE) is an approach for building Web Applications that starts from the perspective that a user browser experience will support a minimum functionality, this is called base line, but has hooks to allow functional enhancements when a browser can support them. PE benefits users by supporting older browsers, but also supporting users with modern browsers and technologies by providing them an improved experience. The progressive enhancement and its counterpart, Graceful Degradation, a... (more)
category: Ajax | clicked: 45 | 1 comment | | source: blogs.southworks.net
tags: Ajax, ASP.NET MVC, JavaScript, Web
3
shouts

Desktop Publishing Work Order Scheduling Application exceeds client expectations

posted by webguiwebgui 23 days, 12 hours, 35 minutes ago
Tuesday, February 23, 2010 1:13:08 PM GMT
"Development assumed productivity would be equal to the speed of developing WinForms applications, and this proved to be a correct assumption… the application performs very well and… has exceeded expectations," Mike Bennett. (more)
category: ASP.NET | clicked: 2 | comment | | source: www.visualwebgui.com
tags: .NET, Ajax, Framework, rich internet applications, UI, Web, web development, Windows Forms, WinForms
4
shouts

Daily tech links for .net and related technologies - Feb 22-24, 2010 - Sanjeev Agarwal

published 23 days, 19 hours, 48 minutes ago posted by sanjeevanasanjeevana 24 days, 15 hours, 42 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Monday, February 22, 2010 10:06:13 AM GMT
Partial Validation in ASP.NET MVC 2 - Steve Sanderson, ASP.NET 4.0, Part 5: I’lll Name That Browser In One - Dan Maharry, Manipulating Action Method Parameters - Phil Haack, jQuery Custom Element and Global Events - Sergio Pereira, Making your ASP.NET application work as a service - Al Pascual, Intro to jQuery Materials - G. Andrew Duthie, Web Design25 jQuery Tutorial... (more)
category: ASP.NET | clicked: 12 | comment | | source: weblogs.asp.net
tags: Agile, Ajax, Architecture, Silverlight, SQL, Testing, WCF, Web Service
Previous 1 2 3 4 5 6 7 8 9 10 ... 17 18 Next