BlackBerry BlackBerry Application Development Tutorial (Part-4) Aasim Naseem, February 23, 2011May 16, 2025 Hello All, Hope you’re enjoying the world around you. Surprised?? I know; after a long time, I am here writing a tutorial on BlackBerry application development. It is a requested tutorial, asked for by some developers a few days back. So here it is: Continue Reading
Java Eclipse on Mac Aasim Naseem, February 18, 2011May 5, 2025 And finally, I’m able to run Eclipse on Mac. And now i’m seriously thinking of having macbook permanently. As i can taste sweetness of xcode apps along with coffee cup of java, Yeah, i will miss the tag team of C# and ASP.NET. Continue Reading
Java Java on Mac Aasim Naseem, February 17, 2011May 5, 2025 Hello Guys; Hows everything with you? Today I was planning to write the next part of my Amazon Kindle application development tutorial. Nowadays I’m using a MacBook, so I thought I needed to download and install JDK first. But surprisingly, I came to know every version of Mac OS X… Continue Reading
iOS Code Chunks – iOS Aasim Naseem, February 5, 2011April 27, 2025 Hello Everyone; Hope weekend is going well. Today’s menu is really simple; I will give you some tips regarding iPhone application development. I used them recently, so want to share with you people. Here they are. 1. Screen Resolution At the time of this post, the iPhones are available in… Continue Reading
iOS Pattern Colors are Not Supported by the iPhone SDK Prior to 3.0 Aasim Naseem, February 4, 2011May 5, 2025 Last day i opened and compiled an old project of iPhone; I’m using Xcode 3.2.5 with iOS 4.2 on Mac OS X 10.6.6; When i complied that project I got the following error in multiple xib files Pattern colors are not supported by the iPhone SDK for iOS versions prior… Continue Reading
Random Tips Google Task Bug; Aasim Naseem, January 27, 2011April 7, 2025 can anyone reproduce this issue in pop-out view of Task in your Gmail inbox; ? I’m getting this repeatedly; Some uncompleted tasks are strikethrough and some completed tasks are in normal text; See last five entries; Continue Reading
iOS How to show URL in UIWebView in iPhone/iPad/iPod Aasim Naseem, January 26, 2011May 5, 2025 Hi everyone! Below is a small code to display contents over UIWebView. Assuming that you have declared a UIWebView in your header file; in my case it is detailWebView. That’s it; keeping user interaction and multi-touch options checked in the xib file will allow the user to play with the… Continue Reading
Random Tips Google Acquires eBook Technologies Aasim Naseem, January 16, 2011April 7, 2025 Google has just acquired eBook Technologies, according to a notice that is currently appearing on the company’s homepage. Google confirmed the acquisition, with a spokesperson giving us this statement: “We are happy to welcome eBook Technologies’ team to Google. Together, we hope to deliver richer reading experiences on tablets, electronic readers… Continue Reading
Code Repositories Guidelines for Using Code Repositories Aasim Naseem, January 13, 2011April 29, 2025 Hello everyone; Hope you are doing good at your desks; Today im lil technical; Will talk about code repositories and their usages; This is an essential checklist for playing with code repositories; Everyone need to follow this; If I miss anything, or any point where you feel something need to describe… Continue Reading
iOS Not enough frames in Stack – iO| Aasim Naseem, January 10, 2011May 5, 2025 If you are getting this error message in your console while running your app on iPhone/iPod (specially on 1G, having ios < 3.2) Above error is in UIKit.framework, it can be in any library. You need to closely look into error and find out the library Name. Following solution is for UIKit.framework;… Continue Reading