In order to collaborate with other users on a Git project, you should have an understanding on working with remotes in Git. Remote repositories are repositories that are hosted externally, most likely on the Internet. There are popular websites that provide this hosting service, such as Github and Bitbucket.
Essentially, the idea is that so ...
JavaScript is rapidly becoming one of the most popular programming languages. Long gone are the days of just including a portion of JavaScript code to make your web page dynamic. With advancements of the language, a more objected-oriented approach is required. In ECMAScript 6 (or ECMAScript 2015), we are now able to create a JavaScript ...
Magento provides a default number of page templates you can use to display page content on. For example, you can set your CMS Home page to use either the empty, 1 column, 2 columns with left bar, 2 columns with right bar or 3 columns template.
We have the ability to add custom page ...
Internationalisation in Magento 1 was a powerful feature introduced that allowed merchants to translate text on their storefront into different languages of their choice. There are some similarities when using translations in Magento 2, including enabling inline translations within the admin for the storefront or the admin area, or using language packages in the form ...
When developing a Swift application in Xcode, as your application’s functionality expands, as does the need for more screens to show how the app can flow from one view to another. Multiple views in Swift can be implemented by following a few steps within Xcode.
Assuming you already have a single view application open already, ...
CocoaPods is a dependency manager tool used for mobile application projects, similar to how Composer is used for PHP, and NPM is used for Node.js. Using CocoaPods with Swift projects does not require much work, simply install the CocoaPods gem, add in your dependencies, run the install command and include the packages within your project.
Below is a centralised list of useful Magento security patch links involving the most recent patches for Magento Community/Open Source 1.x versions.
All credit goes to those who took time out to answer questions, write tools and provide information to help users patch their Magento store.
SUPEE-10570
Community information:
https://magento.stackexchange.com/questions/215292/security-patch-supee-10570-possible-issues
SUPEE-10497
Community information:
https://magento.stackexchange.com/questions/205702/new-supee-10497-patch-for-1-9-1-1-version-possible-issue
SUPEE-10415
Below is a list of common Magento 2 layout tasks taken within a typical Magento store. This post will assume that you have correctly added your own Magento theme, and the theme extends Magento’s original blank theme.
You can add the XML into the default.xml layout file if you want the layout updates to apply ...
There are times when Magento will add fixes to their code base via Github without adding them straight away to newly released versions of the framework. This is where applying Magento 2 Github patches can be useful to patch any bugs in the code without having to potentially wait weeks for Magento to release a ...
The .bash_profile file is a hidden file that is located in your user’s home directory. This file is loaded before the Terminal application loads and contains user preferences for the command line interface, such as setting up aliases and enabling the colour prompt.
There may be occasions where this file has not been created for ...