Devlogs
Recently, I have been preparing to my speech at Flash Camp, where I will talk a bit about bits and bytes. As an example I have created bytecode editor for AS3
(read more...)Probably the most common usage for aggregate functions is to count all rows in the table using COUNT(*) combined with GROUP BY clause.
What you may not be aware of, is that this COUNT's asterisk is actually an expression. You probably even saw expression like COUNT(id) or SUM(amount), but there's available much more magic than that. You can put conditions there.
(read more...)Recently, as I worked on a new version of komixo maker, I came across this, really irritating, bug. As it is written in title, it is related with getBounds method of DisplayObject class.
(read more...)We have just released komixo maker v0.9. See komixo.com for details. We have new site, new layout and loads of fixes & changes in the maker. Check yourself.
(read more...)Ok, poor boy (or girl). Now you'd like to learn some useful tips to create beautiful HTML e-mails using whole CSS goodness. Sorry to disappoint you, but you can't. At least if you want to be cross-client and I'm sure you do
(read more...)