45rpm
  • Home
  • About Us
    • 4 Piece Band
    • 5 Piece Band
    • News
      • 45rpm DUO Magazine Feature
    • Equipment
    • Web Links
  • Testimonials
  • Gig Guide
  • Media
    • Our Photos
    • Our Videos
  • Contact

Testimonials

Demo

Written by Super User

jupitersI just wanted to send you a quick email to say thank you for your recent performance at Jupiters. The VIP customers had an absolute blast and we received lots of fantastic feedback that they enjoyed the music selection and the chance to get up and have a dance! Everyone in the team agreed that your music was a contributing factor to the success of the evening, and I would not hesitate to book you again. All of the band are very professional and easy to get along with - you’re welcome back any time!

 
Kind regards
Megan Philippa
Entertainment Services Executive
Jupiters Townsville Hotel & Casino  |  Echo Entertainment Group
 
 
Byron-Beach-Cafe-Wedding-Table-Setting-390x390It is with great pleasure that I write a testimonial for 45rpm.
I first saw 45rpm play at a friends wedding and enjoyed their genre of 50's and 60's Rock 'n' Roll and other dance floor classics. Having been family friends with Eugene for many years, it was a pleasure getting to know the rest of the band, Ross, Scott & Jude. After seeing these guys in action a couple of times I had no doubt i wanted him and his band play at my wedding, and boy did they deliver!
The fact my wedding was in Byron Bay and the band reside in Townsville proved to be logistically insignificant as Ross managed all the appropriate bookings, which made for a very stress free lead up. The band were flexible with any issue that arose and they even went to the trouble of learning new songs that we had requested. Their performance began with playing a selected song as Lucy walked down the aisle followed by the full band playing softly during the canape hour that followed. 
Once the speeches were done and that plates were cleared it was then that 45rpm came into their own. For two and half hours the boys powered through hit after hit and the dance floor didn't stop! From the Beatles, Roy Orbison and Bruce Springsteen, they didn't let up and the dance floor was alive. I even distinctly remember the Pulp Fiction theme song getting played which brought the house down!
I'm sure it's get's said at every wedding how great the band is, but i truly lost count of the number of comments i received on the night and since about the boys performance. It was a pleasure having 45rpm play at our wedding and they made an already awesome day truly memorable. I'd have no trouble recommending them to anyone. 
Daniel & Lucy 
Gold Coast
 
 
tcc logosmlA note to let you know how much we enjoyed the music of 45RPM at the Chamber’s annual gala event last week. We received a lot of positive feedback about the event, and the band was mentioned to us on several occasion. The choice of music suited our guests, the performance was spot on and you all looked great on stage.
Well done and thanks again.
 
 
Marie-Claude Brown
Executive Officer
Townsville Chamber
 
 
 

60th birthday rock and roll cloth napkinsHello to all you boys of 45rpm.  I just wanted to say a big thank-you to you
4 for playing at my 60th....I don't think I can ever remember having so much
fun....(I could hardly move the next day).  There were heaps of positive
comments about your music, which I know you would like to hear, a couple of
people at the party said they are going to get you for their parties, so
that is always a good sign.

Anyway boys, thankyou all again for supplying the music, it was fantastic.

 

Kind Regards
Christine & Mal Smedley

 

 

rock-n-revs

In May this year (2014) PCYC Bowen threw their first Rock 'n' Rev Festival. As a Committee member I was asked to find the entertainment/band. What a daunting task i had ahead, the one thing that can make or break an event.

So i asked some advice from some "in the know" Rock n Rollers in the Townsville area, and did they know!!!

45rpm!!!!! Wow Wow Wow. From the moment they arrived to set up, they were gracious, polite and genuninely excited to be be part of our even. Their professionalism showed from the matching attire they wore, to the interaction with the crowd. There wasn't a dance floor space free!!!

Thank-you to 45rpm for an amazing night. I can not recommend these amazing musicians enough.

 

 

Lauren Stoneham

Committee member PCYC Bowen

Rock 'n' Revs Festival.

 

 

Print Email

HTML Sample

Demo

Written by Super User

Code:
<a href="www.joomlaxtc.com">joomlaxtc.com</a>

Output:
joomlaxtc.com



Code:
<abbr title="title of abbreviation">an abbreviation</abbr>

Output:
an abbreviation

Code:
<acronym title="as soon as possible">asap</acronym>

Output:
asap

Code:
<address>Address: Box 666, Hell Drive<br />Phone: +12 34 56 78</address>

Output:
Address: Box 666, Hell Drive
Phone: +12 34 56 78


