by admin | Sep 10, 2019 | Uncategorized
Whenever I wanted to get index an array by the column value I used to do the following [cc lang=”php”]
by admin | Sep 14, 2011 | Uncategorized
Often we need to remove empty elements from our array. For example when we split a string with space, we can get the words and also blank strings when there are two or more spaces put together. We can use array_filter function for rescue. When we call array_filter...
by admin | Aug 23, 2011 | Uncategorized
I’m in the process of creating Usage examples for the brand new version of RESTler. Take a look at the work in progress version here (I would love to hear your thoughts). One of the nice features in that is the ability to see the source code. I’m using a...
by admin | Jan 12, 2009 | Blog
I believe that haXe is the right platform for developing api’s and code libraries. Why haXe? If you use just the haXe core libraries. HaXe Can compile to Javascript by generating a single.js file Can compile to Flash 6-8 by generating a single .swf file Can...
by admin | Jul 20, 2008 | Blog
FDT is an Eclipse based IDE for Actionscript coding. I heard about it a lot but never tried it on my own. When I came to know Nico Zimmerman is about to present in our FUG. I wanted to try it before that so that I can better understand the platform and raise any...
by admin | Jun 12, 2008 | Blog
Today I have presented on code generation techniques on the Singapore Flex User Group. Here are the important links for that presentation Eclipse Monkey Eclipse Monkey allows you to write scripts that run inside Eclipse and through DOMs are able to access and...
by admin | Jan 14, 2008 | Blog
Today I presented in the Flexcamp on Flex Production Techniques. I showcased ThumSUB for the very first time 🙂 Here are the slides for that presentation [slideshare id=913928&doc=flexproductiontechniques-1231869298036794-1&w=425]
by admin | Jul 13, 2007 | Uncategorized
Some time back Guy Watson wrote an article in the developer center called Webcam Motion Detection: Using the BitmapData API in Flash 8. He later made a better version of it and included that source in the zip file. I went through that code and completely rewrote it in...
by admin | Jan 26, 2007 | Uncategorized
3dsense Media School people have brought in Aral Balkan to Singapore. He will be giving us a speech coming Sunday. Look at http://pixelreloaded.com/ for more details. Even if you haven’t registered for the event, do come over. On the spot registration will be...
by admin | Jan 9, 2007 | Uncategorized
It used to work fine before (in Flex 2.0). Now with Flex 2.0.1, it renders as shown below when we define depthColors attribute for Tree Component depthColors=”[0xFFFFFF, 0xF2F6F7, 0xEDF5F7, 0xE8F0F2, 0xD3E2E6]” If I find any workaround I will update this...