How to reset Macintosh Finder App window size to default by deleting all folder windows and icon size settings stored in macOS’s default ‘DS_Store’ file.

I was wondering, after a long day of work with lots of browsing & navigating to ‘Finder’ files & folders, sizing resizing Finder windows continuously for almost last year & two, How do we reset the finder window size for all files and folders to OSX’s default size? Yes, you can do it with just …

How to detect user is using iPad or iPhone for iOS App at run time conditional coding purposes

At runtime, you want to detect whether the user is on an iPad or an iPhone for conditional coding purposes. One requirement is to find the device’s screen size on an iPad, iPhone, or iPod touch. Another way to do it is to write different code, i.e., conditional code per device, whether it be an …

How do you add a button beside the back button, which is usually required in the details view of the table or UI View Controller of your iOS app for your Apple Xcode Project?

It always occurs when you are using the table view controller in your iOS Xcode project & when you navigate from the table view cell to the detail view of your app in the storyboard on the iOS Simulator or the actual device, the ‘Back,’ button Appears at the top left. What if you want …

How programmatically change the global Tint Colour of your iOS App in the Xcode project. i.e. Changing all UIBarButtonItems tint colours at once.

You may wonder how to programmatically change the global Tint Colour of your iOS App in the Xcode project. i.e. Changing all UIBarButtonItems tint colours at once Without selecting every single button & changing the tint for every single one & for the buttons added after that. Here is the solution. As simple as a …

How to add four or more UIBarButtonitem at navigation bar with custom image through code?

I assume you have gone through an earlier article related to this topic called: How to add four or more navigation bar buttons in your iOS App XCode Project Background:Now you will be wondering how you can add a fourth button to the navigation bar of your iOS app with a custom image through code …

How to add four or more navigation bar buttons in your iOS App XCode Project

I assume that you have added a navigation controller through Editor > Embed In > Navigation Controller in the xib (or formally nib) file in your XCode Projects’ Storyboard Problem:For example, you have added an Action button for Tweet Sheet on the Left, a Menu button on the right, and a Title button in the …

Error while updating your WordPress Installations Automatically or Getting error while uploading file to WordPress blog “Failed to write file to disk.”, Here is a solution for this errors.

If you are getting an error while uploading a file or image to your WordPress blog or when automatically updating your WordPress installation, then here is the solution for the same. All errors are related to something like this: Error 01: Error while uploading file, image to WordPress blog “Failed to write file to disk.” …

Checking the ‘.plist’ file for errors and bugs. This post will help you when you want to add or edit data inside the .plist file, which gives an error message: ‘The data couldn’t be read because it isn’t in the correct format.’

Suppose you are from the iOS Design and development community. In that case, you may already be familiar with using Apple’s list, i.e. Property List file functionality, whereby you store your data in an XML file type (Apple’s list file format). Adding 1,000 lines of code in the list file is painful, so what you …

How to Fix ‘Warning: require_once() [function.require-once]: Unable to allocate memory for pool.’ Warning thrown at you while you were trying to login in your WordPress admin page.

Today, I was trying to log in to my website’s Admin page, but I was stopped by following a warning from WordPress’s The full warning summary was something like this:

WordPress (WP) Custom Designed Login Logo gets truncated or cropped after WordPress is updated to 3.8+

Background: It seems the custom-designed logo of the login form gets cropped or truncated if you update your WordPress installation to 3.8 or later. Just for background & history of the WordPress login form, the logo was something rectangular in shape, as shown below: My custom design of my Studio’s logo was the right fit …