Archive

Archive for the ‘Ajax’ Category

jQuery for absolute beginners

September 16, 2009 1 comment

I came across some jQuery video tutorials which explain how to use it very clearly from a beginners perspective. The tutorials are split up over around 15 days, so you don’t feel overwhelmed with using jQuery.

A big thanks goes to Jeffrey Way from ThemeForest.net, for creating an excellent set of tutorials.

Below are the links to the individual tutorials:

jQuery Topic Snippet Tutorial-link
Day 1: Downloading the library Where to download jQuery from… Link
Day 2: Fade, Slide, and Show Methods Looks at the “fadeIn”, “slideDown”, and “show” methods, and jQuery’s “css” abilities Link
Day 3: The Animate Method Learn how to shift any element across the screens Link
Day 4: Advanced Selectors How to individually select an item and also using X-Path Link
Day 5: Creating and Removing Elements How to dynamically create and remove elements Link
Day 6: The toggle() and toggleClass() Methods Turn “off and on” elements or classes Link
Day 7: The hover() Methods When a user mouses on and off the elements in a wrapped set Link
Day 8: User Request – Image Slides. Image manipulation Link
Day 9: Resizing Text. How to resize text every time an associated anchor tag is clicked Link
Day 10: Intro to AJAX: Using the Load Method. Store information on one page, and then load that specific information from another page Link
Day 11: Fun Image Hovering. Image pop-up on mouse hover Link
Day 12: Advanced Tooltips: Part 1. Drawing information from a database to create an advanced tooltip + PHP Link
Day 13: Submitting Information to a Database Asynchronously. Submit information to a database asynchronously – using PHP and jQuery Link
Day 14: Implementing Your First Plugin Implement a jQuery plugin into your applications: s3Slider plugin Link
Day 15: Building a jQuery Style-Switcher: Part 1 Creating a jQuery style-switcher that will allow the user to switch between CSS files Link
Day 15: Building a jQuery Style-Switcher: Part 2 PHP side of a CSS style-switcher Link

Other screen-casts by Jeffrey Way.

Categories: Ajax, jQuery, tutorials

Requesting a file using C#, ASP.net and the Microsoft Ajax Toolkit

January 21, 2009 1 comment

In this post I will describe how to request a small text file from the server and display its content inside a ASPX page, using server side logic along with the Microsoft Ajax toolkit to provide a more interactive experience for the user. Please see my earlier post on the toolkit for more information.
Read more…

Requesting a file using Firefox, XMLHttpRequest object and ASP.net

January 17, 2009 1 comment

Here is a short sample of Javascript code using the XMLHttpRequest object to request a file from a ASP.net server.

Continued after the jump.

Read more…

Categories: Ajax, client-server

Microsoft AJAX Control Toolkit

January 15, 2009 1 comment

In an earlier post I outlined the XMLHttpRequest object and showed you Java-Script code to implement the API released by the W3C. However, there are other ways to incorporate Ajax into a web-page or a web-application.

This post will concentrate on the Microsoft Ajax Toolkit, a free toolkit released by the Microsoft team making Ajax a plug and play process.

After the jump I will describe the many components available in the toolkit.
Read more…

Synchronous vs. Asynchronous communication

January 15, 2009 Leave a comment

Two figures which illustrate clearly the difference between the two communication techniques.
The following figures taken from an essay written by Jesse James Garrett (2005), available from http://www.adaptivepath.com/ideas/essays/archives/000385.php illustrates both web application models using synchronous and asynchronous communication sequences.

Figure 1: Synchronous interaction

Figure 2: Asynchronous interaction

Read more…

Categories: Ajax, client-server

XmlHttpRequest object

January 15, 2009 Leave a comment

Practically how do we incorporate Ajax into a web-page or web application.

After the jump you’ll find some examples using Javascript (those of who don’t like Javascript look away and head to the post on the Microsoft Ajax Toolkit) which show the XmlHttpRequest object in use. Read more…

Categories: Ajax

Asynchronous Javascript and XML aka Ajax

January 15, 2009 Leave a comment

We’ve all come across Ajax across the internet, Google uses it pretty much everywhere. But what is it, and how does it work?

After the jump I will try to clarify these questions.

Read more…

Postgraduate university projects

January 6, 2009 1 comment

Dissertation as part of postgraduate MSc in Advanced Computer Science.

Language used: C# and ASP.net with the Microsoft Ajax Toolkit, CSS, Javascript and XHTML Application:

Web based Ajax RSS reader similar to the Google Readerapplication but with added functionality. With added Podcast streaming and saving and Blogger editing integration and creation of RSS feeds from any web page.

Read more…

Categories: Ajax, dissertation, MSc
Follow

Get every new post delivered to your Inbox.