<?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>Erata.NET &#187; web</title>
	<atom:link href="http://www.erata.net/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erata.net</link>
	<description>If we don't have the solution you have the wrong problem</description>
	<lastBuildDate>Thu, 17 Nov 2011 11:12:57 +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>Cassette &#8211; Asset management for .NET web apps</title>
		<link>http://www.erata.net/net/cassette-asset-management-net-web-apps/</link>
		<comments>http://www.erata.net/net/cassette-asset-management-net-web-apps/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 08:02:02 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[cassette]]></category>
		<category><![CDATA[combine]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[minify]]></category>
		<category><![CDATA[stylesheets]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=286</guid>
		<description><![CDATA[A few weeks ago i've started using <a title="Get Cassette" href="http://getcassette.net/">Cassette</a>, a very nice asset management tool for .net web applications. It will basically take your assets ( javascript, coffescript, css, images ) and do the right thing with them ( combine, minify etc).

While working with it i had a few issues which I've  managed to solve and i would like to share them. <a href="http://www.erata.net/net/cassette-asset-management-net-web-apps/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/cassette-asset-management-net-web-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC or ASP.NET just got plesent</title>
		<link>http://www.erata.net/net/asp-net-mvc-or-asp-net-just-got-plesent/</link>
		<comments>http://www.erata.net/net/asp-net-mvc-or-asp-net-just-got-plesent/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 07:44:23 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[aka]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[c templates]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[generic types]]></category>
		<category><![CDATA[lambda expressions]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[new job]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=71</guid>
		<description><![CDATA[I've been really busy the last months with the new job where we use c#. I've grown found to it ... it has a lot of nice features ... lambda expressions, anonymous types, generic types. Sure there are a lot of thing that can be improved like real generic types ( aka C++ templates ) but it's a really reliable tool. 
 
In the past I've worked on a few <a href="http://www.erata.net/net/asp-net-mvc-or-asp-net-just-got-plesent/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/asp-net-mvc-or-asp-net-just-got-plesent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Exploit Scanner Plugin</title>
		<link>http://www.erata.net/security/wordpress-exploit-scanner-plugin/</link>
		<comments>http://www.erata.net/security/wordpress-exploit-scanner-plugin/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 08:45:30 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[core files]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[exploits/throjans/malware web scripts]]></category>
		<category><![CDATA[installation folder]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[security tool]]></category>
		<category><![CDATA[suspicious files]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web scripts]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=65</guid>
		<description><![CDATA[I've found a few days ago <a title="Exploit Scanner" href="http://ocaoimh.ie/exploit-scanner/">this plugin</a> and i would like to share with everybody since it may help secure the web. This plugin scans the wordpress installation folder for paterns usualy found in exploits/throjans/malware web scripts. The plugin produces quite a few false positive alerts but also it's very easy to spot suspicious code in suspicious files. 
 
It would be nice if <a href="http://www.erata.net/security/wordpress-exploit-scanner-plugin/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/security/wordpress-exploit-scanner-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash on FreeBSD &#8211; Gnash</title>
		<link>http://www.erata.net/freebsd/flash-on-freebsd-gnash/</link>
		<comments>http://www.erata.net/freebsd/flash-on-freebsd-gnash/#comments</comments>
		<pubDate>Tue, 27 May 2008 10:41:12 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash7]]></category>
		<category><![CDATA[gnash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux plugin]]></category>
		<category><![CDATA[linux-flash]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[reason]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web graphics]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=42</guid>
		<description><![CDATA[Watching flash content on FreeBSD was and still is a problem. It\'s sad Adobe won\'t publish a native version of flash for FreeBSD, or even better open the sources for the flash player. It\'s strange they don\'t, unless the sources are a real mess I don\'t see any strong reason for not doing so. Now that rumors are found about new technologies for web graphics likesvg, html 5, flash might not be so popular in the future. <a href="http://www.erata.net/freebsd/flash-on-freebsd-gnash/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/freebsd/flash-on-freebsd-gnash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wt, C++ Web Toolkit</title>
		<link>http://www.erata.net/programming/wt-c-web-toolkit/</link>
		<comments>http://www.erata.net/programming/wt-c-web-toolkit/#comments</comments>
		<pubDate>Tue, 27 May 2008 08:54:52 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[boost]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[generic code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[native app]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[signal mechanism]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[web graphical interface]]></category>
		<category><![CDATA[web toolkit]]></category>
		<category><![CDATA[Web Toolkit Wt]]></category>
		<category><![CDATA[web-app]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=41</guid>
		<description><![CDATA[Wt (pronounced \'witty\') is a C++ library and application server for developing and deploying web applications. It is not a \'framework\', which enforces a way of programming, but a library. <a href="http://www.erata.net/programming/wt-c-web-toolkit/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/programming/wt-c-web-toolkit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web application security flows</title>
		<link>http://www.erata.net/security/web-application-security-flows/</link>
		<comments>http://www.erata.net/security/web-application-security-flows/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 12:07:06 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[database server]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[first security]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[member]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[safe]]></category>
		<category><![CDATA[server side programming]]></category>
		<category><![CDATA[server side programming language]]></category>
		<category><![CDATA[side programming language]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[Web application security]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[WHERE]]></category>

		<guid isPermaLink="false">http://www.erata.net/weblog/projects/2006/10/12/web-application-security-flows/</guid>
		<description><![CDATA[Here goes... my first security related post :)
<h3>Intro</h3>
First i must say that this will not be a way to prove that your application is secure, it will only be a quick &#38; dirty way of finding common bugs in web applications. The following will be a few techniques that i tend to use the first time i see an web application ( and generally a database application ). I will use PHP for the few code examples but the vulnerabilities presented are not limited to PHP, in fact are independent of the server-side programming language used.

 <a href="http://www.erata.net/security/web-application-security-flows/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/security/web-application-security-flows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

