Simple Pinger

Submitted by spAb0k on
This is just a simple pinger you can use it for your vb.net projects specially with network support hehe Requirements: .Net Framework 4.0 Internet Connection [for testing] Just put a link in the Textbox then start ping that's it! Password of the Simple Pinger is: www.smashfree.net [If needed!]

iPhone with MapKit and the MKMapView Class

Submitted by itachi_philip on
The MapKit Framework is based on the Apple Maps data and APIs and provides iPhone developers with a simple mechanism for integrating detailed and interactive mapping capabilities into any application. The core element of the MapKit framework from the point of view of the app developer is the MKMapView class. This class is a subclass of UIView and provides a canvas onto which map and satellite information may be presented to the user. Information may be presented in map, satellite or hybrid (whereby the map is superimposed onto the satellite image) form.

Video Playback from within an iOS 6 iPhone Application

Submitted by itachi_philip on
This presents an overview of the MPMoviePlayerController class on how to play a movie within an iOS 6 iPhone application. The sole purpose of the MPMoviePlayerController is to play video content. It is initialized with the URL of the media to be played (either a path to a local movie file on the device or the URL of network based media). The movie player view is added as a subview of the current view, configured using a variety of properties and then displayed to the user.