PNG fix for appRain
A new component has been added in repository to fix your PNG image.
This plugin will fix the missing PNG-Transparency in Windows Internet Explorer 5.5 & 6. Common features are
- Unobtrusive script, simple to setup
- Works also with CSS-Backgrounds (but scaling backgrounds)
- Works with PNG-Images within Links
- TITLE, ALT, CLASS and STYLE-Attributes are considered
This basic JavaScript plugin is develop by Andreas Eberhard
How to Install
Here is the following steps to install:
- Step 1: First download the component from PNG Fix
- Step 2: Login to Admin Panel
- Step 3: Go to component tab and Click "Install New Compoentn"
- Step 4: Browse Component file from your hard disk and click "Install".
- Step 5: After install find the component in the list and Click "Activate"
- Done
Online Component Repository in appRain
This feature helps you to know update news about component release from your own admin panel. You can see full or searched list of component and download it for use.
Online Component Repository is very simple to use. First login admin panel and go to “Component” tab. In newer version you will see a button “Get Component”, click on that to view the list.
Here I have share some screenshot:
"Get Component" buttin in component gallery page.

List of components.

Search component in repository.
Install and Use Image Rotator
Image Rotator is one of those components; we developed in earlier stage of component released, but still work fine. It was an embedded component with all prior version of 0.2.1 but now it’s available in extension library of appRain official website.
Installation of “Image Rotator” is pretty straight forward, first download the Zip source and upload in your website from admin by component installer.
Admin Panel > Components > Install Components.
After installation you can see the new component in the list and activate it to see in home page. In the first observation you may see a black screen as no image is uploaded.
After installation you will get all related option on left side menu in component tab. First you can adjust the height and width of the presentation canvas to adjust with website template.
Uploading image is the heart of the slideshow. Always try to size the image with same ratio of canvas size to create and good presentation.
Basically that’s all about the operative part of the image rotator component.
But you can play around with component code for some advanced work. First look at register.php in
/component/imagerotator/register.php
The flash code attached in template by a UI hook called “home_page_banner” by following code:
App::Module('Hook') ->setHookName('UI') ->setAction("home_page_banner") ->Register(get_class($this),"add_html"); If you like to move the image rotator let’s say in bottom of the page in the hook “home_content_area_G” then just replace it “home_page_banner”. Either, you can create a new hook and place it in the template like
App::Hook('UI')->Render(mynew_position_in_template);
Step by step you can also see the XML generator area, Setting area all those are editable to make it more advanced.
Cheers!
Read More...appReport Version 0.1.1 is on the way of released
Report builder is just on the way to released. It will help to developer/code report from admin panel and generate output.
User will be able to write PHP code inside the code editor and develop the report. You can execute SQL and take help of necessary core library help.
appRain generate two type of report, Grid based and Text base. Both of these two reports are flexible for end user.
Report module has two basic mode. Developer mode is to write code and prepare the reporting process and user mode can execute report having read only permission.Report access control generate automatically in Administrator management section. A user must get proper privilege to run a report.
Report Code Editor

Developer View

User View

Grid Base Report View

Text Base Report View


