Website: http://www.javascriptkit.com

Rank: 38 / 357

5 selected articles

Cut & Paste Inline HTML Tooltip script - JavaScript Kit

Description: Inline HTML Tooltip lets you define rich HTML tooltips that are embedded directly inside your webpage and that appear when the mouse rolls over links on your page. The tooltip appears directly beneath the anchor link, and adjusts its position dynamically based on whether the mouse is too close to the window's edges.

Example (move mouse over links): " RSS is a popular format for...

Read more

Related topics : php script for displaying rss feeds in html / php code display rss feed / create rss feed for site / rss feed javascript example / rss feed html php

RSS Ajax JavaScript Ticker

References

RSS Ajax JavaScript ticker

In this tutorial, I'll show you how to combine RSS, Ajax, and JavaScript to create a live RSS ticker. Thanks to Ajax, the conventional roles of server side and client side programming are reversed in an application like this as JavaScript- not PHP- is used to handle much of the work, including parsing the RSS file.

I've learned it's good form to always show your viewers exactly where you're leading them to begin with, so here are a couple of examples of the Ajax style RSS ticker I'll be discussing how to create:

Some...

Read more

Related topics : parsing rss feed using php / php script parse rss / rss feed javascript example / rss feed parsing php

Displaying RSS feeds easily using Google Ajax Feed API

Displaying RSS feeds easily using Google Ajax Feed API

Displaying RSS feeds from other sites (ie: CNN or Digg ) on your own is a nice way to show constantly updated content automatically. However, for the novice web developer, setting this up can be daunting, requiring both knowledge from you and your server's ability to host remote files. Google's Ajax Feed API changes all...

Read more

Related topics : rss feed javascript example / rss feed code generator free / rss feed code generator

A robust RSS Feed displayer - JavaScript Kit

References

A robust RSS Feed displayer

With all the technical details out of the way, it's high time for some fun. Lets combine Google Ajax Feed API with a little bith of Object Oriented ingenuity to create a robust RSS feed displayer capable of displaying more than one feed on the page, each with its own settings.

Here's the output:

To use this script, just call:

new...

Read more

Related topics : rss feed javascript example

An RSS + Ajax + JavaScript ticker

An RSS + Ajax + JavaScript ticker

We've come to the final piece of the puzzle for the RSS ticker script. What's needed now is the front end JavaScript for spinning a ticker out of an RSS feed that's returned as a XML object. I'm going to keep it simple- no crazy transitional effects here. So with that said, here's the complete code for my Ajax RSS ticker:

The JavaScript ticker object is...

Read more

Related topics : rss feed javascript example