» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with How-To + Ajax

Javascript Closures

Javascript closures are tricky yet powerful aspects of the language. John Resig recommends this article to learn about closures.

technology: dzone.com: tech links

ZK First Impression

The praises of ZK can be found easily and I will not repeat them here. Instead, I will outline the reservations that I have about ZK hoping to get advices from the community.

technology: dzone.com: tech links

Building the Back-End of a Photo Site

Our Mission * Create a database that will store our images. * Create a home page that retrieves all of the photos that are stored in our database. * Allow the user to upload photos. * Write some validation to ensure that the user enters a proper description and chooses an image * Use jQuery to allow the user to asynchronously update and delete specific photos.

technology: dzone.com: tech links

ZK With Spring JPA And A Model-View-Controller Pattern

In this article, Simon demonstrates how to integrate ZK, Spring, and JPA to realize MVC pattern.

technology: dzone.com: tech links

Writing JEE applications with Grails and Flex

Grails and Flex both have significant advantages in different parts of the software stack. In this new article you will learn how they can be combined to take advantage of each's strengths.

technology: dzone.com: tech links

jQuery: No headers on success

Patching jQuery to ensure that XmlHttpRequest is accessible without misusing closures.

technology: dzone.com: tech links

2-legged OAuth Javascript Function for YQL

An easy way to use YQL data in your javascript application.

technology: dzone.com: tech links

Teach Yourself Gaia in our new training portal

We've just released three new training videos for online viewing or download in our online video framework. The tutorials cover Dynamic controls creation in ASP.NET, Howto develop Drag and Drop features in your online web application and an introduction to using the TreeView control. If you want to publish your programming videos at our tv station, you are most welcome to do so.

technology: dzone.com: tech links

Video Tutorial To Start Developing JSON based Web Applications on Erlang and Mochiweb

We just released a video showing the path we took in order to create web applications using Erlang and Mochiweb. Since it is our first video, your feedback about it is more than welcome. I hope you will like it.

technology: dzone.com: tech links

Tutorial: Building a JavaScript table grid application by leveraging TaffyDB

Learn how to build a JavaScript grid app in under 25 lines by using TaffyDB. Lots of good info for those new to JavaScript or new to TaffyDB.

technology: dzone.com: tech links

50 Excellent AJAX Tutorials

This post serves as a collection of useful tutorials on working with AJAX in a wide variety of ways. You’ll find tutorials on working with forms, building shopping carts, creating chat features, working with log-ins and usernames and much more.

technology: dzone.com: tech links

Video tutorial on functional testing with Selenium IDE

Video tutorial on recording Selenium tests right in your Firefox. Short and concise. Some AJAX-specific tips are included. 8 mins 30 secs long.

technology: dzone.com: tech links

DWR, Hibernate and dojo.E - A Tutorial

This tutorial will walk you through the steps of creating a simple database-driven AJAX application using Direct Web Remoting (DWR) 2.0, Hibernate 3.0 and a new open source project from Nexaweb Technologies, dojo.E. dojo.E is an extensible markup processing engine that out-of-the-box will translate XML into dojo components.

technology: dzone.com: tech links

Becoming a Sexy Programmer: Slideshows

As a Rails programmer, I have been using Prototype and Scriptaculous for over a year and a half, solely because it comes packages with Rails and has helpers. About 3 months ago, I discovered JQuery, which is another Javascript library that combines the powers of Prototype and Scriptaculous into one. JQuery is very easy to install for your web app and has a TON of cool things you can do with it.

technology: dzone.com: tech links

Resources for learning JavaScript

Ajax has been around for yonks now and it’s not news. However, many people seem to still shy away from learning JavaScript. Having JavaScript or more specifically ECMAScript under your belt is really beneficial. JavaScript is used in many areas other than the browser; ActionScript, FireFox’s Plugins, Server side (i.e. Aptana Jaxer), Google’s V8 and various others. To mention a quick extra note on V8 as its fairly new news, its the JavaScript engine behind Google Chrome however its standalone and can be used in any project you wish. Find out more about it at the V8 webpage. It’s a good way to get into dynamic programming if you are more used to languages such as C# and Java. This is a list of the things I think you should check out if you want to learn JavaScript.

