Tuesday, September 29, 2009

DHC Skincare- Sales Starting Oct. 1st

When I think of Japan, an image springs to mind of flawless skin and ageless beauty. DHC has brought their legacy of time honoured pure skin care to Canada. Skincare based on the purity of olive oil, without added unnecessary colouring agents or irritating fragrances. I found a great deal on one of their beauty secrets: Buff away rough skin with  finely-milled apricot seed scrub. DHC Facial Scrub is now over 15% off through October 31, 2009. Also for the month of October, you can get 10% off all orders October 1 ż 31, 2009. .  I wonder if that is on top of the 15% off the Apricot Scrub?

DHC offers Four free samples with every purchase. Shop now! so you can try their whole line.

October 10% Off

Thursday, September 24, 2009

Corel Software Education Pricing

Back to Deals4Canada

Back to Deals4USA

Categories for Eligibility :

Accredited Schools

Institutions may be either publicly or privately owned

  • Preschools
  • Elementary schools
  • Secondary schools
  • Vocational schools
  • Correspondence schools
  • Junior colleges
  • Colleges
  • Universities, or scientific or technical institutes recognized by the appropriate ministry or department of education
K-12 Educators, Vocational, college or university faculty

Proof of current employment is required.

  • Faculty and/or staff members (full- or part-time) of any accredited school
  • Registered and/or state-recognized home educators providing primary or secondary education
Students
  • Full- or part-time registered students. Valid photo student identification is required if purchasing through a Corel Authorized Education Reseller. If a photo ID is not available, then two pieces of ID are required.
Supervisory Organizations
  • Boards of education
  • Ministries of education
  • School district administrative offices
  • State departments of education
Hospitals
  • All hospitals. Health Management Organizations (HMO) and headquarters are excluded
Libraries
  • All public and school libraries (publicly or privately funded) providing not-for-profit library services to a community, region or district
Educational Consortia and Systems
  • Corporations and associations validly organized and existing under the laws of a state, province or territory
Museums
  • Permanent public or private nonprofit agencies or institutions organized for educational, aesthetic or cultural purposes
  • Must own or use objects for exhibition to the general public on a permanent and regular basis
  • Must collect, preserve, study, interpret, assemble and exhibit objects and specimens of educational and cultural value, including artistic, scientific (animate or inanimate), historical and technological material, to the public for its instruction and enjoyment
Nonprofit Charitable Organizations
  • Charitable organizations not affiliated with a profit-making company or organization. In the U.S., refer to IRS Tax Exemption 501 (c)(3). In Canada, refer to Revenue Canada Income Tax Act, Section 149.1 on charities
Religious Organizations
  • Any religious body considered charitable under provincial, state or country laws. In the U.S., refer to IRS Tax Exemption 501 (c)(3)
  • The organization's beliefs and practices must not be considered subversive or immoral by the courts or laws of the province, state or country
Exclusions:
Congregation members or parishioners are not eligible for academic pricing. Organizations must present proof of charitable or nonprofit status and a completed Corel Nonprofit and Charitable Organization Request Form to any Corel® Authorized Academic Reseller.
Terms and Conditions

Organizations must be able to show proof of eligibility and applicable accreditation if requested by Corel or a Corel Authorized Education Reseller. It is Corel's sole discretion to accept or decline the applicant. Any issues or concerns regarding the preceding definitions shall be resolved at Corel's discretion. All software must be used for internal administrative or educational instruction purposes only. Products may not be resold, donated or used as a prize in any promotion.

Back to Deals4Canada

Back to Deals4USA

To Education Pricing Deals

Tuesday, September 22, 2009

Current Date Widget Code

Back to Instructions

Copy & Paste the following  java script code wherever you would like the current date to appear.

<script language="javascript">
<!--
Today = new Date();
TodayDay = Today.getDate();
TodayMon = Today.getMonth();
TodayYear = Today.getYear();
if (TodayYear < 2000) TodayYear += 1900;

if (TodayMon == 0) { TodayMonth = "January"; }
else if (TodayMon == 1) { TodayMonth = "February"; }
else if (TodayMon == 2) { TodayMonth = "March"; }
else if (TodayMon == 3) { TodayMonth = "April"; }
else if (TodayMon == 4) { TodayMonth = "May"; }
else if (TodayMon == 5) { TodayMonth = "June"; }
else if (TodayMon == 6) { TodayMonth = "July"; }
else if (TodayMon == 7) { TodayMonth = "August"; }
else if (TodayMon == 8) { TodayMonth = "September"; }
else if (TodayMon == 9) { TodayMonth = "October"; }
else if (TodayMon == 10) { TodayMonth = "November"; }
else if (TodayMon == 11) { TodayMonth = "December"; }
else { TodayMonth = TodayMon; }

document.write(TodayMonth + " " + TodayDay + ", " + TodayYear);

-->
</script></p>

HTML Widget Code for Top Canadian News

<Back to Story>

Copy & Paste the following code:

