Posts

Showing posts from March, 2013

Create First iPhone App

Image
Your First iOS App  introduces you to the Three T’s of iOS app development: Tools . How to use Xcode to create and manage a project. Technologies . How to create an app that responds to user input. Techniques . How to take advantage of some of the fundamental design patterns that underlie all iOS app development. After you complete all the steps in this tutorial, you’ll have an app that looks something like this: As you can see above, there are three main user interface elements in the app that you create: A text field (in which the user enters information) A label (in which the app displays information) A button (which causes the app to display information in the label)

Samsung SA100 Monitor Brightness Adjustment Tool

Adjust Monitor Brightness You can download the program from the below links Monitor Brightness Controller 1.2v  (updated 08-03-2013) Monitor Brightness Type Windows Size Download .exe 32-bit x86 213 KB Download .7z 32-bit x86 14 KB You can download  the  source code  or preview online  from    Source Mirror 1   Source Mirror 2 Last Update 2013-03-06 if you are not windows 7 or vista user you must install Microsoft .net framework before run the program. it can download bellow link www. microsoft .com/en-us/ download /details.aspx?id=1639 ‎

How to reset apple ID password ?

Image
Go to this URL and type your apple ID https://iforgot.apple.com How to reset apple id password ?

How to view open ports in windows pc

Image
Open Command prompt : Step 1. Press these key-combination to open run dialog Ctrl+R  Step 2. Type "cmd" (without quotes) command to open command prompt [DOS prompt] cmd  Step 3. Type "netstat -a" (without quotes) netstat -a To get help about this command type netstat /? or netstat help