We use cookies to ensure that we give you the best experience on our website. Click continue if you're happy to receive all cookies on the 416 Studios website.

Continue

Posts Tagged ‘javascript’

Google Map with Multiple Markers

11th

Apr–13

In this tutorial we are going to create a google map with multiple markers. Take a look at the demo and we will dive straight in. Note that this is using V3 of Googlmaps javascript api. Demo Map   The first thing we need to do is include the googlemap api in your web page. [...]

How to Use the Javascript Libraries Included with WordPress

07th

Dec–09

There is a better safer way to include you javascript files in your wordpress themes. Using the wp_enqueue() function will prevent problems…