<?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>Santasov blog (Peter Sandtner) &#187; Programovanie</title>
	<atom:link href="http://psandtner.sk/blog/rubrika/programovanie/feed" rel="self" type="application/rss+xml" />
	<link>http://psandtner.sk/blog</link>
	<description>o každodennom živote</description>
	<lastBuildDate>Sun, 28 Nov 2010 15:13:59 +0000</lastBuildDate>
	<language>cs</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Saving changes is not permitted (SQL Server 2008)</title>
		<link>http://psandtner.sk/blog/programovanie/sql-server/saving-changes-is-not-permitted-sql-server-2008</link>
		<comments>http://psandtner.sk/blog/programovanie/sql-server/saving-changes-is-not-permitted-sql-server-2008#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:16:39 +0000</pubDate>
		<dc:creator>Peter Sandtner</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://psandtner.sk/blog/?p=88</guid>
		<description><![CDATA[Ak sa vám zobrazuje hláška &#8220;Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. You have either made changes to a table that can&#8217;t be re-created or enabled the option Prevent saving changes that require the table to be re-created.&#8221; napr. pri práci s SQL [...]]]></description>
			<content:encoded><![CDATA[<p>Ak sa vám zobrazuje hláška &#8220;Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. You have either made changes to a table that can&#8217;t be re-created or enabled the option Prevent saving changes that require the table to be re-created.&#8221; napr. pri práci s SQL Server Management Studiom, tak nie je nič jednoduchšie ako ísť do</p>
<p>Tools &gt; Options &gt; Designers &gt; Table and Database Designers a tam odškrtnúť položku &#8220;Prevent saving changes that require table re-creation.&#8221;</p>
<p>A už sa dajú zmeny v tabuľke uložiť bez problémov.</p>
]]></content:encoded>
			<wfw:commentRss>http://psandtner.sk/blog/programovanie/sql-server/saving-changes-is-not-permitted-sql-server-2008/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Zistenie operačného systému</title>
		<link>http://psandtner.sk/blog/programovanie/php-zistenie-operacneho-systemu</link>
		<comments>http://psandtner.sk/blog/programovanie/php-zistenie-operacneho-systemu#comments</comments>
		<pubDate>Thu, 14 Feb 2008 18:37:08 +0000</pubDate>
		<dc:creator>Peter Sandtner</dc:creator>
				<category><![CDATA[Programovanie]]></category>

		<guid isPermaLink="false">http://psandtner.sk/blog/nezaradene/php-zistenie-operacneho-systemu</guid>
		<description><![CDATA[if (stripos($_SERVER['HTTP_USER_AGENT'], 'win') !== FALSE) { //system je windows } else { //iny system } Kód stiahne HTTP_USER_AGENT a vyhľadá v ňom &#8220;win&#8221;. Ak nájde systém by mal byť Windows. Linux sa identifikuje ako Linux, iné systémy neviem. PS: kód nie je môj (autor neznámi) /&#8212;html \&#8212;]]></description>
			<content:encoded><![CDATA[<p><!--texy-->
<pre>
if (stripos($_SERVER['HTTP_USER_AGENT'], 'win') !== FALSE) {<br/>
	//system je windows<br/>
} else {<br/>
	//iny system<br/>
}
</pre>
<p>Kód stiahne HTTP_USER_AGENT a vyhľadá v ňom &#8220;win&#8221;. Ak nájde systém by mal byť Windows. Linux sa identifikuje ako Linux, iné systémy neviem.</p>
<p>PS: kód nie je môj (autor neznámi)</p>
<p>/&#8212;html<br />
  <script type="text/javascript"><!--
google_ad_client = "pub-3249157451981401";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-06-12: blog-clanky
google_ad_channel = "0477573663";
google_color_border = "8C9C9A";
google_color_bg = "8C9C9A";
google_color_link = "4D4631";
google_color_text = "FFFFFF";
google_color_url = "4D4631";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
\&#8212;</p>
]]></content:encoded>
			<wfw:commentRss>http://psandtner.sk/blog/programovanie/php-zistenie-operacneho-systemu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

