Entries tagged "Software"

Improve Email Validation in Qualtrics Forms

I received a Qualtrics form submission where the email field, which is supposed to be required, was left blank. The customer emailed me shortly thereafter about the situation. She let me know what email address she tried entering, but the form kept saying it was invalid. Well, the address she sent should have worked. Therefore, I needed to look into why it didn't and figure out how she was able to submit the form without entering an email address. [Continue reading]

Streamline Process for Flagging Emails as Tasks in Microsoft Outlook

I currently use Microsoft Outlook to manage tasks. One thing I have been wanting to simplify is the process for flagging and categorizing email messages so they appear under Tasks. While the solution discussed in this post doesn't exactly meet my needs, it does simplify the process for many cases. [Continue reading]

Adjust Page Break When Printing a Web Page to PDF

I wanted to print a web page to PDF, but some of the text was broken awkwardly between page one and two. The words were split so that the top of a word was on page one and the rest was on the next page. So I used the code inspector in Google Chrome to change the location of the page break. [Continue reading]

Convert Plain Text to HTML List with Dreamweaver Object

I commonly need to convert blocks of plain text into bulleted lists. The task involves highlighting each list item and enclosing it with <li> tags. The process doesn't take long to complete, but it could be streamlined. So I took the opportunity to create my first Dreamweaver Object. [Continue reading]

Link to Word files in SharePoint websites so they open in Word Online

I have been looking to link to a Word file in Microsoft SharePoint so that the document opens online. But every time I use the built-in link creator, users are asked to download the file instead. Other features within SharePoint like the Document Library open Word files in the online version of Word. So it should be possible to do the same with links on a SharePoint web page. Well, there is a way, but it involves a bit more work. [Continue reading]

Trick to Streamline Charts in Qualtrics

I recently had a problem with customizing charts in Qualtrics' reports feature. The charts were based on a question which had several categories for the respondents to rank. To simplify the report, I wanted to create several charts which show one category each, but the options to turn off some of the categories were outside of the viewable area. Luckily, there is an easy, and not so obvious, way to view those hidden options. [Continue reading]

Lessons Learned: Creating a Wait List in Qualtrics for an Event Registration Form

I needed a wait list for a registration form built through Qualtrics. Since the service is geared towards collecting surveys online, a wait-list feature is not built in. However, you can simulate the functionality by tweaking the form and leveraging the Quotas feature. [Continue reading]

Lessons Learned: Collecting Registrations and Setting Up Qualtrics to Notify You When It Reaches a Milestone

I wanted to be notified when various milestones were reached during an event-registration process. That way I could keep the event organizers aware of the progress and help them make informed decisions as the event got closer. The numbers would help them decide how much food to order, how much space to reserve, and whether to even have the event. To track the registrations, I used Qualtrics' Quota feature and its ability to send confirmations. [Continue reading]

Lessons Learned: Working with Event Registrations in Qualtrics

Qualtrics works well for collecting event registrations. But there are a number of things to be aware of. I imagine that the "issues" stem from the service being geared towards administering surveys online. However, the benefits of using Qualtrics outweigh the shortcomings. [Continue reading]

Lessons Learned: Live2Lead Website and Using Qualtrics for Collecting Event Registrations

For the new websites I create, my goal has been to make them responsive. That way I get some practice before committing to an overhaul of a major website. The extra practice should make the redesign process go smoother since hopefully I'll have the experience to solve whatever problems I come across. With the latest website, I was given the opportunity to further enhance my skills. Plus, I found a new, and somewhat unusual, solution for collecting event registrations. [Continue reading]