photo credit: openajax.org
"client side" is currently a popular topic for Ajax writers. We have "client side" focused insightful blog posts, breaking news, fan favorite podcasts, online videos, rare photos, and more for you from our Ajax collection.
Video: Seaside Tutorial Part 8Original at YouTube
• Wed, Oct 1
By rss@youtube.com (jarober) Adding Ajax (Scriptaculous) support, in order to allow for dynamic filtering on the client side Author: jarober Keywords: smalltalk daily seaside tutorial Added: October 1, 2008
Fiddler – How to mimic a specific browser version request?
Original at MSDN Blogs
• Thu, Nov 19
By rakkim Fiddler tool doesn’t need any introduction, it is a great tool to debug a lot of client side issues with Internet Explorer, and other browsers as well . There are a few times when you have a different version of a browser, and you want to know what the server renders for different version of bro...
Using WIF on a WCF Client
Original at MSDN Blogs
• Thu, Nov 19
By CardSpaceBlog Before we go into the details of the client side pieces, understand that the following federation scenarios are supported by WIF. Notice that the out parameter on the Issue() call allows access to the RSTR for client-side inspection.
Call for Proposals: TheServerSide Presents TheClientSide
Original at Ajaxian » Front Page
• Tue, Nov 10
By tberardi Topics: TheClientSide will offer the audience presentations on client topics, including 1. Web frameworks, 2. UI components and Faces, 3. Rich Internet Applications, 4. Ajax, and similar topics surrounding client-side computing 5. And user interface implementation.
Google releases Closure, the tools behind the JS geniuses
Original at Ajaxian » Front Page
• Thu, Nov 5
By Dion Almaer The Closure Library is server-agnostic, and is intended for use with the Closure Compiler. Closure Templates are implemented for both JavaScript and Java, so side. For the client side, Closure Templates are precompiled into efficient JavaScript.
Closing Idle Sessions in SunSSH
Original at Sun Bloggers
• Wed, Oct 21
By janp The answer might be suprising but those "alive" options can really help in getting rid of idle sessions both on the server and the client side, respectively. However, note that ClientAliveInterval and ClientAliveCountMax are supported only in OpenSolaris, not in S10. So, on S10 you will...
#cnnfail: Twitter Blasts CNN Over Iran ElectionOriginal at Mashable!
• Sun, Jun 14
Times Online CA Thanx for the support. Check out the global commitment map Lots in SA http://xrl.us/bewsrs mailchimp : @wayneliew Yes, but the JS validates the form & sends submission via Ajax. The form will work without it, but no client-side validation. ...
Twitterrific 2.0.2 Needs Apple to Save Us from Twitpocalypse
Original at Mashable!
• Sat, Jun 13
CA If you like them, Tweet them! mailchimp : @WayneLiew Yes, but the JS validates the form & sends submission via Ajax. The form will work without it, but no client-side validation. ^AW humanesociety : Check out these cool Father's Day gifts for Dad that ...
Opinion: June 7th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio
Original at ASP.NET Weblogs
• Sun, Jun 7
• 1 related articles
By ScottGu AJAX Building Interactive UI with AJAX – A look at JSON Serialization: Scott Mitchell has a nice article that explores the JSON serialization format used by ASP.NET AJAX when calling web-services and server end-points from client-side script.
WebDNA Developer Edition
Original at ZDNet Asia
• Thu, May 28
• 3 related articles
Singapore You do not need to learn PHP syntax and MySQL syntax. One single WebDNA command does it all.. WebDNA can interact with Flash, Applets, JavaScript, Ajax, and many other client-side processors to create the perfect client-to-server balance. ... WebDNA 6.2 release Macsimum
Related articles from PR Web, ZDNet, Australian Personal Computer.
Build Comet applications using Scala, Lift, and jQuery
Original at Tutorialized.com
• Mon, May 25
Advanced Ajax libraries, such as jQuery, make it easy to write Comet applications on the client side, but getting them to scale on the server is still a challenge. That is where the Scala programming ... Business Web Hosting Get Your Company Up to Speed With Microsoft Web platform. 60 days Free a...
Vaadin 6 Server-Driven RIA Framework Announced - the Next ... - PR Web
Original at PR Web
• Mon, May 25
Using tons of widgets, developers can build rich web applications easily with Java on the server-side, much like creating regular desktop applications with Swing or AWT. There is no need to know anything about the client-side Ajax code or JSON ...
How To: ColdFusion Ajax Tutorial 2: Related Selects
Original at Ajax Tutorial Top List
• Wed, Apr 1
This tutorial introduces ColdFusion 8's new Ajax functionality - how to organize relesed control without requiring any client-side scripting
How To: Create Ajax Login page with Dojo toolkit and Zend Framework
Original at Ajax Tutorial Top List
• Sun, Mar 1
• 3 related articles
Article shows how to create Ajax forms with server-side actions using the Dojo toolkit and Zend Framework. Shows creation of a sample user login form that uses dojo.io client-side packages and Zend_Controller and Zend_Filter_Input server-side packages.
Related articles from CMS Report, ibm.com, jemjabella.co.uk.
How to choose a client template engine
Original at ASP.NET Weblogs
• Thu, Feb 5
By Bertrand Le Roy On the client-side, the browser provides two ways to generate HTML: innerHTML and the DOM API. Template rendering is of course possible, but only using a JavaScript library. To be honest, one should mention XSLT here, which is standard and widely supported but whose somewhat unusual synt...
SmartGWT 1.0: Huge open source widget set and more
Original at Ajax
• Tue, Dec 2
By Dion Almaer Most Ajax frameworks stop short and leave it up to the user to manage state on the client side and propagating the changes to the server. This is not a trivial problem! Over the past few years UI widget libraries have improved significantly and there are now various options available to user...
Patch: Telerik Watch: RadControls for ASP.NET AJAX Q308 SP1 released today
Original at Telerik Watch
• Tue, Nov 25
By Todd Anglin webServer); New NoRecordsTemplate and AlwaysVisiblePager for RadGrid with client-side data binding; RadInputManager now supports server-side and client-side disabled styling; Multi-day appointments in RadScheduler month view now render ...
Using jQuery with ASP .NET AJAX to create a cascading CheckBoxList
Original at ASP.NET Weblogs
• Fri, Nov 21
By alnurismail The app consists of two files: a web form that contains the HTML and jQuery code, and an Ajax-enabled WCF web service that returns JSON (JavaScript Object Notation) that will be rendered client side. Figure 3 - Required HTML Figure 8 - Working with JSON The Web Service
Encrypt your AJAX traffic using Microsoft Silverlight and Ajax.NET Professional
Original at ASP.NET Weblogs
• Thu, Nov 13
By Michael Schwarz With the html bridge and some client-side code you’re able to encrypt strings in JavaScript with the help of System.Security. In the AjaxSecurityProvider created above you have to override the ClientScript property to let Ajax.NET Professional encrypt the JSON strings using Silverlig...
Opinion: Working with ADO.NET Data Services in AJAX
Original at ASP.NET Weblogs
• Wed, Nov 5
By Jim Wang Introduction If you haven't heard, we've shipped ASP.NET AJAX CodePlex Preview 3. It's live and available here. I'm really excited about this release because it includes client-side support for ADO.NET Data Services, replacing the AJAX Client Library for ADO.NET Data Services that we h...
The Evolution of Client Side Data Binding in ASP.NET
Original at ASP.NET Weblogs
• Wed, Oct 1
By joelvarty Client side data binding, where we call a web service method via JavaScript and attach the resulting data to visual elements, is beginning to get a real foothold in this industry. On top of that, they have developed a system of client-side templating that allows us to easily transform the o...
jQuery Conference 2008 Agenda
Original at jQuery
• Sun, Aug 31
By ReyBango Web designer and developer, Jonathan Snook moves effortlessly from client-side, front-end work to hardcore server-side challenges, and his fluency in CSS, JavaScript, PHP and MySQL make make him the “turn-to” man for many high-profile clients. Coauthor of Accelerated DOM Scriptin...
Patch: Ajax Control Toolkit released for .NET 3.5 SP1
Original at Squirrel.com
• Thu, Aug 21
• 4 related articles
I will update this post once this is done. What's next? In the very short term, we will provide a client-side only version of the toolkit, similar to the Microsoft Ajax Library , that enables...(read more)
Related articles from ASP.NET Weblogs, Dotnet Thread, codeplex.com and more.
Patch: Ajax Control Toolkit released for .NET 3.5 SP1
Original at ASP.NET Weblogs
• Thu, Aug 21
• 4 related articles
By Tales from the Evil Empire I will update this post once this is done. What's next? In the very short term, we will provide a client-side only version of the toolkit, similar to the Microsoft Ajax Library , that enables...(read more)
Related articles from Squirrel.com, Dotnet Thread, codeplex.com and more.
Opinion: Using client templates, part 1
Original at ASP.NET Weblogs
• Wed, Jul 30
By Bertrand Le Roy Last week, we shipped the first preview for the Ajax work we're doing in ASP.NET 4.0 under the simple form of a simple script file (release and debug versions). This should show how much emphasis this release puts on the client-side. As a matter of facts, I'll use a plain HTML file here instead of...
How to Create an Ajax Autocomplete Text Field: Part 6
Original at webreference
• Thu, May 15
In part 5 of the series, the AutocompleteList JavaScript file, we wrote the client-side script to manage the behavior of the Autocomplete control in the browser. This week we're going to finish the remaining Web files, including the ...
Is the Java SE/Java EE difference still relevant?
Original at JRoller
• Sat, May 10
By Dominique De Vito What about the use of Java EE technologies on client-side ? The Java EE 5 specification lists different technologies: servlet, JSP, JSF, EJB, JTA, JDBC, JPA, JMS, JNDI, JavaMail, XML processing, JCA, JAAS, web services, JMX... Most of these ones are also used on client-side.
Book review: Advanced Ajax by Lauriat (Part 2 of 2)
Original at fullasagoog.com full roast blend
• Wed, Apr 2
By Ajaxian Lauriat’s “Advanced Ajax: Architecture and Best Practices” (Prentice Hall, 2008, 360p). The first four chapters of Lauriat’s book, which focused almost exclusively on client-side technologies, impressed me ...
Podcast: The server side of Ajax
Original at futupark (WordPress)
• Fri, Feb 29
By Stavros Vologiannidis In this podcast interview, Justin discusses all that has to happen on the server side in order to render Ajax and its related technologies on the client side, what the shift toward RESTful-style apps means for developers, why there's an increased focus on security as it pertains to what e...
REST and AJAX Reconciled
Original at ajax.sys-con.com
• Tue, Feb 26
REST and AJAX are two of the hottest buzzwords in the Web. While one describes an high-level architectural style of creating highly scalable Web applications, the other is used to create innovative and highly-interactive client-side Web applications. With the open source Apache Sling...
Real-World AJAX Book Preview: Code Optimization
Original at ajax.sys-con.com
• Thu, May 3
Most of the performance optimizations in this section should be familiar to anyone who has performance tuned pre-AJAX JavaScript. In fact, on the client side, the prescription for tuning the code of AJAX applications hasn't changed that much from tuning plain JavaScript: replace expe...
Real-World AJAX Book Preview: AJAX Without a Server-side Framework
Original at ajax.sys-con.com
• Tue, Apr 24
If you already have AJAX-friendly web services in place, or have a complex site with a framework that's not readily modified, you may find it easier to use a client-side framework like Prototype.js or jQuery. We'll assume that you have AJAX-friendly web services. Let's try an example using...
Love Ajax? Hate The Exploits
Original at WebProNews
• Tue, Apr 3
By David A. Utter We analyzed 12 popular Ajax frameworks, including 4 server-integrated toolkits - Direct Web Remoting (DWR), Microsoft ASP.NET Ajax (a.k.a. Atlas), xajax and Google Web Toolkit (GWT) -- and 8 purely client-side libraries -- Prototype, Script.aculo.us, Dojo, Moo.fx, jQuery, Yahoo! UI, Ric...
Scand Releases AJAX-powered Grid Control dhtmlxGrid v1.2
Original at Articles From AJAXWORLD MAGAZINE
• Wed, Jan 10
Scand, the provider of client-side web UI components, has released dhtmlxGrid v1.2. The new version of this AJAX-powered grid control introduces a number of new features which extend existing user experience capabilities and provides developers with more control over the grid.
Scand Releases AJAX-powered Grid Control dhtmlxGrid v1.2
Original at ajaxdevelopersjournal.com
• Wed, Jan 10
Scand, the provider of client-side web UI components, has released dhtmlxGrid v1.2. The new version of this AJAX-powered grid control introduces a number of new features which extend existing user experience capabilities and provides developers with more control over the grid.
How To: Ajax and the Ken Burns Effect
Original at Hack MSN Spaces
• Sun, Apr 23
IBM DeveloperWorks has an interesting project posted that shows how to design a client-side slide show using the ' Ken Burns Effect.' From the article: 'If the Web 2.0 revolution has one buzzword, it's Asynchronous JavaScript and XML (Ajax). [...] Here, you discover how to build XML data sourc...
Sprinkle Some AJAX Magic in Your Struts Web Application
Original at java.net
• Thu, Dec 15
AJAX offers a richer client-side experience than is offered by the typical reload-the-page cycle of web applications, but do you have to ... As Paul Browne shows, you can incrementally add AJAX functionality to an existing Struts web app.