Change Iframe Height of Embedded Google Trend

The 1 and the 530 in the highlighted code might need to be changed. <script type=”text/javascript”> jQuery(window).ready(function(){   var temp = jQuery(“iframe”)[1];   temp.height = 530; }) </script>

Published
Categorised as jQuery

Trends in PHP based CMS

WordPress seems to be gaining up and looks like it will do so for some time more. Search Trends for WordPress, Drupal and Joomla Search for WordPress by Country Search for Drupal by Country Search for Joomla by Country

Published
Categorised as PHP

Charts or Graphs

jqPlot (http://www.jqplot.com/) a good charting jquery based plugin. Examples on site.

Published
Categorised as jQuery