Dionne Bromfield – Barnstaple Christmas Lights November 2011
Here are a few more photographs of Dionne Bromfield singing in Barnstaple for the Christmas Lights Switch On.
Created with Admarket’s flickrSLiDR.
Dionne Bromfield Turning on the Christmas Lights – Barnstaple
Tonight Dionne Bromfield excited North Devon’s little town of Barnstaple with an impressive performance after turning on their Christmas lights.
Here are a few snaps i took whilst jammed in the packed crowd on Barnstaple Square:
I will post more photographs tomorrow when I feel a little more awake! Plus I will include some of the other singers who kept us all well entertained until Dionne made her exceptional appearance, until then … night
Embedding Google Calendar into Joomla!.
The other day I was scouring google trying to find a way to embed a Google Calendar into Joomla!. It was really doing my head in. I was surprised it wasn’t as easy as just copying and pasting the <iframe> html code into a Joomla article.
I finally found a way to do this!
The way to do it is to add a new menu (within the back-end of Joomla) by going to Menu > select the menu you want to add a link to the calendar > New > Wrapper > Wrapper > type a title (calendar) > then add some html code to the ‘Wrapper URL’
You need the <iframe> code from your google calendar, but not all of it!
Your code will look something like:
<iframe src=”http://www.google.com/calendar/embed?src=qsmb9j3k7f59hmv8vblt6r5c7c%40group.calendar.google.com&ctz=Europe/London” style=”border: 0″ width=”800″ height=”600″ frameborder=”0″ scrolling=”no”></iframe>
You need to take away the <iframe src=” from the beginning of the code and frameborder=”0″ scrolling=”no”></iframe> from the end of the code, so what you you paste in to the ‘Wrapper URL’ is as follows:
http://www.google.com/calendar/embed?src=qsmb9j3k7f59hmv8vblt6r5c7c%40group.calendar.google.com&ctz=Europe/London” style=”border: 0″ width=”800″ height=”600″
Save your menu and it should all work fine.
I got this tip from the joomla fourm




