Sunday, May 19, 2013

Today iOS Development Resources, Open Sources, Articles, Tutorials and Samples


Today iOS Development Resources, Open Sources, Articles, Tutorials and Samples

1. Open Source iOS Library Providing An In-App URL Router


An open source library allowing you to set up in-app routing using urls so you can easily jump between screens similar to TTNavigator in the old Three20 library.

You can find Routable-iOS on Github here.

You can read more about Routable and how to use it over on the Propellor blog.

A very useful concept from the Three20 library brought back for newer versions of the iOS SDK.

2. Enhanced Version Of The AwesomeMenu iOS UI Control For Creating Pop-Out Style Path Menus

An open source iOS UI control for creating pop out menus similar to the Path app providing features unavailable in similar libraries such as more touch events and image and animation manipulations.

You can find this fork of QuadCurveMenu on Github here.

A very nice update to an already excellent control.

3. Tutorial: How To Make A Scrolling Photo Gallery With UICollectionVi

A step by step tutorial explaining how to create a scrolling photo gallery view using UICollectionView.



You can find the tutorial over on the Adoption Curve site here.

A nice step-by-step guide on creating custom a custom UICollectionView.

4. Open Source Tool Allowing You To Save/Restore App States In The iOS Simulator

An open source Ruby based tool that allows you to save/restore the state of an app within the iOS simulator.  Very useful if you find yourself needing to sync/resync app data.

You can find Musical Chairs on Github here.

You can read more about Musical Chairs on the Artsy Engineering blog.

An extremely handy tool to have around if you're working on an app that requires you to store large amounts of data.

5. Open Source iOS UI Component Providing Colorful Customizable Circular Progress Views

An open source iOS component providing a customizabe circular progress view.  You can customize color and style, and place progress views within other progress views.



You can find HKCircularProgressView on Github here.

A nice customizable progress view UI control.

6. Tool For Quickly Launching, Deleting And Seeing Details Of iOS Simulator Apps

A free tool that allows you to quickly launch, delete, and view bundle details of apps stored in your iOS simulators.



You can download SimPholders from the homepage here.

It is a free download, but I don't have any information as to whether it stays that way.

7. Open Source Objective-C Library Allowing You To Inject A Block Of Code Before/After Methods

An open source objective-c library that allows you to easily inject blocks of code to execute before/after methods without needing to modify the original class.

You can find BlockInjection on Github here.

A very interesting library for working with blocks.

8. Custom UIStoryboardSegue Providing A Modal Style Transition

A custom Xcode storyboard segue providing a neat sliding/pushback animation for setting up modal views.

You can find DCModalSegue on Github here.

A nice transition for modal views.

9. Open Source iOS Library For Easily Creating Coach Marks To Guide Users Through Your UI

An open source library allowing you to create an elegant guide for your app's user interface by using easily definable coach marks and instruction text.



You can find WSCoachMarksView on Github here.

A nice easy way to create an elegant guide for your app's users.

10. Tutorial: Building An Interactive 3D Scene With Core Animation Step-By-Step

A tutorial demonstrating 3d programming basics with Core Animation by guiding you through the creation of an interactive 3d scene.

You can find the tutorial in two parts: Part 1, Part 2.

A nice step by step guide for learning the basics of 3D programming with core animation.

11. Open Source Library For Super Fast Fuzzy NSString Matching

A library providing super fast NSString matching providing a score based on the relevancy of one string to another.

You can find StringScore on Github here.

A handy library to have around if you find yourself needing to search through strings.

If you've created, or come across any iOS developer resources that you'd like to share you can submit them in below comment section.

I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too. 

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

iPad,iPhone,iPhone Resources,iPhone Articles,iPhone Development,iPhone Game Development,iPhone Turorial,Mobile Development Tutorials,Mobile Developments,Objective C

Saturday, May 18, 2013

HTML5 Introduction – What is HTML5 Capable of, Features, and Resources


After analyzing our new focus here at 1WD, which basically is teaching new, young, designers about web design and helping them improve their skills and to start in the business, we realized that we really need to go as deep as possible into the basics. And while we covered many of these already, two basic things are still missing from the website, and these two are in-depth introductions and discussions about HTML5 and CSS. Therefore it is one of my assignments for the next period to teach you about these two technologies and, after this, to create several tutorials for you. So in the next two to three months, I will cover aspects of front-end web design, basic coding and tutorials about them. Buckle up and get ready to become better at coding!


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

C#,.NET,Architect,Intermediate,VS2010,.Net,Articles,Computer Tutorials, Web Development, Web, HTML, HTML5

Exploring iOS Crash Reports


As developers, when one of our applications crashes, we would like to gather enough information about the crash such that we can reason about its cause and (ideally) fix it. Crash reports generated and provided by tools and services such as iTunes Connect, PLCrashReporter, HockeyApp or others can look a bit daunting at first. We will demystify the important aspects of such reports, so that after reading this article one should be able to use crash report data more effectively.


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

iPad,iPhone,iPhone Resources,iPhone Articles,iPhone Development,iPhone Turorial,Mobile Development Tutorials,Mobile Developments,iOS Crash Reports

Logging with Xcode Breakpoints


