High Way or the G-way!
“After a certain high level of technical skill is achieved, science and art tend to coalesce in esthetics, plasticity and form
the greatest scientists are always artists as well” ALBERT EINSTEIN
If you enjoyed this post, make sure you subscribe to my RSS feed!
Startup.com
Here is a great movie about startup internet companies. It should be boring for some of you (especially those who are so excited and love dreaming rather than getting t
hings done shouldn’t watch that movie). if you are getting into internet business you have to be realistic and make a detailed research about your market. [...]
Osirix RPC
Nowadays I am working on my graduation project ( Mobile Hospital Information system ) which uses OSIRIX- Advanced OpenSource PACS Workstation Dicom Viewer
Since I need to communicate with Osirix through RPC, I googled for an Osirix RPC sample for objective-c but couldn’t find a running one. Then I played with libraries and found [...]
Add BitmapData To Application Dynamically
if you faced with an error like :
type Coercion failed: cannot convert flash.display::Bitmap@3fda39a1 to mx.core.IUIComponent.
you are probably trying to add a bitmap directly to defaul app.
so check this little code, it creates an UIComponent for holding bitmap.
private function init():void
{
var bmd:BitmapData = new BitmapData(80, 30, false, 0xFFCC00);
var rect:Rectangle = new Rectangle(10, 10, 40, 10);
bmd.fillRect(rect, 0xFF0000);var pt:Point [...]
Flash Policy
If you are developing a flex project which needs loading external files you may face with security errrors.
Just for skipping these in development go to project->properties->Flex Compiler ->Compiler Arguements and add
-use-network=false
By the way don’t forget the cross domain in server side
If you enjoyed this post, make sure you subscribe to my RSS feed!
iFund
Stay tuned. http://www.kpcb.com/initiatives/ifund/pressrelease.html
If you enjoyed this post, make sure you subscribe to my RSS feed!
Flickr







Recent Posts
Subscribe to my blog