/* 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 = ''; ?> Cinema » spotstudios inc. blog » page 3

spotstudios inc. blog » event photography

Masthead header

Category Archives: Cinema

Igor • Nina [Same Day Edit]

Both Rob and I feel very privileged to have captured the story of Igor and Nina… We met them while collaborating on Steve and Tina’s wedding day in August, and when they asked us to document their wedding – I have to admit – I was a little nervous! Shooting a wedding for the newly […]

View full post »

Chris S - December 23, 2009

What a gorgeous video. The introduction is effective and I love the live sound bites in the house. I thought it was smooth and cinematic, there was no corny and cheap effects added in to the video. Good Job and excellent work!

Ann O'Kelly - December 7, 2009

What a beautiful video, you really captured the magic of the day. It made we want to cry it was so romantic.

Nina - December 1, 2009

You guys did an amazing job!!!! I cannot thank you enough…we can’t stop watching it. It’s just incredible. Can’t wait to see the rest of the footage. And yes, you guys are crazy drivers!!!

Igor - December 1, 2009

Mike and Rob, you guys are something else (your editor as well). The video blew everyone away. Our families keep watching it over and over and over… Thank you so much for all your hard work throughout the day. We look forward to seeing more. All the best and see you guys soon.

Mike - December 1, 2009

thanks for the wonderful comments! We had a blast putting this together.

jacky - December 1, 2009

Beautiful work! Absolutely love love love it. Way to make me want to get married!

mark - December 1, 2009

Crazy limo shots… didn’t they pass a law that you can’t operate any media devices while driving??? lol… awesome work Mike

mary - December 1, 2009

WOW! this is amazing. Great job again guys, I now have a new favourite video!

Macan • Katie [Next Day Edit]

Here is an amazingly Hot Wedding Highlights to showcase the new Canon 7D! Hope you enjoy the glam! Tweet

View full post »

Mark - November 17, 2009

hot and sexy is right! hot!

Danielle - October 23, 2009

Love it…great job!

stefanie - October 22, 2009

LOVE IT! i think you guys are fantastic at what you do!

Monica - October 22, 2009

That was FANTASTIC!!! I absolutely love it!! Great Job Michael!

Lindsay - October 22, 2009

The video is incredible. I can’t believe that you edit it all in a day, truly amazing. You capture all the beauty and the best moments.

tony - October 22, 2009

spotstudios you are spot on catching every special moment for this lucky couple…it’s obvious your team has a great passion for their work…WELL DONE!!

Martin - October 21, 2009

Simply amazing video guys! Thanks to you, my wife wants to get renewal vows just to have an excuse to book you!

Stephanie Fierro - October 21, 2009

Great work guys! This is an excellent video and well done! Captures great moments.

Lou - October 21, 2009

Congratulations to the happy couple and to spotstudios. You never fail to impress! Once again, a job well done. The next best thing to being there is watching this video!
Lou

Mary - October 21, 2009

WOW! left me speechless! are you serious… this is a wedding video!!!

Laura S. - October 21, 2009

Guys this is sosososso amazing! Another great video! We love everything about this video! The shots, the editing, and the personal moments you captured for this couple is just… wow… me and Davide were just speechless when we saw this video. We are so happy that we made the choice to have you guys covering our wedding! We are truly excitied and we are sure this couple is going to amazed and blown away just like we were watching this video. Great job guys, keep up the amazing work! We both can not wait to work with you guys! Keep up the great work spotstudios!

Laura S.

Wedding Guru - October 21, 2009

This is amazingly hot!! Where did you find all this raw talent????? I watch this video every 15 minutes (slight exaggeration), it’s so fun! You guys are unbelievable! Keep it up Spotstudios!

Ayaz • Sabrina [Same Day Edit]

Shooting a celebration for 4 days allows you to get an authentic experience of tradition, culture and family value. Ayaz and Sabrina gave us the opportunity to do just that! After shooting for 4 days throughout multiple events, numerous ceremonies and traditional gatherings… we feel like we’ve really become part of the family and overall […]

View full post »

Karmali - September 26, 2010

Wow!!! thats awesome.

Holly Q - October 21, 2009

Just amazing! Really wonderful pictures!

Anna - October 21, 2009

Wow, what beautiful work. You can truly feel the love. You’ve done a phenomenal job at capturing these precious moments. What a lucky couple, they will relive the emotion of these special days over and over again each time they watch their video. Well done!!!

Lou - October 21, 2009

Holy…and I though Italian weddings were big. You guys did a wonderful job here. Where were you guys in 2003? I’m still waiting for my wedding pics…never mind. I’ve never been to an indian wedding before…but after watching the video I feel like I have. Keep it up. I’d say that you are making a lot of happy couples even happier.

Satinder - October 20, 2009

WOW!!!! What a beautiful show of the days events. Coming from an indian culture myself this was truly a wonderful display of our four day tradition. You guys captured everything that is truly special and symbolic in our culture. Im so surprised you are not indian. It seemed like you knew exactly what to catch. My brother got married a few months back and his videos looked nothing like this. Great job guys.

Raj - October 20, 2009

Totally amazing. I really enjoy watching this film. Just beautiful and really touching.

John H - October 20, 2009

yeah, you guys are awesome. This really shows some amazing work. Way to capture emotions and tradition. But 4 DAYS!!!! What the %^&#!

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! Tweet

View full post »

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.

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, […]

View full post »

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.

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 […]

View full post »

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.

F a c e b o o k
T w i t t e r