So you have a website, but is anyone looking at it? The creation of a website is the beginning of the adventure, not the end. It’s vital that people visit it – not only does this help you achieve a high position in Google searches so that you get more business, but this is your valuable means of communication with your existing clients. Google can tell you what percentage of your visitors are new or returning. Also, how long do they stay on your website? Which page did they land on, and where did they go next? Were they finding you through search engines, or did they click on a link from another site? If they found you in a search, what words did they put in?
Welcome to the Creative Connections blog, we hope that you find our blog to be an interesting useful resource that you can follow or simply dip into when required. You can also contact us for advice or support at This e-mail address is being protected from spambots. You need JavaScript enabled to view it .
Please feel free to comment on any of the posts. All comments will be moderated before being published.
How many people visited your website today? The power of Google Analytics…
How To Stop An Embedded YouTube Clip Appearing In Front of Content On Your Web Page
Having recently embedded a YouTube clip into a web site I was working on using the neat bit of HTML5 code below:
<iframe class="youtube-player" frameborder="0" height="207" widt=”289” src="http://www.youtube.com/embed/57pczWFtS0U" type="text/html" width="289"></iframe>
I was frustrated to find that when I went to view the video clip on my web page it was causing a problem with my pop up image gallery by appearing in front of all the images that popped up. I immediately thought I was going to have to start digging deep into the depths of my style sheets and hunt out the relevant z-indexes when I came across the fantastic quick fix below:
Simply add
?wmode=opaque
To the end of your video clip url and hey presto your problem is solved.
URL Before
http://www.youtube.com/embed/YourYouTubeClipReference
Url After
More Articles...
- How to stop an Access Dialog Warning Box Popping Up and Replace it with a Custom Message Box
- How to add a new record to a Microsoft Access table using VBA / Adding a record to an Access table based on user input
- How to Lock a text box on an Access form / How to unlock a text box on an Access Form
- How to Hide Fields in an Access form / How to Make Fields Visible in an Access Form
- How to calculate the total value of a specific set of records in an Access table and display the result in a form
- How To Fill An Access Form Field By Using A Combo Box (Dropdown List)
Page 1 of 4