Warning: Trying to access array offset on value of type bool in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: Automatic conversion of false to array is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
16
JavaScript & AJAX posts
Code examples and explanation of how to get one select list to dynamically generate the option values of another. Uses an AJAX call in jQuery to execute a PHP script that grabs the values from a MySQL table.
Generate select list values from another select »
This post details the process involved to setup Google Places Autocomplete functionality along with updating a Google Map based on a location's longitude and latitude values. Includes demo and source code.
Setup Google Places Autocomplete »
Creating and styling a custom javascript based twitter feed that can be integrated on websites. Includes demos and source code.
jQuery Twitter Feed »
Warning: Trying to access array offset on value of type bool in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: Automatic conversion of false to array is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
16
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:
Update the Twitter json path »
A jQuery based animation of basic pendulum motion of an obejct around a pivot point using CSS3 rotation. Includes source code and demo.
jQuery pendulum animation »
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.
Hiding the iPhone navigation bar »
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. JQuery version also available
Check all checkboxes in JavaScript »
Warning: Trying to access array offset on value of type bool in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: Automatic conversion of false to array is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
16
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.
Find specific row in Spry XML Dataset »
Warning: Trying to access array offset on value of type bool in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: Automatic conversion of false to array is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
16
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 »