Creating and styling a custom javascript based twitter feed that can be integrated on websites. Includes demos and source code.
Archive for the ‘JavaScript \ AJAX’ Category
15
Dec/12
14
Oct/12
14 October 2012

Twitter feed URL error (code 34)
Twitter have recently updated paths to public feeds from http://twitter.com/status/.. to http://api.twitter.com/1/statuses/... if you are getting a code 34 error message, you should:
12
Aug/12
12 August 2012

jQuery pendulum. Animation around a pivot point
A jQuery based animation of basic pendulum motion of an obejct around a pivot point using CSS3 rotation. Includes source code and demo.
30
Apr/12
30 April 2012

Removing the iphone navigation bar with jquery
JavaScript snippets that will hide the navigation\address toolbar on the iPhone when the page loads and when the iPhone is rotated in landscape or portrait mode.
09
Feb/12
09 February 2012

JavaScript Function to Check\Uncheck all Checkboxes
A cross browser compatible JavaScript function to select or de-select all checkboxes in a form. The check all function finds all checkboxes in a designated form, regardless of the checkbox name .
28
Jan/12
28 January 2012

Spry XML Dataset: Selecting a Single Row
Some useful Spry code that allows a single, unique row or record to be selected from an XML dataset. The process involves first passing a unique row ID to a detail page and then filtering a single row from the XML using the unique ID.
25
Jan/12
25 January 2012

Spry Dataset: Limit Rows, Characters & External Feeds
A few simple Spry snippets to limit the number of rows displayed from a Spry XML Dataset, limit the characters displayed in a Spry field and how to get around the security issues preventing xml external feeds to be used.
Limit rows & characters & using external feeds with a Spry dataset »

