Skip to content

Instantly share code, notes, and snippets.

View tkjaergaard's full-sized avatar

Thomas Kjærgaard tkjaergaard

View GitHub Profile
@tkjaergaard
tkjaergaard / google-maps-round.html
Created February 17, 2012 12:38
Round Google Maps
<style>
#mask {
overflow: hidden;
border-radius: 50%;
position: relative;
z-index: 99;
height: 500px;
width: 500px;
border: 10px solid #000;
}
;jQuery(function($){
var maxHeight = 800,
total = 0;
// Du bør overvej at indsætte hver tabel som du vil loope igennem i en div som du kan bruge som
// placeholder til at indsætte det modificeret indhold.
$('.placeholder').each(function(){
$('table tr', $(this)).each(function(i, item){
@tkjaergaard
tkjaergaard / breadcrumb.xml
Created January 27, 2012 08:10
breadcrumb.xml
<?xml version="1.0" encoding="utf-8"?>
<NavigationTree>
<Settings>
<Pageview ID="14" AreaID="1" MenuText="Gruppevisning" Title="gruppevisning" NavigationName="Breadcrumb" />
<GlobalTags>
<Global.Server.Date>27-01-2012</Global.Server.Date>
<Global.Server.Date.Day>27</Global.Server.Date.Day>
<Global.Server.Date.Hour>8</Global.Server.Date.Hour>
<Global.Server.Date.Minute>44</Global.Server.Date.Minute>
<Global.Server.Date.Month>1</Global.Server.Date.Month>