<?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>Paul Costan</title>
	<atom:link href="http://www.paulcostan.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulcostan.com</link>
	<description>Web Designer &#124; Web Developer</description>
	<lastBuildDate>Tue, 01 May 2012 23:24:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Custom Web fonts</title>
		<link>http://www.paulcostan.com/2012/04/custom-web-fonts/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=custom-web-fonts</link>
		<comments>http://www.paulcostan.com/2012/04/custom-web-fonts/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 10:34:03 +0000</pubDate>
		<dc:creator>pcostan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<guid isPermaLink="false">http://www.paulcostan.com/?p=562</guid>
		<description><![CDATA[Hi guys, If you want to use nice funky, stylish fonts on your web sites&#8230; then I would recommend to use &#8216;Typekit&#8217;. Typekit gives you a library of fonts to select from. Click here to sign up. To sign up you will need an Adobe ID account.]]></description>
		<wfw:commentRss>http://www.paulcostan.com/2012/04/custom-web-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Git commands to push and pull</title>
		<link>http://www.paulcostan.com/2012/04/basic-git-commands-to-push-and-pull/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=basic-git-commands-to-push-and-pull</link>
		<comments>http://www.paulcostan.com/2012/04/basic-git-commands-to-push-and-pull/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 10:25:40 +0000</pubDate>
		<dc:creator>pcostan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<guid isPermaLink="false">http://www.paulcostan.com/?p=560</guid>
		<description><![CDATA[To check what has been modified, changed or added # git status Pull files down from repo # git pull To push file to repo # git push origin master Add new files # git add Delete files # git rm -rf (path to folder)]]></description>
		<wfw:commentRss>http://www.paulcostan.com/2012/04/basic-git-commands-to-push-and-pull/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install LESS with Omega Responsive HTML5 Base Theme</title>
		<link>http://www.paulcostan.com/2012/04/how-to-install-less-with-omega-responsive-html5-base-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-less-with-omega-responsive-html5-base-theme</link>
		<comments>http://www.paulcostan.com/2012/04/how-to-install-less-with-omega-responsive-html5-base-theme/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 16:39:26 +0000</pubDate>
		<dc:creator>pcostan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<guid isPermaLink="false">http://www.paulcostan.com/?p=551</guid>
		<description><![CDATA[How to implement LESS on to your Drupal sites with Omega theme (Responsive HTML5 Base Theme) 1) First of a will need to download and upload/install the following theme, modules and libraries. In these order: Omega &#8211; Responsive HTML5 Base Theme These files will need to be dropped in: &#8216;\sites\all\themes&#8217; Omega tool These files will [...]]]></description>
		<wfw:commentRss>http://www.paulcostan.com/2012/04/how-to-install-less-with-omega-responsive-html5-base-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to uncompress tar file in Linux</title>
		<link>http://www.paulcostan.com/2012/04/how-to-uncompress-tar-file-in-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-uncompress-tar-file-in-linux</link>
		<comments>http://www.paulcostan.com/2012/04/how-to-uncompress-tar-file-in-linux/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 09:03:39 +0000</pubDate>
		<dc:creator>pcostan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<guid isPermaLink="false">http://www.paulcostan.com/?p=549</guid>
		<description><![CDATA[Here is how to uncompress tar file. # gunzip filename.tar.gz or # tar xvf filename.tar Here is the command to execute .pl file. # perl vmware-install.pl]]></description>
		<wfw:commentRss>http://www.paulcostan.com/2012/04/how-to-uncompress-tar-file-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL: How to fix ERROR 1153 (08S01) in Centos 5</title>
		<link>http://www.paulcostan.com/2012/04/mysql-how-to-fix-error-1153-08s01-in-centos-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql-how-to-fix-error-1153-08s01-in-centos-5</link>
		<comments>http://www.paulcostan.com/2012/04/mysql-how-to-fix-error-1153-08s01-in-centos-5/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 14:49:26 +0000</pubDate>
		<dc:creator>pcostan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<guid isPermaLink="false">http://www.paulcostan.com/?p=543</guid>
		<description><![CDATA[To increase &#8216;max_allowed_packet&#8217;. I came across this issue when trying to import 1.6gb sql dump. It took me a couple of hours to figure this out. So here is how I did it&#8230; Go and edit this file: # nano /etc/my.cnf [mysqld] datadir=/var/lib/mysql max_allowed_packet=64M]]></description>
		<wfw:commentRss>http://www.paulcostan.com/2012/04/mysql-how-to-fix-error-1153-08s01-in-centos-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to Paul Costan showcase site</title>
		<link>http://www.paulcostan.com/2012/02/welcome-to-paul-costan-showcase-site/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=welcome-to-paul-costan-showcase-site</link>
		<comments>http://www.paulcostan.com/2012/02/welcome-to-paul-costan-showcase-site/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 02:37:16 +0000</pubDate>
		<dc:creator>pcostan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">http://www.paulcostan.com/?p=521</guid>
		<description><![CDATA[Hi there, thank you for visiting my showcase site. If you are interested in my work please do not hesitate to contact me.]]></description>
		<wfw:commentRss>http://www.paulcostan.com/2012/02/welcome-to-paul-costan-showcase-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to restart Centos Apache and MySQL</title>
		<link>http://www.paulcostan.com/2012/01/how-to-restart-centos-apache-and-mysql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-restart-centos-apache-and-mysql</link>
		<comments>http://www.paulcostan.com/2012/01/how-to-restart-centos-apache-and-mysql/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 11:58:49 +0000</pubDate>
		<dc:creator>pcostan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<guid isPermaLink="false">http://www.paulcostan.com/?p=501</guid>
		<description><![CDATA[Command line as follow: /etc/init.d/httpd  restart /etc/init.d/mysqld restart Or serice httpd restart serice mysqld restart &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Import Database dumps 1) mysql -u root -p -h localhost 2) mysql> create database foo; 3) mysql> exit; 4) mysql -u root -p -h localhost foo < testing_db.sql &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Adding site to your virtual host: /etc/httpd/conf.d/filename.conf &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; To view [...]]]></description>
		<wfw:commentRss>http://www.paulcostan.com/2012/01/how-to-restart-centos-apache-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to do a quick A/B test in commandline</title>
		<link>http://www.paulcostan.com/2012/01/how-to-do-a-quick-server-speed-test/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-do-a-quick-server-speed-test</link>
		<comments>http://www.paulcostan.com/2012/01/how-to-do-a-quick-server-speed-test/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 11:37:49 +0000</pubDate>
		<dc:creator>pcostan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<guid isPermaLink="false">http://www.paulcostan.com/?p=495</guid>
		<description><![CDATA[# ab -n 100 -c 10 http://www.yourwebsite.com/index.php &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Benchmarking www.yourwebsite.com (be patient)&#8230;..done Server Software: Apache/2.2.17 Server Hostname: www.yourwebsite.com Server Port: 80 Document Path: /index.php Document Length: 0 bytes Concurrency Level: 10 Time taken for tests: 149.230631 seconds Complete requests: 100 Failed requests: 0 Write errors: 0 Non-2xx responses: 100 Total transferred: 51800 bytes HTML transferred: [...]]]></description>
		<wfw:commentRss>http://www.paulcostan.com/2012/01/how-to-do-a-quick-server-speed-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to unlock your O2 iPhone without jail breaking</title>
		<link>http://www.paulcostan.com/2012/01/how-to-unlock-your-o2-iphone-without-jail-breaking/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-unlock-your-o2-iphone-without-jail-breaking</link>
		<comments>http://www.paulcostan.com/2012/01/how-to-unlock-your-o2-iphone-without-jail-breaking/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 15:59:51 +0000</pubDate>
		<dc:creator>pcostan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[iPhone / iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[network provider]]></category>
		<category><![CDATA[O2]]></category>
		<category><![CDATA[unlock]]></category>
		<guid isPermaLink="false">http://www.paulcostan.com/?p=486</guid>
		<description><![CDATA[Recently my contract with O2 had expired. I did a lot of research and phoning around for best deals and T-Mobile gave me an offer I could not refuse. I do love my iPhone but I thought to try out Android. And why not I&#8217;m open minded as I&#8217;m a web developer. I know there [...]]]></description>
		<wfw:commentRss>http://www.paulcostan.com/2012/01/how-to-unlock-your-o2-iphone-without-jail-breaking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twixtor Pro Examples</title>
		<link>http://www.paulcostan.com/2011/12/twixtor-pro-examples/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=twixtor-pro-examples</link>
		<comments>http://www.paulcostan.com/2011/12/twixtor-pro-examples/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 09:18:30 +0000</pubDate>
		<dc:creator>pcostan</dc:creator>
				<category><![CDATA[Latest Tech]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[iPhone4]]></category>
		<category><![CDATA[slow motion]]></category>
		<category><![CDATA[Twixtor Pro]]></category>
		<category><![CDATA[Video]]></category>
		<guid isPermaLink="false">http://www.paulcostan.com/?p=472</guid>
		<description><![CDATA[There are alot of slow motion videos on youtube which demostrates impressive quality of &#8216;FPS&#8217;&#8230; Some of you may not know &#8216;FPS&#8217; stands for &#8216;Frames Per Seconds&#8217;. By standard video recorders capture 25fsp or 29fps. Any higher 600fps or 6,000fps we move to slowmotion (freezing time). A lot of SLRs out there now can records [...]]]></description>
		<wfw:commentRss>http://www.paulcostan.com/2011/12/twixtor-pro-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

