Recent Posts

Command line script to delete .svn files / folders


find ./ -name ".svn" | xargs rm -Rf

Book cover Flip animation like in Path app

Sample code to mimic Book cover animation in Path App using UIKit animation.

coverView.layer.anchorPoint=CGPointMake(0, .5);
coverView.center = CGPointMake(coverView.center.x - coverView.bounds.size.width/2.0f, coverView.center.y);
[UIView beginAnimations:nil context:nil];
[UIView setAnimationDuration:1];
[UIView setAnimationDelay:1];
coverView.transform = CGAffineTransformMakeTranslation(0,0);
CATransform3D _3Dt = CATransform3DIdentity;
_3Dt =CATransform3DMakeRotation(3.141f/2.0f,0.0f,-1.0f,0.0f);
_3Dt.m34 = 0.001f;
_3Dt.m14 = -0.0015f;
coverView.layer.transform =_3Dt;
[UIView commitAnimations];

Mobile development using PhoneGap

With diversity of mobile platforms iOS, Android, Blackberry, Symbian, Windows Phone 7, Meego, WebOS, Bada and many more, developers all around the world face incredible challenge to design and build mobile apps twhat run on all this platforms.

Continue reading at Symbyo Blog

How to integrate iAD in your iOS App ?

There is no doubt that the ad industry pushes a lot of companies and individuals to work and grow. the main revenue for Google is AdSense.So why not you get a piece from the pie?.
What is iAD ?

The iAd advertising platform provides developers new opportunities to generate revenue and promote their apps. You add banner or full-screen advertisements to your application’s user interface; Apple sells advertising space and delivers ads to fill these spaces. You earn revenue when users view or interact with ads displayed by your application.

Installing Transmission on CentOS *updated*

Transmission
Have VPS or dedicated server ? Downloading torrents will be never easier.

Introduction to HTML , CSS & JavaScript

on 4/4/2011, i gave a session for first year students on faculty of computers and information sciences at Assiut university.The session was organized by the Scientific Association at the faculty. I was glad that they invite me to do so.
For whom asked me about the presentation here it is. You will also find some reference sites that can help you to start developing your first web page .

Titanium Week…JavaScript will rule the world

Yes, JavaScript to rule the world of development.Now with JS you can develop native iPhone & android apps.Not just for mobile, You can develop Cross-Platfrom desktop apps that run on all known OS’s WITH SAME CODE BASE.

Appcelerator has made a great product called it Titanium.

So, you want to install windows but your CD drive is broken and you don’t have USB Flash drive.That is hard situation to deal.but as we say “There a solution for every problem”.The solution is NETWORK installation. Yes .. you can install windows over network. all you need is :

  • Your computer which needs to be able to boot from network.
  • another PC
  • Network to connect the 2 PCs
  • Windows 7 installation ISO
  • tftpboot.exe (you can download it from here  http://www.megaupload.com/?d=V04T7KQ8 )

on the 9th of December 2010,it was my birthday ( i am now 22 :D ). i spend this day with the most respectable company in the whole world. yaah it is Google.
Google held an event for 3 days.i was invited to the second day which was mainly targeting professional developers.

Military service exemption party

First Happy Eeed To all .i want to thank the guys ( THE GANG) for this lovely day. i hope we could meet more often.You made my day :)