Development

Css and Less Files

18. August 2023 | Enisa Abazi |

In Magento 2, CSS (Cascading Style Sheets) files play a crucial role in defining the visual appearance and layout of your storefront. CSS is used to style various elements of your Magento website, ensuring a consistent and appealing design

Page Builder In Magento 2

3. August 2023 | Enisa Abazi |

Page Builder is a powerful visual content editing tool introduced in Magento 2.3.1 and later versions. It is designed to simplify the process of creating and customizing web pages in Magento without the need for extensive coding or technical expertise.

Visual CMS of OXID eShop: A Developer’s Perspective

28. July 2023 | Ilir Raufi |

Visual CMS of OXID eShop is a dynamic and feature-rich content management system that empowers developers with a user-friendly platform for creating and managing content on their e-commerce websites. It’s an embodiment of simplicity and power, taking advantage of widget-based page construction, drag-and-drop interfaces, and fully responsive design paradigms.

Custom Module for Oxid eShop

14. July 2023 | Ilir Raufi |

Creating a custom module for Oxid eShop allows you to modify or extend the core functionalities without altering the platform’s basic structure. This is crucial for maintaining the integrity of your online shop while ensuring upgradability for future releases. This article will provide an introduction to creating your own module for the Oxid eShop platform.

WordPress Hooks

24. February 2023 | Ilir Raufi |

WordPress hooks are essentially triggers that allow developers to modify or add functionality to different parts of the WordPress codebase. These hooks can be used to completely delete functionality, modify already-existing functionality, or introduce new features.

How to Create a WordPress Plugin (Beginner’s Guide)

10. February 2023 | Ilir Raufi |

The fact that WordPress is open-source is one of the key factors contributing to its popularity. Over 50,000 plugins have been created so far. You might be curious in how to make your own WordPress plugin, though. Fortunately WordPress makes the process easy, and learning how to build a simple plugin for your website isn’t particularly challenging. Among other things, this will make it possible for you to provide more functionality to your website.We’ll examine WordPress plugins in more detail in this article, along with the potential benefits of creating one. Next, we’ll walk you through creating your first plugin. Let’s get going!

OXID eShop Widgets

3. February 2023 | Ilir Raufi |

In Oxid eShop, widgets are small, reusable components that may be included on an e-commerce website to add new functionality, help to improve user interaction and represents the business logic in visualization. They can be used on multiple page to display customer feedback, shopping cart contents, product details, and a variety of other forms.

OXID eShop modules

27. January 2023 | Ilir Raufi |

Oxid eShop is an open-source e-commerce platform that allows users to create and manage online stores. Installing modules that can improve the functioning of the platform, is one of Oxid eShop primary features and the prefered way of extending and customizing the OXID eShop to your needs. The installation of modules in Oxid eShop will be covered in this post.

OXID eShop Installation

20. January 2023 | Ilir Raufi |

OXID eShop, one of the leading B2B and B2C e-commerce systems.Thousands of online businesses worldwide use its extensive functionality to create optimal eCommerce solutions. With its modular, state-of-the-art and standards-based architecture, customization is very easy. OXID eShop is being developed by OXID eSales AG, the trusted Open Source eCommerce company.

PHP With MySQL: Beginners Guide

13. January 2023 | Ilir Raufi |

MySQL is a freely available open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL).SQL is the most popular language for adding, accessing and managing content in a database. It is most noted for its quick processing, proven reliability, ease and flexibility of use.

Object Oriented programming

6. January 2023 | Ilir Raufi |

OOP is a programming technique or paradigm that makes use of classes and objects to write application programs. In an object-oriented program, everything is viewed as a real world object with attributes and behaviours . OOP is a technique that is extensively used in most modern programming languages, it opens the door to cleaner code designs, easier maintenance, more code reuse.

PHP Arrays

4. January 2023 | Ilir Raufi |

An array is a variable that can store various values.
In other words, The array is a special type of variable that can contain various variables and a lot of values in a list.

Introduction to PHP

4. January 2023 | Ilir Raufi |

PHP stands for Hypertext Preprocessor and it is a server side scripting language that is used to develop Static websites or Dynamic websites or Web applications. This server-side scripting language is commonly used in the back-end for tasks such as managing data on servers.

HTML&CSS

Learning HTML & CSS

4. January 2023 | Ilir Raufi |

HTML or HyperText Markup Language is the standard markup language for creating Web pages.HTML describes the structure of a Web page, consists of series of elements that tell the browser how to display the content.
Cascading Style Sheets, fondly referred to as CSS, is a simple design language intended to simplify the process of making web pages presentable.CSS is designed to enable the separation of document content from document presentation, including elements such as font, layout, and colors.

Getting started with PHPStorm

12. December 2022 | Ilir Raufi |

PhpStorm is an innovative, Java-based integrated development environment (IDE) engineered by JetBrains for PHP and web developers. It supports PHP 5.3 and above versions. PhpStorm is built on the IntelliJ IDEA platform, which is written in Java.