Web development

Digital, agile and individual.

For a web application to reach its full potential, it must present added value to its visitors. We have been doing agile software engineering and web development for over 5 years. For our customers we create exactly fitting software solutions. We specialize in the areas of WordPress, Typo3, the development and operation of applications and portals, as well as support services.

Web development

Digital, agile and individual.

For a web application to reach its full potential, it must present added value to its visitors. We have been doing agile software engineering and web development for over 5 years. For our customers we create exactly fitting software solutions. We specialize in the areas of WordPress, Typo3, the development and operation of applications and portals, as well as support services.

Application Development
On-premise solutions for every need: From the classic web application, to the PWA (Progressive Web App), to the native app, we offer the right solution for you.

Domain Driven Design (DDD)
You get an application that is easy to understand, maintain and extend, and that fully meets the requirements of your business domain.

Server and client languages
We develop solutions with the desired programming language. Whether classic with PHP and JavaScript or modern with TypeScript and Node.JS – with us you get the right solution for your application problem.

Code documentation
Our code documentation service provides comprehensive documentation that can be easily understood by any developer. We document all aspects of the code, from the functions to the variables and comments, to make sure that everything is easy to understand.

Bugs and error correction
The website does not always run smoothly after an update. From time to time technical problems may occur. Besides the White Screen of Death, all sorts of fatal errors can occur. We analyze and fix the problem in no time.

It costs nothing to ask.

Looking for a web developer?

We create the right software solution for your application problem.

Schnell, kompetent und fair!
weiterlesen
Olaf
Wir haben mit Forge12 eine Website realisiert. Sehr angenehme Zusammenarbeit. Gute telefonische Erreichbarkeit. Alle Anpassungswünsche wurden umgesetzt. Wir sind mit dem Ergebnis sehr zufrieden und können Forge12 ausnahmslos weiterempfehlen!
weiterlesen
Lukas
Super korrekte Arbeitsweise! Danke!
weiterlesen
David
WordPress consulting and conception in programming
WordPress Theme Programming
Create WordPress plugin
WordPress fast loading times
WordPress Security
Technical search engine optimization
Simple operation
WordPress Codex

WordPress programming: project flow

With these 5 steps we ensure an optimal workflow.

01

Planning

A successful project starts with project planning. All details are first determined and documented. What are the objectives? What kind of functions should be developed? How flexible should the frontend/backend be? What hardware is used? Are there any other requests? What risks may arise in the future? Are external resources/interfaces connected? Are there internal processes that need to be considered?

02

Programming

We program your WordPress project. We take into account modern web standards, libraries, repertoires and technologies. The implementation is done on a development environment provided by us. This way we ensure that the production system (your website, if any) is not affected. After programming is complete, we transfer everything to the production system. During the development phase, you can always see the changes “live” if you want.

03

Test phase & optimization

Before a website, plugin or theme can go live, we run several tests to make sure the application works as intended. Errors & bugs are detected and fixed at this stage thanks to our quality guidelines.

04

Release

We take care of the smooth release of the website, plugin or theme. We pay particular attention to keeping any downtime to a minimum. In case of problems, we are of course still ready to intervene as quickly as possible.

05

Debriefing

After the release of the website, we usually conduct a debriefing session. We will go through the project again with you to make sure that your wishes and goals have been realized. Of course, we also want to improve ourselves and hope for constructive criticism from you.

WordPress programming request

It costs nothing to ask. Just contact us!

As a WordPress agency, we are happy to support you in the development of your WordPress website, individual themes or individual plugins. Just contact us and let’s talk about how we can realize your project to your satisfaction.

Frequently asked questions about WordPress programming

Do you have questions about plugin or theme development?

WordPress Blog

Do you need help with WordPress?

Take a look at the Forge12 blog for helpful tips and tricks in handling and developing WordPress applications.

Calculate the hours between two dates in PHP.

Marc Wagner 26.10.2022 11:54
Today I’ll show you how to use PHP to calculate the number of hours between two dates. The PHP class First, I wrote a class that can accept the two dates. In addition to this, you can optionally specify a number of hours. This number of hours is ...

How to exclude WordPress post types from the search!

Marc Wagner 28.01.2023 10:18
Often you don’t need all Post Types in the search, or you want to provide only a selection to your visitors. It can be quite helpful if you know how to implement the whole thing. In the following tutorial I will show you two ways to exclude Post ...

How to add jQuery to WordPress using a CDN

Marc Wagner 02.07.2021 14:49
jQuery is often used for additional scripts. Therefor, even if you use HTTP2, a fast deployment is recommended to avoid unnecessary blocking time. In some cases, it’s easier and faster to switch to a CDN. The following code displays, how you can ...