techhackz.com
TechHackz
http://www.techhackz.com/2011_05_01_archive.html
Contact / Tip Us. SIM Unlock Your Samsung Galaxy S II – How To. Tuesday, May 31, 2011. SIM unlocking your smartphone allows you to switch your device SIM card whenever you want regardless of the carrier: from AT&T to T-Mobile, Orange to SFR etc. depending on where you live. The Samsung devices are usually quite easy to SIM unlock (see How To SIM Unlock the Samsung Galaxy S. And the Samsung Galaxy S 2 is no exception as Chainfire. Released an app called Galaxy S2 SIM Unlock. Travel App for iOS - NW Ferry.
spinningtheweb.blogspot.com
Spinning the Web: August 2007
http://spinningtheweb.blogspot.com/2007_08_01_archive.html
August 04, 2007. Mobile Web Forms in Visual Studio 2005 SP1. In a recent project I was required to alter my web application to make it more compatible with small devices (such as PDAs and cellphones). I attempted to add a mobile web form and found that no such template was available. As an optional download. Links to this post. Subscribe to: Posts (Atom). Keeping tabs on ASP.NET, C#, Objective-C, Swift, Xamarin and the latest in other assorted development, mobile and computer-related technologies.
spinningtheweb.blogspot.com
Spinning the Web: September 2011
http://spinningtheweb.blogspot.com/2011_09_01_archive.html
September 26, 2011. Slide to Unlock Control in MonoTouch. Unable to display content. Adobe Flash is required. In a recent MonoTouch project I needed to make something similar to the slide-to-unlock control at the bottom of the iOS lock screen. The goal was to derive from a UIImageView and trigger an. Null) { if ( sliderView! Null) { newLocation = panGesture.LocationInView(this); switch (panGesture.State) { case UIGestureRecognizerState.Began: / User first taps the slider if ( newLocation.X. To use this c...
spinningtheweb.blogspot.com
Spinning the Web: Shortening a UUID / GUID in Swift
http://spinningtheweb.blogspot.com/2014/08/shortening-uuid-guid-in-swift.html
August 20, 2014. Shortening a UUID / GUID in Swift. Universally Unique Identifiers ( UUID. Also known as a GUID on Windows) are a helpful standard for identifying things uniquely among the throng. To make sure that for all intents and purposes each UUID is unique it has to be 36 characters long. When transferred over a network on a large scale, these lengthy identifiers will eat up bandwidth. In the spirit of optimization, what's a good strategy to compress them for transit?
spinningtheweb.blogspot.com
Spinning the Web: October 2009
http://spinningtheweb.blogspot.com/2009_10_01_archive.html
October 14, 2009. Reading RGB Info from Images on the iPhone using MonoTouch. Is an intriguing new software development kit from Novell. It utilizes the open source Mono. Project to allow developers to write code in C# that can then be statically compiled into native iPhone applications and deployed to devices or even to the App Store. A free evaluation version. Is available if the product interests you. SelectedImage refers to the UIImage object of interest. 4 color settings for every pixel (RGBA).
spinningtheweb.blogspot.com
Spinning the Web: December 2011
http://spinningtheweb.blogspot.com/2011_12_01_archive.html
December 26, 2011. Delayed Download Prompt in ASP.NET MVC 3. There may be times when it's handy to prompt users to download a file after a slight delay. Such a delay can be useful because it gives users time to review a page's content before they are prompted to save. A good example of this technique can be found on SourceForge. Whenever a visitor attempts to download a project. How can this be accomplished using ASP.NET MVC 3? Load a "download" page. As per usual, Stack Overflow had a great post. Functi...
spinningtheweb.blogspot.com
Spinning the Web: Integrating Flurry Analytics into your iOS App
http://spinningtheweb.blogspot.com/2013/07/integrating-flurry-analytics-into-your.html
July 10, 2013. Integrating Flurry Analytics into your iOS App. Is a great service for keeping tabs on mobile app usage. They help over 100,000 companies monitor 300,000 apps that run on a variety of platforms (iOS, Android, Windows Phone and more). Best of all, it's free to use Flurry Analytics in your own apps. My goal with this blog entry isn't to come across like a sales pitch. If you have a different analytics service that fits your needs, then more power to you. The point is to use. The code sample ...
spinningtheweb.blogspot.com
Spinning the Web: August 2011
http://spinningtheweb.blogspot.com/2011_08_01_archive.html
August 30, 2011. Custom Animations for the UINavigationController in MonoTouch. In some areas of my UI I wanted more control over the animations in my navigation stack. This thread. On Stack Overflow was a great place to start. I ported some of the Objective-C code I found to C# extension methods as follows:. With these extensions in scope, moving between controllers with a flip animation is now as trivial as this:. Links to this post. August 19, 2011. Scheduling Local Notifications in MonoTouch. Schedul...
spinningtheweb.blogspot.com
Spinning the Web: August 2008
http://spinningtheweb.blogspot.com/2008_08_01_archive.html
August 22, 2008. In C# all value type parameters (objects that inherit from System.ValueType) are allocated to the stack and passed by value. This means that a copy of these variables is created and passed into the method being called. Since the parameter is a local copy its scope is limited to that method. See the following example below:. Writes 5 to the console. Console.WriteLine(x.ToString() ;. Send a copy of x. Writes 5 to the console. Console.WriteLine(x.ToString() ;. Writes 5 to the console. I fou...
spinningtheweb.blogspot.com
Spinning the Web: July 2010
http://spinningtheweb.blogspot.com/2010_07_01_archive.html
July 10, 2010. IOS 4 and Map Kit Overlays with MonoTouch. One of the "over 100 new features" in iOS 4 that I've been especially interested in are Map Kit overlays. Previously, developers were limited to using annotations to express points on a map. If you wanted to draw a shape of some sort you were more or less up a creek. CLLocationCoordinate2D empireStBld = new CLLocationCoordinate2D(40.748433, -73.985656);. Double radiusInMeters = 100d;. MapView.Delegate = new MapViewDelegate(circle);. CircleView = n...
SOCIAL ENGAGEMENT