Uncategorized

HTML5 Geolocation Code

Decided to try out this geolocation code from W3 Collective. It uses Leaflet instead of Google Maps so I don’t need a Google API code.

Remove DIV using jQuery Based on CSS Value

This is an exercise to see if a DIV could be removed from a page using jQuery by selecting based on a CSS value. It is based on this WordPress support question. What’s happening to the author’s site is that there are a number of rogue DIVs which have a CSS left property set to… Read More »

Google Adsense

This is an example page that shows how to include multiple Google Adsense ads. There should be an ad after this block.

Upper and Lower Case List Tags

From this support question, trying to see if defining a list in uppercase is different than one in lowercase, i.e., <UL> versus <ul>. lowercase HTML list: 1 2 3 4 Uppercase HTML list: 1 2 3 4 Does this make the block zoom?

Cesium

This is a basic viewer using the Cesium javascript library. The example code can be found here.

Winnipeg

This demo shows how to construct a row of four images that break into two rows of two images each at a certain screen width. Note in the example below, a CSS rule is used to set the width of each of the four images to 25% of the parent element so they all fit… Read More »