<?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>David Bureš &#38; Lukáš Bureš</title>
	<atom:link href="http://buresovi.com/feed" rel="self" type="application/rss+xml" />
	<link>http://buresovi.com</link>
	<description>Independent Software &#38; Marketing Professionals</description>
	<lastBuildDate>Fri, 07 Jan 2011 13:23:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to install prepared image with linux on AppleTV</title>
		<link>http://buresovi.com/167-how-to-install-prepared-image-with-linux-on-appletv</link>
		<comments>http://buresovi.com/167-how-to-install-prepared-image-with-linux-on-appletv#comments</comments>
		<pubDate>Fri, 07 Jan 2011 09:03:46 +0000</pubDate>
		<dc:creator>David Bureš</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[AppleTV]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://buresovi.com/?p=167</guid>
		<description><![CDATA[Draft of my guide (will do it again with bigger disk and adjust it). No other linux machine needed. this guide is based on LinuxUSBPenBoot PartitioningLinux LinuxUSBPenBoot You will need parted with Apple Recovery attribute support (at least to check partitions): http://code.google.com/p/atv-bootloader/wiki/InstallParted http://code.google.com/p/atv-bootloader/issues/detail?id=20 Download USB img (live distro) and Recovery.img here (Thank you Sam) http://stmteam.com/atv-img/ubuntu/hardy/ [...]]]></description>
			<content:encoded><![CDATA[<p>Draft of my guide (will do it again with bigger disk and adjust it). <strong>No other linux machine needed.</strong></p>
<p>this guide is based on<br />
<a href="http://code.google.com/p/atv-bootloader/wiki/LinuxUSBPenBoot">LinuxUSBPenBoot</a><br />
<a href="http://code.google.com/p/atv-bootloader/wiki/PartitioningLinux">PartitioningLinux</a><br />
<a href="http://code.google.com/p/atv-bootloader/wiki/LinuxUSBPenBoot">LinuxUSBPenBoot</a></p>
<p>You will need parted with Apple Recovery attribute support (at least to check partitions):<br />
<a href="http://code.google.com/p/atv-bootloader/wiki/InstallParted">http://code.google.com/p/atv-bootloader/wiki/InstallParted</a><br />
<a href="http://code.google.com/p/atv-bootloader/issues/detail?id=20">http://code.google.com/p/atv-bootloader/issues/detail?id=20</a></p>
<p>Download USB img (live distro) and Recovery.img here (Thank you <a href="http://twitter.com/SamNazarko">Sam</a>)<br />
<a href="http://stmteam.com/atv-img/ubuntu/hardy/">http://stmteam.com/atv-img/ubuntu/hardy/</a></p>
<p>Write USB image to USB pen with <a href="http://www.filecluster.com/downloads/USB-Image-Tool.html">UsbIt</a><br />
Boot your Apple TV with this usb</p>
<p>ssh there with <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">putty</a>, login and password: atv</p>
<p><code><br />
#admin access<br />
sudo -s<br />
#(adjust - disk size -1.1GB)<br />
EndSector="38.9GB"<br />
#prep internal disk for transfer<br />
#zero initial sectors<br />
sudo dd if=/dev/zero of=/dev/sda bs=4096 count=1M<br />
# sync the system disk partition tables<br />
sudo partprobe /dev/sda<br />
# copy usb(sdb) to internal hardisk(sda)<br />
# check if it's really hda!!! - disk - /dev/hda<br />
dd if=/dev/sdb of=/dev/sda<br />
#remove 3rd partition on internal hdd (as command or run parted and use print to be sure and rm 3)<br />
parted /dev/hda3/ rm 3<br />
#resync partition table<br />
partprobe /dev/sda<br />
# create partition<br />
sudo parted -s /dev/sda mkpart primary ext3 1118248s $EndSector<br />
sudo partprobe /dev/sda<br />
#Transferring image - 3rd partition only!<br />
gunzip -c Root.img.gz | sudo dd of=/dev/sda3</p>
<p>#resize<br />
sudo e2fsck -f /dev/sda3<br />
sudo resize2fs /dev/sda3</p>
<p># mount recovery partition<br />
mkdir mnt<br />
mount -t hfsplus -w /dev/sda1 mnt<br />
#edit plist - change sdb3 to sda3 there - <string>root=/dev/sda3 ro vesa video=vesafb</string><br />
nano mnt/com.apple.Boot.plist<br />
#edit fstab - change sdbX to sdaX<br />
nano /etc/fstab</p>
<p># it's possible to check 1st part<br />
apt-get install hfsprogs<br />
fsck.hfsplus /dev/sda1<br />
#reboot, remove your USB flash before<br />
reboot<br />
</code></p>
<p>If it hangs you didn&#8217;t edit com.apple.Boot.plist correctly<br />
you can wget it with fstab too:<br />
<code><br />
wget http://crystalhd-for-atv.googlecode.com/svn/trunk/image/hardy/com.apple.Boot.plist<br />
wget http://crystalhd-for-atv.googlecode.com/svn/trunk/image/hardy/fstab<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://buresovi.com/167-how-to-install-prepared-image-with-linux-on-appletv/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable FTP on Apple TV 1st gen</title>
		<link>http://buresovi.com/150-enable-ftp-on-apple-tv-1st-gen</link>
		<comments>http://buresovi.com/150-enable-ftp-on-apple-tv-1st-gen#comments</comments>
		<pubDate>Sun, 02 Jan 2011 16:41:15 +0000</pubDate>
		<dc:creator>David Bureš</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[AppleTV]]></category>

		<guid isPermaLink="false">http://buresovi.com/?p=150</guid>
		<description><![CDATA[sudo -s Find ftpd file in recovery DMG: dd if=/dev/disk0s2 of=/tmp/recovery.dmg bs=1m hdiutil mount /tmp/recovery.dmg hdiutil mount /Volumes/Recovery/OS.dmg cp -p &#8220;/Volumes/OSBoot 1/usr/libexec/ftpd&#8221; /usr/bin/ chown root:wheel /usr/bin/ftpd chmod +x /usr/bin/ftpd hdiutil unmount /Volumes/OSBoot\ 1 hdiutil unmount /Volumes/Recovery -force rm /tmp/recovery.dmg create ftp.plist config file at another computer and ftps it to your user directory and then [...]]]></description>
			<content:encoded><![CDATA[<p>sudo -s</p>
<p><strong>Find ftpd file in recovery DMG:</strong></p>
<p>dd if=/dev/disk0s2 of=/tmp/recovery.dmg bs=1m<br />
hdiutil mount /tmp/recovery.dmg<br />
hdiutil mount /Volumes/Recovery/OS.dmg<br />
cp -p &#8220;/Volumes/OSBoot 1/usr/libexec/ftpd&#8221; /usr/bin/<br />
chown root:wheel /usr/bin/ftpd<br />
chmod +x /usr/bin/ftpd<br />
hdiutil unmount /Volumes/OSBoot\ 1<br />
hdiutil unmount /Volumes/Recovery -force<br />
rm /tmp/recovery.dmg</p>
<p><strong>create ftp.plist config file</strong> at another computer and ftps it to your user directory and then copy or (hit enter after each line):<br />
<code><br />
</code></p>
<div id="_mcePaste"><code>cat &lt;&lt;EOT &gt; /System/Library/LaunchDaemons/ftp.plist</code></div>
<div id="_mcePaste"><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</code></div>
<div id="_mcePaste"><code>&lt;!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;</code></div>
<div id="_mcePaste"><code>&lt;plist version="1.0"&gt;</code></div>
<div id="_mcePaste"><code>&lt;dict&gt;</code></div>
<div id="_mcePaste"><code>&lt;key&gt;Label&lt;/key&gt;</code></div>
<div id="_mcePaste"><code>&lt;string&gt;com.apple.ftpd&lt;/string&gt;</code></div>
<div id="_mcePaste"><code>&lt;key&gt;Program&lt;/key&gt;</code></div>
<div id="_mcePaste"><code>&lt;string&gt;/usr/bin/ftpd&lt;/string&gt;</code></div>
<div id="_mcePaste"><code>&lt;key&gt;ProgramArguments&lt;/key&gt;</code></div>
<div id="_mcePaste"><code>&lt;array&gt;</code></div>
<div id="_mcePaste"><code>&lt;string&gt;ftpd&lt;/string&gt;</code></div>
<div id="_mcePaste"><code>&lt;string&gt;-l&lt;/string&gt;</code></div>
<div id="_mcePaste"><code>&lt;/array&gt;</code></div>
<div id="_mcePaste"><code>&lt;key&gt;Sockets&lt;/key&gt;</code></div>
<div id="_mcePaste"><code>&lt;dict&gt;</code></div>
<div id="_mcePaste"><code>&lt;key&gt;Listeners&lt;/key&gt;</code></div>
<div id="_mcePaste"><code>&lt;dict&gt;</code></div>
<div id="_mcePaste"><code>&lt;key&gt;Bonjour&lt;/key&gt;</code></div>
<div id="_mcePaste"><code>&lt;true/&gt;</code></div>
<div id="_mcePaste"><code>&lt;key&gt;SockServiceName&lt;/key&gt;</code></div>
<div id="_mcePaste"><code>&lt;string&gt;ftp&lt;/string&gt;</code></div>
<div id="_mcePaste"><code>&lt;/dict&gt;</code></div>
<div id="_mcePaste"><code>&lt;/dict&gt;</code></div>
<div id="_mcePaste"><code>&lt;key&gt;inetdCompatibility&lt;/key&gt;</code></div>
<div id="_mcePaste"><code>&lt;dict&gt;</code></div>
<div id="_mcePaste"><code>&lt;key&gt;Wait&lt;/key&gt;</code></div>
<div id="_mcePaste"><code>&lt;false/&gt;</code></div>
<div id="_mcePaste"><code>&lt;/dict&gt;</code></div>
<div id="_mcePaste"><code>&lt;/dict&gt;</code></div>
<div id="_mcePaste"><code>&lt;/plist&gt;</code></div>
<div id="_mcePaste"><code>EOT</code></div>
<p><strong>edit /etc/ftpuser file (ftps down, edit, ftps up) or  (hit enter after each line):</strong></p>
<p>cat &gt;&gt; /etc/ftpusers &lt; frontrow    allow<br />
CODE</p>
<p>launchctl load /System/Library/LaunchDaemons/ftp.plist</p>
<p><strong>TRY IT</strong></p>
<p><strong>to restart ftpd after config change:</strong><br />
launchctl unload /System/Library/LaunchDaemons/ftp.plist<br />
launchctl load /System/Library/LaunchDaemons/ftp.plist</p>
]]></content:encoded>
			<wfw:commentRss>http://buresovi.com/150-enable-ftp-on-apple-tv-1st-gen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppleTV 1st gen disk change</title>
		<link>http://buresovi.com/147-appletv-disk-change</link>
		<comments>http://buresovi.com/147-appletv-disk-change#comments</comments>
		<pubDate>Sat, 01 Jan 2011 00:50:21 +0000</pubDate>
		<dc:creator>David Bureš</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[AppleTV]]></category>

		<guid isPermaLink="false">http://buresovi.com/?p=147</guid>
		<description><![CDATA[( gpt destroy /dev/disk1 gpt create /dev/disk1 ) diskutil list diskutil eject disk1 dd if=/dev/disk1 of=/Users/servis/AppleTV.img bs=1m diskutil eject disk1 dd if=/Users/servis/AppleTV.img count=1335 of=/dev/disk1 bs=1m diskutil eject disk1 gpt remove -i 4 disk1 diskutil eject disk1 gpt add -b 2732016 -i 4 -t hfs /dev/disk1 diskutil eject disk1 diskutil list diskutil eject disk1 newfs_hfs -J [...]]]></description>
			<content:encoded><![CDATA[<p>(<br />
gpt destroy /dev/disk1<br />
gpt create /dev/disk1<br />
)</p>
<p>diskutil list<br />
diskutil eject disk1<br />
dd if=/dev/disk1 of=/Users/servis/AppleTV.img bs=1m<br />
diskutil eject disk1<br />
dd if=/Users/servis/AppleTV.img count=1335 of=/dev/disk1 bs=1m<br />
diskutil eject disk1<br />
gpt remove -i 4 disk1<br />
diskutil eject disk1<br />
gpt add -b 2732016 -i 4 -t hfs /dev/disk1<br />
diskutil eject disk1<br />
diskutil list<br />
diskutil eject disk1</p>
<p>newfs_hfs -J -v Media /dev/disk1s4<br />
sudo rm -rf /Volumes/OSBoot/.Spotlight-V100<br />
sudo rm -rf /Volumes/Media/.Spotlight-V100<br />
diskutil eject disk1</p>
]]></content:encoded>
			<wfw:commentRss>http://buresovi.com/147-appletv-disk-change/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FaceTuner</title>
		<link>http://buresovi.com/145-facetuner</link>
		<comments>http://buresovi.com/145-facetuner#comments</comments>
		<pubDate>Mon, 13 Dec 2010 14:36:17 +0000</pubDate>
		<dc:creator>David Bureš</dc:creator>
				<category><![CDATA[New Websites]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://buresovi.com/?p=145</guid>
		<description><![CDATA[New flex based project released www.facetuner.com. Technologies: Action Script 3, Flex 4, Facebook Graph API, TwitPic API, some others will be added.]]></description>
			<content:encoded><![CDATA[<p>New flex based project released <a href="http://goo.gl/j4a45">www.facetuner.com</a>.<br />
Technologies: Action Script 3, Flex 4, Facebook Graph API, TwitPic API, some others will be added.</p>
]]></content:encoded>
			<wfw:commentRss>http://buresovi.com/145-facetuner/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Služby pro domácnost on WordPress launched</title>
		<link>http://buresovi.com/136-sluzby-pro-domacnost-on-wordpress-launched</link>
		<comments>http://buresovi.com/136-sluzby-pro-domacnost-on-wordpress-launched#comments</comments>
		<pubDate>Tue, 07 Dec 2010 08:37:22 +0000</pubDate>
		<dc:creator>David Bureš</dc:creator>
				<category><![CDATA[New Websites]]></category>

		<guid isPermaLink="false">http://buresovi.com/?p=136</guid>
		<description><![CDATA[Služby pro domácnost. Done with these plugins: More Fields, Breadcrumb NavXT, cforms II, Table of Contents Generator, Conditional Custom Fields Shortcode, PJW Page Excerpt, Relative Image URLs. One own plugin for displaying added flelds in administration was written.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sluzbyprodomacnost.cz//">Služby pro domácnost</a>. Done with these plugins: More Fields, Breadcrumb NavXT, cforms II, Table of Contents Generator, Conditional Custom Fields Shortcode, PJW Page Excerpt, Relative Image URLs. One own plugin for displaying added flelds in administration was written.</p>
]]></content:encoded>
			<wfw:commentRss>http://buresovi.com/136-sluzby-pro-domacnost-on-wordpress-launched/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IRMS CRG on WordPress launched</title>
		<link>http://buresovi.com/133-irms-crg-on-wordpress-launched</link>
		<comments>http://buresovi.com/133-irms-crg-on-wordpress-launched#comments</comments>
		<pubDate>Tue, 07 Dec 2010 08:31:00 +0000</pubDate>
		<dc:creator>David Bureš</dc:creator>
				<category><![CDATA[New Websites]]></category>

		<guid isPermaLink="false">http://buresovi.com/?p=133</guid>
		<description><![CDATA[Another wordpress project &#8211; IRMS CRG.]]></description>
			<content:encoded><![CDATA[<p>Another wordpress project &#8211; <a href="http://www.rmscr.cz/">IRMS CRG</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://buresovi.com/133-irms-crg-on-wordpress-launched/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 4 &#8211; How to get image minimal cutout</title>
		<link>http://buresovi.com/125-how-to-get-image-minimal-cutout</link>
		<comments>http://buresovi.com/125-how-to-get-image-minimal-cutout#comments</comments>
		<pubDate>Tue, 07 Dec 2010 08:27:46 +0000</pubDate>
		<dc:creator>David Bureš</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://buresovi.com/?p=125</guid>
		<description><![CDATA[Code snippet to take minimal area from BitmapData where something is painted. For example user will paint something in your Flex application and you want to take minimal area and do object from this painting. (It&#8217;s code from bigger project, some refactoring is needed) protected function makeObjectFromDrawing(bmpData:BitmapData):void { var bmpData1bit:BitmapData = new BitmapData(bmpData.width, bmpData.height, true, [...]]]></description>
			<content:encoded><![CDATA[<p>Code snippet to take minimal area from BitmapData where something is painted. For example user will paint something in your Flex application and you want to take minimal area and do object from this painting. (It&#8217;s code from bigger project, some refactoring is needed)</p>
<pre class="brush: plain;"> protected function makeObjectFromDrawing(bmpData:BitmapData):void
{

var bmpData1bit:BitmapData = new BitmapData(bmpData.width, bmpData.height, true, 0x00000000);
var original:Bitmap = new Bitmap(bmpData);
var c:UIMovieClip = new UIMovieClip();
c.mouseChildren = false;

var operation:String = &quot;&lt;&quot;;
var threshold:uint = 0xFFFFFF;
var color:uint = 0xFFFFFF00;
var mask:uint = 0xFFFF0000;

// create bitmap where all what was drawn is transparent and border is yellow
bmpData1bit.threshold(bmpData, bmpData.rect, new Point(0,0), operation, threshold, color, mask, false); 

// find bound of transparent color
var rect:Rectangle = bmpData1bit.getColorBoundsRect( 0xFFFFFFFF, 0x00000000 );
if(rect.width == 0 || rect.height == 0) return;

var outline:Sprite = new Sprite();
outline.graphics.clear();
outline.graphics.lineStyle(1, 0xFF0000, 1);
outline.graphics.drawRect(rect.x, rect.y, rect.width, rect.height);

// add outline
// c.addChild(outline);

// ad there where was original
c.x = rect.x;
c.y = rect.y;

// create new tranparent bitmap data and draw selection
bmpData = new BitmapData(rect.width, rect.height, true, 0x00000000);
// correct position
var m:Matrix = new Matrix();
m.tx = -rect.x;
m.ty = -rect.y;
rect.x = rect.y = 0;

bmpData.draw(original, m, null, null, rect);
original = new Bitmap(bmpData);

c.addChild(original);

this.addElement(c);

}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://buresovi.com/125-how-to-get-image-minimal-cutout/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 4 &#8211; How to embed Fonts and load it from another SWF</title>
		<link>http://buresovi.com/117-flex-4-how-to-embed-fonts-and-load-it-from-another-swf</link>
		<comments>http://buresovi.com/117-flex-4-how-to-embed-fonts-and-load-it-from-another-swf#comments</comments>
		<pubDate>Tue, 07 Dec 2010 08:25:49 +0000</pubDate>
		<dc:creator>David Bureš</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://buresovi.com/?p=117</guid>
		<description><![CDATA[Create Font SWF in Flash Profesional Create new Action Script 3.0 project Go to library, use top-right icon and select New Font Select Font and on the ActionScript tab check Export for ActionScript Press F9 and add following code import flash.text.Font; Font.registerFont(FontName); Publish it Load it via Loader in FLex 4 Project private var fontSWF:Loader [...]]]></description>
			<content:encoded><![CDATA[<h2>Create Font SWF in Flash Profesional</h2>
<ul>
<li>Create new Action Script 3.0 project</li>
<li>Go to library, use top-right icon and select New Font</li>
<li>Select Font and on the ActionScript tab check Export for ActionScript</li>
<li>Press F9 and add following code
<pre class="brush: plain;"> import flash.text.Font;
Font.registerFont(FontName);  </pre>
</li>
<li>Publish it</li>
</ul>
<h2>Load it via Loader in FLex 4 Project</h2>
<ul>
<pre class="brush: plain;">
private var fontSWF:Loader = new Loader();
public function loadFont():void{
	var req:URLRequest = new URLRequest();
	req.url = &quot;http://url/FontName.swf&quot;;
	var context:LoaderContext = new LoaderContext( true, new ApplicationDomain( ApplicationDomain.currentDomain ), SecurityDomain.currentDomain );
	fontSWF.load( req, context );
	fontSWF.contentLoaderInfo.addEventListener(Event.COMPLETE, onFontLoaded );
}
 public function onFontLoaded( event:Event ):void {
	var dom:ApplicationDomain = event.target.applicationDomain;
	var SegoeScript:* = dom.getDefinition('FontName') as Class; // same as in FlashFile
	var font:* = new SegoeScript();
	Font.registerFont(SegoeScript);
	_fontList = new ArrayList();
	var embeddedFonts:Array = Font.enumerateFonts(false);
	embeddedFonts.sortOn(&quot;fontName&quot;, Array.CASEINSENSITIVE);
	for (var i:int = 0; i &amp;lt; embeddedFonts.length; i++) {
		_fontList.addItem( {label: embeddedFonts[i].fontName, data: embeddedFonts[i] } );
		trace(&quot;name:&quot; + embeddedFonts[i].fontName + &quot;, style: &quot; + embeddedFonts[i].fontStyle + &quot;, type: &quot; + embeddedFonts[i].fontType);
	}
 }
 </pre>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://buresovi.com/117-flex-4-how-to-embed-fonts-and-load-it-from-another-swf/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>go-play golf!</title>
		<link>http://buresovi.com/110-go-play-golf</link>
		<comments>http://buresovi.com/110-go-play-golf#comments</comments>
		<pubDate>Thu, 13 May 2010 17:44:31 +0000</pubDate>
		<dc:creator>David Bureš</dc:creator>
				<category><![CDATA[New Websites]]></category>

		<guid isPermaLink="false">http://buresovi.com/?p=110</guid>
		<description><![CDATA[In cooperation with teetime.cz web we launched the reservation system for Czech and Moravian Golf Club: go-play.cz Used technologies: APS.NET, MSSQL, LINQ, MVC, jQuery, WS Ve spolupráci se serverm teetime.cz jsme spustili rezervační systém pro český a moravský golfový klub: go-play.cz]]></description>
			<content:encoded><![CDATA[<p>In cooperation with <a href="http://teetime.cz/">teetime.cz</a> web we launched the reservation system for Czech and Moravian Golf Club: <a href="http://www.go-play.cz/">go-play.cz</a></p>
<p>Used  technologies: APS.NET, MSSQL, LINQ, MVC, jQuery, WS</p>
<p>Ve spolupráci se serverm <a href="http://teetime.cz/">teetime.cz</a> jsme spustili rezervační systém pro český a moravský golfový klub: <a href="http://www.go-play.cz/">go-play.cz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://buresovi.com/110-go-play-golf/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>knihozrout.cz</title>
		<link>http://buresovi.com/107-knihozrout-cz</link>
		<comments>http://buresovi.com/107-knihozrout-cz#comments</comments>
		<pubDate>Thu, 13 May 2010 17:39:24 +0000</pubDate>
		<dc:creator>David Bureš</dc:creator>
				<category><![CDATA[New Websites]]></category>

		<guid isPermaLink="false">http://buresovi.com/?p=107</guid>
		<description><![CDATA[We are proud to announce that are new project is live &#8211; book lovers community website www.knihozrout.cz. Used technologies: APS.NET, MSSQL, LINQ, MVC, WCF, SilverLight, jQuery S radostí Vám představujeme další úspěšně nasazený projekt &#8211; portál pro milovníky knih: www.knihozrout.cz.]]></description>
			<content:encoded><![CDATA[<p>We are proud to announce that are new project is live &#8211; book lovers community website <a href="http://www.knihozrout.cz"><a href="http://www.knihozrout.cz">www.knihozrout.cz</a>.</a> Used technologies: APS.NET, MSSQL, LINQ, MVC, WCF, SilverLight, jQuery</p>
<p>S radostí Vám představujeme další úspěšně nasazený projekt &#8211; portál pro milovníky knih: <a href="http://www.knihozrout.cz">www.knihozrout.cz</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://buresovi.com/107-knihozrout-cz/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

