<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.2" -->
<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/"
	>

<channel>
	<title>Radria Blog</title>
	<link>http://radria.sqlfusion.com/blog</link>
	<description>Rapid Development of Rich Internet Applications</description>
	<pubDate>Sun, 01 Mar 2009 22:21:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
			<item>
		<title>Bespin, new web based editor</title>
		<link>http://radria.sqlfusion.com/blog/news/bespin-new-web-based-editor/</link>
		<comments>http://radria.sqlfusion.com/blog/news/bespin-new-web-based-editor/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 22:18:27 +0000</pubDate>
		<dc:creator>philippe</dc:creator>
		
	<category>news</category>
		<guid isPermaLink="false">http://radria.sqlfusion.com/blog/news/bespin-new-web-based-editor/</guid>
		<description><![CDATA[Very excited about the Bespin project.
Its a new project from the mozilla lab to create a full web based editor in Javascript.
Our early test as been pretty negative right now. The video demo look cool but when we tried it, it hang our computers.
Still their uses of HTML 5 canvas is very interesting and the [...]]]></description>
			<content:encoded><![CDATA[<p>Very excited about the <a href="https://bespin.mozilla.com/">Bespin</a> project.</p>
<p>Its a new project from the mozilla lab to create a full web based editor in Javascript.<br />
Our early test as been pretty negative right now. The video demo look cool but when we tried it, it hang our computers.<br />
Still their uses of HTML 5 canvas is very interesting and the project goals are promising. </p>
<p>Radria is currently using <a href="http://www.cdolivet.net/index.php?page=editArea">EditArea </a> that we love. Its an amazing piece of code that easy to use, implement and customize.<br />
But its is limited when the files get to big and become pretty slow.</p>
]]></content:encoded>
			<wfw:commentRSS>http://radria.sqlfusion.com/blog/news/bespin-new-web-based-editor/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Center Pages with PageBuilder</title>
		<link>http://radria.sqlfusion.com/blog/news/center-pages-with-pagebuilder/</link>
		<comments>http://radria.sqlfusion.com/blog/news/center-pages-with-pagebuilder/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 01:18:07 +0000</pubDate>
		<dc:creator>philippe</dc:creator>
		
	<category>news</category>
	<category>pagebuilder</category>
		<guid isPermaLink="false">http://radria.sqlfusion.com/blog/news/center-pages-with-pagebuilder/</guid>
		<description><![CDATA[Most of the modern design today center the content of the page in the web browser.
By default the PageBuilder pages are design align to the left. I will explain how you can display you pages centered once published or on preview.
For this you need to edit the default header file. The file is in your [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the modern design today center the content of the page in the web browser.</p>
<p>By default the PageBuilder pages are design align to the left. I will explain how you can display you pages centered once published or on preview.</p>
<p>For this you need to edit the default header file. The file is in your project at:<br />
includes/header.inc.php</p>
<p>You will need an FTP access, or the file manager package installed to edit it.</p>
<p>in that page replace the <strong>body</strong>  tag with the following:</p>
<p><strong> </strong><strong>&lt;?php</strong> if ($_GET[&#8217;inpagebuilder&#8217;] == &#8220;yes&#8221;) { <strong>?&gt;</strong><br />
<strong>&lt;body</strong> bgcolor=&#8221;<strong>&lt;?php</strong> echo $background_color;<strong>?&gt;</strong>&#8221; background=&#8221;<strong>&lt;?php</strong> echo $background_image; <strong>?&gt;</strong>&#8220;<strong>&gt;</strong><br />
<strong>&lt;?php</strong> } else { <strong>?&gt;</strong><br />
<strong>&lt;body</strong> bgcolor=&#8221;<strong>&lt;?php</strong> echo $background_color;<strong>?&gt;</strong>&#8221; background=&#8221;<strong>&lt;?php</strong> echo $background_image; <strong>?&gt;</strong>&#8221; style=&#8221;text-align: center;&#8221;<strong>&gt;</strong><br />
<strong>&lt;div</strong> style=&#8221;margin: 0 auto; width: 800px; text-align: left; position: relative;&#8221;<strong>&gt;</strong><br />
<strong>&lt;?php</strong> } <strong>?&gt;</strong></p>
<p>Thats all, now you continue creating the pages left align in the PageBuilder and click preview to see it centered.</p>
<div><strong><strong><strong><strong><strong><strong></strong></strong></strong></strong></strong></strong></div>
]]></content:encoded>
			<wfw:commentRSS>http://radria.sqlfusion.com/blog/news/center-pages-with-pagebuilder/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Javascript coverflow Add-on</title>
		<link>http://radria.sqlfusion.com/blog/add-on/javascript-coverflow-add-on/</link>
		<comments>http://radria.sqlfusion.com/blog/add-on/javascript-coverflow-add-on/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 17:33:37 +0000</pubDate>
		<dc:creator>philippe</dc:creator>
		
	<category>add-on</category>
	<category>package</category>
		<guid isPermaLink="false">http://radria.sqlfusion.com/blog/add-on/javascript-coverflow-add-on/</guid>
		<description><![CDATA[Based on the amazing imageflow scripts, we have created an add-on for PageBuilder.
This add-on displays a coverflow effect (like on iTune) to display a set of images from your application and project.
Screenshot:

This add-on should now be available as imageflow 0.9 in your PageBuilder Add-on repository.
Once you install the package open PageBuilder and look for ImageFlow [...]]]></description>
			<content:encoded><![CDATA[<p>Based on the amazing imageflow scripts, we have created an add-on for PageBuilder.</p>
<p>This add-on displays a coverflow effect (like on iTune) to display a set of images from your application and project.</p>
<p>Screenshot:<br />
<img id="image23" alt="Coverflow screenshot" src="http://radria.sqlfusion.com/blog/wp-content/uploads/2008/03/coverflow.png" /></p>
<p>This add-on should now be available as imageflow 0.9 in your PageBuilder Add-on repository.</p>
<p>Once you install the package open PageBuilder and look for ImageFlow in the list of Add-ons, then click on the coverflow link to add it to your page and set the images you want to display in it.<br />
You need to have the images already in your site.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://radria.sqlfusion.com/blog/add-on/javascript-coverflow-add-on/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Radria 0.8.4 is out</title>
		<link>http://radria.sqlfusion.com/blog/releases/radria-084-is-out/</link>
		<comments>http://radria.sqlfusion.com/blog/releases/radria-084-is-out/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 15:53:37 +0000</pubDate>
		<dc:creator>philippe</dc:creator>
		
	<category>releases</category>
	<category>radria core</category>
		<guid isPermaLink="false">http://radria.sqlfusion.com/blog/uncategorized/radria-084-is-out/</guid>
		<description><![CDATA[This new version of Radria now works on Windows computers/servers using a WAMP stack.
We have fixed a number of bugs including the gettext dependency that was breaking the install script and all installations that didn&#8217;t had the gettext extension installed.
This new version can be downloaded at:
http://radria.sqlfusion.com/download.php

]]></description>
			<content:encoded><![CDATA[<p>This new version of Radria now works on Windows computers/servers using a WAMP stack.</p>
<p>We have fixed a number of bugs including the gettext dependency that was breaking the install script and all installations that didn&#8217;t had the gettext extension installed.</p>
<p>This new version can be downloaded at:<br />
<a href="http://radria.sqlfusion.com/download.php">http://radria.sqlfusion.com/download.php</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://radria.sqlfusion.com/blog/releases/radria-084-is-out/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>PageBuilder 3.8</title>
		<link>http://radria.sqlfusion.com/blog/releases/pagebuilder-38/</link>
		<comments>http://radria.sqlfusion.com/blog/releases/pagebuilder-38/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 22:06:48 +0000</pubDate>
		<dc:creator>philippe</dc:creator>
		
	<category>releases</category>
	<category>pagebuilder</category>
	<category>package</category>
		<guid isPermaLink="false">http://radria.sqlfusion.com/blog/releases/pagebuilder-38/</guid>
		<description><![CDATA[Version 3.8 of PageBuilder is now available on sourceforge or in Radria package repositories.
This new version includes many bug fixes, especially gettext dependency. It now works without errors when the gettext extension is not installed.
PageBuilder is one of the tools that compose the Radria project.
It&#8217;s a web based WYSIWYG web application builder.
Perfect to compose graphic [...]]]></description>
			<content:encoded><![CDATA[<p>Version 3.8 of PageBuilder is now available on sourceforge or in Radria package repositories.</p>
<p>This new version includes many bug fixes, especially gettext dependency. It now works without errors when the gettext extension is not installed.</p>
<p>PageBuilder is one of the tools that compose the Radria project.<br />
It&#8217;s a web based WYSIWYG web application builder.<br />
Perfect to compose graphic user interfaces.<br />
Built in PHP and Javascript to create PHP and Javascript web applications.</p>
<p>Videos of PageBuilder in action:<br />
<a href="http://radria.sqlfusion.com/video_tutorial_db.php">http://radria.sqlfusion.com/video_tutorial_db.php</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://radria.sqlfusion.com/blog/releases/pagebuilder-38/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>S3 Amazon web service (aws)</title>
		<link>http://radria.sqlfusion.com/blog/add-on/s3-amazon-web-service-aws/</link>
		<comments>http://radria.sqlfusion.com/blog/add-on/s3-amazon-web-service-aws/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 00:52:35 +0000</pubDate>
		<dc:creator>philippe</dc:creator>
		
	<category>add-on</category>
	<category>package</category>
	<category>radria core</category>
		<guid isPermaLink="false">http://radria.sqlfusion.com/blog/add-on/s3-amazon-web-service-aws/</guid>
		<description><![CDATA[As part of a global move to high availability hosting technology, we at SQLFusion have started pushing to Radria
everything you would need to make a web application run smoothly inside a web and database cluster.
The first component is the S3 field type.
S3 is a reliable storage solution from Amazon, easy  to use and inexpensive [...]]]></description>
			<content:encoded><![CDATA[<p>As part of a global move to high availability hosting technology, we at SQLFusion have started pushing to Radria<br />
everything you would need to make a web application run smoothly inside a web and database cluster.</p>
<p>The first component is the S3 field type.</p>
<p>S3 is a reliable storage solution from Amazon, easy  to use and inexpensive (for highly reliable storage).</p>
<p>Let&#8217;s say you have a web application where  your users can upload documents or pictures.<br />
On a single server this is not a problem, you can just store them on the file system.<br />
But this is not ideal in a cluster environment because you will need to track all the users&#8217;  files on your file system and sync them with all the web server nodes.</p>
<p>The most common solution is to upload the users files and document on a SAN device.<br />
So you can leave your application scripts on web server nodes and store.<br />
But if you don&#8217;t have a $20,000 SAN device you can use S3.</p>
<p>We have integrated S3 in Radria as a field type for your database table or data objects.<br />
When you create a new data field in one of your tables you can just set that field to be a S3 image or file.<br />
When creating the field you automatically setup the bucket and the Amazon keys and that&#8217;s all you have to do.</p>
<p>Then everything will feel and work like a standard file upload and download from your site but in the background the file will be downloaded and uploaded to the Amazon servers.</p>
<p>Its sounds complicated but its incredibly simple.<br />
The most complicated part is to create and setup an account at http://aws.amazon.com/</p>
<p>Abhik is the lead developer on this project.<br />
If not already available it should be in a few days to our  <strong>Development libraries and tools<br />
</strong> packages repository.</p>
<p>You will need to install it in WebIDE once and in all the projects where you plan to use it.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://radria.sqlfusion.com/blog/add-on/s3-amazon-web-service-aws/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Good description of Radria</title>
		<link>http://radria.sqlfusion.com/blog/news/good-description-of-radria/</link>
		<comments>http://radria.sqlfusion.com/blog/news/good-description-of-radria/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 18:09:24 +0000</pubDate>
		<dc:creator>philippe</dc:creator>
		
	<category>news</category>
		<guid isPermaLink="false">http://radria.sqlfusion.com/blog/news/good-description-of-radria/</guid>
		<description><![CDATA[James Archibald  has a good description of Radria at Tectonic.co.za
http://www.tectonic.co.za/view.php?id=1926

]]></description>
			<content:encoded><![CDATA[<p><a class="viewbyline" href="http://www.tectonic.co.za/viewwriter.php?name=James%20Archibald">James Archibald</a>  has a good description of Radria at <a href="http://www.tectonic.co.za/view.php?id=1926">Tectonic.co.za</a></p>
<p><a href="http://www.tectonic.co.za/view.php?id=1926">http://www.tectonic.co.za/view.php?id=1926</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://radria.sqlfusion.com/blog/news/good-description-of-radria/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>New RSS Feed PageBuilder add-on available</title>
		<link>http://radria.sqlfusion.com/blog/releases/new-rss-feed-pagebuilder-add-on-available/</link>
		<comments>http://radria.sqlfusion.com/blog/releases/new-rss-feed-pagebuilder-add-on-available/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 00:53:04 +0000</pubDate>
		<dc:creator>philippe</dc:creator>
		
	<category>releases</category>
	<category>add-on</category>
		<guid isPermaLink="false">http://radria.sqlfusion.com/blog/releases/new-rss-feed-pagebuilder-add-on-available/</guid>
		<description><![CDATA[RSS Feed 0.5 is now available in the PageBuilder Add-on Repository.
The RSS feed add-on allows you to display on your web pages the content of an RSS feed from a Blog or a news site.
It officially supports RSS 1 but most of the RSS 2.0 feeds also work.
This new version fixes a few bugs and [...]]]></description>
			<content:encoded><![CDATA[<p>RSS Feed 0.5 is now available in the PageBuilder Add-on Repository.</p>
<p>The RSS feed add-on allows you to display on your web pages the content of an RSS feed from a Blog or a news site.</p>
<p>It officially supports RSS 1 but most of the RSS 2.0 feeds also work.</p>
<p>This new version fixes a few bugs and adds more css styles, and more specifically a style to put around the title links so they are properly spaced.</p>
<p>The package now includes 2 add-on scripts. One that displays only the news or blog headline and the second that displays the Headline and the content of the news article.<br />
There is also an option to limit the number of characters to display from the news article.<br />
This package depends on the MagpieRSS.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://radria.sqlfusion.com/blog/releases/new-rss-feed-pagebuilder-add-on-available/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Database-driven web sites, video tutorial</title>
		<link>http://radria.sqlfusion.com/blog/package/database-driven-web-sites-video-tutorial/</link>
		<comments>http://radria.sqlfusion.com/blog/package/database-driven-web-sites-video-tutorial/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 16:19:20 +0000</pubDate>
		<dc:creator>philippe</dc:creator>
		
	<category>package</category>
	<category>documentation</category>
	<category>video</category>
		<guid isPermaLink="false">http://radria.sqlfusion.com/blog/package/database-driven-web-sites-video-tutorial/</guid>
		<description><![CDATA[Just posted on our video tutorial page - a new training tutorial on creating database driven web sites using Radria.
It&#8217;s a real-time recording where we start with an existing static site, create the database table, back-end administration and integrate the database into the web pages.
We use the PageBuilder database add-on  for full WYSIWYG  [...]]]></description>
			<content:encoded><![CDATA[<p>Just posted on our <a href="http://radria.sqlfusion.com/video_tutorial_db.php">video tutorial page</a> - a new training tutorial on creating database driven web sites using Radria.</p>
<p>It&#8217;s a real-time recording where we start with an existing static site, create the database table, back-end administration and integrate the database into the web pages.</p>
<p>We use the PageBuilder database add-on  for full WYSIWYG  database  integration in a HTML page. The data source  is dropped into the page and the data fields are  connected to it with drag &#038; drop, point and click.</p>
<p>The tutorial also shows how to add Next and Previous buttons in order to browse the data without going back to the list of records.</p>
<p>In addition it covers advanced features like view / report object serialization with customization of the HTML/PHP code and in-page database forms.</p>
<p>It requires some basic knowledge of Radria and PageBuilder.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://radria.sqlfusion.com/blog/package/database-driven-web-sites-video-tutorial/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>YouTube Video Tutorial</title>
		<link>http://radria.sqlfusion.com/blog/package/youtube-video-tutorial/</link>
		<comments>http://radria.sqlfusion.com/blog/package/youtube-video-tutorial/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 17:15:55 +0000</pubDate>
		<dc:creator>philippe</dc:creator>
		
	<category>package</category>
	<category>documentation</category>
	<category>video</category>
		<guid isPermaLink="false">http://radria.sqlfusion.com/blog/package/youtube-video-tutorial/</guid>
		<description><![CDATA[We&#8217;ve created a short tutorial on how to use the features of the YouTube REST API to add dynamic and personalized video content to a web site or web application.
It starts with installing the YouTube PageBuilder Add-on package and details all the features of the add-on, like displaying users or channel videos and filtering them [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve created a short <a href="http://radria.sqlfusion.com/video_tutorial_db.php">tutorial </a>on how to use the features of the YouTube REST API to add dynamic and personalized video content to a web site or web application.</p>
<p>It starts with installing the YouTube PageBuilder Add-on package and details all the features of the add-on, like displaying users or channel videos and filtering them by tags.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://radria.sqlfusion.com/blog/package/youtube-video-tutorial/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
