<?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>A Techies&#039; Blog</title>
	<atom:link href="http://skyweb.ro/feed/" rel="self" type="application/rss+xml" />
	<link>http://skyweb.ro</link>
	<description>bits-n-bytes</description>
	<lastBuildDate>Sun, 22 Jan 2012 06:35:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FOSUserBundle remember me function</title>
		<link>http://skyweb.ro/2012/01/22/fosuserbundle-remember-me-function/</link>
		<comments>http://skyweb.ro/2012/01/22/fosuserbundle-remember-me-function/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 06:35:01 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://skyweb.ro/?p=442</guid>
		<description><![CDATA[If FOSUserBundle does not create a cookie for you there might be a problem with the security.yml. Make sure you have the following lines: firewalls: main: remember_me: key: aSecretKey lifetime: 604800 path: / domain: mydomain.com]]></description>
			<content:encoded><![CDATA[<p>If FOSUserBundle does not create a cookie for you there might be a problem with the security.yml. Make sure you have the following lines:<br />
<code><br />
firewalls:<br />
    main:<br />
        remember_me:<br />
                key:      aSecretKey<br />
                lifetime: 604800<br />
                path:     /<br />
                domain:   mydomain.com<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://skyweb.ro/2012/01/22/fosuserbundle-remember-me-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleanup your Symfony</title>
		<link>http://skyweb.ro/2012/01/20/cleanup-your-symfony/</link>
		<comments>http://skyweb.ro/2012/01/20/cleanup-your-symfony/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 03:44:13 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://skyweb.ro/?p=429</guid>
		<description><![CDATA[I recently switched to Symfony (which is great BTW). Anyway, I found annoying that as a regular user I can&#8217;t delete the generated files with apache permissions, so I created a shell script which does exactly that. Here it comes: #!/usr/bin/env bash DIR="$(cd -P "$(dirname "${BASH_SOURCE[0]}")" &#038;&#038; pwd)/.." ok() { printf "\033[32m" printf "[OK]" printf [...]]]></description>
			<content:encoded><![CDATA[<p>I recently switched to <a href="http://symfony.com/" title="symfony" target="_blank">Symfony</a> (which is great BTW).<br />
Anyway, I found annoying that as a regular user I can&#8217;t delete the generated files with apache permissions, so I created a shell script which does exactly that.<br />
Here it comes:<br />
<code><br />
#!/usr/bin/env bash</p>
<p>DIR="$(cd -P "$(dirname "${BASH_SOURCE[0]}")" &#038;&#038; pwd)/.."</p>
<p>ok() {<br />
    printf "\033[32m"<br />
    printf "[OK]"<br />
    printf "\033[0m"<br />
    printf "\n"<br />
}</p>
<p>msg() {<br />
    printf "\e[1;34m$1\t"<br />
}</p>
<p>msg "Cleaning cache" &#038;&#038; sudo rm -r $DIR/app/cache/* &#038;&#038; ok<br />
msg "Cleaning logs" &#038;&#038; sudo rm -r $DIR/app/logs/* &#038;&#038; ok<br />
printf "\033[0m"<br />
</code></p>
<p>Place it in your project&#8217;s bin folder and you&#8217;re good to go :-bd</p>
]]></content:encoded>
			<wfw:commentRss>http://skyweb.ro/2012/01/20/cleanup-your-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smarty 3 extension for Zend Framework</title>
		<link>http://skyweb.ro/2011/05/29/smarty-3-extension-for-zend-framework/</link>
		<comments>http://skyweb.ro/2011/05/29/smarty-3-extension-for-zend-framework/#comments</comments>
		<pubDate>Sun, 29 May 2011 10:49:59 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://skyweb.ro/?p=423</guid>
		<description><![CDATA[Smarty 3 extension is easy to integrate and with full compatibility of view and layout templates which supports all standard features like modules and view rendering in ajax, json, xml. All helpers with Smarty 3 are working nicely without any intervention. Features: Layout and view rendering by standard rules Static template path for each module [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Smarty 3</strong> extension is easy to integrate and with full compatibility 	of view and layout templates which supports all standard features like modules and view 	rendering in ajax, json, xml. All helpers with Smarty 3 are working nicely without any 	intervention.</p>
<p>Features:</p>
<ul>
<li>Layout and view rendering by standard rules</li>
<li>Static template path for each module</li>
<li>All helper support including ajax, json, xml contexts</li>
</ul>
<p>[<a href="http://www.gediminasm.org/article/smarty-3-extension-for-zend-framework" target="_blank">...</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://skyweb.ro/2011/05/29/smarty-3-extension-for-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Increase Mac OS X Snow Leopard Virtual Machine Screen Resolution on VirtualBox and VMware</title>
		<link>http://skyweb.ro/2011/04/12/how-to-increase-mac-os-x-snow-leopard-virtual-machine-screen-resolution-on-virtualbox-and-vmware/</link>
		<comments>http://skyweb.ro/2011/04/12/how-to-increase-mac-os-x-snow-leopard-virtual-machine-screen-resolution-on-virtualbox-and-vmware/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 12:12:34 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[Sys admin]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://skyweb.ro/?p=417</guid>
		<description><![CDATA[Are you running Snow Leopard on Intel or AMD Computers by any of the desktop virtualization software VMware or VirtualBox? Then this post will be helpful to increase screen resolution size of Snow Leopard Virtual Machine to get full screen. Adjusting screen size including wide screen on VMware is easy since VMware tools ( Not [...]]]></description>
			<content:encoded><![CDATA[<p>Are you running Snow Leopard on Intel or AMD Computers by any of the desktop virtualization software VMware or VirtualBox? Then this post will be helpful to increase screen resolution size of Snow Leopard Virtual Machine to get full screen. Adjusting screen size including wide screen on VMware is easy since VMware tools ( Not official, with VGA driver) available, but setting up screen resolution in VirtualBox is slightly different for each installation methods [<a href="http://www.sysprobs.com/increase-mac-os-virtual-machine-screen-resolution-virtualbox-vmware-player" target="_blank">...</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://skyweb.ro/2011/04/12/how-to-increase-mac-os-x-snow-leopard-virtual-machine-screen-resolution-on-virtualbox-and-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Your Own Linux Test Server</title>
		<link>http://skyweb.ro/2011/04/09/build-your-own-linux-test-server/</link>
		<comments>http://skyweb.ro/2011/04/09/build-your-own-linux-test-server/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 20:09:23 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sys admin]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://skyweb.ro/?p=412</guid>
		<description><![CDATA[Last year, we built a DIY Linux workstation with an eye toward creating a high-end development machine with the ability to run multiple virtual machines at the same time. Now, we&#8217;re going to build a machine fit for testing server operating systems to include functioning as a KVM or Xen virtual host. The other goal [...]]]></description>
			<content:encoded><![CDATA[<p>Last year, we built a DIY Linux workstation with an eye toward creating a  high-end development machine with the ability to run multiple virtual  machines at the same time. Now, we&#8217;re going to build a machine fit for  testing server operating systems to include functioning as a KVM or Xen  virtual host. The other goal is to have a flexible machine capable of  being quickly reconfigured for testing purposes. As new versions of  operating systems are released, they must be tested with any custom  software applications before being putt into production. Our DIY server  will, hopefully, fulfill this role perfectly [<a href="http://www.serverwatch.com/tutorials/article.php/3929016/article.htm" target="_blank">...</a>].</p>
]]></content:encoded>
			<wfw:commentRss>http://skyweb.ro/2011/04/09/build-your-own-linux-test-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSMin &#8211; The JavaScript Minifier</title>
		<link>http://skyweb.ro/2011/04/09/jsmin-the-javascript-minifier/</link>
		<comments>http://skyweb.ro/2011/04/09/jsmin-the-javascript-minifier/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 18:14:35 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://skyweb.ro/?p=407</guid>
		<description><![CDATA[JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation. [...]]]></description>
			<content:encoded><![CDATA[<p><tt>JSMin</tt> is a filter which removes comments and unnecessary   whitespace from <a href="http://www.crockford.com/javascript">JavaScript</a> files. It typically reduces filesize by half, resulting in faster downloads.   It also encourages a more expressive programming style because it eliminates   the download cost of clean, literate self-documentation. [<a href="http://www.crockford.com/javascript/jsmin.html" target="_blank">...</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://skyweb.ro/2011/04/09/jsmin-the-javascript-minifier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heresy &amp; Heretical Open Source: A Heretic&#8217;s Perspective</title>
		<link>http://skyweb.ro/2011/04/09/heresy-heretical-open-source-a-heretics-perspective/</link>
		<comments>http://skyweb.ro/2011/04/09/heresy-heretical-open-source-a-heretics-perspective/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 17:37:36 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://skyweb.ro/?p=402</guid>
		<description><![CDATA[Douglas Crockford presents a debate existing around XML and JSON, and the negative effect of the Intellectual Property laws on open source software. [...]]]></description>
			<content:encoded><![CDATA[<p>Douglas Crockford presents a debate existing around XML and JSON, and  the negative effect of the Intellectual Property laws on open source  software. [<a href="http://www.infoq.com/presentations/Heretical-Open-Source" target="_blank">...</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://skyweb.ro/2011/04/09/heresy-heretical-open-source-a-heretics-perspective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Linux and WebDAV to Facilitate Online Collaboration</title>
		<link>http://skyweb.ro/2011/04/09/use-linux-and-webdav-to-facilitate-online-collaboration/</link>
		<comments>http://skyweb.ro/2011/04/09/use-linux-and-webdav-to-facilitate-online-collaboration/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 17:22:41 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sys admin]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://skyweb.ro/?p=399</guid>
		<description><![CDATA[Unlike FTP, HTTP provides strong authentication and encryption, as well as caching and proxy support &#8212; and because WebDAV works over HTTP, WebDAV gets all of that for free. SSH would be another option, but SSH is a bit more limited in terms of moving files around, and it has nowhere near the quality of [...]]]></description>
			<content:encoded><![CDATA[<p>Unlike FTP, HTTP provides strong authentication and encryption, as well  as caching and proxy support &#8212; and because WebDAV works over HTTP, WebDAV  gets all of that for free. SSH would be another option, but SSH is a bit more limited in terms of moving files around, and it has  nowhere near the quality of client support and tools available. [<a href="http://www.serverwatch.com/tutorials/article.php/3929346/article.htm" target="_blank">...</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://skyweb.ro/2011/04/09/use-linux-and-webdav-to-facilitate-online-collaboration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Negative CAPTCHA</title>
		<link>http://skyweb.ro/2011/04/07/negative-captcha/</link>
		<comments>http://skyweb.ro/2011/04/07/negative-captcha/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 14:17:18 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://skyweb.ro/?p=396</guid>
		<description><![CDATA[It&#8217;s a neat idea, instead of asking the user to prove he&#8217;s human, it instead tricks the spam bot into revealing it&#8217;s a bot. It does this with a email field that is hidden from the user by CSS. [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a neat idea, instead of asking the user to prove he&#8217;s human, it  instead tricks the spam bot into revealing it&#8217;s a bot. It does this with  a email field that is hidden from the user by CSS. [<a href="http://damienkatz.net/2007/01/negative_captch.html" target="_blank">...</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://skyweb.ro/2011/04/07/negative-captcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Tips: Password usage in sudo (PASSWD / NOPASSWD)</title>
		<link>http://skyweb.ro/2011/04/06/linux-tips-password-usage-in-sudo-passwd-nopasswd/</link>
		<comments>http://skyweb.ro/2011/04/06/linux-tips-password-usage-in-sudo-passwd-nopasswd/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 10:50:07 +0000</pubDate>
		<dc:creator>andi</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sys admin]]></category>

		<guid isPermaLink="false">http://skyweb.ro/?p=393</guid>
		<description><![CDATA[If you are using sudo you most certainly know that the default setup will require the user running sudo to enter a password (by default the password of the user running sudo). I will show you in this post what options sudo offers related to passwords and how they can be used. [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using <strong>sudo </strong>you most certainly know that the default setup will require the user running sudo to <span style="text-decoration: underline;">enter a password</span> (by default the password of the user running sudo).<br />
I will show you in this post what options <strong>sudo </strong>offers related to <strong>passwords </strong>and how they can be used. [<a href="http://www.ducea.com/2006/06/18/linux-tips-password-usage-in-sudo-passwd-nopasswd/" target="_blank">...</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://skyweb.ro/2011/04/06/linux-tips-password-usage-in-sudo-passwd-nopasswd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

