sanzar-adnan.blogspot.com
Sitemap | SanZ's Blog
http://sanzar-adnan.blogspot.com/p/sitemap.html
Subscribe to: Posts (Atom). Exchange Anything. Its Happening! I am from Bangladesh. Currently doing Masters in Cyber Security in Stevens Institute of Technology! Enjoy developing iOS Applications! View my complete profile. Blogumulus by Roy Tanck. Copy Right 2010- Sanzar Adnan Alam. Title and Background design by I-Creation Desgin Studio. Picture Window template. Powered by Blogger.
sanzar-adnan.blogspot.com
10/31/12 | SanZ's Blog
http://sanzar-adnan.blogspot.com/2012_10_31_archive.html
Wednesday, October 31, 2012. How to Access Web Sites When They’re Down. When sites go down, there are actually a few ways to access them through the magic of caches and archives. Access Cached Pages Through Google. Google caches a large portion of the internet, and it’s easy to access those caches when a site isn’t available. All you have to do is search for a URL prepended with “cache:” like this:. Http:/ sanzar-adnan.blogspot.com/. Posted by Sanzar Adnan Alam. Subscribe to: Posts (Atom).
sanzar-adnan.blogspot.com
10/16/13 | SanZ's Blog
http://sanzar-adnan.blogspot.com/2013_10_16_archive.html
Wednesday, October 16, 2013. Few Useful Objective-C Snippets for an iOS App. LAUNCH MAIL AND SEND AN EMAIL. UIApplication sharedApplication] openURL:[NSURL URLWithString:@mailto:/ mymail@myserver.com] ;. UIApplication sharedApplication].idleTimerDisabled = YES;. STOP RESPONDING TO TOUCHES. UIApplication sharedApplication] beginIgnoringInteractionEvents];. RESUME RESPONDING TO TOUCHES. UIApplication sharedApplication] endIgnoringInteractionEvents];. DISPLAY AN ALERT WINDOW. Posted by Sanzar Adnan Alam.
sanzar-adnan.blogspot.com
02/28/13 | SanZ's Blog
http://sanzar-adnan.blogspot.com/2013_02_28_archive.html
Thursday, February 28, 2013. Sliding Up UITextFields which are hidden by the keyboard in iOS. First, declare the following constants somewhere at the top of the view controllers implementation file. . Static const CGFloat KEYBOARD ANIMATION DURATION = 0.3;. Static const CGFloat MINIMUM SCROLL FRACTION = 0.2;. Static const CGFloat MAXIMUM SCROLL FRACTION = 0.8;. Static const CGFloat PORTRAIT KEYBOARD HEIGHT = 216;. Static const CGFloat LANDSCAPE KEYBOARD HEIGHT = 162;. Finally, apply the animation. View m...
sanzar-adnan.blogspot.com
Few Useful Objective-C Snippets for an iOS App | SanZ's Blog
http://sanzar-adnan.blogspot.com/2013/10/few-useful-objective-c-snippets-for-ios.html
Wednesday, October 16, 2013. Few Useful Objective-C Snippets for an iOS App. LAUNCH MAIL AND SEND AN EMAIL. UIApplication sharedApplication] openURL:[NSURL URLWithString:@"mailto:/ mymail@myserver.com"] ;. UIApplication sharedApplication].idleTimerDisabled = YES;. STOP RESPONDING TO TOUCHES. UIApplication sharedApplication] beginIgnoringInteractionEvents];. RESUME RESPONDING TO TOUCHES. UIApplication sharedApplication] endIgnoringInteractionEvents];. DISPLAY AN ALERT WINDOW. GET THE CURRENT DATE AND TIME.
sanzar-adnan.blogspot.com
03/26/12 | SanZ's Blog
http://sanzar-adnan.blogspot.com/2012_03_26_archive.html
Monday, March 26, 2012. Save your data in a Secret notepad. Type cmd in run). Change to any directory. Where you want to save that file. Then press enter. here filename is name of file for example if i want to create a notepad file of name secret then i will write notepad. This will create a text file secret.txt. 4) A message will be pop up Cannot find the D: secret.txt:StoreHiddenData.txt file. Do you want to create a new file? Button to proceed create the new file. 5) A notepad will be pop up. 8216; an...
sanzar-adnan.blogspot.com
05/12/13 | SanZ's Blog
http://sanzar-adnan.blogspot.com/2013_05_12_archive.html
Sunday, May 12, 2013. Delay Code in iOS. Dispatch time(DISPATCH TIME NOW,. NSEC PER SEC);. Dispatch get main queue(),. Unhide views, animate if desired. Posted by Sanzar Adnan Alam. Subscribe to: Posts (Atom). Exchange Anything. Its Happening! I am from Bangladesh. Currently doing Masters in Cyber Security in Stevens Institute of Technology! Enjoy developing iOS Applications! View my complete profile. Blogumulus by Roy Tanck.
sanzar-adnan.blogspot.com
06/30/12 | SanZ's Blog
http://sanzar-adnan.blogspot.com/2012_06_30_archive.html
Saturday, June 30, 2012. Make Your Computer Speak Whatever You Type. 1Open Notepad and copy and paste the following code. Message=InputBox("What do you want me to say? 2Now save the notepad file with the name. 3Now double click on. Type in the box whatever you want your computer to speak for you. Posted by Sanzar Adnan Alam. Subscribe to: Posts (Atom). Exchange Anything. Its Happening! I am from Bangladesh. Currently doing Masters in Cyber Security in Stevens Institute of Technology!
sanzar-adnan.blogspot.com
Delay Code in iOS | SanZ's Blog
http://sanzar-adnan.blogspot.com/2013/05/delay-code-in-ios.html
Sunday, May 12, 2013. Delay Code in iOS. Dispatch time(DISPATCH TIME NOW,. NSEC PER SEC);. Dispatch get main queue(),. Unhide views, animate if desired. Posted by Sanzar Adnan Alam. Subscribe to: Post Comments (Atom). Exchange Anything. Its Happening! I am from Bangladesh. Currently doing Masters in Cyber Security in Stevens Institute of Technology! Enjoy developing iOS Applications! View my complete profile. Blogumulus by Roy Tanck.
sanzar-adnan.blogspot.com
08/25/12 | SanZ's Blog
http://sanzar-adnan.blogspot.com/2012_08_25_archive.html
Saturday, August 25, 2012. Master These Keyboard Shortcuts For Text Editing. One of the most useful things you can do with text editing keyboard shortcuts is selecting bits of text. It speeds things along a great deal when writing. Select one character at a time. – Shift Left or Right Arrow. Select one line at a time. – Shift Up or Down Arrow Keys. Select one word with each arrow press. – Shift Ctrl Left or Right Arrow. Select current paragraph. – Shift Ctrl Up or Down Arrow. Posted by Sanzar Adnan Alam.