/* WP-Cache Config Sample File See wp-cache.php for author details. */ $wpsc_version = 169; $wp_cache_not_logged_in = 0; //Added by WP-Cache Manager $wp_cache_clear_on_post_edit = 1; //Added by WP-Cache Manager $wp_cache_hello_world = 0; //Added by WP-Cache Manager $wp_supercache_cache_list = 0; //Added by WP-Cache Manager $wp_cache_mobile_enabled = 1; //Added by WP-Cache Manager $wp_cache_cron_check = 1; //Added by WP-Cache Manager if ( ! defined('WPCACHEHOME') ) define( 'WPCACHEHOME', WP_CONTENT_DIR . "/plugins/wp-super-cache/" ); //Added by WP-Cache Manager $cache_compression = 0; // Super cache compression $cache_enabled = true; //Added by WP-Cache Manager $super_cache_enabled = true; //Added by WP-Cache Manager $cache_max_time = 3600; //in seconds //$use_flock = true; // Set it true or false if you know what to use $cache_path = WP_CONTENT_DIR . '/cache/'; $file_prefix = 'wp-cache-'; // We want to be able to identify each blog in a WordPress MU install $blogcacheid = ''; if( defined( 'VHOST' ) ) { $blogcacheid = 'blog'; // main blog if( constant( 'VHOST' ) == 'yes' ) { $blogcacheid = $_SERVER['HTTP_HOST']; } else { $request_uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '..', '', $_SERVER['REQUEST_URI'] ) ); if( strpos( $request_uri, '/', 1 ) ) { if( $base == '/' ) { $blogcacheid = substr( $request_uri, 1, strpos( $request_uri, '/', 1 ) - 1 ); } else { $blogcacheid = str_replace( $base, '', $request_uri ); $blogcacheid = substr( $blogcacheid, 0, strpos( $blogcacheid, '/', 1 ) ); } if ( '/' == substr($blogcacheid, -1)) $blogcacheid = substr($blogcacheid, 0, -1); } $blogcacheid = str_replace( '/', '', $blogcacheid ); } } // Array of files that have 'wp-' but should still be cached $cache_acceptable_files = array( 'wp-comments-popup.php', 'wp-links-opml.php', 'wp-locations.php' ); $cache_rejected_uri = array ( 0 => 'wp-.*\\.php', 1 => 'index\\.php', 2 => 'slideshow_gallery_js', 3 => 'pp_slideshow_id', 4 => 'pp_iframe', 5 => 'staticfile', 6 => 'ppblogdata', 7 => 'minify_js', 8 => 'open', 9 => 'pp_support', 10 => 'show_issues', 11 => 'pp_menu_ajax_fetch_custom_html', 12 => 'preview_design', 13 => 'dump_grids', 14 => 'dump_slideshows', 15 => 'dump_folders', 16 => 'dump_galleries', ); //Added by WP-Cache Manager $cache_rejected_user_agent = array ( 0 => 'bot', 1 => 'ia_archive', 2 => 'slurp', 3 => 'crawl', 4 => 'spider', 5 => 'Yandex' ); $cache_rebuild_files = 1; //Added by WP-Cache Manager // Disable the file locking system. // If you are experiencing problems with clearing or creating cache files // uncommenting this may help. $wp_cache_mutex_disabled = 1; //Added by WP-Cache Manager // Just modify it if you have conflicts with semaphores $sem_id = 1235012437; //Added by WP-Cache Manager if ( '/' != substr($cache_path, -1)) { $cache_path .= '/'; } $wp_cache_mobile = 0; $wp_cache_mobile_whitelist = 'Stand Alone/QNws'; $wp_cache_mobile_browsers = 'Android, 2.0 MMP, 240x320, AvantGo, BlackBerry, Blazer, Cellphone, Danger, DoCoMo, Elaine/3.0, EudoraWeb, hiptop, IEMobile, iPhone, iPod, KYOCERA/WX310K, LG/U990, MIDP-2.0, MMEF20, MOT-V, NetFront, Newt, Nintendo Wii, Nitro, Nokia, Opera Mini, Palm, Playstation Portable, portalmmm, Proxinet, ProxiNet, SHARP-TQ-GX10, Small, SonyEricsson, Symbian OS, SymbianOS, TS21i-10, UP.Browser, UP.Link, Windows CE, WinWAP'; // gzip the first page generated for clients that support it. $wp_cache_gzip_first = 0; // change to relocate the supercache plugins directory $wp_cache_plugins_dir = WPCACHEHOME . 'plugins'; // set to 1 to do garbage collection during normal process shutdown instead of wp-cron $wp_cache_shutdown_gc = 0; $wp_super_cache_late_init = 0; // uncomment the next line to enable advanced debugging features //$wp_super_cache_advanced_debug = 1; $wp_super_cache_front_page_check = 0; $wp_super_cache_front_page_clear = 0; $wp_super_cache_front_page_text = ''; ?> /* WP-Cache Config Sample File See wp-cache.php for author details. */ $wpsc_version = 169; $wp_cache_not_logged_in = 0; //Added by WP-Cache Manager $wp_cache_clear_on_post_edit = 1; //Added by WP-Cache Manager $wp_cache_hello_world = 0; //Added by WP-Cache Manager $wp_supercache_cache_list = 0; //Added by WP-Cache Manager $wp_cache_mobile_enabled = 1; //Added by WP-Cache Manager $wp_cache_cron_check = 1; //Added by WP-Cache Manager if ( ! defined('WPCACHEHOME') ) define( 'WPCACHEHOME', WP_CONTENT_DIR . "/plugins/wp-super-cache/" ); //Added by WP-Cache Manager $cache_compression = 0; // Super cache compression $cache_enabled = true; //Added by WP-Cache Manager $super_cache_enabled = true; //Added by WP-Cache Manager $cache_max_time = 3600; //in seconds //$use_flock = true; // Set it true or false if you know what to use $cache_path = WP_CONTENT_DIR . '/cache/'; $file_prefix = 'wp-cache-'; // We want to be able to identify each blog in a WordPress MU install $blogcacheid = ''; if( defined( 'VHOST' ) ) { $blogcacheid = 'blog'; // main blog if( constant( 'VHOST' ) == 'yes' ) { $blogcacheid = $_SERVER['HTTP_HOST']; } else { $request_uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '..', '', $_SERVER['REQUEST_URI'] ) ); if( strpos( $request_uri, '/', 1 ) ) { if( $base == '/' ) { $blogcacheid = substr( $request_uri, 1, strpos( $request_uri, '/', 1 ) - 1 ); } else { $blogcacheid = str_replace( $base, '', $request_uri ); $blogcacheid = substr( $blogcacheid, 0, strpos( $blogcacheid, '/', 1 ) ); } if ( '/' == substr($blogcacheid, -1)) $blogcacheid = substr($blogcacheid, 0, -1); } $blogcacheid = str_replace( '/', '', $blogcacheid ); } } // Array of files that have 'wp-' but should still be cached $cache_acceptable_files = array( 'wp-comments-popup.php', 'wp-links-opml.php', 'wp-locations.php' ); $cache_rejected_uri = array ( 0 => 'wp-.*\\.php', 1 => 'index\\.php', 2 => 'slideshow_gallery_js', 3 => 'pp_slideshow_id', 4 => 'pp_iframe', 5 => 'staticfile', 6 => 'ppblogdata', 7 => 'minify_js', 8 => 'open', 9 => 'pp_support', 10 => 'show_issues', 11 => 'pp_menu_ajax_fetch_custom_html', 12 => 'preview_design', 13 => 'dump_grids', 14 => 'dump_slideshows', 15 => 'dump_folders', 16 => 'dump_galleries', ); //Added by WP-Cache Manager $cache_rejected_user_agent = array ( 0 => 'bot', 1 => 'ia_archive', 2 => 'slurp', 3 => 'crawl', 4 => 'spider', 5 => 'Yandex' ); $cache_rebuild_files = 1; //Added by WP-Cache Manager // Disable the file locking system. // If you are experiencing problems with clearing or creating cache files // uncommenting this may help. $wp_cache_mutex_disabled = 1; //Added by WP-Cache Manager // Just modify it if you have conflicts with semaphores $sem_id = 1235012437; //Added by WP-Cache Manager if ( '/' != substr($cache_path, -1)) { $cache_path .= '/'; } $wp_cache_mobile = 0; $wp_cache_mobile_whitelist = 'Stand Alone/QNws'; $wp_cache_mobile_browsers = 'Android, 2.0 MMP, 240x320, AvantGo, BlackBerry, Blazer, Cellphone, Danger, DoCoMo, Elaine/3.0, EudoraWeb, hiptop, IEMobile, iPhone, iPod, KYOCERA/WX310K, LG/U990, MIDP-2.0, MMEF20, MOT-V, NetFront, Newt, Nintendo Wii, Nitro, Nokia, Opera Mini, Palm, Playstation Portable, portalmmm, Proxinet, ProxiNet, SHARP-TQ-GX10, Small, SonyEricsson, Symbian OS, SymbianOS, TS21i-10, UP.Browser, UP.Link, Windows CE, WinWAP'; // gzip the first page generated for clients that support it. $wp_cache_gzip_first = 0; // change to relocate the supercache plugins directory $wp_cache_plugins_dir = WPCACHEHOME . 'plugins'; // set to 1 to do garbage collection during normal process shutdown instead of wp-cron $wp_cache_shutdown_gc = 0; $wp_super_cache_late_init = 0; // uncomment the next line to enable advanced debugging features //$wp_super_cache_advanced_debug = 1; $wp_super_cache_front_page_check = 0; $wp_super_cache_front_page_clear = 0; $wp_super_cache_front_page_text = ''; ?> spotstudios inc. blog » event photography » page 7

