Privacy Policy

Privacy Policy

This Privacy Policy governs the manner in which Adam Gedeborg collects, uses, maintains and discloses information collected from users (each, a "User") of the http://adamgedeborg.com website ("Site"). This privacy policy applies to the Site and all products and services offered by Adam Gedeborg.

Personal Identification Information

We may collect personal identification information from Users in a variety of ways, including, but not limited to, when Users visit our site, register on the site, place an order, subscribe to the newsletter, respond to a survey, fill out a form, and in connection with other activities, services, features or resources we make available on our Site. Users may be asked for, as appropriate, name and email address. Users may, however, visit our Site anonymously. We will collect personal identification information from Users only if they voluntarily submit such information to us. Users can always refuse to supply personal identification information, except that it may prevent them from engaging in certain Site related activities.

Non-Personal Identification Information

We may collect non-personal identification information about Users whenever they interact with our Site. Non-personal identification information may include the browser name, the type of computer and technical information about Users means of connection to our Site, such as the operating system and the Internet service providers utilized and other similar information.

Web Browser Cookies

Our Site uses "cookies" to enhance User experience. A User's web browser places cookies on their hard drive for record-keeping purposes and sometimes to track information about them. A User may choose to set their web browser to refuse cookies, or to alert them when cookies are being sent. If they do so, note that some parts of the Site may not function properly.

How We Use Collected Information

Adam Gedeborg collects and uses Users personal information for the following purposes:

1. To personalize user experience - we may use information in the aggregate to understand how our Users as a group use the services and resources provided on our Site.
2. To improve our Site - we continually strive to improve our website offerings based on the information and feedback we receive from you.
3. To improve customer service - your information helps us to more effectively respond to your customer service requests and support needs.
4. To process transactions - we may use the information Users provide about themselves when placing an order only to provide service to that order. We do not share this information with outside parties except to the extent necessary to provide the service.
5. To administer a content, promotion, survey or other Site feature - to send Users information they agreed to receive.
6. To send periodic email.

Email

The email address Users provide at registration will be used for registration verification, order processing, and Service updates and promotions. It may also be used to respond to User inquiries, and/or other requests or questions.

How We Protect Your Information

We adopt appropriate data collection, storage and processing practices and security measures to protect against unauthorized access, alteration, disclosure or destruction of your personal information, username, password, transaction information and data stored on our Site.

Sensitive and private data exchange between the Site and its Users happens over a SSL secured communication channel and is encrypted and protected with digital signatures.

User passwords and Credit Card information are never store on the Site.

Sharing Your Personal Information

We do not sell, trade, or rent Users' personal identification information to others. We may share generic aggregated demographic information not linked to any personal identification information regarding visitors and users with our business partners, trusted affiliates and advertisers for the purposes outlined above. We may use third party service providers to help us operate our business and the Site or administer activities on our behalf. We may share your information with these third parties for those limited purposes provided that you have given us your permission.

We fully comply with legal actions, and will not withhold personal information in such events.

Third Party Websites

Users may find advertising or other content on our Site that link to the sites and services of our partners, suppliers, advertisers, sponsors, licensors and other third parties. We do not control the content or links that appear on these sites and are not responsible for the practices employed by websites linked to or from our Site. In addition, these sites or services, including their content and links, may be constantly changing. These sites and services may have their own privacy policies and customer service policies. Browsing and interaction on any other website, including websites which have a link to our Site, is subject to that website's own terms and policies.

Advertising

Ads appearing on our site may be delivered to Users by advertising partners, who may set cookies. These cookies allow the ad server to recognize your computer each time they send you an online advertisement to compile non personal identification information about you or others who use your computer. This information allows ad networks to, among other things, deliver targeted advertisements that they believe will be of most interest to you. This privacy policy does not cover the use of cookies by any advertisers.

Google Adsense

Some of the ads may be served by Google. Google's use of the DART cookie enables it to serve ads to Users based on their visit to our Site and other sites on the Internet. DART uses "non personally identifiable information" and does NOT track personal information about you, such as your name, email address, physical address, etc. You may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy at http://www.google.com/privacy_ads.html

Changes to this Privacy Policy

Adam Gedeborg has the discretion to update this privacy policy at any time. We encourage Users to frequently check the publicly posted privacy policy for any changes to stay informed about how we are helping to protect the personal information we collect. You acknowledge and agree that it is your responsibility to review this privacy policy periodically and become aware of modifications.

Your Acceptance of these Terms

By using this Site, you signify your acceptance of this policy. If you do not agree to this policy, do not use the Site. Your continued use of the Site following the posting of changes to this policy will be deemed your acceptance of those changes.

Contacting Us

