Skip to content

Instantly share code, notes, and snippets.

View mbcrump's full-sized avatar

Michael Crump mbcrump

View GitHub Profile
@mbcrump
mbcrump / default
Created September 1, 2012 20:51
Code Snippet
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>WorldCountriesRadComboBox</title>
@mbcrump
mbcrump / gist:6242654
Created August 15, 2013 17:16
Modern Syntax
//OLD WAY
//NSString *articleTitle = [[feeds objectAtIndex:indexPath.row] objectForKey: @"title"];
//NEW WAY
NSString *articleTitle = feeds [indexPath.row] [@"title"];
@mbcrump
mbcrump / MVP2013
Last active December 28, 2015 14:49
MVP Summit 2013
Michael Crump
@mbcrump
michael.crump@telerik.com
-------------
All Source Code (WPF, WP8, Win 8)
http://bit.ly/HTwKWD
RadControl Bits Required
WPF/SL
@mbcrump
mbcrump / TelerikAnimations
Created March 25, 2014 15:19
Telerik Animation ViewController.m File
//
// ViewController.m
// TelerikAnimations
//
// Created by Michael Crump on 3/25/14.
// Copyright (c) 2014 Michael Crump. All rights reserved.
//
#import "ViewController.h"
@mbcrump
mbcrump / TelerikGettingStarted
Created March 25, 2014 15:38
Getting Started ViewController.m File
//
// ViewController.m
// GettingStarted
//
// Created by Michael Crump on 03/25/14.
// Copyright (c) 2013 Michael Crump. All rights reserved.
//
#import "ViewController.h"
@mbcrump
mbcrump / RadListDataItem
Last active August 29, 2015 14:00
RadListDataItem Double Click Event
using System;
using System.Linq;
using System.Windows.Forms;
using Telerik.WinControls.UI;
namespace TelerikListWinForms
{
public partial class Form1 : Form
{
//Make sure you tie the radListControl to the MouseDoubleClick event handler either through the control itself or code behind.
@mbcrump
mbcrump / gist:a5d9ed21d778a486e241
Created June 27, 2014 03:00
targetSdkVersion is now L
apply plugin: 'com.android.application'
android {
compileSdkVersion 'android-L'
buildToolsVersion "20.0.0"
defaultConfig {
applicationId "com.example.michael.mynewtestapp"
minSdkVersion 15
targetSdkVersion 'L'
@mbcrump
mbcrump / wwdc15.md
Last active August 29, 2015 14:25 — forked from mackuba/wwdc15.md

Here's my own list of the interesting stuff announced during this year's WWDC, collected from the keynotes, various Apple docs, blog posts and tweets.

If you're planning to watch the videos, I really recommend this Mac app that helps you download and watch them: https://github.com/insidegui/WWDC.

OS X El Capitan

http://www.apple.com/osx/elcapitan-preview/

  • split view - two apps side by side on full screen