spotstudios inc. blog » event photography

Masthead header

Ayaz • Sabrina [Love tale]

Ayaz and Sabrina’s Love tale took us out to Niagara on the Lake where we had a complete blast! In addition to their photo session posted below – here is their love tale video that we’ll be showing at their wedding! Hope you enjoy!

Mary - October 21, 2009

I love the shots that fly around like the camera is on a crane! Very exciting. Not boring or cheese like many love shoots I’ve seen. Great work

Raj - October 20, 2009

really beautiful locations and couple. Very nice work.

Share on FacebookPin ItEmail FriendSubscribe (RSS)Tweet

Sheldon • Cheryl [The Wedding!!]

We didn’t finish getting over the amazing response we revieved from the engagement shoot… and in no time did this couple’s wedding come up on us! And just after the day of their wedding, we have yet another video to wow over!!!! We’re certainly finding new joys and excitements as we experience more weddings, couples, families and friends. This wedding was an amazing shoot – with amazing stories, told by amazing people. I really have to thank everyone part of this day for bringing such great spirits, smiles and emotion for us to capture. A special thanks goes to Cheryl for sticking it out in the cold as we walked around Union Ville on their Love shoot in ‘Frost Warning’ Weather!!!! Definitely a champ bride!

Please enjoy a Highlights of the ‘Amazing Day’ (did I mention that it was amazing? lol!!)

