courier IMAP/POP error -- ERR chdir Maildir failed

If you are getting the following error in maillog tail -f /var/log/maillog  Feb 1019:20:01 test courierpop3login: chdir Maildir: No such fil...

Compleate websbased perl cgi script for commenting and email notification

The Following script is a perl cgi script ( commenting systems ) . This has 3 parts  1 . Basic HTML  2. the  HTML source  3. the CGI perl ...

Issues with receiving push notification

Please refer the following troubleshooting steps if you are facing any issues with receiving push notification : https://developer.apple.com...

How to add snippets of you post on blogger

Log into your control panel ->  edit HTML -> back up your blog before you make any changes find the following : <data:post.body /&g...

Efficiently import data into a Core Data application

Refer the following apple documentation to efficiently import data into a core data application: http://developer.apple.com/library/mac/#doc...

php difference in date - month

<?php $d1=date('2011-1-1'); $d2=date('2011-5-2'); echo "the date d1 =  ".$d1."<br>"; echo "...

How to create iPhone and iPad version of an application (Creating universal app)

Simple steps to create a universal app of an existing app : 1) Create two set of view controllers related to iPhone and iPad with postfix &q...

Implementing apple push notification

Please refer this link to learn how to implement apple push notification: http://mobiforge.com/developing/story/programming-apple-push-notif...

Where is binary file created while building any iPhone app in Xcode 4.2

The binary file(.app) is created in the below path : /Library/Developer/Xcode/DerivedData/{Project Name}/Build/Products We can directly go t...

iPhone/iPod Touch: Icon.png: icon dimensions (0 x 0) don’t meet the size requirement. The icon file must be 57×57 pixels, in .png format.

While validating the application for an iPhone application, if you get the following error message :"iPhone/iPod Touch: Icon.png: icon ...

Signing Your android applications

http://developer.android.com/guide/publishing/app-signing.html

How to find out the intel processor configuration .

http://ark.intel.com/products/52224/Intel-Core-i5-2410M-Processor-%283M-Cache-2_30-GHz%29

blogger template editor

http://download.cnet.com/YouCMSAndBlog-WYSIWYG-IDE/3000-10247_4-10835719.html just to let everyone know to try out new free WYSIWYG editor f...

learning python

http://learnpythonthehardway.org/book/ ""I've wasted months struggling what language to earn firtst either C or Python, and...