Category Archive: Scripting

Feb
12

Datafeed Import And Amazon Import WordPress Plugins

Over the last 9 months I have been developing two plug-ins for WordPress plug ins. These plugins have been universally praised and far more successful than I had ever imagined they could have been. This has been one of the reasons why I took a break from blogging to dedicate the extra time required to …

Continue reading »

Feb
02

WordPress Plugin Development

I am currently looking at developing a wordpress plug-in, really for nothing more than my own interest. I have an idea for a plugin that monitors keyword density, which would therefore be a useful tool in SEO. The formula for working this out is relatively simple, however having never attempted creating a plug-in I really …

Continue reading »

Oct
27

Allowing Users To Add Markers On Maps With Google Maps Api

I have been working with Google Maps API to develop various things, so when a friends band asked for some help with an idea that involved allowinging visitors to their site to place markers on a map, I came up with this code: <script type=”text/javascript”> //<![CDATA[ var map = new GMap(document.getElementById(“map”)); map.centerAndZoom(new GPoint(10.107421875,49.89463439573421), 14); map.addControl(new …

Continue reading »

» Newer posts