Archived entries for PHP

Site for HRFF is live

The site for the Human Right Film Festival was lauched so go and check it out at http://humanrightsfestival.org/. It can also be found in our Work section [HRFF].

All the illustrations were made by Keith Rosson and the layout itself by 5L081CH.6R4PH1C5.

Human Rights Film Festival

Description: Human Rights Film Festival in Zagreb.

Work: HTML/CSS, WordPress integration.
In collaboration with Keith Rosson and 5L081CH.6R4PH1C5

Status: online

The portfolio has been updated

I’ve finaly found some time to update the portfolio section, so go on and check out our new projects.

Here’s are some projects that stand out:

Integration of RedBean ORM with CodeIgniter

I still haven’t updated my work, so here’s something in the meantime.

I’ve managed to successfuly integrate RedBean into the CodeIgniter PHP framework. I don’t think any additional explanation is necesary since it’s pretty simple and basic stuff.

Here are the reuired steps:

  1. Download RedBean and put it into /app/thirdparty/redbean/
  2. Create a library (/app/libraries/redbean.php). The class shoud be called Redbean, and the __construct() function should look something like this:
    $this->ci =& get_instance();
    
    // Include database configuration
    include(APPPATH.'/config/database.php');
    
    // Include required files
    include(APPPATH.'/thirdparty/redbean/redbean.inc.php');
    
    // Database data
    $hostname     = $db[$active_group]['hostname'];
    $username     = $db[$active_group]['username'];
    $password     = $db[$active_group]['password'];
    $database     = $db[$active_group]['database'];
    
    // Create RedBean instance
    $toolbox = RedBean_Setup::kickstartDev('mysql:host='.$hostname.';dbname='.$database, $username, $password);
    $this->ci->rb = $toolbox->getRedBean();

  3. Your controllers can then do some fun stuff like this:
    $post = $this->rb->dispense("post");
    $post->title = 'My first post from CodeIgniter';
    $post->body ='Lorem ipsum dolor sit amet, consectetur adipisicing elit....';
    $post->created = time();
    $id = $this->rb->store($post);

Haven’t tested it much but everything seems to work.
If someone has a better sollution just let me know.

Working hard

I’ve been very busy for the last few months and because of that the site didn’t get any updates. I’ll upload all my recent work to the portfolio section so you can see what I’ve been up to.

I also started working more on my CodeIgniter skills and I’m rewriting the core for my CMS Krustr°, so there’s gonna be some updates there also. You can follow the progress of Krustr° through Twitter at @krustr.

That’s all for, stay tuned.

Istranova

Description: Tourist site for Istranova. The joy and tranquility of Slovenian Istria.

Work: HTML/CSS, WordPress Integration.
In collaboration with Fulspectrum

Status: online

Inner Wheel (Relaunch)

iw

Description: Inner Wheel Relaunch

Work: XHTML/CSS coding, WordPress theme, custom plugins and user management, JQuery + AJAX, Flash…
In collaboration with Fulspectrum

Status: online

Annushka

annushka

Description: Annushka Nail Services

Work: XHTML/CSS coding, WordPress theme, a couple of custom plugins, custom registration, booking application, payment gateway, JQuery + AJAX…
In collaboration with Fulspectrum

Status: offline

Stanleybet

img_7

Description: Stanleybet Website

Work: Most of JavaScript and Ajax functionality, UI optimization. All with JQuery.
In collaboration with Dot Studio

Status: online

Mesap

Description: Mesap – web site for the biggest fair in the Međimurje region of Croatia

Work: XHTML/CSS coding, WordPress integration, custom plugins, JavaScript…
In collaboration with Fulspectrum media (graphic design)

Status: offline

Slovenia Break

Description: Slovenia Break – booking of breaks and activities in Slovenia

Work: XHTML/CSS coding, Flash/AS coding, Textpattern CMS, custom booking app. In collaboration with Fulspectrum media (creative concept, graphic design, Textpattern CMS integration, project management)

Status: online →

Falcon

Description: Falcon – audio/video production, events…

Work: Flash/AS coding and animation, XHTML/CSS coding, custom CMS.
In collaboration with Fulspectrum media

Status: online →



Copyright © 2008–2009. All rights reserved.

RSS Feed. This blog is proudly powered by Wordpress.