XIML live at CeBIT Australia 2008
May 23rd, 2008XIML is a finalist in the TechRamp 2008 competition!
May 16th, 2008XIML engine was selected a finalist in the TechRamp 2008 competition!
http://www.transaction20.com/index.php/the-competition
See you at CeBIT Australia 2008!!!
XIML is a finalist for 2 CeBIT.AU Business Awards 2008!!
May 13th, 2008XIML engine was selected finalist for 2 CeBIT.AU Business Awards 2008!!
- CeBIT.AU Excellence in New Media Award
- CeBIT.AU Early Innovators Award
http://www.cebit.com.au/main/awards/
See you at CeBIT Australia 2008!
XIML is a finalist for the ZDNet Australia and CeBIT 2008 Emerging Innovation Award!
May 9th, 2008XIML engine was selected finalist for the ZDNet Australia and CeBIT 2008 Emerging Innovation Award!
http://www.zdnet.com.au/comps/cebit2008/
See you at CeBIT Australia 2008
XIML – full developers reference on 1 page
May 1st, 2008XIML is very simple language.
There are not many rules and “commands” and complex commands contain a combination of simple elements.
Its so simple, the entire developers reference can fit on 1 A4 page.
It is available at http://ximl.com/XIMLlangref.pdf
Come to our stand at CeBIT Sydney 2008 to get your printed copy of the reference!
XIML functionality – blend mode
April 15th, 2008Blend mode can be applied to any element.
Usage example:
<el elem=”examp_el_set” x=”37%” y=”20″ w=”10%” blendMode=”darken” />
Available blend modes and descriptions:
add Commonly used to create an animated lightening dissolve effect between two images.
alpha Commonly used to apply the transparency of the foreground on the background.
darken Commonly used to superimpose type.
difference Commonly used to create more vibrant colors.
erase Commonly used to cut out (erase) part of the background using the foreground alpha.
hardlight Commonly used to create shading effects.
invert Used to invert the background.
layer Used to force the creation of a temporary buffer for precomposition for a particular movie clip.
lighten Commonly used to superimpose type.
multiply Commonly used to create shadows and depth effects.
normal Used to specify that the pixel values of the blend image override those of the base image.
overlay Commonly used to create shading effects.
screen Commonly used to create highlights and lens flares.
subtract Commonly used to create an animated darkening dissolve effect between two images.
XIML functionality – filters
April 15th, 2008Filters can be applied to any element.
Available filters are : BevelFilter , BlurFilter , DropShadowFilter , GlowFilter
Read the rest of this entry »
XIML at CeBIT Australia 2008!
April 13th, 2008CeBIT Australia 2008 is the largest and most important business-to-business technology event in the region.
XIML will be there and will have it first public appearance.
CeBIT is held on 20 – 22 May 2008 at Sydney Convention & Exhibition Centre, Darling Harbour
Meet us at TechRamp pavilion and at Transaction 2.0 conference.
XIML usage – integration with Google App Engine demo
April 10th, 2008This example illustrates an easy way to use XIML based interface with any web application.
In this case we used a just-released Google App Engine to create a data manager and that data is used by the XIML site for display.
see it at http://ximl-demo–pub-alb.appspot.com/
XIML – functionality – datatypes overview
April 1st, 2008Here is the list of all major datatypes to date with usage examples.
Some older examples may have a bit different attribute, please ignore and use as here.
Datatypes example:
example DX:
<homepage ex_attr=”attr val”> <ex__data__subxml>sub node text</ex__data__subxml> <ex__data> <somepath> <somepath2 someattr="xpath and attribute text"> xpath and value text </somepath2> </somepath> </ex__data> <homepage>
usage in CX:
datatype=”static” dataval=”actual value”
value hardcoded in CX (text – ”actual value”)
datatype=”attr” dataattr=”ex_attr”
value located at the attribute of the main tag (text – ”attr val”)
datatype=” subxml” subname=”ex__data__subxml”
sub xml tag with specified name
(xml tag – <ex__data__subxml>sub node text</ex__data__subxml>)
datatype=” subxmlval” subname=”ex__data__subxml”
value of sub xml tag with specified name (text – ”sub node text”)
datatype="xpath" dataxpath="/*/ex__data/somepath/somepath2"
sub xml tag with specified Xpath
(xml tag – <somepath2 someattr=”xpath and attribute text”>xpath and value text</somepath2>)
datatype="xpathNval" dataxpath="/*/ex__data/somepath/somepath2"
value of sub xml tag with specified Xpath (text – ” xpath and value text”)
datatype="xpathNattr" dataxpath="/*/ex__data/somepath/somepath2" dataattr="someattr"
value of sub xml tag with specified Xpath (text – ” xpath and attribute text”)
<el …. … … datatype="concat” > <datavals> <d datatype=” subxmlval” subname=”ex__data__subxml” /> <d datatype=”static” dataval=” --- :: --- ” /> <d datatype=”attr” dataattr=”ex_attr” /> </datavals> </el>
concatenated values (text – ”sub node text — :: — attr val”)
XIML sites – skins for flickr, youtube, wordpress
March 31st, 2008We are continuing our skin creating initiative.
At the moment you can see skins for
flickr photoset:
http://www.ximl.com/site/flickr_api_demoyoutube feed:
http://www.ximl.com/site/youtube_api_demoWord Press skins:
http://www.ximl.com/site/wp,
http://www.ximl.com/site/wp_skin3
If you would like to see how (very easy) it is to create such skins, have a look at the source code for all this sites:
flickr photoset:
configuration XIML -
http://www.ximl.com/sites/flickr_api_demo/conf.xmlyoutube feed:
configuration XIML -
http://www.ximl.com/sites/youtube_api_demo/conf.xmlWord Press skins:
configuration XIML -
http://www.ximl.com/sites/wp/conf.xml,
configuration XIML -
http://www.ximl.com/sites/wp_skin3/conf.xml
XIML – functionality – gradient color
March 20th, 2008Element eltype="rect" just been upgraded!
The new functionality includes the ability to specify gradient – changing color.
To use single-colored rectangle, keep using the old format:
<el eltype="rect" x="0" y="0" x2="R" y2="B" r="5"
c="0x006699" a="100" />
For gradient, use:
<el eltype="rect" x="0" y="0" x2="R" y2="B" r="5"
c1="0x006699" c2="0x003366" dir="90" a="100" />
where:
- c1 – starting color
- c2 – ending color
- dir – direction of gradient (in degrees) – 0 is left to right, 90 – top to bottom, etc
XIML – functionality – page closing time
March 17th, 2008When page has defined closing animation (<clanim> tag) it needs some time for it to execute.
To specify a time for page to close before it disappears, use close_time=”1″ in the page definition (the time in seconds).
For example see http://ximl.com/site/exanim
configuration – http://ximl.com/sites/exanim/conf.xml
XIML – functionality – advanced opening and closing animation
March 13th, 2008We had some animation effects that were executed on the element creation or removal but we hugely extended the possibility by allowing you to much more control over what you can achieve.
Now you can specify what parameter you would like to tween, what is the starting value, ending value, when the tween suppose to start and for how long it should work! And you can specify any number of such commands!!!
To do that, add node <opanim> (for opening animation) and <clanim> (for closing) to any element you would like to apply it to.
for example:
<el eltype="rect" x="100" y="100" w="300" h="200" c="0x456789" a="100" > <opanim> <ae par="_alpha" fr="0" to="100" st="0" ln="1" /> <ae par="_xscale" fr="10" to="100" st="2" ln="2" /> <ae par="_xscale" fr="100" to="10" st="1" ln="1" /> </opanim> </el>
XIML – functionality – more elements display attributes
March 10th, 2008We added additional general attributes that could be applied to any element.
- _alpha=”80″ : defines transparency on the entire element (in %)
- _rotation=”30″ : rotates the entire element (in degrees)
We looking forward to see some fancy angled design you’ll come up with.
Our examples are coming soon.
XIML – functionality – conditional elements display
March 7th, 2008XIML has an option to display (or not) some areas based on content in data file.
The element that used for that is eltype=”if_cond” and it is acting as “elem_group” if displayed or completely ignored otherwise.
We added more conditions recently and at the moment the full list is:
- cond_type=”eq_attr” cond_attr=”lazy” cond_val=”fox” : block displayed if attribute”lazy” of the current data node is “fox”
- cond_type=”ne_attr” cond_attr=”lazy” cond_val=”fox” : block displayed if attribute”lazy” of the current data node is NOT “fox”
- cond_type=”eq_nodeName” cond_val=”fox” : block displayed if node name of the current data node is “fox”
- cond_type=”ne_nodeName” cond_val=”fox” : block displayed if node name of the current data node is NOT “fox”
- cond_type=”isval_node” cond_path=”/*/fox” : block displayed if there is a node exist with XPath “/*/fox” relatively to the current data node
- cond_type=”isnotval_node” cond_path=”/*/fox” : block displayed if there is NO node exist with XPath “/*/fox” relatively to the current data node
- cond_type=”isval_attr” cond_attr=”lazy” : block displayed if attribute”lazy” of the current data node is exist and not empty
- cond_type=”isnotval_attr” cond_attr=”lazy” : block displayed if attribute”lazy” of the current data node is NOT exist or empty
usage example:
<el eltype="if_cond" cond_type="isval_node" cond_path="/*/cx" x="0" yrel="prevrel+10" w="100%" h="100%"> <el style="txt_pg_hdr_med" txt="Config"/> <el style="txt_pg_code" subname="cx"/> </el>
XIML sites – deep linking / pages
February 28th, 2008
Deep linking to internal pages within XIML site is easy to use:
ximl.com/site/{site name}/{page name}
For example:
http://ximl.com/site/ximl_tabs1/tc_ft will go directly to the features page (tc_ft) of site ximl_tabs1.
To link to pages of the main site, use
ximl.com/p/{page name}
For example:
http://ximl.com/p/p_tech_features will go directly to the features page of main site.
To set what page should open on site start, use
<start_page v=”p_tech_about”/> located at /website/config/sys/ in the configuration file.
For example see http://ximl.com/conf.xml
XIML sites – new functionality – site development history
February 22nd, 2008
When developing a XIML site, you will normally have many versions of configuration and data files.
The files are backed up in the system.
This files versions represent a history of a site development.
It is possible to see all the development steps for each site.
Site history is available at ximl.com/sitehistory/{site name}.
For example, see http://ximl.com/sitehistory/ximl_tabs1
XIML – functionality – scroll
February 21st, 2008Following elements can have scroll: text, sel_4state, elem_group.
To use it, specify attribute scrl=”yes” in the element.
Then you can use default scroll or fully configure it for your needs.
The default scroll is:
<scroll>
<conf scroll_step="50" scroll_step_time="0.3"/>
<bg eltype="elem_group" x="R+3" y="12" w="7" y2="B-12" >
<el eltype="bord" x="0" y="0" x2="R" y2="B" c="0xcccccc" a="100" r="0" t="0.5" />
</bg>
<sld eltype="el__2state" x="R+3" y="12" w="7" y2="B-12" >
<el>
<el eltype="rect" x="0" y="0" x2="R" y2="B" c="0x999999" a="100" r="0" />
</el>
<elov>
<el eltype="rect" x="0" y="0" x2="R" y2="B" c="0x333333" a="100" r="0" />
</elov>
</sld>
<bar eltype="elem_group" x="R+3" y="12" w="7" y2="B-12" >
<el eltype="rect" x="0" y="0" x2="R" y2="B" c="0x3333cc" a="0" r="0" />
</bar>
<btn_up eltype="el__2state" x="R+3" y="0" w="7" h="10" >
<el>
<el eltype="rect" x="-2" y="-2" x2="R+2" y2="B+2" c="0xcccccc" a="0" r="0" />
<el eltype="triang" x1="0" y1="B" x2="R" y2="B" x3="C" y3="0" c="0x999999" a="100" />
</el>
<elov>
<el eltype="rect" x="-2" y="-2" x2="R+2" y2="B+2" c="0xcccccc" a="0" r="0" />
<el eltype="triang" x1="0" y1="B" x2="R" y2="B" x3="C" y3="0" c="0x333333" a="100" />
</elov>
</btn_up>
<btn_down eltype="el__2state" x="R+3" y="B-10" w="7" h="10">
<el>
<el eltype="rect" x="-2" y="-2" x2="R+2" y2="B+2" c="0xcccccc" a="0" r="0" />
<el eltype="triang" x1="0" y1="0" x2="R" y2="0" x3="C" y3="B" c="0x999999" a="100" />
</el>
<elov>
<el eltype="rect" x="-2" y="-2" x2="R+2" y2="B+2" c="0xcccccc" a="0" r="0" />
<el eltype="triang" x1="0" y1="0" x2="R" y2="0" x3="C" y3="B" c="0x333333" a="100" />
</elov>
</btn_down>
</scroll>
<conf – scroll configuration (optional). By default, scroll_step is 50 (pixels) for sel_4state, elem_group and 3 (lines) for text. scroll_step_time is 0.3 sec by default.
<bg – graphics, background, etc.
<sld – slider. It will be resized to a required height.
<bar – specifies “operational” area for slider movement.
<btn_up – button for scroll up.
<btn_down – button for scroll down.
XIML – new functionality – masks
February 13th, 2008It is possible to apply a mask to any element.
It can be useful for creating non-rectangular shapes or prevent other elements to run out its borders.
To use:
- in the element definition add an attribute mask=”true”
- add sub xml to the element :
<el eltype="plugin" x="0" y="0" w="100%" h="100%" size="no" datatype="xml" attr="engurl" mask="true" >
<mask>
<el eltype="rect" x="0" y="0" w="100%" h="100%" c="0xcccccc" />
</mask>
</el>
The element formed in the el/mask/ area will define a mask on the rest of the element its applied to.
For example, see source code at
http://ximl.com/sites/ximl_tabs1/conf.xml