<!-- Begin Feedzilla news widget Code -->
<script src="http://www.feedzilla.com/tools/swfobject.js" type="text/javascript"></script>
<script type="text/javascript">
var flashvars = {id:'0422111704233',country:'ca',charset:'utf-8',code:'Blogger',c:'',scroll:'v',prov:'news',cat:'Top news',cat2:'Top stories',width:'170',height:'400',num_articles:'10',show_summaries:'Yes',show_sources:'Yes',show_dates:'Yes',title:'Top Canadian News',title_size:'12pt',title_bold:'No',keywords:'',url:'',headers_size:'14pt',font_size:'10pt',font_family:'Arial',text_alignment:'Left',space:'Yes',titlecolor:'#FF0000',fcolor:'#FF0000',desccolor:'#000000',sourcecolor:'#FF0000',datecolor:'#999999',bgcolor:'#FFFFFF',ref:document.location.href};
var params = {scale:'noscale',salign:'lt',bgcolor:'#FFFFFF'};
var attributes = {};
swfobject.embedSWF('http://ca.feedzilla.com/tools/news-widget.swf', 'Feedzilla_news_widget_316281', '170', '400', '9.0.0','',flashvars, params, attributes);
</script>
<div id="Feedzilla_container_316281" style="text-align:center;width:170px;"><div id="Feedzilla_container2_316281" style="text-align:center;height:400px;width:170px;border:1px solid #FF0000"><div id="Feedzilla_news_widget_316281"></div></div><font style="font-size:10px;"><a style="text-decoration:none;font-size:10px;" href="http://ca.feedzilla.com/">Widgets and RSS feeds</a> and <a style="text-decoration:none;font-size:10px;" href="http://ca.feedzilla.com/rss.asp">RSS and Widgets</a></font></div>
<!-- End Feedzilla news widget Code -->

Top US News Widget Code

Back to Story

Copy & Paste the following:

<!-- Begin Feedzilla news widget Code -->
<script src="http://www.feedzilla.com/tools/swfobject.js" type="text/javascript"></script>
<script type="text/javascript">
var flashvars = {id:'4422122944913',code:'Blogger',c:'',scroll:'v',prov:'',cat:'Top News',cat2:'Top Stories',width:'170',height:'400',num_articles:'10',show_summaries:'Yes',show_sources:'Yes',show_dates:'Yes',show_video:'',vid:'',title:'Top US News',title_size:'11pt',title_bold:'Yes',keywords:'Enter keyword(s)',url:'Enter the full URL of the feed',headers_size:'14pt',font_size:'10pt',font_family:'Arial',text_alignment:'Left',space:'No',titlecolor:'#0000FF',fcolor:'#0000FF',desccolor:'#000000',sourcecolor:'#FF0000',datecolor:'#999999',bgcolor:'#FFFFFF',ref:document.location.href};
var params = {scale:'noscale',salign:'lt',bgcolor:'#FFFFFF'};
var attributes = {};
swfobject.embedSWF('http://www.feedzilla.com/tools/news-widget.swf', 'Feedzilla_news_widget_', '170', '400', '9.0.0','',flashvars, params, attributes);
</script>
<div id="Feedzilla_container_" style="text-align:center;width:170px;"><div id="Feedzilla_container2_" style="text-align:center;height:400px;width:170px;border:1px solid #cccccc"><div id="Feedzilla_news_widget_"></div></div><font style="font-size:10px;"><a style="text-decoration:none;font-size:10px;" href="http://www.feedzilla.com/"target=new>News widgets & News tickers</a> - <a style="text-decoration:none;font-size:10px;" href="http://www.feedzilla.com/"target=new>Feedzilla.com</a></font></div>
<!-- End Feedzilla news widget Code -->

Wednesday, September 16, 2009

Focus Groups (cont.)

Back to Focus Groups

More Focus Groups to Whom I've applied:

Cobbey & Associates (INTL)

Consumer Product Testing Center Alberta

CRC Research (Canada)

Consumer Vision

Contract Testing

Experience Dynamics

Field Facts World Wide

Check Back often for additions to this list or Sign up for my Cash4Canada eLetter to get the inside scoop on the latest links. Read my Privacy Policy.

Back to Focus Groups

SQM Seeking Shoppers (Continued)

Alberta (AB)

Drayton Valley
Drumheller
Edson
Fort McMurray (Wood Buffalo)
High Level
Hinton
Lethbridge
Red Deer
Rocky Mountain House
St. Paul

British Columbia (BC)

Abbottsford
Campbell River
Courtenay
Cranbrook
Dawson Creek
Nanaimo
Powell River
Prince George
Salmon Arm
Terrace
Trail
Vernon
Victoria
Whistler

Manitoba (MB)

Dauphin
Swan River
Thompson

Newfoundland (NL)

Corner Brook
Grand Falls-Windsor
St. John's

Nova Scotia (NS)

Amherst
Bridgewater
New Glasgow
Port Hawkesbury
Sydney
Yarmouth

Ontario: (ON)

Bradford
Brantford
Brooklin
Georgetown
Goderich
Guelph
Hawkesbury
Kanata
Kenora
Kitchener
London
New Liskeard
North Bay
Orillia
Orleans
Orangeville
Sarnia
Timmins
Wasaga Beach

Prince Edward Island (PE)

Charlottetown
Quebec (QC)
Bromont
Charlemagne
Granby
Rouyn Noranda
Val d'Or

Saskatchewan (SK)

North Battleford
Prince Albert

Back to Mystery Shopping 4 Canada

Questions? Drop me a Comment!