

<?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>Websites &#8211; PITS Blog</title>
	<atom:link href="http://pitsblog.dev.displayme.net/websites/feed/" rel="self" type="application/rss+xml" />
	<link>http://pitsblog.dev.displayme.net</link>
	<description>Magento, WordPress, Typo3, HTML/CSS, Angular, JAVA, SAP Hybris</description>
	<lastBuildDate>Fri, 08 Jul 2016 06:16:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.4</generator>

<image>
	<url>http://pitsblog.dev.displayme.net/wp-content/uploads/2020/12/favicon-16.png</url>
	<title>Websites &#8211; PITS Blog</title>
	<link>http://pitsblog.dev.displayme.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Reduce page load time using asynchronous database queries</title>
		<link>http://pitsblog.dev.displayme.net/reduce-pageload-time-using-asynchronous-database-queries/</link>
					<comments>http://pitsblog.dev.displayme.net/reduce-pageload-time-using-asynchronous-database-queries/#respond</comments>
		
		<dc:creator><![CDATA[Francis Varghese]]></dc:creator>
		<pubDate>Fri, 24 Jun 2016 08:29:57 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[asynchronous db queries]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqli]]></category>
		<guid isPermaLink="false">http://www.pitsolutions.ch/blog/?p=2017</guid>

					<description><![CDATA[<p>Traditionally in MySQL, we execute queries sequentially i.e. queries will be executed one after other only. So if we are executing multiple queries then each query will be blocked until.....</p>
<p>The post <a rel="nofollow" href="http://pitsblog.dev.displayme.net/reduce-pageload-time-using-asynchronous-database-queries/">Reduce page load time using asynchronous database queries</a> appeared first on <a rel="nofollow" href="http://pitsblog.dev.displayme.net">PITS Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>http://pitsblog.dev.displayme.net/reduce-pageload-time-using-asynchronous-database-queries/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SQL Injection:  The Security Dread</title>
		<link>http://pitsblog.dev.displayme.net/sql-injection-the-security-dread/</link>
					<comments>http://pitsblog.dev.displayme.net/sql-injection-the-security-dread/#respond</comments>
		
		<dc:creator><![CDATA[Vishnu Subramoniam]]></dc:creator>
		<pubDate>Wed, 31 Dec 2014 08:56:48 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Websites]]></category>
		<guid isPermaLink="false">http://www.pitsolutions.ch/blog/?p=1562</guid>

					<description><![CDATA[<p>“SQL injection (SQLI) is considered one of the top 10 web application vulnerabilities of 2007 and 2010 by the Open Web Application Security Project. In 2013, SQLI was rated the.....</p>
<p>The post <a rel="nofollow" href="http://pitsblog.dev.displayme.net/sql-injection-the-security-dread/">SQL Injection:  The Security Dread</a> appeared first on <a rel="nofollow" href="http://pitsblog.dev.displayme.net">PITS Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>http://pitsblog.dev.displayme.net/sql-injection-the-security-dread/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What the &#8220;Heartbleed&#8221; Security Bug Means</title>
		<link>http://pitsblog.dev.displayme.net/what-the-heartbleed-security-bug-means/</link>
					<comments>http://pitsblog.dev.displayme.net/what-the-heartbleed-security-bug-means/#respond</comments>
		
		<dc:creator><![CDATA[Anuraj]]></dc:creator>
		<pubDate>Wed, 16 Jul 2014 07:03:01 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Heartbleed]]></category>
		<category><![CDATA[Heartbleed bugs]]></category>
		<category><![CDATA[latest updates on Heartbleed]]></category>
		<guid isPermaLink="false">http://blog.pitsolutions.com/?p=1100</guid>

					<description><![CDATA[<p>It&#8217;s a very painful occasion when our heart bleeds. Does it occurs only to Humans. Millions of websites are already facing the prospect of data leak because of Heartbleed, if.....</p>
<p>The post <a rel="nofollow" href="http://pitsblog.dev.displayme.net/what-the-heartbleed-security-bug-means/">What the &#8220;Heartbleed&#8221; Security Bug Means</a> appeared first on <a rel="nofollow" href="http://pitsblog.dev.displayme.net">PITS Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>http://pitsblog.dev.displayme.net/what-the-heartbleed-security-bug-means/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>An Introduction to Stored Procedures in MySQL 5</title>
		<link>http://pitsblog.dev.displayme.net/an-introduction-to-stored-procedures-in-mysql-5/</link>
					<comments>http://pitsblog.dev.displayme.net/an-introduction-to-stored-procedures-in-mysql-5/#respond</comments>
		
		<dc:creator><![CDATA[Nishad Aliyar]]></dc:creator>
		<pubDate>Mon, 17 Mar 2014 13:58:10 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL 5]]></category>
		<guid isPermaLink="false">http://blog.pitsolutions.com/?p=978</guid>

					<description><![CDATA[<p>MySQL 5 introduced a plenty of new features &#8211; stored procedures being one of the most significant. In this tutorial, we will cover the basics of stored procedures and its.....</p>
<p>The post <a rel="nofollow" href="http://pitsblog.dev.displayme.net/an-introduction-to-stored-procedures-in-mysql-5/">An Introduction to Stored Procedures in MySQL 5</a> appeared first on <a rel="nofollow" href="http://pitsblog.dev.displayme.net">PITS Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>http://pitsblog.dev.displayme.net/an-introduction-to-stored-procedures-in-mysql-5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
