Archive

Archive for the ‘Flash/ActionScript/Flex’ Category

SWX – a new remoting way to create interactive environment with flash

April 4th, 2007 No comments

SWX is a project developed by Aran Balkan one of the best flashers on the web. SWX concept is similiar to AMFPHP concept which is retriving data in real time by Remote Precedure Calling (RPC) to be able to make real time web application like AJAX but in flash. But the difference, in SWX you retrive information from an SWF file rather than PHP file, and the information retrived from the SWF is a variable and we deal with it as an Object Class (AS way of defining a movie clip). In flash you manipulate with the variable recieved to suite our implementation. Just imagine the coolnest of those idea and what you can do with flash!

The upcoming new version of Standard C++

March 31st, 2007 No comments

Its been almost a decade since the c++98 standard was released and more than 2 decades since the first release of C++ made by Bjarne Stroustrup. The new highly anticipated C++0x is under development. Many new features are expected to be seen. Nevertheless, the new standard will be 100% compatible with the old c++98 standard codes. Therefore, it will be the same C++ we all know for many years, but more facility will be added to improve the language. There will be improvement on core language, but mostly on the library. There will also be more support for threading and smart pointers. However, smart pointers will be supported only through the standard library (as been said so far). Even more improvement in generic programming when developing the language which can be called ‘concept’. Developers are trying their best to include garbage collector with the C++0x compiler as compulsory rather than being compiler optional like in C++98. Many informations are available in the following URLs:
http://en.wikipedia.org/wiki/C%2B%2B0x
http://herbsutter.spaces.live.com/?_c11_blogpart_blogpart=blogview&_c=blogpart&partqs=cat%3dC%252b%252b
http://www.open-std.org/jtc1/sc22/wg21/
http://www.informit.com/guides/content.asp?g=cplusplus&seqNum=216&rl=1

Categories: Flash/ActionScript/Flex, Myself Tags: