Posted in October 21, 2009 ¬ 10:43 pmh.Catalin Ciocov
When it comes to testing and validating the code I write, I usually do it right after I write the actual code. As much as possible I try writing very small bits of code (a function or even half a function) and then test immediately. If the input range is fairly limited (for example a [...]
Read the rest of this entry »
Posted in October 18, 2009 ¬ 4:07 pmh.Catalin Ciocov
I bet you didn’t think e-mail address validation could be that “easy”. Take a look at http://www.linuxjournal.com/article/9585 (the PHP way). I’m wondering if I should change my e-mail address to {^c\@talin*ciocov^}@somedomain.com .
Read the rest of this entry »
Posted in October 14, 2009 ¬ 4:48 pmh.Catalin Ciocov
My next major project will be to build an ad server engine. When I say “engine”, I’m referring only to that part of an ad server that will deal exclusively with ad delivery, basically the part that receives and responds to ad requests from publishers.
Although there’s a lot more going on in a full-featured ad [...]
Read the rest of this entry »
Posted in October 3, 2009 ¬ 10:09 pmh.Catalin Ciocov
Loading as AS2 SWF into AS3 is possible using the Loader class, but that won’t help in case you also need to communicate with the loaded AS2 SWF. The trick is to create a wrapper AS2 SWF that will act as a proxy (or say bridge) between the host AS3 SWF and the target AS2 [...]
Read the rest of this entry »