Thanks to everyone that was part of this day!

Sherry - October 26, 2009

wAwwwww so beautiful Cheryl, and very handsome Sheldon! This was great and such beautiful memories!

Mark - October 25, 2009

I know nothing about photography or videography, but those pics are great and the videos are amazing.

isha - October 24, 2009

First of all I would like to state that spot studios did an amazing job. I’ve never seen anything like this at a wedding, so kudos on the creativity and hard work you guys put into my cousins wedding. Now Sheldon and Cheryl, if I didn’t already know how much you guys love eachother. I would have to give it up to spot for doing great camera tricks and writting a good script. But seriously, your wedding was beautiful and if you two didn’t tie the knot I would have been extremely surprised and disappointed.I admire your love and wish you more love and happiness to come. True love is not always found, so don’t ever take it for granted. Treat eachother as if everyday is your last day together.

Laura S. - October 21, 2009

Mike, you captured such amazing moments for this couple, and your talent as a videographer and editor is just amazing. Keep up the great work!

Rob, I am so in love with the photos you did for this couple, just breathtaking and perfect. Keep up the great work as well!

Laura S.

Mike - October 20, 2009

Wow, thanks guys! We had an amazing time, and thanks for letting us be a part of it!

Cheryl - October 14, 2009

OMG….I loved IT!! I’ve already watch it so many times in the last hour! You made me totally relive Sunday all over again. Thank you so much for pulling this together. I cannot wait to see more!

