Archives

Category: Furasta.Org

Furasta.Org Febuary Plan

Furasta.Org

I admit Furasta.Org development has been going quite slowly lately and Beta 2 has been coming for way too long! In an effort to finish the project and get some usable code out there I’ve decided to make monthly plans. Today I will cover Febuary and March, also I will anounce a lauch date for […]

Furasta.Org – Form Validation

Furasta.Org

Form validation is quite easy in Furasta.Org. Let’s look at an example form: <form method=”post” id=”Information-Form”> Name: <input type=”text” name=”Name”/> Email: <input type=”text” name=”Email”/> Password: <input type=”password” name=”Password”/> Repeat Password: <input type=”password” name=”Repeat-Password”/> <input type=”submit” name=”Information-Form-Submit”/> </form> Furasta.Org provides a built-in function to validate forms, such as the above one, in both PHP and JavaScript. […]

Furasta.Org 1.0 Beta 2 – 23rd August

CMS, Furasta.Org, Web Projects

In light of the amount of bugs in the previous beta (whoops!), I have decided to release a second beta on 23rd August 2010. Mainly this is because not only do I plan bug fixes, but also I have to add and finish a few other features. It is not for definite at the moment, […]

Furasta.Org v1.0 Beta 1 – Released!

CMS, Furasta.Org, Web Projects

On schedule, Furasta.Org v1.0 Beta is now available for download. I had quite a lot of features to complete for the deadline, and I have finished most of them. You can operate a functional website with this CMS. Plugins, Templates, Users and Pages are operational. Unfortunately I didn’t have time to complete two features: Permissions […]