Mac File Permission command on Terminal
Run script on mac prompt “Permission denied” sudo chmod 755 'filename'
Charmap equivalence in MAC
In windows, we use charmap to select a special character. Same thing in MAC you can get by…
How to send Whatsapp messages without saving the number
Following steps to be follow Open the web browser and then paste ‘https://api.WhatsApp.com/send?phone=number’ in the Address bar of…
How to get all orders counts in Shopify
After Login into Shopify admin. Please add the following path/admin/orders/count.json?status=anyE.g.https://yourstorename.myshopify.com/admin/orders/count.json?status=any
Hiding payment method by country with Shopify Scripts
A quick Shopify script to hide a specific payment method (eg credit card) from customers located outside specific…
jQuery $(document).ready () fires twice
The easy solution is to set a global flag so that it only runs once: It’s sort of…
How To Delete Blank Lines From Selection in Sublime Text 3
Open Sublime Text 3 Make sure you have Package Control installed (https://sublime.wbond.net/installation) Press CTRL + SHIFT + P…
“Menus” settings disappeared from WordPress admin panel
The problem may have been caused by a rogue plugin overwriting the functionality, but I managed to fix…
Drop Down arrows are missing on iPhone and iPad
The drop-down functionality will still work by clicking the field although there is no arrow down. It seems…
How To Make and Run Batch Files In Terminal In Mac OSX like windows .bat file
Mac OSX is Unix-based, so we could use the Unix equivalent (which is called a script too). What…
How to Get Element Distance From Top with jQuery offset()
To calculate the distance from the top and save it into a variable you can use the following…
File Permission Change in MAC via Command Line
The most basic ls option for viewing file and folder ownership and permissions is –l: Please goto particular folder or file…
Promo Banner on Website with jQuery and Cookies
Website Sticky Promo Banner Bar for E-Commerce Website. Its has to disable/Close once it’s click on it. Code…
Interview Task for Shopify
Install the Debut theme (https://debut-demo.myshopify.com/) Create a page about us with customisation facility for Store Owner to change…
Efficiently load JavaScript with defer and async
With HTML5, we get two new boolean attributes for the <script> tag: async and defer. Async allows execution of scripts asynchronously and defer allows execution…
Shopify Helps
How to assign math value into a variable {% assign Inventory_actual = product.variants.first.inventory_quantity | divided_by: 4 %}
Free Shopify Scripts Examples
Shopify scripts are one of the lesser-known features of the Shopify Plus platform. However, they are probably the…
HTML – Centre Box on Window
.centered-box { position: fixed; top: 50%; left: 50%; width: 300px; /* bring your own prefixes */ transform: translate(-50%,…
HTML input element wider than Containing Div
Following code is not working <div style="height:25px; width: 150px;"> <input type="text" style="height:100%; width:100%" /> </div> You can use…
ERROR – XAMPP – Port 80 in use by “Unable to open process” with PID 4! 12
You might need to stop the “Web Deployment Agent Service” Press Win+R and type services.msc Right click on…
WordPress: Basic, Feature, How to Install and Theming
What is WordPress? How to install WordPress. Simple Steps to follow and you are ready with your Website…
Do you like Facebook Style Timeline? Want to incorporate with your WordPress Website
Everyone like the timeline of Facebook. Do you like it? If yes and want to incorporate into your website.…
What's New in WordPress 4.0 “Benny”
Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman. Manage your media…
Learn to narrow your search criteria for better searches in Outlook
The following table shows examples of searches you might find useful. The search query syntax, available when the…
How to Disable WordPress Admin Bar for All Users Except Administrators
I am working on a new public domain website http://www.forefingerfirst.com/ where people can only able to vote after…
How to Add Widgets to WordPress Theme’s
There are really three main parts to introducing a footer sidebar/widget area in your theme: Registering the Sidebar(s)…
How to make your WordPress Website Secure
You have found many discussion about WordPress is not secure or easy to hack. I will share some…
How to increase font size based on window width by using jQuery and CSS
Increase font size based on window width of Browser by using jQuery and CSS as per the Screen…
How To Change Default Text Selection Colour
Whilst this CSS3 declaration might not be crucial to your project or design and yes it is not…
Android Browser Scaling with target-densityDpi via Viewport TAG
Here is a list of options for “target-densityDpi”. device-dpi: Use the device’s native dpi as target dpi. low-dpi:…
Issue in Display of Apps on Differernt Mobile
If you have gotten around to using PhoneGap for developing mobile applications now, you have probably gotten an…
How do you fix this The AVD manager normally uses the user's profile directory to store AVD files However it failed to find the default profile directory?
The AVD manager normally uses the user’s profile directory to store AVD files. However it failed to find…