technology: dzone.com: tech links

jQuery / Javascript - Customizeable Ajax pageination

So another jQuery/Javascript request came up from the same irc-channel - this time it’s about Ajax pagination. As with my last example the “serverside” of things is simulated with two .php-files (posts.php, server.php). The pagination is *very* customizable through the use of callbacks.

technology: dzone.com: tech links

MooTools Typewriter Effect Class Upgrade

Last week I shared my MooTools Typewriter Class with you. It was pretty well received and I got a few feature requests that I’ve implemented including “backspacing” and character variance delays. I’m not going to explain the old code, so click here to get the full explanation on the class.

technology: dzone.com: tech links

How to Rotate Ads without Refreshing the Page using AdRotator and ASP.NET AJAX

The AdRotator control in ASP.NET is extremely handy when it comes to randomly displaying advertisements on your site. However the ads are rotated only when the user refreshes the page. In this article, we will explore how you can easily rotate ads at regular intervals, without the user refreshing the page.

technology: dzone.com: tech links

JavaScript Execution Context, Closure, Eval and “this” Keyword

These are a few key concepts of JavaScript language that developers should know: execution context, activation object, variable instantiation, scoping, closure, eval and “this” keyword. This is a good article explaining these concepts...

technology: dzone.com: tech links

GWT and OSGi

A number of people have asked me how I configured GWT and OSGi. Here is a short tutorial on how to do this.

technology: dzone.com: tech links

Adobe Flex! Next generation RIA Framework.

Learn Adobe Flex from scratch. Adobe Flex is next generation framework to develop Rich Internet Applications.

technology: dzone.com: tech links

CSS shadows - A drop shadow roundup

A comprehensive listing of CSS and JavaScript techniques to create browser based drop shadow effects.

technology: dzone.com: tech links

User friendly form validation with Wicket

By default Wicket shows error messages together in a single place in the HTML form. This has some drawbacks to usability, especially if you have long forms with lots of fields. Read further for a tutorial exploring possibilities to improve the location of the error on the page, thereby improving usability.

technology: dzone.com: tech links

Google Web Toolkit (GWT) & Servlets - Web application tutorial

Google Web Toolkit (GWT) and Java Servlets used in one web application. This tutorial will take you though the steps of developing a simple web application with Google Web Toolkit and J2EE Servlet Technology.

technology: dzone.com: tech links

250+ .NET Interview FAQ's for Developers

A comprehensive list of ASP.NET AJAX, ASP.NET and .NET Framework questions for beginners and experienced people. Also a good read for people who want to refresh their memory with .NET concepts or take interviews on a regular basis.

technology: dzone.com: tech links

PHP / MooTools 1.2 Accordion Helper

The MooTools Accordion plugin seems to be the plugin that people seem to have the most problems with. It's an awesome plugin, so I can see why so many people want to use it, but I think that may be part of the problem.

technology: dzone.com: tech links

How to open popup windows in IE/Firefox and return values using ASP.NET and Javascript

This article explains how to transfer values between the Parent page and a Pop-up window. The code has been tested against IE7 and Firefox.

technology: dzone.com: tech links

ASP.NET FAQ - Intermediate Level

The questions mentioned here are usually asked for intermediate users having relevant years of relevant ASP.NET experience.

technology: dzone.com: tech links

27 GridView Tips and Tricks

The article discusses 27 tips and tricks that you can use while using the GridView control. The tips and tricks have been divided in 3 parts.

technology: dzone.com: tech links

ASP.NET - Ajax 4.0 , Master-Details View With The DataView

By now , you must have heard about the new JavaScript templating engine with the release of ASP.NET AJAX 4.0 CodePlex Preview 1 This post will show you how to use the built-in control DataView to build a master details view. As an addition , I will use an astoria service to serve the data and the Ajax Library to retrieve the data.

technology: dzone.com: tech links

Density map tutorial—Prototype, Google Maps API and the HeatMapAPI

A tutorial on how to create a density map with Prototype, the Google Maps API and the HeatMapAPI. The final product is a density map of liquor licenses in Milwaukee, WI.

technology: dzone.com: tech links

Page 1 | Next >>