<?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>Pragmatic Programmer Issues - pietrowski.info</title>
	
	<link>http://pietrowski.info</link>
	<description />
	<lastBuildDate>Thu, 01 Dec 2011 10:11:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/PragmaticProgrammerIssues" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="pragmaticprogrammerissues" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Importance of Security</title>
		<link>http://pietrowski.info/2011/12/importance_security/</link>
		<comments>http://pietrowski.info/2011/12/importance_security/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 10:11:54 +0000</pubDate>
		<dc:creator>pedro</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://pietrowski.info/?p=1028</guid>
		<description><![CDATA[Everybody knows web application are now de facto standard in daily use. We go even further as we have more and more mobile devices. We are building our apps in such a way we can access it from mobile phones, tablets and even e-book readers. So nobody should be surprised that companies involved in web [...]]]></description>
			<content:encoded><![CDATA[<p>Everybody knows web application are now de facto standard in daily use. We go even further as we have more and more mobile devices.<br />
We are building our apps in such a way we can access it from mobile phones, tablets and even e-book readers.</p>
<p>So nobody should be surprised that companies involved in web standards have published article focused on web application security.</p>
<ul>
<li>Google: <a href="http://code.google.com/p/browsersec/wiki/Main">Browser Security Handbook</a></li>
<li>Google: Web Application Exploits and Defenses <a href="http://google-gruyere.appspot.com/part1">part one</a>, <a href="http://google-gruyere.appspot.com/part2">part two </a>, <a href="http://google-gruyere.appspot.com/part3">part three</a>, <a href="http://google-gruyere.appspot.com/part4">part four</a>, <a href="http://google-gruyere.appspot.com/part5">part five</a>.</li>
<li>Great live step by step tutorial on Gruyere application. It is challenging</li>
<li>Mozilla : <a href="https://wiki.mozilla.org/WebAppSec/Secure_Coding_Guidelines">WebAppSec/Secure Coding Guidelines</a> - Here are some quick wins.
<ul>
<li>For all cookies set the HTTPOnly and Secure flag</li>
<li>Make sure login pages are only served on HTTPS and all authenticated pages are only served on HTTPS</li>
<li>Don&#8217;t trust any user data (input, headers, cookies etc). Make sure to validate it before using it</li>
</ul>
</li>
<li>Last but not least <a href="https://www.owasp.org/index.php/Main_Page">OWASP site</a> is one of the best security information site.</li>
</ul>
<p>Happy Hacking your apps</p>
]]></content:encoded>
			<wfw:commentRss>http://pietrowski.info/2011/12/importance_security/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pedro Newsletter 30.11.2011</title>
		<link>http://pietrowski.info/2011/11/pedro-newsletter-30-11-2011/</link>
		<comments>http://pietrowski.info/2011/11/pedro-newsletter-30-11-2011/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 22:49:13 +0000</pubDate>
		<dc:creator>pedro</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://pietrowski.info/2011/11/pedro-newsletter-30-11-2011/</guid>
		<description><![CDATA[This is the last Pedro Newsletter. Hope you enjoyed it. Atlassian OnDemand add Tempo plugin &#8211; time management and reporting is now easy. smtproutes &#8211; simple SMTP server (Sinatra inspiration). Spring Framework 3.1.0.RC2 was released. Redis for autocomplete. Alex&#8217;s Git Tip of The Week: Git submodules. iOS 5.1 beta &#8211; Siri integration Thanks for all, [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both">This is the last Pedro Newsletter. Hope you enjoyed it.</p>
<p style="clear: both">
<ul style="clear: both">
<li>Atlassian OnDemand add <a href="http://blogs.atlassian.com/2011/11/atlassian-ondemand-meet-tempo/">Tempo plugin</a> &#8211; time management and reporting is now easy.</li>
<li><a href="https://github.com/bcoe/smtproutes" title="Untitled">smtproutes</a> &#8211; simple SMTP server (Sinatra inspiration).</li>
<li>Spring Framework 3.1.0.RC2 <a href="http://www.springsource.org/node/3317">was released</a>.</li>
<li><a href="http://www.rubyflow.com/items/6875-two-articles-on-using-redis-for-autocomplete">Redis for autocomplete</a>.</li>
<li>Alex&#8217;s Git Tip of The Week: <a href="http://alblue.bandlem.com/2011/11/git-tip-of-week-git-submodules.html">Git submodules</a>.</li>
<li>iOS 5.1 beta &#8211; <a href="http://arstechnica.com/apple/news/2011/11/ios-51-beta-offers-developers-limited-siri-integration.ars">Siri integration</a>  </li>
</ul>
<p>Thanks for all, folks!</p>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://pietrowski.info/2011/11/pedro-newsletter-30-11-2011/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Pedro Newsletter 29.11.2011</title>
		<link>http://pietrowski.info/2011/11/pedro-newsletter-29-11-2011/</link>
		<comments>http://pietrowski.info/2011/11/pedro-newsletter-29-11-2011/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 22:03:20 +0000</pubDate>
		<dc:creator>pedro</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://pietrowski.info/?p=1023</guid>
		<description><![CDATA[How to write Confluence plugin for SaaS. Google I/O 2012 extended to three days (June 27-29). pagekite - Bring your localhost servers on-line. Sounds good, when you want to show current Scrum result for your client. Solr/Lucene 3.5 was released. Evolution of Google Search 14 years in six minutes.]]></description>
			<content:encoded><![CDATA[<ul>
<li>How to write <a href="http://blogs.atlassian.com/2011/11/writing-a-confluence-plugin-for-a-saas-product/">Confluence plugin for SaaS</a>.</li>
<li>Google I/O 2012 <a href="http://googlecode.blogspot.com/2011/11/google-io-2012-extended-to-three-days.html">extended to three days</a> (June 27-29).</li>
<li><a href="https://pagekite.net/">pagekite</a> - Bring your localhost servers on-line. Sounds good, when you want to show current Scrum result for your client.</li>
<li>Solr/Lucene 3.5 <a href="http://java.dzone.com/news/lucenesolr-35-released-see">was released</a>.</li>
<li><a href="http://googleblog.blogspot.com/2011/11/evolution-of-search-in-six-minutes.html">Evolution of Google Search</a> 14 years in six minutes.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://pietrowski.info/2011/11/pedro-newsletter-29-11-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pedro Newsletter 28.11.2011</title>
		<link>http://pietrowski.info/2011/11/pedro-newsletter-28-11-2011/</link>
		<comments>http://pietrowski.info/2011/11/pedro-newsletter-28-11-2011/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 21:37:27 +0000</pubDate>
		<dc:creator>pedro</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://pietrowski.info/?p=1020</guid>
		<description><![CDATA[2011 Google Developers Days (slides). GeoGebra - Free mathematics software for learning and teaching. Rails Good practice 1.5 was released. Five Hours with ThoughtWorks Go. Node.js style guide]]></description>
			<content:encoded><![CDATA[<ul>
<li>2011 Google Developers Days (<a href="http://united-coders.com/christian-harms/2011-google-developer-day-all-slides-and-links">slides</a>).</li>
<li><a href="http://www.geogebra.org/cms/">GeoGebra</a> - Free mathematics software for learning and teaching.</li>
<li>Rails Good practice 1.5 <a href="https://github.com/flyerhzm/rails_best_practices" class="broken_link">was released</a>.</li>
<li><a href="http://diarmuidmoloney.wordpress.com/2011/11/24/thoughtworks-go/">Five Hours</a> with ThoughtWorks Go.</li>
<li>Node.js <a href="http://nodeguide.com/style.html">style guide</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://pietrowski.info/2011/11/pedro-newsletter-28-11-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pedro Newsletter 25.11.2011</title>
		<link>http://pietrowski.info/2011/11/pedro-newsletter-25-11-2011/</link>
		<comments>http://pietrowski.info/2011/11/pedro-newsletter-25-11-2011/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 22:15:24 +0000</pubDate>
		<dc:creator>pedro</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://pietrowski.info/?p=1018</guid>
		<description><![CDATA[Thoughts on 2011 ONCIX Report. Every security professional should read that. Spring Roo 1.20.RC1 was released with PrimeFaces 3 support. Faster Bamboo Dashboard with Plan Labels. Grails: wildcard search on two fields. Key announcements from Oracle World.]]></description>
			<content:encoded><![CDATA[<ul style="clear: both">
<li><a href="http://taosecurity.blogspot.com/2011/11/thoughts-on-2011-oncix-report.html">Thoughts on 2011 ONCIX Report</a>. Every security professional should read that.</li>
<li>Spring Roo 1.20.RC1 <a href="http://blog.springsource.org/2011/11/23/spring-roo-1-2-0-rc1-released/">was released</a> with PrimeFaces 3 support.</li>
<li><a href="http://blogs.atlassian.com/2011/11/dashboard-filtering-with-labels">Faster Bamboo Dashboard</a> with Plan Labels.</li>
<li>Grails: <a href="http://aftershox.com/2011/11/24/grails-wildcard-search-on-two-fields/">wildcard search on two fields</a>.</li>
<li><a href="http://blogs.oracle.com/exadatapartnercommunity/entry/key_announcements_from_oracle_openworld">Key announcements</a> from Oracle World.</li>
</ul>
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://pietrowski.info/2011/11/pedro-newsletter-25-11-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