sheldon hinds - October 14, 2009

Your professionalism, creativity, team work, passion and now popularity definately lit up our wedding day. Thanks for taking care of us, you certainly marked a special “SPOT” in our hearts.
We can never go back in the past, but we can always rewind history.

Share on FacebookPin ItEmail FriendSubscribe (RSS)Tweet

Sheldon • Cheryl

Cheryl and Sheldon were one of the very first couples to book with spotstudios. They signed long before we built our portfolio with substance, or even before had a Studio Space!!! (I actually remember meeting them in a cafe at Bay and Bloor – where Sheldon was very skeptical of us still being around by the time their day came up). So I must admit to being very privileged that Cheryl and Sheldon gave us the opportunity and their trust – allowing us to be part of their day and document their unique story of passion, love and commitment.

For someone to give us the opportunity to prove ourselves; and to have faith in our success is really something we don’t take for granted. Please enjoy some of their engagement photos and our love story of Cheryl and Sheldon!

spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios

Stephanie Fierro - October 21, 2009

These pictures are amazing! Keep up the good work!

Davide - October 21, 2009

Great photos/video!! Sheldon’s impression was priceless!!! Keep up the great work.

Mary - October 21, 2009

Just beautiful! The pictures, video, and everything about how you guys present the work… great job! I was sent to your site from a couple interested in your work… and I’m totally approving!!!
You guys have something many other companies dont have. Can’t put an adjective to it, but it’s awesome. I’m sad I’m already married and went with another company that didn’t do half of what you guys have shown here!

Cheryl - October 14, 2009

Rob!! Beautiful Beautful pictures! You really captured us perfectly in these pictures. We had a great time with you and can’t wait to see what you come up with for the rest of pictures. Thanks again!

Share on FacebookPin ItEmail FriendSubscribe (RSS)Tweet

Ayaz • Sabrina

Engagement Shoots are always fun for Rob and I – They allow us to break the ice with a couple, show them how we work, introduce them to some of our equipment, and gives us the opportunity to build a rapport with our clients.

Because every couple we deal with is completely different, we really find value in such events. Actually, it really drives our success as a vendor… as we like to get really comfortable and familiar with our clients before we spend an entire day together; pointing cameras in their face from morning till night! And even more so when you’re going to be pointing cameras at a couple for a 4 DAY Wedding!!!!

As we prepare for Ayaz and Sabrina’s 4 Day Wedding Celebration – we’re glad that they gave us the privilege of having such an opportunity. We headed out to Niagara-on-the-Lake and had a complete blast! We shot between the rows of vineyards, by the lake side, throughout the historic town – and even deep in the bush! (Did I mention that I hate mosquitoes and recommend each couple to bring repellent to all their shoots – For Rob displays a true passion for the BUSHES!!!).

We’re all really looking forward to their wedding, and can’t wait for another amazing experience with these two. Here is a teaser of what we captured from our shoot with Ayaz and Sabrina.

