Reborn Code Freaks
RCF Group
rcf-group.com
 
HeadQuarters

Shoutbox

These are free toughts and interesting finds some of our members. Only group members are allowed to post here. If you wish to become a member of this group, please visit member signup section.

Page: Shoutbox content:
MeanEYE
11:35:54 13.05.2010.
New tutorials web site

Well Gimp and Inkscape users who need some additional help will be glad to head that there's a new website in town specializing in tutorials.

Well if you are interested head over to the Zarth :)
MeanEYE
11:03:56 25.04.2010.
Speeding up the development

Am happy to announce that starting May 1st I will be dedicating more of my free time to development process of some applications located on this site. First and most important one is Sunflower file manager which, unfortunately, is still in pre-alpha phase.

So to all the testers of this soon-to-be-alpha software, thank you for your effort and I hope you will find Sunflower interesting to use as it was for me to develop it :D
AchillesB
11:49:38 19.04.2010.
MIPS Big-endian Android published

RT-RK company announced an open-source port of Android for big endian MIPS. Visit http://www.rt-rk.com/news/98.

MeanEYE
04:50:28 03.02.2010.
Further Android development...

If you follow our downloads section (which I truly doubt) you might have noticed special release of Android Scripting Environment (ASE). This release is based on ASE r15 but with few additions of my own.

Some time ago I wrote UI additions to this great little Android application. Today, Damon announced that he merged these changes to official ASE repository.

Great news for all Python/Perl/Lua programmers out there. Next release of ASE (r17) will give you access to some basic Android UI.

If you are using ASE please drop by our group and leave some comments. Any user feedback can help us improve ASE further!
MeanEYE
11:53:47 06.11.2009.
An interesting find...

You are all (I suppose) familiar with CSS hacks for IE. For example:

div {
*width: 100px;
}

This code would be accepted only by IE all versions 6, 7 and 8. But lately I've found that if you write something like:

div {
_width: 100px;
}

Only IE6 would read this as valid CSS.
This gives us ability to address only IE6 in CSS.