Code:
<b>This is bold</b>

Output:
This is bold

Code:
<big>Big Text </big>

Output:
Big Text

Code:
<blockquote>Here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation.</blockquote>

Output:
Here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation here is a long quotation.


Code:
<br />

Output:



Code:
<button type="button">Click Me!</button>

Output:


Code:
<center>Centered Text</center>

Output:
Centered Text


Code:
<em>Emphasized text</em>

Output:
Emphasized text

Code:
<strong>Strong text</strong>

Output:
Strong text

Code:
<dfn>Definition term</dfn>

Output:
Definition term

Code:
<code>Computer code text</code>

Output:
Computer code text

Code:
<samp>Sample computer code text</samp>

Output:
Sample computer code text

Code:
<kbd>Keyboard text</kbd>

Output:
Keyboard text

Code:
<var>Variable</var>

Output:
Variable

Code:
<tt>teletype text</tt>

Output:
teletype text

Code:
<cite>Citation</cite>

Output:
Citation

Code:
<dl><dt>Coffee</dt><dd>- black hot drink</dd><dt>Milk</dt><dd>- white cold drink</dd></dl>

Output:
Coffee
- black hot drink
Milk
- white cold drink


Code:
My favorite color is <del>blue</del> <ins>red</ins>

Output:
My favorite color is blue red

Code:
<fieldset><legend>A Legend:</legend>Luke Skywalker</fieldset>

Output:
A Legend:Luke Skywalker


Code:
<form>Input:<input type="text" /><br/><label for="tarea">Textarea</label><input type="textarea" name="tarea" /><br/><select> <optgroup label="Swedish Cars"><option value="volvo">Volvo</option><option value="saab">Saab</option></optgroup><optgroup label="German Cars"><option value="mercedes">Mercedes</option><option value="audi">Audi</option></optgroup></select><br/><input type="button" value="Button"><br/><input type="checkbox" name="vehicle" value="Bike" />I have a bike<br /><input type="checkbox" name="vehicle" value="Car" />I have a car<br/><input type="radio" name="sex" value="male" />Male<br /><input type="radio" name="sex" value="female" />Female<br/><input type="submit" /></form>

Output:
Input:I have a bike
I have a carMale
Female


Code:
<h1>This is h1</h1>

Output:

This is h1



Code:
<h2>This is h2</h2>

Output:

This is h2



Code:
<h3>This is h3</h3>

Output:

This is h3



Code:
<h4>This is h4</h4>

Output:

This is h4



Code:
<h5>This is h5</h5>

Output:
This is h5


Code:
<h6>This is h6</h6>

Output:
This is h6


Code:
<hr />

Output:



Code:
<i>italic</i>

Output:
italic

Code:
<img src="http://www.joomlaxtc.com/templates/jxtc_fotografik/images/logobeta.png"/>

Output:


Code:
<ul><li>Unordered 1</li><li>Unordered 2</li><li>Unordered 3</li></ul>

Output:
  • Unordered 1
  • Unordered 2
  • Unordered 3


Code:
<ol><li>Ordered 1</li><li>Ordered 2</li><li>Ordered 3</li></ol>

Output:
  1. Ordered 1
  2. Ordered 2
  3. Ordered 3


Code:
<p>This is a paragraph</p>

Output:

This is a paragraph



Code:
<pre>preformatted text</pre>

Output:
preformatted text


Code:
<q>Here is a short quotation here is a short quotation</q>

Output:
Here is a short quotation here is a short quotation

Code:
<s>Defines strikethrough text</s>

Output:
Defines strikethrough text

Code:
<small>small text</small>

Output:
small text

Code:
<span>a section in a document</span>

Output:
a section in a document

Code:
<strike>strikethrough text</strike>

Output:
strikethrough text

Code:
<sub>subscripted text</sub>

Output:
subscripted text

Code:
<sup>superscripted</sup>

Output:
superscripted

Code:
<u>Defines underlined text</u>

Output:
Defines underlined text

Code:
<xmp>preformatted text</xmp>

Output:
preformatted text

Code:
<table border="1"><caption>table caption</caption><thead><tr><th>Month</th><th>Savings</th></tr></thead><tfoot><tr><td>Sum</td><td>$180</td></tr></tfoot><tbody><tr><td>January</td><td>$100</td></tr><tr><td>February</td><td>$80</td></tr></tbody></table>

Output:
table caption
MonthSavings
Sum$180
January$100
February$80


Print Email

Subcategories

  • Joomla Content
    Article Count:
    1

© 2014 45rpm.net.au
All images and logos are copyrighted to their respective owners.