If you have any questions about this Privacy Policy, the practices of this site, or your dealings with this site, please contact us at: adamgedeborg@gmail.com

This document was last updated on October 24, 2020.

(Unity, C#, Web App) Baby Announcement Game

I entered an Indie Game Making Contest with this entry of a Baby Announcement game that you can see at http://adventure-family.appspot.com.

The process of using the game is that you go to the website and fill out the form with the basic information of your current family members, the new baby information, and then save/send the link to your family and friends. They go to the link and are able to go around “helping” the family members accomplish certain tasks to slowly reveal that a new baby is on the way!

The information is saved to and loaded from a database, and injected into a Web Player instance of Unity. This showcases the interactivity possibilities of Unity on a web page, where you can have a really customizable form on a web page and use the information within the game instead of using the in-engine text and form controls which were inadequate for this project.

I modeled the house and characters using the assets in RPG Maker, then imported them into Unity. I used a pathfinding plugin since this was built in Unity 4, but there is a better pathfinding system built into Unity 5 so I would do that differently if I were to update this project. The database server has also been taken down so the save/load functionality does not work currently, but you can still play with the form and see different options and possibilities.

(WordPress) Responsive Weather Background

This project is an exercise in learning more about WordPress Plugins and creating shapes and animation using just CSS.

The plugin adds a representation of current weather conditions at the bottom of the screen. It has both animation and static states, and allows the user to change the location to use with looking up the weather.

The weather is provided using the Yahoo Weather API, and the location lookup uses the Google Maps Autocomplete lookup API.

(C#, .NET, Web App) Story Playground

I worked with Steven Hansen and Porter Nielsen to create Story Playground, a website where you can upload your images, text, and audio to record your stories and send them to friends and family everywhere. Story Playground, created by our software development company Dragon Playground, LLC, makes it simple to create and share your family’s unique stories. All you need is your memory, some pictures, and the internet.

Here is a video showing one of the many examples of stories that have been made using this service:

I helped create this website using ASP.net MVC, jQuery, CSS, and C# back-end logic connecting to SQL Server through Linq to SQL. It is one of the projects that I have worked on that shows my work on Full-Stack development.

(C#, .NET) Pun Attack

This “Humor as a Service” website/application enables you to prank your friends by sending them puns in rapid succession.

We put the effort into creating these puns, and your friends will love and appreciate you, because EVERYBODY loves puns!

I am working with Steven Hansen to create this website, using ASP.net, MVC, C# server code, SQL Server database, jQuery, and CSS.

(PHP, Web App) Mother of All Viewer Tools

This is a project I worked on for Woodland Manufacturing – this viewer tool uses HTML5, SVG canvas, and jQuery/CSS to make the whole experience a Web Application where you can put in multiple text and image layers and move them around via drag & drop, and position them together instead of these items being separate.

(Creative) My Music

I consider myself a Music Technologist. I love music and computers,  especially combining the two. I have been able to perform for many concerts, including, but not limited to:
ComedySportz Boise – Comedy Improv,
The Society – Comedy Improv,
Comic Frenzy – Comedy Improv,
Improvised Piano Concerts,
Academy of Comedy – Comedy Improv,
Improv on Broadway,
Concerts in Smith Park,
and more…

I am also an accompanist, having accompanied many performers with their vocal and/or instrumental recitals.

If you are interested in having me come perform a concert or at your wedding/reception, or if you need an accompanist, don’t hesitate to contact/follow me on Facebook or Twitter.

The Society

I had the opportunity to perform with The Society, a Comedy Improv group, where as part of the performance we created full Musical improvisations. This is one example called “Rexburg Love.”

Improv Performances

I taught Improv Piano courses on campus at Brigham Young University-Idaho and as part of those courses we did performances. In these performances we would take suggestions from the audience, such as “3 Notes” or an emotion, and then create an improvised song based on the suggestion. The following video shows one of the performances where we got a suggestion and had two improvisers (myself and Tamesha Udu) create one song on two pianos.

Honor

This was my first CD – an emotional exploration, bringing an element of Improv that brings out emotions in a different way.

Gedeborg Family Christmas – 1988

This was a family Christmas project when I was 4 years old. You can hear the music (if you can bear the cuteness) of the whole family.

Inspirational Quotes set to Epic Music

My wife wanted some motivation to wake up in the mornings, so I came up this idea to combine music with inspirational quotes, and it did help us gain more motivation.

(Writing) Different Gamers

I have written articles for the gaming website Different Gamers. These articles combined my love of games and music to help show how the soundtracks of games help make or break the game.

One of my favorite articles was about The Elder Scrolls V: Skyrim, where I discussed some of the effects of music on the brain, as well as nostalgia.

The series of articles that I have written are called “Sound Check” and you can read them here.