<?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>NoSpace Blog</title>
	<atom:link href="http://blog.nospace.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.nospace.net</link>
	<description>NoSpace to blog anything</description>
	<lastBuildDate>Wed, 02 Sep 2009 12:12:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Move your article&#8217;s data header to footer</title>
		<link>http://blog.nospace.net/?p=18</link>
		<comments>http://blog.nospace.net/?p=18#comments</comments>
		<pubDate>Fri, 10 Aug 2007 11:19:38 +0000</pubDate>
		<dc:creator>Marco AKA LazyCoder</dc:creator>
				<category><![CDATA[jOOmla]]></category>

		<guid isPermaLink="false">http://blog.nospace.net/?p=18</guid>
		<description><![CDATA[After very busy work time I can write some other articles that I hope you find interesting.
I am involved in a large project for a news portal http://www.arezzonotizie.it/.
For this project I made some patches and writed some code personalization.
The first plugin I want to present is a mambot to move data from header to footer.
The [...]]]></description>
		<wfw:commentRss>http://blog.nospace.net/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Want a free layout for your cake?</title>
		<link>http://blog.nospace.net/?p=17</link>
		<comments>http://blog.nospace.net/?p=17#comments</comments>
		<pubDate>Wed, 04 Apr 2007 07:19:36 +0000</pubDate>
		<dc:creator>Marco AKA LazyCoder</dc:creator>
				<category><![CDATA[Cakephp]]></category>
		<category><![CDATA[jOOmla]]></category>

		<guid isPermaLink="false">http://blog.nospace.net/?p=17</guid>
		<description><![CDATA[This article is on cake &#8211; bakery
]]></description>
		<wfw:commentRss>http://blog.nospace.net/?feed=rss2&amp;p=17</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bypass jOOmla acl for automatic publishing</title>
		<link>http://blog.nospace.net/?p=15</link>
		<comments>http://blog.nospace.net/?p=15#comments</comments>
		<pubDate>Tue, 03 Apr 2007 14:58:13 +0000</pubDate>
		<dc:creator>Marco AKA LazyCoder</dc:creator>
				<category><![CDATA[jOOmla]]></category>

		<guid isPermaLink="false">http://blog.nospace.net/?p=15</guid>
		<description><![CDATA[You knows that with jOOmla only publishers can publish there are situations with small groups I had requests for lowering the acl and permits to publish their articles also for authors. This is a very simple trick to do.
Locate these lines near the top of components/com_content/content.php
PLAIN TEXT
PHP:




// Editor usertype check


$access = new stdClass&#40;&#41;;


$access-&#62;canEdit &#160; &#160;= [...]]]></description>
		<wfw:commentRss>http://blog.nospace.net/?feed=rss2&amp;p=15</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>When model::getLastInsertId() is not enough.</title>
		<link>http://blog.nospace.net/?p=16</link>
		<comments>http://blog.nospace.net/?p=16#comments</comments>
		<pubDate>Tue, 03 Apr 2007 13:30:23 +0000</pubDate>
		<dc:creator>Marco AKA LazyCoder</dc:creator>
				<category><![CDATA[Cakephp]]></category>

		<guid isPermaLink="false">http://blog.nospace.net/?p=16</guid>
		<description><![CDATA[There are situation where the very useful model::getLastInsertId() function is not enough.
For example if you are editing a records of an hasMany parts  and you want to return to the list of records that belongsTo its parent.
Let me explain better:
PLAIN TEXT
PHP:




/*


** Post model


** File: models/post.php


*/


class Post extends AppModel &#123;


&#160; &#160; var $name = 'Post';


&#160; [...]]]></description>
		<wfw:commentRss>http://blog.nospace.net/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bar code printing with cake</title>
		<link>http://blog.nospace.net/?p=13</link>
		<comments>http://blog.nospace.net/?p=13#comments</comments>
		<pubDate>Wed, 28 Mar 2007 20:32:35 +0000</pubDate>
		<dc:creator>Marco AKA LazyCoder</dc:creator>
				<category><![CDATA[Cakephp]]></category>

		<guid isPermaLink="false">http://blog.nospace.net/?p=13</guid>
		<description><![CDATA[These days my collegue Leonello and i had the necessity to print barcode label to stick on printed document for the documents management system we have developed in cakephp.
After googling have found this nice library:
http://chir.ag/tech/download/pdfb/
Some testing in pure php and decided that it's a cool system to use.
The integration in cakephp follows these steps:

From above [...]]]></description>
		<wfw:commentRss>http://blog.nospace.net/?feed=rss2&amp;p=13</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vim WorkBench</title>
		<link>http://blog.nospace.net/?p=11</link>
		<comments>http://blog.nospace.net/?p=11#comments</comments>
		<pubDate>Sun, 25 Mar 2007 21:50:29 +0000</pubDate>
		<dc:creator>Marco AKA LazyCoder</dc:creator>
				<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://blog.nospace.net/?p=11</guid>
		<description><![CDATA[After 15 years I have rediscovered the power of Vi www.vim.org I have used it for long time then I start using M$ Ide's like VB, Visual Studio etc. But now that I am using open source software, I reuse vi for windows for all my work of editing source code. There are a pletora [...]]]></description>
		<wfw:commentRss>http://blog.nospace.net/?feed=rss2&amp;p=11</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>YACCA Yet Another Cake Component for Auth</title>
		<link>http://blog.nospace.net/?p=8</link>
		<comments>http://blog.nospace.net/?p=8#comments</comments>
		<pubDate>Thu, 22 Mar 2007 15:18:50 +0000</pubDate>
		<dc:creator>Marco AKA LazyCoder</dc:creator>
				<category><![CDATA[Cakephp]]></category>

		<guid isPermaLink="false">http://blog.nospace.net/?p=8</guid>
		<description><![CDATA[


When I have finished my first application I had the necessity to create an authorization system to control user access.
I have looked around and founded some very good system especially in the bakery repository.
But in my mind I was thinking at something very simple for management.
My idea was to have an approach by rules. A [...]]]></description>
		<wfw:commentRss>http://blog.nospace.net/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s start</title>
		<link>http://blog.nospace.net/?p=7</link>
		<comments>http://blog.nospace.net/?p=7#comments</comments>
		<pubDate>Wed, 21 Mar 2007 21:56:45 +0000</pubDate>
		<dc:creator>Marco AKA LazyCoder</dc:creator>
				<category><![CDATA[Blogroll]]></category>

		<guid isPermaLink="false">http://blog.lci662.net/?p=7</guid>
		<description><![CDATA[Are you ready?
Any rock concert when I was 18 years old was starting so.
After some attempts hope this is the right one.
For first I have chosen some tools.

The blogger WordPress from http://www.wordpress.org
One minimalist theme barthelme from plaintext.org  (I like simplicity)
Some plugins:

Igsyntax-hiliter to format code
Code viewer to show source code page
Spotmilk admin theme for wordpress
 [...]]]></description>
		<wfw:commentRss>http://blog.nospace.net/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello Cake world</title>
		<link>http://blog.nospace.net/?p=6</link>
		<comments>http://blog.nospace.net/?p=6#comments</comments>
		<pubDate>Wed, 21 Mar 2007 21:03:47 +0000</pubDate>
		<dc:creator>Marco AKA LazyCoder</dc:creator>
				<category><![CDATA[Cakephp]]></category>

		<guid isPermaLink="false">http://blog.lci662.net/?p=6</guid>
		<description><![CDATA[This is in fact an excuse to write an article with some code snippets in it, just to see how it looks. This is based on the original tutorial that you can find at cakephp wiki
As you know we need to start our MVC project.
We create hello.php for the Model, hello_controller.php for the Controller and [...]]]></description>
		<wfw:commentRss>http://blog.nospace.net/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
