Skip to content

WorthPosting

  • Home
  • About

Author: teliaz

Cat Links Uncategorized

Uninstall XCode / Xcode 4 Preview

Posted on May 22, 2011May 22, 2011 teliaz

There is no application in Mac OSX to uninstall Programs. The only thing you can do is drag an application

Continue readingUninstall XCode / Xcode 4 Preview

Cat Links Uncategorized

Coredata Resource Links

Posted on April 10, 2011April 27, 2017 teliaz

  Apple resource Apple’s Core Data Programming Guide Efficiently Importing Data Apple guideline to import data Cocoa is my Girlfriend

Continue readingCoredata Resource Links

Cat Links Uncategorized

iPhone Wifi MacAddress

Posted on March 28, 2011 teliaz

[sourcecode lang=”c”] #if ! defined(IFT_ETHER) #define IFT_ETHER 0x6/* Ethernet CSMACD */ #endif – (IBAction)testAction:(id)sender { #pragma unused(sender) BOOL success; struct

Continue readingiPhone Wifi MacAddress

Cat Links Uncategorized

Linq Update FK – Operation is not valid due to the current state of the object

Posted on March 23, 2011July 29, 2014 teliaz

To update the entity in question you need to get a new entity for it from the context rather than

Continue readingLinq Update FK – Operation is not valid due to the current state of the object

Cat Links Uncategorized

Enable TSQL xp_cmdshell command

Posted on March 18, 2011May 2, 2020 teliaz

SQL Server blocked access to procedure ‘sys.xp_cmdshell’ of component ‘xp_cmdshell’ because this component is turned off as part of the

Continue readingEnable TSQL xp_cmdshell command

Cat Links Uncategorized

Remove Maintance WP State

Posted on March 10, 2011July 29, 2014 teliaz

Description of error If you’ve been keeping on top of your WordPress updates using the automatic upgrade feature, you may

Continue readingRemove Maintance WP State

Cat Links Uncategorized

Copy NSString to Clipboard

Posted on December 24, 2010May 2, 2020 teliaz

Coming back to the ultimate purpose of this blog… helping my memory!Here we are: a code snippet to copy a

Continue readingCopy NSString to Clipboard

Cat Links Uncategorized

Getting NSDate from NSString

Posted on December 24, 2010May 2, 2020 teliaz

Very useful, yet short and simple, code snippet on how to rip the NSDate from NSString using NSDateFormatter: If you

Continue readingGetting NSDate from NSString

Cat Links Uncategorized

Rebuild Icon Cache in Windows (Vista and 7)

Posted on November 11, 2010November 11, 2010 teliaz

Rebuilding the Icon Cache Database Close all folder windows that are currently open. Launch Task Manager using the CTRL+SHIFT+ESC key

Continue readingRebuild Icon Cache in Windows (Vista and 7)

Cat Links Uncategorized

Get iPhone Device Version

Posted on November 6, 2010May 2, 2020 teliaz

He is a quick way to separate iPhone 4 / iPhone 3 code snippets.

Posts navigation

Older posts
Newer posts
  • Home
  • About
Copyright © 2026 WorthPosting | Signify by WEN Themes
Scroll Up