logo-radria.gif
   
Blog Download Documentation Forum Tasks Home
Blog Download Documentation Forum Tasks Home
barside-right.gif
barside-left.gif
logo-sql.gif





Bespin, new web based editor

Posted on Sunday 1 March 2009

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 project goals are promising.

Radria is currently using EditArea that we love. Its an amazing piece of code that easy to use, implement and customize.
But its is limited when the files get to big and become pretty slow.

philippe @ 2:18 pm
Filed under: news
Center Pages with PageBuilder

Posted on Saturday 14 February 2009

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 project at:
includes/header.inc.php

You will need an FTP access, or the file manager package installed to edit it.

in that page replace the body tag with the following:

<?php if ($_GET[’inpagebuilder’] == “yes”) { ?>
<body bgcolor=”<?php echo $background_color;?>” background=”<?php echo $background_image; ?>>
<?php } else { ?>
<body bgcolor=”<?php echo $background_color;?>” background=”<?php echo $background_image; ?>” style=”text-align: center;”>
<div style=”margin: 0 auto; width: 800px; text-align: left; position: relative;”>
<?php } ?>

Thats all, now you continue creating the pages left align in the PageBuilder and click preview to see it centered.

philippe @ 5:18 pm
Filed under: news and pagebuilder
Javascript coverflow Add-on

Posted on Tuesday 25 March 2008

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:
Coverflow 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 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.
You need to have the images already in your site.

philippe @ 9:33 am
Filed under: add-on and package
Radria 0.8.4 is out

Posted on Thursday 20 March 2008

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’t had the gettext extension installed.

This new version can be downloaded at:
http://radria.sqlfusion.com/download.php

philippe @ 7:53 am
Filed under: releases and radria core
PageBuilder 3.8

Posted on Wednesday 6 February 2008

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’s a web based WYSIWYG web application builder.
Perfect to compose graphic user interfaces.
Built in PHP and Javascript to create PHP and Javascript web applications.

Videos of PageBuilder in action:
http://radria.sqlfusion.com/video_tutorial_db.php

philippe @ 2:06 pm
Filed under: releases and pagebuilder and package
S3 Amazon web service (aws)

Posted on Saturday 2 February 2008

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 (for highly reliable storage).

Let’s say you have a web application where your users can upload documents or pictures.
On a single server this is not a problem, you can just store them on the file system.
But this is not ideal in a cluster environment because you will need to track all the users’ files on your file system and sync them with all the web server nodes.

The most common solution is to upload the users files and document on a SAN device.
So you can leave your application scripts on web server nodes and store.
But if you don’t have a $20,000 SAN device you can use S3.

We have integrated S3 in Radria as a field type for your database table or data objects.
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.
When creating the field you automatically setup the bucket and the Amazon keys and that’s all you have to do.

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.

Its sounds complicated but its incredibly simple.
The most complicated part is to create and setup an account at http://aws.amazon.com/

Abhik is the lead developer on this project.
If not already available it should be in a few days to our Development libraries and tools
packages repository.

You will need to install it in WebIDE once and in all the projects where you plan to use it.

philippe @ 4:52 pm
Filed under: add-on and package and radria core
Good description of Radria

Posted on Wednesday 5 December 2007

James Archibald has a good description of Radria at Tectonic.co.za

http://www.tectonic.co.za/view.php?id=1926

philippe @ 10:09 am
Filed under: news
New RSS Feed PageBuilder add-on available

Posted on Friday 30 November 2007

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 adds more css styles, and more specifically a style to put around the title links so they are properly spaced.

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.
There is also an option to limit the number of characters to display from the news article.
This package depends on the MagpieRSS.

philippe @ 4:53 pm
Filed under: releases and add-on
Database-driven web sites, video tutorial

Posted on Thursday 29 November 2007

Just posted on our video tutorial page - a new training tutorial on creating database driven web sites using Radria.

It’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 database integration in a HTML page. The data source is dropped into the page and the data fields are connected to it with drag & drop, point and click.

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.

In addition it covers advanced features like view / report object serialization with customization of the HTML/PHP code and in-page database forms.

It requires some basic knowledge of Radria and PageBuilder.

philippe @ 8:19 am
Filed under: package and documentation and video
YouTube Video Tutorial

Posted on Tuesday 27 November 2007

We’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 by tags.

philippe @ 9:15 am
Filed under: package and documentation and video