At Excentrix Web, we are avid users and proponents of Open Source Software (OSS). Consequently, we are always looking for “what’s out there” instead of “reinventing the wheel”: we do this in order to increase ROI for our clients’ projects. When we decided to port a fairly complex Flex project to Cairngorm we decided to [...]
Hi Everyone,
Just to help anyone who may not be able to find the solution to fixing Flex Builder font transcoding errors, go to flexfreaks.com’s forum. You basically have to add the compile switch “-managers flash.fonts.AFEFontManager” in the “Additional compiler arguments” field under “Project” -> “Properties” -> “Flex Compiler”. Let me know whether or [...]
Here’s a MySQL scriptlet you won’t want to forget:
“select child.id from child left join parent on (child.parent_id=parent.id) where child.id is not null and parent.id is null;”
According to Dennis Haney, the original poster of this scriptlet (as found in his comment on this MySQL dev page here) you will get the error “ERROR 1216: Cannot add [...]
Greetings Grail’ngs,
I have been SO, SO, SO impressed with Grails since I started learning it less then two weeks ago. It’s almost as easy to learn and implement as PHP. Of course, it lends itself well to the Java/J2EE paradigm since it is a subset of the Java language–just in the form of a scripting [...]