1. managed object model persistent store is incompatible

    Warning message displays after editing the entity Table.
  2. NSString handling with Xcode

    Tags:
    Example code how to manipulate strings with XCode and NSString.
  3. Find control on form and set value using C#

    A simple example how to use FindControl to search for controls and objects on the current form with asp.net c# and set the properties and values.

  4. Insert records with NSManagedObject and Xcode

    Example code how to insert records / objects into a database with Xcode and the NSManagedObject.
  5. Convert NSNumbert to NSInteger

    Tags:
    Example code how to convert NSNumber to NSInteger and NSInteger to NSNumber. 
  6. Convert NSString to int

    Tags:
    Example code how to convert NSString to int and how to convert int to NSString.
  7. How to remove duplicate records / objects from NSArray

    Example code how to remove duplicate records / objects from NSArray and return a NSMutableArray with a unique record set.
  8. How to change the size of a virtual hard disk with VirtualBox

    Tags:
    How to change the size for a VirtualBox harddisk image file 
  9. How to get control class type from object using controlTextDidChange

    Example code how to catch the active control id class while entering text using controlTextDidChange and isKindOfClass
  10. Send email with C# and SMTP

    Example source code how to send emails with Microsoft Visual Studio .net C# through a SMTP server with password verification/authentication.

  11. MySQL ODBC Connection from C#

    A simple example how to make a ODBC connection from c# to MYSQL and query the database.

  12. Backup and restore dump of MySQL database

    Tags:

    How to create a dump file of a MySQL database with mysqldump command and restore.

  13. Start VirtualBox as a service on boot

    Tags:
    From different sources an adjusted start and stop script for VirtualBox 4 for openSUSE 11.3.
    Start or stop a headless installation of VirtualBox box through the command or start VirtualBox as a service on boot.
  14. Install Drupal 6.20 on OpenSUSE 11.4

    Simple installation walkthrough of OpenSUSE 11.4 and Drupal 6
  15. Error Message: Warning: date_create(): It is not safe to rely on the system's timezone settings.

    Tags:
    Error after installing Drupal 6.20 on Apache 2 with PHP 5.3.3

    Message:

    Warning: date_create(): It is not safe to rely on the system's timezone settings.
    Warning: strtotime(): It is not safe to rely on the system's timezone settings.