Website Search Engine Optimization
Use this checklist to improve your search engine optimization (SEO), boost your ranking with search engines, and increase audience engagement.
Call Us At: 701.866.2098
Use this checklist to improve your search engine optimization (SEO), boost your ranking with search engines, and increase audience engagement.
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”…
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…
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
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…
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…
Have you ever needed to submit a PDF to a specific file path, but couldn’t figure out how to accomplish this? Let’s do it! Here’s how the file name will appear when the users selects the submit button in the form in this scenario. Here’s the JavaScript placed on the submit button in the PDF:…
In addition to the post: Acro Javascript: Question Icons / Buttons an additional way to include instruction to users who may have questions when filling out more complex forms is to use placement text within the form fields. Here’s how the PDF could function: To do this, start by opening a PDF form. Select the…
PDF fill-able forms are no new concept when it comes to electronic forms. Though these electronic forms are great for allowing users to submit information digitally via email, some forms may be a bit more complex then others. This can cause confusion for the intended users and ultimately the submission of forms filled out incorrectly….
Software Needed: Adobe Acrobat DC, Microsoft Word Tasked with making multiple changes to PDF documentation, I decided to automate the system rather then going through each document to update/save accordingly. Essentially I was given 163 PDFs that required updates to verbiage and date periods, as well as the replacement of the last two pages of…