<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Pavel Nikolov's Blog</title>
	
	<link>http://pavelnikolov.net</link>
	<description>Dreamer. Cyclist. Hiker. Blogger. Web Developer.</description>
	<lastBuildDate>Wed, 22 Feb 2012 18:51:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/pavelnikolov" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="pavelnikolov" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Replace a newline in T-SQL</title>
		<link>http://pavelnikolov.net/2012/02/replace-a-newline-in-t-sql/</link>
		<comments>http://pavelnikolov.net/2012/02/replace-a-newline-in-t-sql/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 18:48:17 +0000</pubDate>
		<dc:creator>Pavel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MSSQL]]></category>

		<guid isPermaLink="false">http://pavelnikolov.net/?p=30</guid>
		<description><![CDATA[Today I had to import data for a client into MSSQL. One of the tasks required replacing all the newline symbols in a column with semicolon (;) Here is a solution: REPLACE(@someString, char(13) + char(10), ';') this code replaces all newline symbols in @someString with (;).]]></description>
			<content:encoded><![CDATA[<p>Today I had to import data for a client into MSSQL. One of the tasks required replacing all the newline symbols in a column with semicolon (;)</p>
<p>Here is a solution:</p>
<p><code>REPLACE(@someString, char(13) + char(10), ';')</code></p>
<p>this code replaces all newline symbols in @someString with (;).</p>
]]></content:encoded>
			<wfw:commentRss>http://pavelnikolov.net/2012/02/replace-a-newline-in-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fancy jQuery scrollbar</title>
		<link>http://pavelnikolov.net/2012/01/fancy-jquery-scrollbar/</link>
		<comments>http://pavelnikolov.net/2012/01/fancy-jquery-scrollbar/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 20:31:38 +0000</pubDate>
		<dc:creator>Pavel</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://pavelnikolov.net/?p=27</guid>
		<description><![CDATA[Fancy scrollbar like the one in Facebook or Google Reader.]]></description>
			<content:encoded><![CDATA[<p>Today I was wondering how to implement a fancy scrollbar like the ones in Google Reader or Facebook. I found exactly what I was looking for here: <a href="http://jsfiddle.net/PVZB8/139/">http://jsfiddle.net/PVZB8/139/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pavelnikolov.net/2012/01/fancy-jquery-scrollbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello, blogosphere!</title>
		<link>http://pavelnikolov.net/2010/03/hello-blogosphere/</link>
		<comments>http://pavelnikolov.net/2010/03/hello-blogosphere/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 10:35:23 +0000</pubDate>
		<dc:creator>Pavel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[announcement]]></category>

		<guid isPermaLink="false">http://pavelnikolov.net/blog/?p=1</guid>
		<description><![CDATA[My first blog post. Some info about me and the blog.]]></description>
			<content:encoded><![CDATA[<p>Welcome to my blog. I&#8217;m happy you are reading my very first blog post. I had a &#8220;Buy a domain and setup a blog&#8221; task in my TODO list for a long time and finally I decided to really start blogging.</p>
<p>Expect more posts soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://pavelnikolov.net/2010/03/hello-blogosphere/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

