Explore the Articles

JavaScript

AJAX-enabled Sticky Notes With PHP & jQuery

Today we are making an AJAX-enabled Sticky Note management system. It will give visitors the ability to create notes with a live preview, and move them around on the screen. Every movement is going to be sent to the back-end via AJAX and saved in the database.

Read More
JavaScript

Getting Started with jQuery

The web development scene is moving forward at a lightning-fast pace, and it’s imperative that developers continue to keep their skills fresh. If you’ve been involved in front-end design or development in any form over the past five years or so, then it’s very likely that you’ve experimented at some point with one of the popular JavaScript libraries, many of which have become quite prominent and are now used on a number of large commercial websites.

Read More
JavaScript

Solutions to 5 Common Ajax Problems

The modern web developer who does not consider Ajax when planning or building their websites is potentially missing out on a powerful tool to enhance usability.

There are however, challenges in implementing Ajax functionality on a web page.

In this article we’ll discuss solutions to five of the most common challenges that a developer faces when using Ajax to enhance the content on their website.

Read More
JavaScript

Show and hide div container with sliding effect using jQuery

Learn how to create the script which shows and hides the div or any other html tag with the sliding effect using jQuery.

Read More
JavaScript

Animated navigation using jQuery, CSS and PHP


jQuery is one of the most popular javascript library these days. It allows web designers and developers to add some nice effects to flat web pages.
This series of 4 videos explains how to use jQuery to create nice animated navigation for your website.

Read More
JavaScript

jQuery Lessons Series: Manipulating CSS Classes

In this lesson Antonio Lupetti want to illustrate you how to use some useful jQuery methods that allow you to manipulate easily CSS classes. In particular he prepared some examples to explain the following methods: toggleClass(), hasClass(), addClass() and removeClass().

Read More
JavaScript

jQuery Lessons Series: How to Implement Animations of CSS Properties

In the past days Antonio Lupetti received several requests from his readers that asked him to dedicate the new issue of his jQuery Lesson Series to how to implement custom animations of CSS properties of HTML elements.
So this post illustrates a basic way to use the jQuery animate() function that allows you to animate easy a property or a group of CSS properties of DOM elements.

Read More
JavaScript

Generic Data Exchange Framework with AJAX

Introduction 

Does the internet programming have to be awkward and user unfriendly? Yes it does until the internet programming model is changed from HTTP/HTML to another one. I already hear very angry criticism saying that this model is being successfully used by thousands of programmers all over the world. Yes that is true. However have you ever asked yourself the questions like: It is strange that after more than 10 years of internet existence there is no a decent HTML editor. Development of HTML page is always a tweaking with HTML tags. Were these editors developed by incompetent beginners? No , they were designed by very skillful people, but the HTML language is not up to the task. And that is not all. The data exchange between the server and the client is ultimately primitive. There are no common objects. Even with ASP.NET the situation has not improved much. Unfortunately the model can not be changed instantly. We have to live with it for a few more years and this article is about how some internet data exchange problems can be solved.

Read More
JavaScript

Silverlight 1.0 - How to return XML or SQL data

How to return XML or SQL data in Silverlight 1.0 javascript.

Using Silverlight 1.0, Dreamweaver and Microsoft Expression Blend2 Preview editions, you can retrieve data from any database or xml file using any serverside language (asp, .net, php, jsp, coldfusion, etc) and ajax.

visit the FREE tutorial here:
http://www.gjhdigital.com/gjhdigital/sl/getdata/

 

Read More
JavaScript

Javascript AutoComplete

Many desktop applications have user interface controls that allow a user to find matches for things as they type. This feature can be very useful for long lists of items such as states, countries, streets or product categories. Many web browsers implement this sort of functionality in their address bars. As you type, web site address matches that are part of a list of recently visited sites appear in a menu below the address bar. This reduces the amount of time it takes to access information.

Another place this is implemented is in HTML select menus. Unfortunately this only works with the first letter typed, it is not implemented in all browsers on all platforms and it doesn't shorten the list of choices to only matches.

Check also DMXzone's own Ajax AutoComplete Dreamweaver extension to get field auto completion right out of the box!

Read More
Newer articles Older articles