Call Us At: 701.866.2098
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”…
Protected: Custom Video Memory of Moose Hunt for Travis
There is no excerpt because this is a protected post.
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…
Java or JavaScript
Whether you are new to programming or currently hold a position such as Principal Architect, it’s important to know there is a difference between Java and JavaScript. New programmers and non-tech people alike have long confused Java and JavaScript, but their only commonality is the word “Java.” Each is a programming language useful in its…