Blog

Articles, ready-made solutions, trivia and thoughtfulness

Blog

Gallery

Photo gallery as a module for a website is one of the most popular add-ons used in the process of developing web applications. Analyzing the sites found on the web, I decided to create a simple yet comprehensive photo gallery module equipped with the most popular functionalities. In order to run the gallery you will need my own COMP library, which is used by most of the modules presented in this blog. Work is underway to adapt the library in such a way that it can be completely replaced by the jQuery library, hence the coincidence of method names and similar design.

More

Slider

If I were to list the most popular modules used by developers when creating websites, the slider would certainly be at the top. But what exactly is a slider? As the name suggests, it's a slideshow on a website, also known as an image rotator.

More

Modal

Modal or, more precisely, modal window, is a module that displays a panel that blocks the execution of other operations on the page, closed after performing a predefined action. Very often colloquially called "pop-up window". Modals used by web application developers, as a rule, have the following functionality: displaying a panel that blocks the remaining content of the page, displaying technical messages or loading content from another page.

More

How Much Does It Cost to Make a Website?

What is the cost of making a website and what factors affect the price of the application. Why is the discrepancy between applications so large? Analyze the process of creating a website, the stages of creating an application along with a cost estimate. Find out from a real example how much it cost me to make a website.

More

Custom Website, Wizard or Something Else?

Wondering what is the best solution for your business? Should you use an off-the-shelf solution, or is it better to use a customized solution. What are the pros of the individual solution and what should you pay special attention to when ordering a website or store.

More

How to Check Your Website or Online Store

To make a website professionally, requires a lot of knowledge and experience. You can also buy a template for a few dollars and sell it to an inexperienced client. How do I protect myself from low-quality implementation? How to check if my application meets the rigorous requirements? Are there programs for testing web applications? These and other questions will be answered in this article.

More

Affordable and Professional Website

Everyone knows the story about the mechanic who can perform a service cheaply, well and quickly, as long as you choose two of the three options. The website market is very similar, you can have a template on WP cheaply and quickly, but will it be good? If you want a custom implementation, will it be cheap? If you are looking for a site cheap, professional and quickly made. This post may interest you.

More

Who should you hire to create your website or online store?

A website is your best salesman! So who to entrust with the development of a website or store. What are the benefits and risks of your choice, and what is better to avoid when creating an application on which the success of your business may depend.

More

What You Should Know Before Ordering a Website or Online Store

What aspects should I check before ordering a website or store? How not to get scammed and lose money? What are the most common tricks, insinuations or hooks you should know before ordering a web application.

More

Free website

A website completely free, ready to be installed on the server of your choice. The entry shows how in a few simple steps, become the owner of a free professional website. You do not need specialized knowledge, all you need is a web server and 15 minutes of free time.

More

Variable names

Well-written code is characterized by ease of reading and lack of comments, as our comment should be the name of the variable. How should we name variables, classes or functions? I have tried to describe in this article.

More

Demeter's Law

One of the many programming principles that will help us build good and understandable code. If you want to learn something about the Greek Goddess, then unfortunately you won't learn much in this article. However, the knowledge it contains is also intriguing.

More