nadimissimple.wordpress.com
Calendar Control for iPhone | Nadim is Simple
https://nadimissimple.wordpress.com/2009/04/17/calendar-control-for-iphone
April 17, 2009. Calendar Control for iPhone. 8212; Tags: Cocoa Touch. 8212; Nadim Jahangir @ 10:09 pm. Somedays ago when I was developing an iPhone application, I required to use a calendar control to show date specific information on it. First I thought that I might get a built-in control in Cocoa Touch UIKit, but unfortunately there is no such thing in that. So I create my own calendar control which is fully customizable. Here is the screenshot of my calendar control. Leave a Comment ». Follow “N...
nadimissimple.wordpress.com
ActionScript 3.0 Pseudo-3D Drawing Performance | Nadim is Simple
https://nadimissimple.wordpress.com/2008/12/30/actionscript-30-pseudo-3d-drawing-performance
December 30, 2008. ActionScript 3.0 Pseudo-3D Drawing Performance. 8212; Tags: 3D. 8212; Nadim Jahangir @ 11:58 am. I tried drawing some 3D scenes. Two of them are shown below. To see “ball bouncing in 3D space” go to http:/ nadimjahangir.net/xp/test3d.swf. A Ball Bouncing in 3D Space. To see “wavy 3D surface” demo go to http:/ nadimjahangir.net/xp/wave3d.swf. 1 Comment ». Great work Nadim vai. Thnx for discuss about such an interesting thing. Comment by Md. Faisal. 8212; December 31, 2008 @ 12:08 am.
nadimissimple.wordpress.com
Bush hottShot | Nadim is Simple
https://nadimissimple.wordpress.com/2008/12/27/253
December 27, 2008. 8212; Tags: ActionScript. 8212; Nadim Jahangir @ 1:46 am. I’ve just finished developing a Flash game for hottMedia Ltd. It’s a fun game for throwing shoe at Bush. Since it’s a fad game I had a very short notice (only 2 days) and so there may be still some bugs there in the game. The game title is Bush hottShot. This game can be played in hottDhaka.com. As well. Danny bhai is the graphic designer and Hasan bhai did the animations. I did all the coding in ActionScript 3.0. Build a websit...
faisal11vcv.blogspot.com
Faisal: Remove page form Google Cache
http://faisal11vcv.blogspot.com/2008/12/remove-page-form-google-cache.html
Thursday, December 25, 2008. Remove page form Google Cache. Everybody knows about this site. This is an American public corporation which main source of revenue is online advertising. If anybody asked which service of google is most popular then without any confusion you can answer google search engine. Actually now-a-days if we need any information’s, any songs ,topics then we search in google. Its very interesting that. How google search a huge database and give relatively desire output with in a second.
faisal11vcv.wordpress.com
All-In-One Slider a jQuery plugin | Md. A.I.Z. Faisal
https://faisal11vcv.wordpress.com/2011/01/08/all-in-one-slider-a-jquery-plugin
Md AIZ. Faisal. Engineers aren't boring people, we just get excited over boring things. All-In-One Slider a jQuery plugin. January 8, 2011. JQuery has changed the way users interact with websites. jQuery Image sliders are become increasingly popular within webpages. I’ve created a Slideshow widget All-In-One. As I’m calling it All-In-One. So I hope almost all jQuery slider features you will find here. And Of course some new features which you may find interesting. All-In-One Slider a jQuery Plugin. You c...
faisal11vcv.blogspot.com
Faisal: December 2008
http://faisal11vcv.blogspot.com/2008_12_01_archive.html
Thursday, December 25, 2008. Remove page form Google Cache. Everybody knows about this site. This is an American public corporation which main source of revenue is online advertising. If anybody asked which service of google is most popular then without any confusion you can answer google search engine. Actually now-a-days if we need any information’s, any songs ,topics then we search in google. Its very interesting that. How google search a huge database and give relatively desire output with in a second.
nadimissimple.wordpress.com
Bitmap Manipulation in ActionScript 3.0 | Nadim is Simple
https://nadimissimple.wordpress.com/2008/12/12/bitmap-manipulation-in-actionscript-30
December 12, 2008. Bitmap Manipulation in ActionScript 3.0. 8212; Tags: ActionScript. 8212; Nadim Jahangir @ 5:22 pm. In ActionScript 3.0 I found very useful classes for bitmap manipulation. The classes are BitmapData. I can now do image processing from right inside ActionScript. Using the BitmapData. Class you can access each pixel in a bitmap individually. The bitmap data can contain any image data of any movie clip. The following is an example code for this,. Var bmp:Bitmap = new Bitmap(bmpData);.
nadimissimple.wordpress.com
Math for Simple Particle Generation with ActionScript 3.0 | Nadim is Simple
https://nadimissimple.wordpress.com/2008/12/30/math-for-simple-particle-generation-with-actionscript-30
December 30, 2008. Math for Simple Particle Generation with ActionScript 3.0. 8212; Tags: ActionScript. 8212; Nadim Jahangir @ 8:48 pm. I was just passing my time and built a simple but pretty nice particle generator in ActionScript 3.0. I assumed the particles to be small projectiles and motion of which are driven by the following equations,. T – 0.5gt. Initial position along x-axis. Initial position along y-axis. Initial velocity along x-axis. Initial velocity along y-axis. Leave a Comment ». ActionScr...