Skip to main content

Paying less for more...

 There are many ways to save money. Let's start with reward programs, price matches, couponing. I definitely suggest to always do price match and start taking full advantage of reward programs including downloading apps from restaurants that you most likely will revisit. 

The benefit of being apart of reward programs is being able to gain points overtime or getting free food overtime. Why not gain points for an opportunity to get free food or discounts at the expense of spending your own money. 

Never pay full price for something when there are alternatives, especially, when it's legitimate. 


Comments

Popular posts from this blog

Audio Player creation for HTML websites

You can use the link below to create audio elements by using html tags. https://www.w3schools.com/tags/tag_audio.asp By using the audio tags you can get familiar with elements, as you become familiar with the elements and components of the audio component, you can customize the audio element visuals by styling it through CSS.   Below is a link to try out the audio element https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_audio There are other options too. As you become familiar with external links and using code from those external links such as external css, js, then you will be able to have a better understanding of how to use JS libraries.   Using audio js libraries is simple You can just copy and paste the cdn link to your html file. Look at the document for the specific library you are going to be using so you can get an idea of how to implement and make use of the code for which is needed. In doing so, you can then implement the code for it to visually show when...