<?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>Sokblog.hu Blog</title>
	<atom:link href="http://sokblog.hu/feed" rel="self" type="application/rss+xml" />
	<link>http://sokblog.hu</link>
	<description>Saját weblap, blog azonnal!</description>
	<lastBuildDate>Tue, 17 Apr 2012 16:45:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title></title>
		<link>http://sokblog.hu/uncategorized/sajat-weblap-honlap-blog-azonnal.html</link>
		<comments>http://sokblog.hu/uncategorized/sajat-weblap-honlap-blog-azonnal.html#comments</comments>
		<pubDate>Sun, 20 Nov 2011 12:04:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sokblog.hu/2011/11/20/hello-world/</guid>
		<description><![CDATA[




Saját weblap, Blog azonnal!


Bejelentkezés




Ingyenes regisztráció











Azonnal elkezdhető



Egyedi megjelenés



Ingyenesen használható




]]></description>
			<content:encoded><![CDATA[<table border="0" width="500">
<tbody>
<tr>
<td>	<ul id="slideshow" style="display:none;">
							
				<li>
					<h3>Különleges</h3>
					<span>http://sokblog.hu/wp-content/uploads/slideshow-gallery/screenshot2.png</span>
					<p>Egyedi sablonok</p>
											<a href="" title="Különleges"></a>
									</li>
					
				<li>
					<h3>Ingyenes</h3>
					<span>http://sokblog.hu/wp-content/uploads/slideshow-gallery/screenshot3.png</span>
					<p>Egyedi sablonok</p>
											<a href="" title="Ingyenes"></a>
									</li>
					
				<li>
					<h3>Gyönyörű</h3>
					<span>http://sokblog.hu/wp-content/uploads/slideshow-gallery/screenshot4.png</span>
					<p>Egyedi sablonok</p>
											<a href="" title="Gyönyörű"></a>
									</li>
					
				<li>
					<h3>Szép</h3>
					<span>http://sokblog.hu/wp-content/uploads/slideshow-gallery/screenshot5.png</span>
					<p>Egyedi sablonok</p>
											<a href="" title="Szép"></a>
									</li>
					
				<li>
					<h3>Változatos</h3>
					<span>http://sokblog.hu/wp-content/uploads/slideshow-gallery/screenshot6.png</span>
					<p>Egyedi sablonok</p>
											<a href="" title="Változatos"></a>
									</li>
					
				<li>
					<h3>Klasszikus</h3>
					<span>http://sokblog.hu/wp-content/uploads/slideshow-gallery/screenshot7.png</span>
					<p>Egyedi sablonok</p>
											<a href="" title="Klasszikus"></a>
									</li>
					
				<li>
					<h3>Színes</h3>
					<span>http://sokblog.hu/wp-content/uploads/slideshow-gallery/screenshot8.png</span>
					<p>Egyedi sablonok</p>
											<a href="" title="Színes"></a>
									</li>
					
				<li>
					<h3>Modern</h3>
					<span>http://sokblog.hu/wp-content/uploads/slideshow-gallery/screenshot9.png</span>
					<p>Egyedi sablonok</p>
											<a href="" title="Modern"></a>
									</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
							<div id="information">
					<h3></h3>
					<p></p>
				</div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://sokblog.hu/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 3;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "information";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>
</td>
<td style="text-align: left">
<h1><strong>Saját weblap, Blog azonnal!</strong></h1>
<ul>
<li>
<h2><a href="http://sokblog.hu/wp-login.php">Bejelentkezés</a></h2>
</li>
</ul>
<ul>
<li>
<h2><a href="wp-signup.php">Ingyenes regisztráció</a></h2>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table border="0" width="500">
<tbody>
<tr>
<td>
<p style="text-align: center"><img style="margin: 0 auto;border: 0" src="http://www.sokblog.hu/wp-content/themes/kekseg_wp/images/03.png" alt="an image" width="55px" height="55px" /></p>
<h2 style="text-align: center">Azonnal elkezdhető</h2>
</td>
<td>
<p style="text-align: center"><img style="margin: 0 auto;border: 0" src="http://www.sokblog.hu/wp-content/themes/kekseg_wp/images/03.png" alt="an image" width="55px" height="55px" /></p>
<h2 style="text-align: center">Egyedi megjelenés</h2>
</td>
<td>
<p style="text-align: center"><img style="margin: 0 auto;border: 0" src="http://www.sokblog.hu/wp-content/themes/kekseg_wp/images/03.png" alt="an image" width="55px" height="55px" /></p>
<h2 style="text-align: center">Ingyenesen használható</h2>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://sokblog.hu/uncategorized/sajat-weblap-honlap-blog-azonnal.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

