Devlog entries (page 2)


AS3 bytecode editor

4 months ago malczak actionscript swfutils comments

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...)

Conditional aggregate functions magic in MySQL

6 months ago sobstel sql mysql comments

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...)

Flash getBounds bug

6 months ago malczak actionscript comments

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...)

komixo maker 0.9 released

7 months ago sobstel komixo comments

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...)

HTML e-mail best practices (I mean: forget standards-compliant HTML)

7 months ago sobstel htmlemail html comments

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...)

Website content premeditately commited by segfaultlabs (malczak & sobstel).
Layout by mlando. Icons by DryIcons.com. All rights reserved, of course.