<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stedelijke Academie voor Schone Kunsten - Deeltijds Kunstonderwijs - Brugge</title>
	<atom:link href="http://academiebruggedko.be/feed/" rel="self" type="application/rss+xml" />
	<link>http://academiebruggedko.be</link>
	<description>Stedelijke Academie voor Schone Kunsten - Deeltijds Kunstonderwijs - Brugge</description>
	<lastBuildDate>Sun, 12 Feb 2012 20:38:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Dag van DKO</title>
		<link>http://academiebruggedko.be/2012/02/12/dag-van-dko/</link>
		<comments>http://academiebruggedko.be/2012/02/12/dag-van-dko/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 20:19:21 +0000</pubDate>
		<dc:creator>i.dezutter</dc:creator>
				<category><![CDATA[Middelbare Graad Textiele Vorming]]></category>
		<category><![CDATA[Nieuws]]></category>

		<guid isPermaLink="false">http://academiebruggedko.be/?p=1038</guid>
		<description><![CDATA[Enkele sfeerbeelden van de dag van de dko in de richting textiele vorming. &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>Enkele sfeerbeelden van de dag van de dko in de richting textiele vorming.</p>
<p>&nbsp;</p>
<p><strong>
	
		<div class="gallery_clear"></div> 
		<div id="gallery_1038" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_1038" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/057_EM13432-350x233.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/057_EM13432-25x25.jpg" alt="" title="057_EM13432" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/050_EM134251-350x233.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/050_EM134251-25x25.jpg" alt="" title="050_EM13425" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_1038" class="loader"></div>
					<div id="slideshow_1038" class="slideshow"></div>
					<div id="caption_1038" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_1038 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_1038').galleriffic({ 
					delay:                     5000,
					numThumbs:                 8,
					preloadAhead:              8,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_1038',
					controlsContainerSel:      '#controls_1038',
					captionContainerSel:       '#caption_1038',  
					loadingContainerSel:       '#loading_1038',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	1,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					},
					
				}); 
				
				
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		</strong></p>
<p>&nbsp;</p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://academiebruggedko.be/2012/02/12/dag-van-dko/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dina Mouton : love is real if dancing</title>
		<link>http://academiebruggedko.be/2012/02/12/dina-mouton-love-is-real-if-dancing/</link>
		<comments>http://academiebruggedko.be/2012/02/12/dina-mouton-love-is-real-if-dancing/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 18:36:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Middelbare Graad Digitale Beeldende Vorming]]></category>

		<guid isPermaLink="false">http://academiebruggedko.be/?p=1020</guid>
		<description><![CDATA[4 daagse tentoonstelling met danstheateravonden. Grafiek, schilderijen, gedichten en digitale kunst van Dina Mouton en Inge Vanoverschelde. vrijdag 17 febr.: 20 uur dansvoorstelling van Dina Mouton met daarna zang van Amalia Vermandere zaterdag 18 febr.: 20 uur: duo dansvoorstelling van Dina Mouton en Emilie De Vlam zondag 19 febr : 15 uur: losse improvisaties tentoonstelling is...<div class="read_more"><a href="http://academiebruggedko.be/2012/02/12/dina-mouton-love-is-real-if-dancing/">Read More</a></div>]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: ArialMT, sans-serif; font-size: small;"><strong>4 daagse tentoonstelling met danstheateravonden.</strong></span></p>
<p><span style="font-family: ArialMT, sans-serif; font-size: x-small;"><strong><a href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/DinaMouton.jpg"><img class="aligncenter size-full wp-image-1034" title="DinaMouton" src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/DinaMouton.jpg" alt="" width="379" height="119" /></a><br />
</strong></span></p>
<p><span style="font-family: ArialMT, sans-serif; font-size: small;">Grafiek, schilderijen, gedichten en digitale kunst van Dina Mouton en Inge Vanoverschelde.</span></p>
<p><span style="font-family: ArialMT, sans-serif; font-size: small;"><br />
vrijdag 17 febr.: 20 uur dansvoorstelling van Dina Mouton met daarna zang van Amalia Vermandere<br />
zaterdag 18 febr.: 20 uur: duo dansvoorstelling van Dina Mouton en Emilie De Vlam<br />
zondag 19 febr : 15 uur: losse improvisaties</span></p>
<p><span style="font-family: ArialMT, sans-serif; font-size: small;"><br />
tentoonstelling is gratis<br />
openingsuren van de tentoonstelling:<br />
vr 17/02/12 van 10:00 tot 18:00 za 18/02/12 van 10:00 tot 18:00 zo 19/02/12 van 10:00 tot 18:00 ma 20/02/12 van 10:00 tot 18:00</span></p>
<p>waar:  Jan Garemijnzaal<br />
Markt 7, 8000 Brugge, België<br />
Contactgegevens phone: 003250703160<br />
dinamouton@gmail.com<br />
prijsinfo voor de voorstellingen € 10,00<br />
We werken graag met vrije waardebepaling met een richtprijs.<br />
Voor meer info: www.inanna-art.org</p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://academiebruggedko.be/2012/02/12/dina-mouton-love-is-real-if-dancing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dag van het DKO &#8211; Nocturne Middelbare Graad / Laureatententoonstelling &#8211; De Fotogalerij</title>
		<link>http://academiebruggedko.be/2012/02/12/dag-van-het-dko-nocturne-middelbare-graad-laureatententoonstelling-de-fotogalerij/</link>
		<comments>http://academiebruggedko.be/2012/02/12/dag-van-het-dko-nocturne-middelbare-graad-laureatententoonstelling-de-fotogalerij/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 14:01:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nieuws]]></category>

		<guid isPermaLink="false">http://academiebruggedko.be/?p=977</guid>
		<description><![CDATA[©Eddy Maus &#8211; Fotohuis]]></description>
			<content:encoded><![CDATA[<p><strong>
	
		<div class="gallery_clear"></div> 
		<div id="gallery_977" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_977" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/001_EM13374-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/001_EM13374-25x25.jpg" alt="" title="001_EM13374" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/002_EM13375-232x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/002_EM13375-25x25.jpg" alt="" title="002_EM13375" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/003_EM13377-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/003_EM13377-25x25.jpg" alt="" title="003_EM13377" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/004_EM13380-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/004_EM13380-25x25.jpg" alt="" title="004_EM13380" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/005_EM13381-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/005_EM13381-25x25.jpg" alt="" title="005_EM13381" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/006_EM13383-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/006_EM13383-25x25.jpg" alt="" title="006_EM13383" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/007_EM13389-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/007_EM13389-25x25.jpg" alt="" title="007_EM13389" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/008_EM13398-232x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/008_EM13398-25x25.jpg" alt="" title="008_EM13398" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/009_EM13399-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/009_EM13399-25x25.jpg" alt="" title="009_EM13399" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/010_EM13495-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/010_EM13495-25x25.jpg" alt="" title="010_EM13495" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/011_EM13401-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/011_EM13401-25x25.jpg" alt="" title="011_EM13401" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/012_EM13412-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/012_EM13412-25x25.jpg" alt="" title="012_EM13412" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/013_EM13413-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/013_EM13413-25x25.jpg" alt="" title="013_EM13413" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/014_EM13414-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/014_EM13414-25x25.jpg" alt="" title="014_EM13414" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/015_EM13417-232x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/015_EM13417-25x25.jpg" alt="" title="015_EM13417" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/016_EM13421-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/016_EM13421-25x25.jpg" alt="" title="016_EM13421" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/017_EM13423-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/017_EM13423-25x25.jpg" alt="" title="017_EM13423" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/018_EM13425-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/018_EM13425-25x25.jpg" alt="" title="018_EM13425" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/019_EM13432-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/019_EM13432-25x25.jpg" alt="" title="019_EM13432" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/020_EM13435-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/020_EM13435-25x25.jpg" alt="" title="020_EM13435" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/021_EM13493-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/021_EM13493-25x25.jpg" alt="" title="021_EM13493" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/022_EM13436-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/022_EM13436-25x25.jpg" alt="" title="022_EM13436" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/023_EM13525-232x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/023_EM13525-25x25.jpg" alt="" title="023_EM13525" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/024_EM13530-232x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/024_EM13530-25x25.jpg" alt="" title="024_EM13530" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/025_EM13437-232x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/025_EM13437-25x25.jpg" alt="" title="025_EM13437" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/026_EM13440-232x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/026_EM13440-25x25.jpg" alt="" title="026_EM13440" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/027_EM13449-232x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/027_EM13449-25x25.jpg" alt="" title="027_EM13449" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/028_EM13451-232x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/028_EM13451-25x25.jpg" alt="" title="028_EM13451" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/029_EM13487-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/029_EM13487-25x25.jpg" alt="" title="029_EM13487" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/030_EM13488-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/030_EM13488-25x25.jpg" alt="" title="030_EM13488" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/031_EM13489-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/031_EM13489-25x25.jpg" alt="" title="031_EM13489" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/032_EM13490-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/032_EM13490-25x25.jpg" alt="" title="032_EM13490" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/033_EM13513-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/033_EM13513-25x25.jpg" alt="" title="033_EM13513" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/034_EM13522-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/034_EM13522-25x25.jpg" alt="" title="034_EM13522" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/035_EM13562-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/035_EM13562-25x25.jpg" alt="" title="035_EM13562" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/036_EM13573-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/036_EM13573-25x25.jpg" alt="" title="036_EM13573" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/037_EM13577-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/037_EM13577-25x25.jpg" alt="" title="037_EM13577" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/038_EM13559-350x232.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/02/038_EM13559-25x25.jpg" alt="" title="038_EM13559" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_977" class="loader"></div>
					<div id="slideshow_977" class="slideshow"></div>
					<div id="caption_977" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_977 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_977').galleriffic({ 
					delay:                     5000,
					numThumbs:                 8,
					preloadAhead:              8,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_977',
					controlsContainerSel:      '#controls_977',
					captionContainerSel:       '#caption_977',  
					loadingContainerSel:       '#loading_977',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	1,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					},
					
				}); 
				
				
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		</strong></p>
<p><em>©Eddy Maus &#8211; Fotohuis</em></p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://academiebruggedko.be/2012/02/12/dag-van-het-dko-nocturne-middelbare-graad-laureatententoonstelling-de-fotogalerij/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hero on stage photo project</title>
		<link>http://academiebruggedko.be/2012/01/30/hero-on-stage-photo-project/</link>
		<comments>http://academiebruggedko.be/2012/01/30/hero-on-stage-photo-project/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 10:49:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nieuws]]></category>

		<guid isPermaLink="false">http://academiebruggedko.be/?p=966</guid>
		<description><![CDATA[[There is a video that cannot be displayed in this feed. Visit the blog entry to see the video.] Dear colleagues and friends of arts4all, First of all (before January ends): we wish you a happy, healthful, creative and light-hearted (almost) new year!!!Thanks a lot to everybody who supported our “Hero on stage photo project”...<div class="read_more"><a href="http://academiebruggedko.be/2012/01/30/hero-on-stage-photo-project/">Read More</a></div>]]></description>
			<content:encoded><![CDATA[<blockquote>
<div>
<p>[There is a video that cannot be displayed in this feed. <a href="http://academiebruggedko.be/2012/01/30/hero-on-stage-photo-project/">Visit the blog entry to see the video.]</a></p>
<p><span style="font-family: Arial; font-size: xx-small;">Dear colleagues and friends of arts4all,</span></p>
<p><span style="font-family: Arial; font-size: xx-small;">First of all (before January ends): we wish you a happy, healthful, creative and light-hearted (almost) new year!!!Thanks a lot to everybody who supported our “Hero on stage photo project” (in the context of &#8220;face to face”).<br />
We were happy to achieve great photos from at least 4 countries (in a very short time!).Youngsters from Belgium, Finland, Netherlands and Slovenia were involved in the “face to face &#8211; workshop” by sending us a picture of their personal hero.<br />
You find the redesigned photos by “our” youngsters on the arts4all-homepage and on youtube :<br />
<a href="http://www.arts4all.bjke.de" target="_blank">http://www.arts4all.bjke.de</a><br />
<a href="http://www.youtube.com/watch?v=iEb6bH41tis" target="_blank">http://www.youtube.com/watch?v=iEb6bH41tis</a><br />
Best wishes and kind regards &#8211; as well from Peter!<br />
Nadja</span><br />
&nbsp;</p>
</div>
</blockquote>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://academiebruggedko.be/2012/01/30/hero-on-stage-photo-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kantontwerp met fluorescerende draad</title>
		<link>http://academiebruggedko.be/2012/01/29/kantontwerp-met-fluorescerende-draad/</link>
		<comments>http://academiebruggedko.be/2012/01/29/kantontwerp-met-fluorescerende-draad/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 10:48:39 +0000</pubDate>
		<dc:creator>i.dezutter</dc:creator>
				<category><![CDATA[Middelbare Graad Textiele Vorming]]></category>

		<guid isPermaLink="false">http://academiebruggedko.be/?p=956</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><strong>
	
		<div class="gallery_clear"></div> 
		<div id="gallery_956" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_956" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/01/5°-kanttekening-Ruth-228x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/01/5°-kanttekening-Ruth-25x25.jpg" alt="" title="ontwerp Ruth" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/01/5°-kantwerk-Lorraine-350x262.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/01/5°-kantwerk-Lorraine-25x25.jpg" alt="" title="kantwerk Lorraine" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/01/5°-tekening-Lorraine-251x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/01/5°-tekening-Lorraine-25x25.jpg" alt="" title="tekening Lorraine" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/01/5°-tekening-Ruth--238x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/01/5°-tekening-Ruth--25x25.jpg" alt="" title="tekening Ruth" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2012/01/5°-tekeningen-350x202.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2012/01/5°-tekeningen-25x25.jpg" alt="" title="tekeningen" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_956" class="loader"></div>
					<div id="slideshow_956" class="slideshow"></div>
					<div id="caption_956" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_956 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_956').galleriffic({ 
					delay:                     5000,
					numThumbs:                 8,
					preloadAhead:              8,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_956',
					controlsContainerSel:      '#controls_956',
					captionContainerSel:       '#caption_956',  
					loadingContainerSel:       '#loading_956',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	1,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					},
					
				}); 
				
				
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		</strong></p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://academiebruggedko.be/2012/01/29/kantontwerp-met-fluorescerende-draad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laureatententoonstelling / Kleur bekennen &#8211; Nocturne Middelbare Graad</title>
		<link>http://academiebruggedko.be/2012/01/25/laureatententoonstelling-kleur-bekennen-nocturne-middelbare-graad/</link>
		<comments>http://academiebruggedko.be/2012/01/25/laureatententoonstelling-kleur-bekennen-nocturne-middelbare-graad/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 11:00:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nieuws]]></category>

		<guid isPermaLink="false">http://academiebruggedko.be/?p=948</guid>
		<description><![CDATA[&#160; Laureatententoonstelling beeldend werk van de laureaten van het schooljaar 2010 &#8211; 2011 bogardenkapel 11/02/2012 tot 10/03/2012 openingsuren dko &#38; Nocturne Middelbare Graad open atelier jongeren middelbare graad 11/02/2012 - 18u tot 21u &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p><a href="http://academiebruggedko.be/0411/wp-content/uploads/2012/01/NoctureAcademieDKOWeb.jpg"><img class="aligncenter size-full wp-image-949" title="NoctureAcademieDKOWeb" src="http://academiebruggedko.be/0411/wp-content/uploads/2012/01/NoctureAcademieDKOWeb.jpg" alt="laureatententoonstelling / kleur bekennen - nocturne middelbare graad" width="600" height="850" /></a></p>
<p>&nbsp;</p>
<p><strong>Laureatententoonstelling </strong></p>
<p><em>beeldend werk van de laureaten van het schooljaar 2010 &#8211; 2011</em></p>
<p>bogardenkapel<br />
11/02/2012 tot 10/03/2012<br />
openingsuren dko</p>
<p><strong>&amp;</strong></p>
<p><strong>Nocturne Middelbare Graad</strong></p>
<p><em>open atelier jongeren middelbare graad<br />
</em>11/02/2012 - 18u tot 21u</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://academiebruggedko.be/2012/01/25/laureatententoonstelling-kleur-bekennen-nocturne-middelbare-graad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beeldhouwkunst/Atelier Jos Devriendt</title>
		<link>http://academiebruggedko.be/2012/01/07/beeldhouwkunstatelier-jos-devriendt-2-filmpjes-online/</link>
		<comments>http://academiebruggedko.be/2012/01/07/beeldhouwkunstatelier-jos-devriendt-2-filmpjes-online/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 19:00:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hogere Graad Beeldhouwkunst]]></category>

		<guid isPermaLink="false">http://academiebruggedko.be/?p=929</guid>
		<description><![CDATA[Mijn eerste werk [There is a video that cannot be displayed in this feed. Visit the blog entry to see the video.] &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>Mijn eerste werk</p>
<p>[There is a video that cannot be displayed in this feed. <a href="http://academiebruggedko.be/2012/01/07/beeldhouwkunstatelier-jos-devriendt-2-filmpjes-online/">Visit the blog entry to see the video.]</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://academiebruggedko.be/2012/01/07/beeldhouwkunstatelier-jos-devriendt-2-filmpjes-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kunstenbad 12 &#8211; webje online</title>
		<link>http://academiebruggedko.be/2011/12/29/kunstenbad-12-webje-online/</link>
		<comments>http://academiebruggedko.be/2011/12/29/kunstenbad-12-webje-online/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 17:10:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nieuws]]></category>

		<guid isPermaLink="false">http://academiebruggedko.be/?p=918</guid>
		<description><![CDATA[Kunstenbad. De jaarlijkse samenwerking tussen het Stedelijke Conservatorium en Academie DKO met oa. het Laureatenconcert in de Stadsschouwburg en Kunstenbad in het Concertgebouw. Alle info op : www.kunstenbad.be]]></description>
			<content:encoded><![CDATA[<p><a href="http://academiebruggedko.be/0411/wp-content/uploads/2011/12/kuba121.jpg"><img class="aligncenter size-full wp-image-920" title="kuba12" src="http://academiebruggedko.be/0411/wp-content/uploads/2011/12/kuba121.jpg" alt="" width="600" height="426" /></a></p>
<p><strong>Kunstenbad. </strong>De jaarlijkse samenwerking tussen het Stedelijke Conservatorium en Academie DKO met oa. het Laureatenconcert in de Stadsschouwburg en Kunstenbad in het Concertgebouw. Alle info op : <em><a href="http://www.kunstenbad.be" target="_blank">www.kunstenbad.be</a></em></p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://academiebruggedko.be/2011/12/29/kunstenbad-12-webje-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pimp de bus &#8211; wedstrijd &#8211; &#8230;</title>
		<link>http://academiebruggedko.be/2011/11/29/pimp-de-bus-wedstrijd/</link>
		<comments>http://academiebruggedko.be/2011/11/29/pimp-de-bus-wedstrijd/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 18:07:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Middelbare Graad Digitale Beeldende Vorming]]></category>

		<guid isPermaLink="false">http://academiebruggedko.be/?p=902</guid>
		<description><![CDATA[Ben je tussen 12 en 17 jaar? Doe dan mee aan Pimp De Bus en misschien komt jouw ontwerp levensgroot op een echte bus van De Lijn in je buurt! De winnaar krijgt ook kunstenaar Koen Vanmechelen op bezoek. Deelnemen kan van 5 september 2011 tot 30 november 2011. Voila, leerlingen van het atelier Digitale...<div class="read_more"><a href="http://academiebruggedko.be/2011/11/29/pimp-de-bus-wedstrijd/">Read More</a></div>]]></description>
			<content:encoded><![CDATA[<p>Ben je tussen 12 en 17 jaar? Doe dan mee aan Pimp De Bus en misschien komt jouw ontwerp levensgroot op een echte bus van De Lijn in je buurt! De winnaar krijgt ook kunstenaar Koen Vanmechelen op bezoek. Deelnemen kan van 5 september 2011 tot 30 november 2011.</p>
<p>Voila, leerlingen van het atelier Digitale Beeldende Vorming doen mee ! Nu maar duimen &#8211; en wie weet rijdt er binnenkort een gepimpte academie bus door Brugge &#8230;<br />
 <img src='http://academiebruggedko.be/0411/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>

	
		<div class="gallery_clear"></div> 
		<div id="gallery_902" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_902" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0000_Laag-9-350x84.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0000_Laag-9-25x25.jpg" alt="" title="Naamloos-1_0000_Laag 9" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0008_Laag-1-350x84.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0008_Laag-1-25x25.jpg" alt="" title="Naamloos-1_0008_Laag 1" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0003_Laag-6-350x84.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0003_Laag-6-25x25.jpg" alt="" title="Naamloos-1_0003_Laag 6" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0007_Laag-2-350x84.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0007_Laag-2-25x25.jpg" alt="" title="Naamloos-1_0007_Laag 2" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0005_Laag-4-350x84.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0005_Laag-4-25x25.jpg" alt="" title="Naamloos-1_0005_Laag 4" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0006_Laag-3-350x84.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0006_Laag-3-25x25.jpg" alt="" title="Naamloos-1_0006_Laag 3" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0004_Laag-5-350x84.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0004_Laag-5-25x25.jpg" alt="" title="Naamloos-1_0004_Laag 5" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0002_Laag-7-350x84.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0002_Laag-7-25x25.jpg" alt="" title="Naamloos-1_0002_Laag 7" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0001_Laag-8-350x84.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/Naamloos-1_0001_Laag-8-25x25.jpg" alt="" title="Naamloos-1_0001_Laag 8" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_902" class="loader"></div>
					<div id="slideshow_902" class="slideshow"></div>
					<div id="caption_902" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_902 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_902').galleriffic({ 
					delay:                     5000,
					numThumbs:                 8,
					preloadAhead:              8,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_902',
					controlsContainerSel:      '#controls_902',
					captionContainerSel:       '#caption_902',  
					loadingContainerSel:       '#loading_902',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	1,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					},
					
				}); 
				
				
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://academiebruggedko.be/2011/11/29/pimp-de-bus-wedstrijd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://academiebruggedko.be/2011/11/23/890/</link>
		<comments>http://academiebruggedko.be/2011/11/23/890/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 20:18:50 +0000</pubDate>
		<dc:creator>i.dezutter</dc:creator>
				<category><![CDATA[Hogere Graad Kant]]></category>
		<category><![CDATA[Nieuws]]></category>

		<guid isPermaLink="false">http://academiebruggedko.be/?p=890</guid>
		<description><![CDATA[Enkele hedendaagse kantwerken uit de kantschool]]></description>
			<content:encoded><![CDATA[<p>Enkele hedendaagse kantwerken uit de kantschool <img src='http://academiebruggedko.be/0411/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>
	
		<div class="gallery_clear"></div> 
		<div id="gallery_890" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_890" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020109-350x262.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020109-25x25.jpg" alt="" title="P1020109" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020194-296x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020194-25x25.jpg" alt="" title="P1020194" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/CCF28102011_00001-350x307.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/CCF28102011_00001-25x25.jpg" alt="" title="CCF28102011_00001" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020108-262x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020108-25x25.jpg" alt="" title="P1020108" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/eindwerk-350x262.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/eindwerk-25x25.jpg" alt="" title="eindwerk" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020450-350x262.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020450-25x25.jpg" alt="" title="P1020450" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020348-350x262.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020348-25x25.jpg" alt="" title="Chris Vanbiesen" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020354-350x262.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020354-25x25.jpg" alt="" title="Chris Vanbiesen" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020115-350x262.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020115-25x25.jpg" alt="" title="P1020115" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020344-262x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020344-25x25.jpg" alt="" title="P1020344" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020073-350x262.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020073-25x25.jpg" alt="" title="P1020073" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020121-219x350.jpg" >								
											<img src="http://academiebruggedko.be/0411/wp-content/uploads/2011/11/P1020121-25x25.jpg" alt="" title="P1020121" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_890" class="loader"></div>
					<div id="slideshow_890" class="slideshow"></div>
					<div id="caption_890" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_890 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_890').galleriffic({ 
					delay:                     5000,
					numThumbs:                 8,
					preloadAhead:              8,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_890',
					controlsContainerSel:      '#controls_890',
					captionContainerSel:       '#caption_890',  
					loadingContainerSel:       '#loading_890',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	1,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					},
					
				}); 
				
				
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		</strong></p>
<div class='wb_fb_bottom'><div style="float:right;"></div></div>]]></content:encoded>
			<wfw:commentRss>http://academiebruggedko.be/2011/11/23/890/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

