Tag Archives: Pixpa

29Aug/23

Are Wayfinding and Directional Signage The Same Thing?

Think about the last time you were in a store or at an event. You probably notice multiple signs, pointing you toward different booths, the bathrooms, and the exits. These are considered wayfinding and directional signage. Wayfinding and directional signage may seem like they serve similar purposes, but understanding the how and where to use […]

The post Are Wayfinding and Directional Signage The Same Thing? appeared first on Large Format Printing & Event Graphics.

31Jul/23
Your Guide To Designing A Retail Window Display

Your Guide To Designing A Retail Window Display

Window shopping is a time-honored tradition that began during the Gilded Age—an era of economic growth and industrialization. Building technology and the introduction of plate glass in the mid to late 1800s were game changers for shopkeepers. They would fill their windows with the latest fashions and must-have items. Fast forward to 2023; the only […]

The post Your Guide To Designing A Retail Window Display appeared first on Large Format Printing & Event Graphics.

27Jun/23
How To Make Sure Your Trade Show Booth Stands Out

How To Make Sure Your Trade Show Booth Stands Out

Trade shows are back! And while national trade shows haven’t returned to pre-pandemic numbers, nearly 9 out of 10 companies plan to return to pre-COVID exhibiting levels by the end of 2023, according to Exhibitor Magazine. And that means plenty of opportunity to grow your brand through lead-generating marketing strategies. Every trade show has essential […]

The post How To Make Sure Your Trade Show Booth Stands Out appeared first on Large Format Printing & Event Graphics.

29May/23
Step and Repeat: How to Create The Perfect Backdrop For Your Event

Step and Repeat: How to Create The Perfect Backdrop For Your Event

Step and Repeat: How to Create The Perfect Backdrop For Your Event Event planning can be a daunting task, but it can also be an exciting and fulfilling experience—when you have the right resources at your disposal. Creating the perfect backdrop for your event is not just about finding the right location. Step and repeat banners […]

The post Step and Repeat: How to Create The Perfect Backdrop For Your Event appeared first on Large Format Printing & Event Graphics.

17May/23
GeekTechStuff Heads To DTX Manchester 2023!

GeekTechStuff Heads To DTX Manchester 2023!

The week commencing Monday 15th May 2023 saw the start of Manchester Tech Week and over the 17th and 18th May is DTX Manchester. DTX, or Digital Transformation eXpo brings demos, talks, experiences and exhibitors to Manchester (Manchester Central) so that various people (both technical and non-technical) can come together. This helps to see what’s … Continue reading GeekTechStuff Heads To DTX Manchester 2023!
11May/23

Personal Update: May 2023, Contemporary Issues in Digital Technology

As National Apprenticeship Week 2023 started back at the beginning of February I wrote a brief blog post where I mentioned the start of the Contemporary Issues in Digital Technology for my degree apprenticeship. The module has now been completed, so a good chance for me to reflect a little. Critical Writing vs Descriptive Writing … Continue reading Personal Update: May 2023, Contemporary Issues in Digital Technology
10May/23

Flask and SQLAlchemy: Connecting To MySQL (Python / Notes)

For my assets web app, written in Flask (Python) I have separated the app and the database into separate instances. This allows me to update the app and its dependencies without impacting the database and its dependencies, or vice-versa. The database could be one of many as I’m using SQLAlchemy to handle the connectivity between … Continue reading Flask and SQLAlchemy: Connecting To MySQL (Python / Notes)
09May/23
Continuous Deployment, Continuous Delivery – The CD of CI/CD (GitHub / Python / DevOps)

Continuous Deployment, Continuous Delivery – The CD of CI/CD (GitHub / Python / DevOps)

In this blog post I take my Flask (Python) web application and deployment to Microsoft Azure, and instead of doing it manually I do it via a CI/CD. I’ve previously discussed Continuous Integration (CI) in blog posts around CI, GitHub actions and recently Code Coverage. The CD of CI/CD can stand for Continuous Deployment or … Continue reading Continuous Deployment, Continuous Delivery – The CD of CI/CD (GitHub / Python / DevOps)