Top 5 Automation Tools For Android Mobile Application Testing
In this blog, we will discuss Top 5 Automation Tools for android mobile application testing. The development process of the mobile applications have come a long way. It majorly comprises of several processes, i.e. development, testing, deployment, marketing, and launch. Most of the companies have acquired advanced technology and tools to develop Android mobile applications. […]
Magento 2 convert an array to a collection object
Today we will let you know How to convert an array to a collection object in Magento For example, we have an array of data fetched from the database. And we want to merge it with the Magento collection object or want to provide the data as the collection The collection class is Magento\Framework\Data\Collection, but […]
How to get controller, module, action and router name in Magento 2
Today we will show how we can get the name of the current route name, module name, controller name, action name, and route name in Magento 2. You can also check current pages like catalog_category_view, catalog_product_view, etc. HTTP request use to get this type current name, Please have a look at the below code and […]
HTML Responsive Web Design
Let’s discuss about HTML Responsive Web Design. The number of people using smartphones and tablets is increasing each passing day. Millions of users are surfing the web via mobile. Mobile search is taking over Internet surfing, which covers almost everything such as social media, checking emails, online shopping, online music and games, online ticket bookings, […]
How to check current page in Magento 2
Here We will know, what the current page, like CMS page or category view page or product view page or Homepage in Magento 2 Sometimes we need to check the current page so write or add conditions according to logic. So the first step, to check the current page is to write the following script […]
Open popup on grid row click in Magento 2
When you need to open popup on grid button, Follow the steps given below to add a view button in the admin grid: 1. Add component in column in grid layout file and add js and class file path File path: app/code/IntegerByte/Popup/view/base/web/js/grid/columns/email.jsFile path : app/code/IntegerByte/Popup/Ui/Component/Listing/Column/Email.php <column name=”email” class=”IntegerByte\Popup\Ui\Component\Listing\Column\Email”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item […]
Mobile Advertising Fraud (Part-2)
In our previous blog of Mobile Advertising Fraud. Lets continue to discuss the same. Mobile advertising has its own advantages in terms of benefiting the marketers and engaging with the customers, but it is also being used in fraud. Yes! There are many examples of mobile fraud advertisement. For those, who have become a part […]
How to create a log in Magento 2
Add a log in Magento 2, We will learn to create a custom log file programmatically and log data into the custom log file. If indeed your only concern is to log to a different file, there is a slightly easier way. Especially if you want to incorporate that to multiple modules or if you […]
How to Install Elasticsearch on Ubuntu
Elasticsearch is a platform for distributed search and analysis of data in real-time. This blog will guide you through installing Elasticsearch, configuring it for your use case, securing your installation, and beginning to work with your Elasticsearch server. Why use Elasticsearch 1. Usability 2. Powerful Features 3. Scalability Install Elasticsearch on Ubuntu Step 1 – […]
WhatsApp archive chat features and updates
In this blog, we will discuss about WhatsApp archive chat feature and updates. From today on wards, WhatsApp is rolling out new feature for all users. In this new feature, archive option will give you more control over your chats. As per more demand from users, previously when you move any chats to Archive and […]
Propertychange And ajax call in jquery
propertychange event on input box The onpropertychange event is fired in both (the direct and the indirect) cases. You can use the propertyName property of the event object in the event handlers for the onpropertychange event to get the name of the modified propertyI want to detect whenever a textbox’s content has changed and execute […]
Emerging e-commerce marketing trends to follow
Today, lets discuss about emerging e-commerce marketing trends to follow. Marketing trends are changing dynamically. The way you market or promote your business today may not work tomorrow. This sentence holds true for every business and all marketing genre. Companies are adapting and experimenting with new marketing trends to discover what forms of marketing can […]