Read WebProNews
With Friends!

javascript Articles

Use this JavaScript to Hide Your eMail from Spambots

Ever wander why so many webmasters refuse to insert their email address into the body of their webpages?

Shopping Cart Usability
· 1

Usable Shopping Carts Increase Sales

E-commerce has been around since 1993 under many different names, but one thing remains constant; shoppers want usable web sites. Without a usable shopping cart the sites typically fail from poor performance. To succeed in the world of e-commerce and on the Internet web sites must be developed to be usable by patrons as well as search engines.

Injecting Client-Side Script from an ASP.NET Server Control
· 1

While, technically, all of a Microsoft ASP.NET server control’s functionality can be performed on the server-side, often the usability of a server control can be greatly enhanced by adding client-side script. For example, the ASP.NET validation Web controls perform all validation checks on the server-side. However, for uplevel browsers, the validation Web controls also emit client-side script so that validation can be performed on the client-side as well. This means that users of those browsers get a more responsive, dynamic experience.

Using JavaScript Arrays for the Product Databases in E-Commerce, Storefront Applications
· 1

A key ingredient in any e-commerce storefront application is the database. This is where information unique to a particular store is archived. One grouping of unique information is product data.

Quickie Popup Windows with JavaScript

Popup windows were the rage for years but are fast becoming extinct as popup blocker software franticly tries to eliminate this overly abused feature. It’s sad to think that a useful web feature that was utilized by millions of websites over the years for all the right reasons will someday be history. But that’s the web!

Using Flash and Java to create Pop-Ups

With Flash it is quite common to have a customized pop up window to hold your flash movie. This is almost always done using HTML and JavaScript. Well, what about having buttons in your flash movies that will open customized pop up windows?

Using Dynamic JavaScript Source Reference for Embedded Content and Syndication

As blogs and RSS feeds gain more popularity amongst the mainstream, content aggregation and integration seems to be the next logical step in the right direction. Most of the content integrating technology till date has been focused on the “Back-End” – XML-RPC, SOAP, RSS feeds etc. We’ll show a very easy, yet very effective, way of enabling content integration using dynamic JavaScript.

Using the XML Data Source Object
· 2

The XML Data Source Object (DSO) is a Microsoft ActiveX control built into Microsoft Internet Explorer 4+. Using this object, it is possible to extract content from an external XML file or XML data embedded in the HTML file into a HTML page. In this article, I’ll explain how to include the XML DSO, extract content from an external XML file, extract XML data from XML data embedded in the webpage and manipulation using JavaScript.

New Link Markers

Here is a way you can put “New” markers next to links that you have added or changed since your visitor last viewed your web page.

XML and JavaScript Tutorial

XML is a very important base on which Web Services work. XML can be used in conjunction with a lot of client side and server side languages to put it to good use.

Let us see how we can get XML and client side JavaScript to work together. We will see how we can display the contents of an XML file using JavaScript, accessing child elements, manipulating elements etc.

Spice Up Your Web Site with JavaScript

JavaScript is a scripting language designed for use within a web page and/or on a web server. It is used to create special effects within a web page. Elements such as links, images and forms can be manipulated using this powerful technology.

Languages on the Internet

The capabilities of the Internet have been enhanced and extended by using programming languages with HTML. These languages have been responsible for the dynamic and interactive nature of the Net. New languages and language extensions are being developed to increase the usability of the Internet. Here I will look at some of the important languages that have shape the Internet over the years.

No-Kill Pop Box; Part II

In the “No-Kill Pop Box (Instead of Popups)” article, the first part of this series, code was provided to make a box of content pop onto the web page the visitor is viewing. It was presented as an alternative for webmasters who are losing income because of pop-up killers.

No-Kill Pop Box (Instead of Popups)

Are you tired of popup killers also killing your income?

Today you will learn about a way to present the information previously put in popup windows, yet popup killers can’t kill this pop box!

HTML Form Tutorial, Part I

HTML forms are a means of collecting information. People fill in a form and/or select something. Then they click a button. Forms don’t actually process information.

Two Easy Ways To Optimize Your JavaScript

Many web sites, even those owned by people we all think of as gurus in the Internet marketing business, have large blocks of JavaScript code at the top of their web pages, sometimes running to dozens of lines of code.

SEO Corner – Attributes, Variables, and Search Engine Visibility

Question: Do search engines read information contained in JavaScript variables, the page head, and in the page body? Do search engines follow JavaScript links?

SEO Corner – JavaScript and Search Engine Visibility
· 9

Question: I am using JavaScript on my site, and I am concerned that my site may not being fully seen/indexed by the search engines and the spiders. How can I find out?

Use JavaScript to Dynamically Update Your Website

If you’ve been on the Internet for a while, you’ve probably seen numerous examples of JavaScript use. JavaScript is a powerful scripting language used to create special effects on your website, but did you know it can also be used as a very powerful web design tool?

Currency Formatting and Putting Commas In Numbers

This article will show you how to do two things:

1. Round numbers to the nearest hundredth, with two digits following the decimal point. This can be useful when displaying prices or the totals of orders.

2. Insert commas between every third digit (right to left) for numbers 1000 and larger. This can make numbers easier to read.

SEO Corner – Frames, JavaScript and Search Engines
· 6

Question: My site has frames and JavaScript. How can I tell if it is being fully seen/indexed by the search engines?