If you don't already know about it, setting actions for breakpoints in Xcode is a great way to monitor repetitive code without adding a bunch of NSLog() to your code.


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

iPad,iPhone,iPhone Resources,iPhone Articles,iPhone Development,iPhone Turorial,Mobile Development Tutorials,Mobile Developments,Objective C,xCode,Logging with Xcode Breakpoints

Labels

.Net (641) .NET 3.5 (1) .Net 4.0 (2) .Net 4.5 (5) .Net Framework 3.5 (1) .Net Framework 4.5 (1) .Net Frameworks (1) .Net Keywords (1) .Net Tutorials (119) .NET4.5 (1) 3-Tier (1) 3D drawing in Core Animation (1) 3D Starter Ki (1) Abstract XML Parser (1) Accessibility Techniques (1) Action Delegates (1) ActionLink (1) Adaptive Design Pattern (1) Add Double Click EventHandler to Telerik Silverlight RadGridView Rows (1) ADO.NET (3) Adobe Photoshop (1) Adobe Photoshop Tutorials (1) Adsense (7) Advanced (159) Advanced JavaScript (1) Advertising (1) Agile (1) Agile Project Management (1) Agile Testing (1) Agile with TFS (1) AJAX (16) Ajax Asynchronous File Upload (1) AJAX MVC (1) AJAX Server Control (1) Alexa Rank (1) Amazon (1) Amazon SES (1) Anagrams (1) Android (60) Android Animation (1) Android Automation Testing (1) Android Development (60) Android Download Manager (1) Android Fonts (1) Android GUI using C++ (1) Android Hello World (2) Android in C# (1) Android on OS X (1) Android Phone Status (1) Android Resources (58) Android Sample Applications (2) Android Samples (56) Android SDK (4) Android Services (1) Android Styles (1) Android Styles and Themes (1) Android Themes (1) Android Tutorials (1) Android User Interface Design (1) Android Virtual Device (1) Android vs iOS (1) Android WebViews (1) Android with SQLite (1) Animated UITableView Cells (1) Animation (3) Annotation on Map (1) Anonymous Methods in C# (1) Anonymous Types (1) Anonymous Types In C# (1) Apache (1) App Store (2) App Submitting (2) App to App Communication (1) Apple (2) Apple News (1) Application Architecture (1) AppStore (1) Architect (462) Article (1) Articles (620) ASCII Art Editor (1) ASP (1) ASP.Net (86) ASP.NET AJAX Skins (1) Asp.Net Articles (1) ASP.NET Page Life Cycle (1) ASP.Net Performance (1) ASP.NET Persistence Framework (1) ASP.NET PivotGrid (1) ASP.Net Request (1) ASP.NET Security Vulnerabilities (1) ASP.NET Serious Security Configuration (1) ASP.Net Tutorials (7) ASP.Net UserControl (1) ASP.Net Validation (1) ASP.NET Web API (1) ASP.NET Web Forms (1) ASP.NET Web Forms to the MVC Pattern (1) ASP.Net with AJAX (1) ASP.Net with MVC (4) Aspect Oriented Programming (1) Async and amp; Await (1) Async and amp; Await in C# (1) Async and Wait (1) Asynchronous Action Methods (1) Asynchronous Programming (1) Audiobus and JACK (1) AudioPlayer with PhoneGap (1) Auto Layout (2) Auto Layout Performance on iOS (1) Auto Rotation in iOS (1) Autofac (1) AutoMapper (1) Automated Testing (2) Automation Testing (2) AutoToDoubleTypeConverter (3) AVFoundation (1) AVFoundation Framework (1) Barcode Scanner (1) Barcode Scanner Mobile Application for iOS (1) BaseKit (1) BDD (2) Beginner (2) Beginners (2) Beginners Tutorials (1) Behavior Driven Development (1) Best Blogs Registration (1) Best Practices (1) Beyondrelational (1) Bing Maps (2) Bitwise Operators (1) Bitwise Operators in C# (1) BlackBerry (1) Blog (1) Blogger (18) Blogger Comments (1) Blogger Customization (1) Blogger SEO (1) Blogger Templates (2) Blogger Widgets (2) Blogging (15) Bluetooth (1) Bonjour (3) Bonjour Games (2) Bootstrap (1) Bouncing Ball (1) Breaking Website Security (1) Bring the WP8 home screen to your apps using Telerik controls (1) Browser (1) Browser Automation (1) Browser Dev Tools (1) Bubble (1) Build Notepad (1) Builder Pattern (1) Bulk OPerations (1) Busy Indicator (1) C (1) C# (498) C# 4.0 (2) C# 5.0 (2) C# and Ruby Classes (1) C# Interview Question (1) C# Tutorials (1) C#4.0 (1) C++ (5) C++Mobile (1) Cache (2) Caching (1) CAEmitterLayer (1) CAKeyFrameAnimation (1) Calculator Test (1) Canvas in Window Phone (1) CAPTCHA (2) Categories in Objective C (1) Chart (1) Chart Control (1) Chat Application (1) Checked keyword (1) Chrome (1) Client IP in Silverlight (1) CMS (1) Co Variance Delegates (1) Cocoa (1) Cocoa Resources (1) CocoaLumberjack (1) Cocos2d (15) Cocos2d SpriteSheet (1) Cocos2D Templates (1) CocosBuilder (3) Code First (3) Code First Conventions (1) Code First Migration (1) Code Review (1) Code Sharing (1) Code Snippet (1) CodePilot (1) Collaboration with GitHub (1) Collapsable Table View (1) Collapsible Lists Without UITableView (1) CollectionView (1) Color Animation Example in Windows Phone (1) Color Animation Windows Phone (1) Color Picker (1) CommandBinding (1) Common Service Locator (1) Comparison Between iOS and Window Phone (1) Complete N Tier Application (1) Computer Books (1) Computer News (3) Computer Softwares (2) Computer Tips and Tricks (22) Computer Tutorials (612) Computer Tutorials. WPF (1) Computer TutorialsmWindow (1) Configuration (3) Connecting Your iOS (1) Content Processing (1) Context Menu (1) Contra Variance Delegates (1) Control Templates (1) Controller Factory (1) Cool Design (1) Copy Constructor (1) Core Animation (1) Core Data (5) Core Data Migration (1) Core Locations (1) Coypu (1) Create Notepad like Application (1) Create Search Engine (1) Cross Plateform (1) Cross Platform Games (1) Cross Site Request (1) Cross-Platform Apps (1) CrossPlateform (1) Cryptography (1) CSL (1) CSS (6) CSS Introduction (1) CSS Layout (1) CSS Learning (1) CSS Resources (1) CSS Tutorials (2) CSS3 (6) CSS3 Resources (1) Custom Code First Conventions (1) Custom Control (1) Custom Domain (1) Custom iPhone Navigation Bar (1) Custom Membership Providers (1) Custom ToastPrompt Control for WP (1) Custom UISwitch (1) Customize Telerik's ASP.NET PivotGrid (1) Customize Telerik's ASP.NET PivotGrid Cells (1) Customizing Popovers (1) DAL (1) Dashboards (1) Data Binding (3) Data Conversion (1) Data Modeling (1) Data Persistence (1) Database (22) Database Connectivity in Java Servlet (1) Database in iOS (1) Databound Schedule Controls (1) DataGrid.Silverlight DataGrid (1) Datepicker in JQuery (1) DateTime Picker (1) Debug (3) Debugging (7) Decryption (1) Delegates (3) Delphi (1) Dependency Injection (14) Dependency Injection Framework (1) Dependency Injection in .Net (1) Dependency Injection with Ninject (1) Dependency Inversion (2) Design (2) Design Pattern (2) Design Patterns (4) Design Patterns in JavaScript (1) Design Templates for Windows Phone (1) Dev (3) Dev Tools (1) Development (1) DHTML (1) Dictionary (1) Difference Android iOS (1) Difference between HttpContext and Session (1) DirectX (2) Dispatcher (1) Dispose (1) Distributed Transactions in WCF (1) DLL (1) Domain (1) Domain Redirection (1) Domain Setting (1) Domainevents (1) Dot Net Interview Question (1) Dot Net Interview Questions (10) DotNetRules (1) Download (2) Download Manager Android (1) Download Manager in Android programming (1) Downloads (4) Drag and Drop (2) Drawing (2) Drawing Application in Android (1) Drawing in iOS (2) Drop Down Menu (1) Dropbox (1) Drupal (1) Drupal and Android integration (1) Drupal with Android (1) Dual Boot MAC (1) Duck Typing (1) DXTREME (1) Dynamic Column in DataGrid (1) Dynamic columns in the Silverlight DataGrid (1) Dynamic Programming (1) Dynamic XAML (1) Earn Money (1) Earn Money Online (5) eBooks (1) Eclipse (1) EDF (1) EDF Framework (3) EDM Framework (2) Eid-ul-Azha (1) ELMAH (1) Emacs (1) Email (1) Email Address Verification (1) Email Subscription (1) Email to SMS Gateway (1) Ember.js (1) Encryption (1) End-to-end Email Address Verification (1) Enhanced Delete (1) Enterprise (1) Entity Data Model (1) Entity Framework (21) Entity Framework 4.5 (1) Entity Framework 5 (1) Entity Framework 5.0 (1) Entity Framework Performance (1) Entity Graphs (1) EntityTypeConfiguration (1) Enums in C# (1) Equation Editor in C# (1) Equation Editor using OOP (1) Equation Solver (1) Error Logging (1) Example Code (1) Exceptions (3) Exceptions Handling (1) Exchange Patterns and Asynchronous Operations in WCF (1) Expression Blend (2) Ext JS (1) Extension Methods (1) Extension Methods In C# (1) ExtJS (1) eXtreme Programming (1) Fabric.js (1) Facebook (9) Facebook integration Window Phone (1) Facebook SDK (2) FAQ (1) Faster Databinding in Silverlight (1) Faster Databinding in WPF (1) FDStatusBarNotificationView (1) File Manipulation (1) File Reading in iOS (1) File Reading in Objective C (1) File Transfer Protocol (1) File Upload (1) File Upload Control (1) Finalize (1) Firefox (1) Firing Game (1) Flicking in Window Phone (1) Flower Wallpapers (1) Fluent APIs (1) Framework (1) Free Android Codes (1) free iPad codes (1) free iPad tutorials (1) Free iPhone Application (1) FTP Message Viewer in Android (1) Function Delegates (1) Future Mocking (1) Game Development (8) Game Engine (1) Game for Tablets and Smartphones (1) Game with Bonjour (1) GameKit (1) Games (3) Games Development (4) Games for SmartPhone (1) Games for Tablets (1) Games with Unity3D (1) Garbage (1) Garbage Collector (4) Geofencing in iOS (1) Geofencing with Core Location (1) Gesture Recognizer (2) Github (1) GKPicker (1) GLKit (1) Globalization (1) GlobalizationResource in Asp.Net (1) Google (1) Google Adsense (6) Google Docs (1) Google Maps (1) Google News (1) Google Reader (1) Google Reader Alternatives (1) Google+ (1) Google+ Comments (1) GPUImage (2) Graphics (1) Grid (1) Gridview (3) GroundControl (1) Hangman Game (1) Hangman Game for Window Phone (1) Hardware Prototype WP (1) Highlighting Adjacent Points (1) How to Create Windows 8 (1) HTML (24) HTML 5 (1) HTML Action Link (1) HTML Tags (2) HTML5 (19) HTML5 Bar Chart (1) HTML5 Charts (2) HTML5 Features (1) HTML5 Tags (1) HTML5 Video Tutorials (1) HTML5 Web Application (1) HTML5. HTML Web Application (1) HTTP (2) HttpContext (1) HttpContext vs Session (1) HTTPPost (1) HTTPS (1) HyperlinkButton (1) Hypermedia Web APIs (1) Hypermedia Web APIs (1) IaaS (1) iAds (1) iCarousel (1) iCloud (2) Icons (1) IE9 (1) IEnumerable (1) IIS (4) IIS Error (1) Image Download Application (1) Image Picker Controller (1) Image Processing Library (1) Images Handling In iOS (1) In App Purchase (3) InflateUIView in Android (1) Infragistics Controls (1) Infragistics InfoBox (1) Inheritance (1) Inner Join (4) Input Validation (1) Instruments (2) Intellisense (1) Interactive Home Screen (1) Interactive Navigation Bar (1) Interactive ToolTip (1) Intermediate (609) Internals (1) Internet Explorer (1) Internet Explorer 10 (1) Interview (2) Interview Questions (17) Interview Questions and Answers (2) Introducing Windows 8 (1) IOC (1) IOC Container (3) IoC plugin (1) iOS (21) iOS OpenSource (1) iOS 5 (3) iOS 6 (6) iOS App (1) iOS App Analytics Solution (1) iOS App Performance (1) iOS Applications (1) iOS Apps (1) iOS Apps For Communication Schemes (1) iOS Camera Application (1) iOS Consulting (1) iOS Controls (2) iOS Custom Control (1) iOS Debugging (1) iOS Developer Resources (9) iOS Fonts (1) iOS Games (1) iOS Grid View (1) iOS Image Processing (1) iOS Libraries (2) iOS Library (1) iOS Localization (1) iOS MapKit (1) iOS Music Application (1) iOS Open Source (12) iOS Open Sources (3) iOS Particle System (1) iOS Passbook (2) iOS Passbook Service (1) iOS Passbook Tutorial (1) iOS Photo App (1) iOS Photo Application (1) iOS Prototyping (1) iOS Push Notifications (1) iOS Resources (12) iOS Sample Code (1) iOS Samples (11) iOS SDK (4) iOS Setting Screen (1) iOS Status Bar (1) iOS Storyboard (2) iOS TableView (1) iOS Testing (1) iOS Tips and Tricks (1) iOS with iCloud (1) iOS6 (4) iOS6 Social Framework (1) iPad (264) iPad Applications (1) iPad Development (1) iPad Popovers (1) iPad Resources (1) iPad Samples (1) iPhone (310) iPhone 4 Dimensions (1) iPhone 4 Screens (1) iPhone 5 (1) iPhone 5 Dimensions (1) iPhone 5 Release (1) iPhone 5 Screen (2) iPhone Application (2) iPhone Applications (1) iPhone Articles (240) iPhone Automated Testing (1) iPhone Chatting Application (1) iPhone Coding (63) iPhone Controls (1) iPhone Crash Logs (1) iPhone Customization (1) iPhone Development (255) iPhone DevelopmentiPhone Turorial (1) iPhone Distribution (4) iPhone Drawing Application (1) iPhone Features (1) iPhone File Reading (5) iPhone Game Development (48) iPhone Games (3) iPhone Messages Application (1) iPhone Navigation Bar (1) iPhone Open Source (4) iPhone Open Sources (1) iPhone OpenSource (1) iPhone Popovers (1) iPhone Reminders (1) iPhone Resources (239) iPhone Sample (1) iPhone Samples (6) iPhone Screens (1) iPhone Setting (1) iPhone Source (1) iPhone Testing (2) iPhone Turorial (286) iPhone Twitter Integration (1) iPhone Wallpapers (7) iPhone XML (1) iPhone5 (2) iPhone5 Screen (1) Ipload Control (1) IQueryable (1) Islamic Applications (1) Islamic Duas (1) iSO Tabed Interface (1) Isolated Storage (1) Isolated Storage File (1) IT Professionals 2012 (1) iTune Store (2) Java Script (4) Java Servlet (1) Java Tutorial (1) Javascript (21) Javascript and AJAX (1) JavaScript API for Data Access and Events (1) JavaScript API for Office (1) Javascript Templating (1) Javascripts (1) Jigsaw (1) Join (4) Joins (4) Joins in LINQ (1) jQGrid (1) JQuery (27) JQuery ColorPicker (1) jQuery For Mobile (1) jQuery Mobile (2) jQuery Mobile Website (1) jQuery Tutorials (1) JQuery Widgets (1) JSBasic (1) JSON (4) JSON Encoding (1) JustCode (1) JustDecompile (1) Keyboard Shortcuts (1) Keywords in .Net (1) Keywords in C# (1) KGNoise (1) Kids Apps (1) Kids Game (3) Kinect Interaction with WPF (1) Knockout (2) Knockout Viewmodels (1) Knockoutjs (1) Labels in Blogger (1) Lamba (1) Lamba Expression (3) Lamba Expressions (1) Lamba Expressions In C# (1) Layout Control (1) LayoutAwarePage (1) Learn CSS Layout (1) Learning (1) Left Outer Join (1) Left Outer Join in LINQ (1) Level Editor (1) LeveyPopListView (1) LightSeitch (1) LightSwitch (2) LightSwitch HTML (1) LightSwitch HTML Client (2) LightSwitch Succinctly (1) Linkdin Login Button (1) LINQ (39) LINQ Basic (2) LINQ Joins (2) LINQ Operator (1) LINQ Operators (6) LINQ Relationships (1) LINQ style for Objective C (1) LINQ to Datasets (1) LINQ to Entities (2) LINQ to Objects (1) LINQ to SQL (3) LINQ to SQL Inheritance (1) LINQ to SQL Storeprocedures (1) LINQ to XML (5) LINQ Union Operator (1) LLBL (1) LOC (1) Localization (1) Location Based Reminders (1) Logging (3) Logging in iOS (1) Logging in iPhone (1) Logging on Steroids (1) Long Running Task with ASP.NET (1) Long Running Tasks in ASP.NET (1) MAC (1) MAC Development (1) MAC OS X (1) MAC OS X Software (1) MAC OS X Text Editors (1) Make Money (1) Many to Many Relationship (1) Map (1) Map Kit (1) Map Marker (1) Map Marker In Android (1) MapKit (3) MapKit in iOS (1) Mars Games (1) Math (2) Math Equation Solver (1) MBProgressHUD (1) Media Player in iPhone (2) MembershipProvider (1) Memory Analysis Tool (1) Messenger in MVVM (1) Meta Data (1) Meta Data Tags (1) Metro (1) Metro Applications (2) Metro Design Model (1) Metro Icons (1) Metro Style (1) Metro Style Applications (19) Metro Style ApplicationsWindows 8 (1) Metro Styles Applications (1) MFC (1) Microsoft (40) Microsoft Excel (1) Microsoft Internet Explorer (1) Microsoft Sharepoint (1) Microsoft Sharepoint Server (3) Microsoft SQL Server (4) Microsoft SQL Server 2012 (1) Microsoft SQL Server Management Studio (1) Microsoft Surface (1) Mission Game (2) Mission Mars (1) Mixpanel (1) Mobile Analytics (1) Mobile Analytics with Mixpanel (1) Mobile APIs (1) Mobile Development (2) Mobile Development Tutorials (537) Mobile Developments (542) Mobile Games Development (2) Mobile Web Apps (1) Modal Popups in ASP.Net (1) Model Validation (1) Model View Controller (4) Modern Icons (1) Money Making (1) Monkey-Patching (1) MonoTouch (1) MS SQL Server (1) Multi Mission Game (2) Multiple Mobile Platforms Games (1) Multiple Selection Combobox (1) Multiple-Selection ComboBox for Silverlight (1) Multiservice Authentication (1) MVC (57) MVC 4 (5) MVC Model Binding (1) MVC Pattern (1) MVC Tutorials (1) MVC with ASP.Net (1) MVC4 (8) MVP (2) MVVM (17) MVVM and ApplicationBar (1) MVVM for Window Phone (1) MVVM Pattern (1) MVVM with Visual C++ 2012 (1) MySQL (1) N Tire Architecture (1) N-Tier (2) N-Tier Application (1) Namespaces in PHP (1) Navigation Bar (1) Navigation Fragmentation On Android (1) Navigations (1) Nested Collection Models in MVC (1) NET (3) NetAdvantage (1) NetAdvantage for Silverlight (1) NetAdvantage for WPF (1) Network (1) Networking (3) News (1) Ninject (6) NLog (1) Node.js (3) Notepad in Visual Studio (1) Notifications and Background Tasks (1) NSEnumeratorLinq (1) NSNotification (1) NSOperationQueue (1) NUCLiOS Controls (1) NuGet (2) Nuget Packages (1) NUI (1) Nullable (1) Nullable Type (1) NumericUpDown (1) NUnit (1) Object Collaboration Design (1) Object Oriented Programming (2) Objective C (277) Objective C Pitfall (1) Objective C Runtime (1) Objective C Test (1) Objective C.xCode (1) Objective Literals (1) Objective-C Categories (1) Objective-C Dependency Injection (1) OData (1) OData Services (1) OHHTPStub (1) OLAP (1) omputer Tutorials (1) Online Money Making (1) OOP (2) Open Source (4) Open Sources (2) OpenAccess (1) OpenAccess ORM (1) Openears (1) OpenSocial (1) OpenSource (1) OpenSource Control (1) OpenSource iOS Control (1) Operating Systems (3) OPtimization (2) OptimizedObservableCollection (1) OptimizedObservableCollection in WPF (1) Orca (1) ORM (2) Output Cache (1) Output Caching (1) Page Meta Properties (1) Page Rank (1) Paginated UITableVIew (1) Paging in UITableView (1) Paint Application in Android (1) Panoramic Image Viewer Plugins (1) Paper Fold Style Navigation (1) Parallelism (1) Parameter Array (1) Parameter Array in C# (1) Partial Methods (1) Partial View (1) Particle System (1) Passbook (1) PassCode (1) PassKit (1) Passowrd (1) Path Mini Language (1) Patterns (1) PDF Documents (1) PDF files in WindowsStoreApp (1) PDF in iOS (1) PDF in iPhone (1) PDF Viewer for WinForms (1) Permalinks (2) Phone Call (1) Phone Coding (3) Phone Game Development (1) PhoneGap (5) Photoshop (1) PHP (5) PHP Design Patterns (1) PHP Tutorials (1) PivotGrid (3) Play Audio (1) Plotting Circular Relationship Graphs (1) POCO (1) POCO Templates (1) Polynomial Equation Solver (1) Popular Design (1) Portable Class Libraries (1) Power with Teleriks (1) Power Your Projects (1) Powered By Blogger (1) Printerest Style in iOS (1) Prism (1) Professional Microsoft SQL Server 2012 Administration (1) Programming (1) Programming Tutorials (29) ProgressBar (1) Project Management with TFS (1) Prototyping Tools (1) Push Notifications (2) Puzzle (1) Puzzle Games (1) Python (1) Python for Window Phone (1) QuartzCore (1) Query Expression (1) Rad Captcha (1) Rad Notification (1) Radar Report (1) RadAutoComplete (1) RadBook (1) RadCalculator (1) RadCalculatorPicker (1) RadCartesianChart (1) RadCharts (1) RadChartView (1) RadComboBox (1) RadControls (63) RadControls for Silverlight (1) RadControls for WPF (2) RadDataForm (1) RadDataGrid (3) RadDataGrid in Window 8 (1) RadDatePicker (1) RadDiagrams (1) RadGrid (1) RadGrid for ASP.NET (1) RadGrid for ASP.NET AJAX (1) RadGrid for Window in HTML (1) RadGrid in HTML (1) RadHtmlChart (1) RadMenu (1) RadNumericBox (1) RadPivotGrid (3) RadRichTextBox (2) RadScheduler for WinForms (1) RadSlideHubTile (3) RadSpreadsheet (1) RadTabControl (1) RadTileList (4) RadTileList for WPF (1) RadTileView (1) RadTimePicker (1) RadToolBar (1) RadWaterMarkTextBox (1) Razor (1) Remote View Controllers (1) Repository Pattern (2) Repository Pattern with Entity Framework (1) ResourceDictionary (1) Resources (1) Responsive Website (1) Responsive Websites (1) Rest Service (1) Restkit (1) Retro (1) Reverse Operations (1) Robust MVC (1) Routing in MVC (1) RRAutoLayout (1) RSS (1) RSS Reader Samples (1) RSS Readers (1) RSS Template (1) RTW (1) Ruby (2) Ruby Classes (1) Ruby Motion (1) Sample Code (39) Sample Games Development (1) Sandboxing (1) Scaffolding (2) Scenes (1) Schedule Controls (1) ScratchPadView (1) Screen Recording in iOS (1) Scripting (1) Scripts (1) Scrum (1) Scrum Master (1) SDSegmentControl (1) Search Engine (1) Search Engine Building (1) Secure Windows Phone 8 Apps (1) Security Vulnerabilities (1) Segmented Control (1) Segues (1) Select and amp; Insert Data POCO Template (1) Self Join (2) Self-Tracking Entity Generator (1) Send SMS (1) Send SMS through Email (1) SEO (8) SEO Link Building (1) SEO Tips (1) SEO Urdu (1) Serious Security Configuration (1) Server (1) Server Side Javascript (1) Service Location Pattern (1) Service Locator (1) Services (1) Session (1) Shaking in iOS (1) Sharepoint (3) Sharepoint 2010 (3) Sharepoint Site Navigation (1) Sharepoint Site Themes (1) Sharepoint Tree View Sites Navigation (1) Sharepoint Tutorials (1) Sharepoint User Groups (1) Sharepoint Users (1) Sharepoint Views (1) Sharepoint WebSites (2) Sharing Buttons (1) Shelf View (1) SignalIR (2) Signature Control to the LightSwitch (1) SilverLight (57) Silverlight 4 (1) Silverlight 5 (3) Silverlight and WPF (1) Silverlight Breakpoints (1) Silverlight Duplexing (1) Silverlight Dynamic Themes (1) Silverlight Exporting (1) Silverlight Popups (1) Silverlight Themes (2) SilverLight Tutorial (11) Silverlight Tutorials (4) Simple RSS Reader (1) Simultan (1) Sinatra (1) Siri Reminders (1) SiteMap (1) Skip Operator (1) SLP (1) Smooth Scrolling (1) SMPageControl (1) SMS (1) SMS Application (1) SMS Gateway (1) SMS through App (1) SMS using Email (1) Snake (1) Snake Game (1) Snake Mobile Game (1) SOAP Service (1) Social Media (1) Social Media Buttons (1) Social Sharing (1) SocialMedai (1) Sockets (1) Software Development (1) Software Download (1) Softwares Download (1) Sounds of Swords Fighting (1) Source Code (2) Source Controls (1) SP (1) Speak and Repeat in Android (1) Specflow (2) Speech Commands to Mobile (1) Speech Recognition (1) Spell Checker (1) Splash Screen (1) Splash Screen for Silverlight (1) Split View Controller (2) Split View Controller for iOS (1) Split View Controllers (1) Sprint (1) Sprint Board in iOS (1) Sprites in CSS (1) SQL (10) SQL Azure (1) SQL Cache Invalidation (1) SQL Injection (1) SQL Joins (5) SQL Query (1) SQL Server (5) Sql Server 2005 (1) SQL Server 2008 (2) SQL Server 2012 (1) SQL Server Administration (1) SQL Server Configuration Manager Trackback (1) SQL Server Introduction (1) SQLite (6) sqlite-net (1) SSL (2) Stackpanel (1) Staging Environment (1) State Machine (1) State Machine In Workflow (1) Store Procedures (2) Stored Procedures (1) StoryBoard in iOS (1) Storyboards (2) Storyboards in iOS (1) Storyboards in iPhone (1) Strategy Pattern (1) String (2) String Comparison (1) Structural Design Patterns (1) Stubbing HTTP (1) Style Resource (1) Style Resource in Expression Blend (1) Styles (3) Styles in Expression Blend (1) Submitting App to App Store (1) SVG (2) SVGs (1) Swipe Gesture Responsive (1) Swipe Gesture Responsive Animated UITableView Cells (1) Sync Core Data (1) T4 Templates (1) Tab Bar Controller (1) Tab View (1) Table Per Type (1) Table Per Type(TPT) Inheritance (1) Table View (3) Tablets and Smartphones Games (1) TableView (1) TagLib (1) Tags (1) Take Operator (1) TDD (2) TDD Introduction (1) Team Collaboration (1) Team Foundation Server (1) TeamViewer (1) Tech News (3) Telerik (75) Telerik Barcode (1) Telerik Charts (2) Telerik Charts in Mobile (1) Telerik Charts in Window Phone (1) Telerik Controls (1) Telerik for WinForms (1) Telerik HubTile for WP8 (1) Telerik Nuget (1) Telerik PivotGrid (1) Telerik Reporting (2) Telerik Upload Control (1) Telerik Virtual Collection (1) Telerik's ASP.NET PivotGrid (1) Telerik's Image Editor (1) Telerik's PDF Viewer (1) Telerik's PDF Viewer for WinForms (1) Telerik's Persistence Framework (1) Templates (1) Templating (1) Test Driven Development (2) Test Object (1) Test Studio (1) Testing (1) Testing Framework (1) Testing HTML5 (1) Testing Metro style apps in Windows 8 (1) Testing using Visual Studio (1) Testing Using VS2012 (1) Text to Speech (1) TFS (2) TFS 2012 (2) TFS Continuous Integration (1) Theme (1) Themes (1) This article is related to C# (1) Threading (1) Three Tires Applications (1) Thumb (1) Tield Return in C# (1) TilePanel (1) TimeZone Info and how to Get It (1) Tips (1) Tips and Tricks (4) Tools of the Trade (1) Touch (2) Transactions (1) Transactions in ADO.Net (1) TransactionScope in ADO.NET (1) TransactionsScope (1) Transforms (1) TreeView (1) Troubleshooting (1) Tunnel (1) Tuples (1) Tutorials (1) Twitter (1) Twitter App (1) Twitter in iOS (1) Twitter in iPhone (1) Twitter RSS (1) Two way communication schemes in iOS (1) Two-Factor Authentication (1) Type Script (3) TypeScript (1) UIAlertView (1) UICollectionView (5) UIImagePickerController (1) UIKit (1) UIPageControl (1) UISegmentedControl (1) UISlider Control (1) UITableView (4) UITableView Cells (1) UITableViewCell (1) UITextView (1) UIView (1) UIView in iPad (1) UIView with Stylish Spotlight Effect (1) UnChecked Keywords (1) Unit of Work (1) Unit Test (2) Unit Testing (4) Unit Testing using Visual Studio 2012 (1) Unity (2) Unity 4 (1) Unity for Window Phone (1) Unity3d (3) Unity3d with Window Phone (1) Unity3d with WinRT (1) Unix (1) Uploadify (1) Urdu (2) Urdu Lectures (1) Urdu Tutorials (1) Urdu Videos (1) URL Routing in ASP.Net (2) User Controls (1) Validation in Java Servlet (1) Validations (1) Versioning System (1) Video Sharing Website (1) View Controller (1) View Controller Life Cycle (1) View Controllers (1) View Engine (3) View Engine In MVC (1) View Engines (1) View Services in MVVM (1) View States (1) Views in MVC (1) Virtual Device (1) Virtual Machines in .Net (1) Virtual Methods (1) Virtual Networking (1) Virtualization (1) Visual Basic (5) Visual C++ (1) Visual C++ 2012 (1) Visual State Manager (1) Visual Studio (84) Visual Studio 2011 (1) Visual Studio 2011 Error (1) Visual Studio 2012 (15) Visual Studio 3D Starter Kit (1) Visual Studio LightSwitch (1) Visual Studio Productivity (1) Visual Studio Tips (2) Visual Studio Tips and Tricks (1) Voice Command (1) VS 2012 Unit Testing (1) VS2010 (541) VS2012 (8) VS2012 Testing (1) VSI (1) WCF (34) WCF 4.0 (1) WCF 4.5 (6) WCF Data Services (2) WCF RIA Service (1) WCF RIA Services (2) WCF Service (5) WCF Service Using the Entity Framework (1) WCF. WCF 4.5 (1) Web (7) Web APIs (2) Web Application (1) Web Client (1) Web Developer (1) Web Development (61) Web Development with CSS (1) Web Developments (2) Web Forms (2) Web Hosting (1) Web Navigation Bar (1) Web Resources (1) Web Services (3) Web Traffic (1) Web Tutorials (1) WebAPIs (1) WebClient in WP8 (1) WebKit (1) WebParts (1) WebSite Performance (1) Website Security (1) Websites Designing in Wordpress (2) WebSockets (1) WIF (1) WIF 4.5 (1) Win Forms (1) Win32 (1) Win8 (3) Wind Meter in WPF (1) Window (57) Window 7 Phone Application (1) Window 8 (41) Window 8 Application Lifecycles (1) Window 8 Apps (2) Window 8 Apps Store (1) Window 8 Development (1) Window 8 Dual Boot (1) Window 8 Games (2) Window 8 Live SDK (1) Window 8 Push Notifications (1) Window 8 Touch Theme (1) Window 8 with SQLite (1) Window Applications (2) Window Applications Development (1) Window Apps (1) Window Apps Development foe Web Developer (1) Window Developer (1) Window Development (1) Window Games (1) Window Kids Apps (1) Window Operating Systems (1) Window Phone (3) Window Phone 8 (1) Window Phone 8 Application Lifecycles (1) Window Phone 8 Voice Command (1) Window Phone Articles (1) Window Phone Beginners Tutorials (1) Window Phone Dashboard (1) Window Phone Developer (1) Window Phone Development (1) Window Phone Emulator (1) Window Phone Music (1) Window Phone Play Sounds (1) Window Phone Resources (2) Window Phone RSS (1) Window Phone RSS Template (1) Window Phone Samples (1) Window Phone Simulation (1) Window Phone Sounds (1) Window Phone Startup (1) Window Phone Tutorials (194) Window Presentation Foundation (1) Window Slider (1) Window Softwares (1) Window Store (7) Window Store App (1) Window Store App Development (1) Window Store Application (2) Window Store Applications (1) Window Store Apps (5) Window8 (2) Windows (3) Windows 7.1 (1) Windows 8 (35) Windows 8 Store Apps (1) Windows Azure (1) Windows Azure Mobile Service (1) Windows Azure Mobile Services (1) Windows Blue (1) Windows Identity Foundation (1) Windows Identity Foundation 4.5 (1) Windows Phone 8 Wallet (1) Windows Phone App Manager (1) Windows Store (1) Windows Store App (1) Windows Store Apps (4) Windows Store Live Tiles (1) Windows-Phone-7 (1) WinForms (3) WinJS (2) WinRT (3) WordPress (5) Wordpress Designing (2) Workflow (1) Workflow Article (1) Working with Design and Runtime Data for WP (1) WP Marketplace (1) WP Memory Management (1) WP Sensors (1) WP ToggleButton (1) WP7 (203) WP8 (192) WP8 Map Gestures (1) WP8 Voice Command (1) WP8m Window Phone Charts (1) WPF (76) WPF BackgroundWorker (1) WPF Canvas (1) WPF Controls (1) WPF Custom Controls (1) WPF Events (1) WPF Exporting (1) WPF Games (1) WPF Layout (1) WPF Styles (1) WrapPanel (2) XAML (54) XAML Binding (1) XAML RadDiagram (1) XAMLflix (1) XamOutlookBar (1) XCode (14) xCode 4 (1) Xcode 4.2 (2) xCode 4.5.2 (2) xCode 4.6 (1) xCode Build Setting (1) xCode Formatting (1) XCode Plugin (1) xCode Setting (1) XLM (1) XML (18) XML Layouts (1) XML Serialization and Deserialization (2) XML Tutorials (1) XNA (1) XNA Games (1) XNA Games on Window Phone (1) Yet Another Splash Screen in C# (1) YouTube APIs (1) YouTube APIs for ASP.Net (1) ZipZap (1) Zombie Explorer (1)

LinkWithin

Related Posts Plugin for WordPress, Blogger...

LinkWithin

Like Us On Facebook and Receive All Updates!

You can also receive Free Email Updates:

Powered By Tutorails