Enjoy!

spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios
spotstudios

Stephanie Fierro - October 21, 2009

Love this photo shoot. Such great pictures and locations!

Share on FacebookPin ItEmail FriendSubscribe (RSS)Tweet

Carlos • Paula

We arrived in Ottawa the day before Carlos and Paula’s big day… so we joined them at their rehearsal to get to know the couple and their wedding party a little better… So what could be better than an interview to put each and everyone one of them on the spot!!! 🙂 Lucky enough, everyone had an amazing time telling us stories about Paula and Carlos (Them included), so we put together a Love Story to share with them at their reception. This wasn’t a typical Love Story shoot, but with a church so grand, and limited time to roam the city with them… we tried something new: (It’s still in draft – as it was a Night before the wedding edit!! Keep posted for the final Edit coming soon)

Hope you enjoy!

John H - October 20, 2009

WOW! this was their rehearsal? That was awesome. I really like the voice overs! Looks like you guys are really having fun doing what you do. Keep up the good work

Anthony - October 2, 2009

You made grown men cry… just beautiful.

Share on FacebookPin ItEmail FriendSubscribe (RSS)Tweet

Heather • Dash [Same Day Edit]

With every composition that we present, our goal is to capture the raw personality, emotion and character that one exudes on their wedding day. We believe that it’s these particulars that allow our edits to tell a story. Creating a true reminiscence of what sensations were really experienced – at one of the most memorable times in life.

Heather and Dash oozed with personality and character, making it a complete pleasure to be part of this wonderful story of Love!! It was a day full of amazing moments, funny tales and even some Australian Etiquette Training!!! (Like assigning nicknames 🙂 ) The church was grand, the venue was stunning and all in attendance were welcoming, fun and entertaining.

Here is a Same Day Edit we put together to display the emotions, characters and personalities we captured while documenting a spectacle of beauty and class.

enjoy

Heather and Dash - October 5, 2009

No matter how many times we watch this video it never gets old. We absolutely loved the whole day and to have it captured for us in the same day with such perfection really shows how good you guys are. We have been able to show it to all of our family and friends and everyone says the same thing, that all they want to do is get married and have you as their photo and video team!!

Marion richardson - September 25, 2009

Thanks for such an authentic recording of so many significant moments. HeeHee and Dash look so happy and beautiful (handsome)- just the way they were on the day! Having this video to keep looking at has made our return to Australia a bit easier! Can’t wait to see the compete video and the stills. You’ve done an amazing job (without making it seem like work.

Mike - September 23, 2009

Thank you to everyone for such kind remarks. We had an amazing time putting this together (and I want to send my appreciation to everyone that make it possible!) Michael, our hearts are truelly in every piece that we compose, and my gratitude goes to you for noticing!

Michael Stone - September 23, 2009

Wonderful display of taking your jobs seriously; showing a passion for what you do. This must be one of the best wedding videos I have ever seen! You guys have really stepped up the game and make it evident that your heart and souls are in this piece.
Just beautiful.

Julie P - September 23, 2009

Absolutely amazing! I`ve never seen anything like this….gave me goosebumps and tears…..

Holly Q - September 23, 2009

WOW!!!! this is amazing! I officially stopped watching my wedding video because of you guys. This makes mine look like it was done 20 years ago and it was last year!

Samantha - September 22, 2009

This is amazing… I really like the shots! This is not what I expected when you said you did wedding videos!! These really look like commercials/trailers for a full feature film! Really amazing work!

Najima - September 21, 2009

Amazing Shots, Great Song (love the fray), and wow – what a church! I absolutlely love your work!!!
Your post nails it Mike – you guys really captured the couple’s emotions – their faces really show what they were feeling. I’m sure they were very pleased!

Share on FacebookPin ItEmail FriendSubscribe (RSS)Tweet
F a c e b o o k
T w i t t e r