lade...
random avatar

theiNaD - Network

Posts Subscribe

Ein paar Plätze bei unserem morgigen #Shopware #Meetup sind noch frei. Spannende Vorträge 📢, nette Leute 👥, Pizza 🍕und ein paar...

https://phpc.social/@theiNaD/110...

Ein paar Plätze bei unserem morgigen sind noch frei. Spannende Vorträge 📢, nette Leute 👥, Pizza 🍕und ein paar kühle Getränke 🧊 @ShopwareDevs

meetup.com/shopware-meetup-ham

12.6.2023 13:28Ein paar Plätze bei unserem morgigen #Shopware #Meetup sind noch frei. Spannende Vorträge 📢, nette Leute 👥, Pizza 🍕und ein paar...
https://phpc.social/@theiNaD/110...

✍️ Blogpost is in the works and will hopefully be done soon. 👀#shopware #blog

https://phpc.social/@theiNaD/110...

✍️ Blogpost is in the works and will hopefully be done soon. 👀

16.3.2023 19:07✍️ Blogpost is in the works and will hopefully be done soon. 👀#shopware #blog
https://phpc.social/@theiNaD/110...

To repeat some parts which should appear on every page, we moved them to the table head and applied the needed styling. So this is our...

https://phpc.social/@theiNaD/110...

To repeat some parts which should appear on every page, we moved them to the table head and applied the needed styling. So this is our currently final result.

As you can see, the document pages look way cleaner, can fit more content and it's still obvious which offer a page belongs to. If there's enough interest in details how this can be achieved, I may write a blogpost about it.

13.3.2023 13:25To repeat some parts which should appear on every page, we moved them to the table head and applied the needed styling. So this is our...
https://phpc.social/@theiNaD/110...

But this does not remove the superfluous whitespace.Because Shopware uses it's own logic to create page breaks, the number of line items...

https://phpc.social/@theiNaD/110...

But this does not remove the superfluous whitespace.

Because Shopware uses it's own logic to create page breaks, the number of line items is the same for every page. But we now have more space on all pages after the first one. The way the templates and blocks are built prevents us to customize this calculation.

So we tried using a very high line item count per page to trigger the automatic page break in the table.

13.3.2023 13:24But this does not remove the superfluous whitespace.Because Shopware uses it's own logic to create page breaks, the number of line items...
https://phpc.social/@theiNaD/110...

🧵Currently optimizing the PDFs of #shopware 6. Our customer Kinowerbung.de has lot's of line items with sub-items. Interestingly...

https://phpc.social/@theiNaD/110...

🧵Currently optimizing the PDFs of
6. Our customer Kinowerbung.de has lot's of line items with sub-items. Interestingly 's default behaviour of automatic page breaks in tables with repeating table headings is not used 🤔
@ShopwareDevs

To encounter memory issues we already removed the repeating logo earlier on. We now optimized the structure, removed the repeating letter head and some other elements our customer did not want on every page.

13.3.2023 13:23🧵Currently optimizing the PDFs of #shopware 6. Our customer Kinowerbung.de has lot's of line items with sub-items. Interestingly...
https://phpc.social/@theiNaD/110...

Dynamic URLs with URI templates in Laravel — Amit Merchant — A blog on PHP, JavaScript, and...

https://phpc.social/@theiNaD/109...

Dynamic URLs with URI templates in Laravel — Amit Merchant — A blog on PHP, JavaScript, and more
amitmerchant.com/dynamic-urls-

6.3.2023 16:24Dynamic URLs with URI templates in Laravel — Amit Merchant — A blog on PHP, JavaScript, and...
https://phpc.social/@theiNaD/109...

Today we had a great workshop with one of our customers to evaluate their current status quo, pain points and potentials for digital...

https://phpc.social/@theiNaD/109...

Today we had a great workshop with one of our customers to evaluate their current status quo, pain points and potentials for digital transformation. It's so much fun working together on eye level to spark new ideas coming from different perspectives. It has been such a morale booster for both sides.

28.2.2023 19:35Today we had a great workshop with one of our customers to evaluate their current status quo, pain points and potentials for digital...
https://phpc.social/@theiNaD/109...

The package / module handling is just awesome. Made the CLI configurable via multiple sources (config, env, flags) with minimal code...

https://phpc.social/@theiNaD/109...

The package / module handling is just awesome. Made the CLI configurable via multiple sources (config, env, flags) with minimal code additions and using nested structs.

19.12.2022 19:21The package / module handling is just awesome. Made the CLI configurable via multiple sources (config, env, flags) with minimal code...
https://phpc.social/@theiNaD/109...

Started playing around with #go #golang to build a simple CLI. Getting started was so fast and seamless. Installing the go extension for...

https://phpc.social/@theiNaD/109...

Started playing around with to build a simple CLI. Getting started was so fast and seamless. Installing the go extension for also allowed one click installation of the language server etc. So Code now knows what I'm doing and automatically applies formatting 🤯
The CLI tool should be cross platform and the build for multiple architectures is so easy, excited to continue experimenting with it.

19.12.2022 07:56Started playing around with #go #golang to build a simple CLI. Getting started was so fast and seamless. Installing the go extension for...
https://phpc.social/@theiNaD/109...

After removing and adding the link, it has been verified. Thanks to @horuskol ❤️

https://phpc.social/@theiNaD/109...

After removing and adding the link, it has been verified. Thanks to @horuskol ❤️

23.11.2022 08:20After removing and adding the link, it has been verified. Thanks to @horuskol ❤️
https://phpc.social/@theiNaD/109...

Yesterday I deployed a small update for my blog, adding a link to my #mastodon profile. It's built with #jigsaw...

https://phpc.social/@theiNaD/109...

Yesterday I deployed a small update for my blog, adding a link to my profile. It's built with (jigsaw.tighten.com/).

Anyone knows how long it takes until the link in my profile is marked as verified? 🤔

23.11.2022 05:23Yesterday I deployed a small update for my blog, adding a link to my #mastodon profile. It's built with #jigsaw...
https://phpc.social/@theiNaD/109...

Interesting post about handling uniqueness and sequential processing on the queue with...

https://phpc.social/@theiNaD/109...

Interesting post about handling uniqueness and sequential processing on the queue with
timacdonald.me/unique-jobs-and

21.11.2022 12:29Interesting post about handling uniqueness and sequential processing on the queue with...
https://phpc.social/@theiNaD/109...

Did you know, you can add host support to the #Synology Download Station using PHP?Haven't done a release in a while, because of missing...

https://phpc.social/@theiNaD/109...

Did you know, you can add host support to the Download Station using PHP?

Haven't done a release in a while, because of missing free time, but this host enables video download from multiple media libraries of German public legal tv:
github.com/iNaD/ds-mediatheken

18.11.2022 11:46Did you know, you can add host support to the #Synology Download Station using PHP?Haven't done a release in a while, because of missing...
https://phpc.social/@theiNaD/109...

As my first post, I'd like to share my guide to set up telegram notifications in...

https://phpc.social/@theiNaD/109...

As my first post, I'd like to share my guide to set up telegram notifications in

theinad.com/posts/2022-01-26/h

Hit me up if you have any questions or problems setting this up.

18.11.2022 11:30As my first post, I'd like to share my guide to set up telegram notifications in...
https://phpc.social/@theiNaD/109...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members