Call Us At: 701.866.2098


Bruns Automotive Website Design

Website Development & Design for Bruns Automotive

We recently had the opportunity to work with Bruns Automotive, a leading auto repair shop in Fargo, ND, to design and develop their new website. The project focused on creating a modern, responsive site that effectively showcases their extensive list of mechanical services and emphasizes their commitment to customer satisfaction. Project Overview Client: Bruns AutomotiveObjective:…

Clearing Browser Cache

How to Clear the Cache in Google Chrome Do one of the following: From the “Menu”  button in the upper-right corner of the Chrome window, choose “More Tools” > “Clear browsing data…“. Press “CTRL” + “Shift” + “Delete” keys in Windows or Linux, or “Command” + “Shift” + “Delete” keys on MacOS. Select “Menu” > “Settings” > “Advanced”…

Command Prompt: Deriving UNC Network Path

Here’s the workaround I see many using when sending mapped-network paths via email: In Windows Explorer, hold the shift button down, right-click on the file, and select Copy as path. Insert a Hyperlink in the email and paste in the address field of the Hyperlink dialogue box. (Shortcut: Ctrl-V). At this point, the link will…

Sticker Design for Be More Colorful

It’s always a pleasure working with the crew at Be More Colorful! Here’s a design we did for a sticker containing instructions to use their VR Mini Glasses. The sticker will be placed on the backside of the packaging box. Additionally, these awesome VR Glasses can be purchased for only $5 from FargoStuff.com

How to Create Dummy Files with Windows Command Line

Fsutil.exe is a built in filesystem tool that is useful to do file system related operations from command line. We can create a file of required size using this tool. fsutil file createnew filename length (length is in bytes) For example, to create a dummy file test.txt, with size as 50MB: Note: The above command…