I was trying to import the sample data provided with a ThemeForest theme to my client’s WordPress website and failing. Initially I thought it’s a file permission issue but even after changing file permission to 0755 and eventually to 0777 didn’t improve the situation. Suddenly I realized file permission issue is sorted and the current issue is server not having PHP DOM installed!
What is DOM?
As per Wikipedia… “The Document Object Model (DOM) is a cross-platform and language-independent convention for representing and interacting with objects in HTML, XHTML and XML documents.”
And as per w3.org… “The Document Object Model is a platform- and language-neutral interface that will allow programs and scripts to dynamically access and update the content, structure and style of documents. The document can be further processed and the results of that processing can be incorporated back into the presented page.” [Read more…]
I always try to maintain that there is not a single unread email in my Gmail Inbox. One fine day I realized a lot of important mails from a particular sender have gone into spam since past ten days, I immediately moved about forty messages from Spam to Inbox and started reading them, at the end of the activity two mails were left unread which were nowhere to be found. This is when came the need to view only unread messages.