/* 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 6

spotstudios inc. blog » event photography

Masthead header

Frank • Rosa [Same Day Edit]

Frank and Rosa booked with us just a few weeks back as they left their planning to the very last minute. But when the day unfolded, nothing was short of spectacular as every little detail from the decor to the AMAZING FOOD was executed with precision!!! Everything was perfect, including the weather… for after having 3 Freezing Days of wind storms and minus 20 degree weather, the day was sunny and mild calling for an amazing photo shoot. We even had some fun on the ice at Nathan Philips Square (Toronto City Hall)… It was a great experience and we all had fun.

It was a pleasure to be part of the experience, and we want to thank Frank and Rosa (including their very welcoming families) for allowing us to capture such a fun filled and exciting celebration of love!

Roberta Montoro - May 8, 2010

Rosa and Frank,

No words….BEAUTIFUL.Congratulations….you deserve all the best!! Enjoy life together…
Love
Roberta an Cris

Chris S - December 23, 2009

Great video! again you guys have done an awesome job with your same-day edits and it’s just getting better and better. What an innovative and good idea. You guys are doing an awesome job!

Elaine - December 20, 2009

I absolutely love both videos. Every girl dreams of her wedding day and how happy her and her new husband will be – you guys were able to capture the couple’s excitement perfectly. Beautiful job with this video (and all the videos you post)!

Mike - December 16, 2009

Thanks for all the wonderful comments. We really appreciate all the feedback! Not only does it help with Search Engine Optimization, but it also helps us to take pride in our work. If it’s not for the people who appreciate and notice the effort that goes into these pieces of emotive art… we wouldn’t be doing it. So our warmest thanks and keep watching/blogging 🙂

Vince - December 16, 2009

Un Real! This is totally amazing for a production put together the same day. The editing tells the story, and the shots are really clean. Your photography on the site is great too.

Tony - December 14, 2009

Amazing. Really great shots! The bride looks really happy and super excited… The pool table scene was like it was out of a MOB movie! Great work, I just watched it 3 times and don’t know the couple! really nice.

Jessy - December 14, 2009

I’m tearing up all over again as if I’m seeing it for the first time (and as if I wasn’t there!!) What an amazing video and an amazing day! Spot Studios, you all were wonderful and creative and it was so great of you all to capture their special day so beautifully! Rosa and Frank, its awesome!! Love you guys!!

Rosa - December 14, 2009

I love it! I love it! I love it! It was the most magical day of my life and you guys captured it perfectly. Mike, Rob and the crew I cannot thank you enough for all of your hard work and for all the love you put into to what you do. You are very special and extremely talented. You make it personal yet still professional and your high quality of work has stunned everyone. I was so excited to marry the man of my dreams!!!…… Could you tell?? I want to get married all over again!…….. To the same man of course! It was truly the best day ever!

Frank - December 14, 2009

What can I say? Guys, you made our wedding day! The videos were both amazing and I didn’t stop hearing the complements the entire night. Thank you for being so easy to work with and for having fun with us along the way. You guys rock!

Jason Miles - December 14, 2009

Awesome. You guys are really rocking. Great stuff. Been a fan of your blog for a while. Keep creating and moving forward!

Mary - December 14, 2009

Just beautiful. you guys really capture the couple’s personalities. The bride looks so excited. What a wonderful wedding. Looked like a very fun day. Keep it up guys!

Share on FacebookPin ItEmail FriendSubscribe (RSS)Tweet

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 married, husband and wife photo duo, that are amazingly creative artists… the pressure was a little overwhelming. Knowing that the person on the other side of the camera knows exactly what you’re doing, it made us work a little harder to get those moments that are truly raw, real and ‘candid’.

But when the day came, it was such a pleasure to shoot with lots of amazing moments, wonderful people and tons of personality that made their story amazingly unique. Collaborating with Dave and Charlotte (yet another talented photo duo), not only added to the pressure to perform, but also offered a great experience to work with such a great pair of artists. So needless to say, there was a spectacle of creativity throughout the day and we felt extremely inspired…

Here is the Same Day Edit that we shared with the couple at desert time that showcases the true beauty and glam of their day. I want to thank Igor and Nina for letting us be a part of their experience and for all the things they did to make it such a pleasure to work with them.

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!

Share on FacebookPin ItEmail FriendSubscribe (RSS)Tweet

Tyler • Jordie

I would like to thank Tyler and Jordie for letting me be a part of their day. Their wedding was in the beautiful city of Port Colborne where during the photoshoot I saw a HUDE Cargo Ship go by through the Welland Canal. It was awesome to see that for the first time!

I drove in the morning from our studio and like almost every Saturday of the 2009 summer, the clouds came in and made the sky dark as night and soon after began the thunder and rain. Luck was in the air and before the ceremony began, the clouds disappeared and the sun was strong.

Here is how their day looked…
spotstudios-jordie1
spotstudios-jordie2
spotstudios-jordie3
spotstudios-jordie4
spotstudios-jordie5
spotstudios-jordie6
spotstudios-jordie7
spotstudios-jordie8
spotstudios-jordie9
spotstudios-jordie10
spotstudios-jordie11
spotstudios-jordie14
spotstudios-jordie15
spotstudios-jordie16
spotstudios-jordie17
spotstudios-jordie18
spotstudios-jordie19
spotstudios-jordie20
spotstudios-jordie21
spotstudios-jordie22

Marta y Dani - April 12, 2010

Nos encantan estas fotos!! Un trabajo increíble!!

Marta y Dani - April 12, 2010

¡Nos encantan estas fotos! muy buen trabajo 😀

(We love these pictures! great job :D)

Mark - November 17, 2009

Love the pirate! arrrrg. wicked shots Rob

Alex - November 4, 2009

Beautiful Photos 🙂

Share on FacebookPin ItEmail FriendSubscribe (RSS)Tweet

Greg • Alexis

Mike and I had the pleasure to experience an amazing day with Alexis and Greg. It was a first for spotstudios in St. Catherine’s and the memories we can share were all positive. The photo locations were colourful and spontanenous, the venue was glamourous, everyone in the party was in the best of moods and truely entertaining… Fun was had by all – us included. (BTW: Mike says a large Thank You to Alexis’ father who sent him home with his homemade jam – which was totally awesome!!!); The entire experience was a complete pleasure to be part of!!

Also, We must note: It was also an amazing experience to work along side Stillmotion. As Mike and I were summond to provide our photo services, Stillmotion‘s video crew was quite the pleasure to colaborate with.
spotstudios-alexis25
spotstudios-alexis1
spotstudios-alexis2
spotstudios-alexis3
spotstudios-alexis4
spotstudios-alexis5
spotstudios-alexis6
spotstudios-alexis7
spotstudios-alexis8
spotstudios-alexis9
spotstudios-alexis10
spotstudios-alexis11
spotstudios-alexis12
spotstudios-alexis13
spotstudios-alexis14
spotstudios-alexis15
spotstudios-alexis16
spotstudios-alexis17
spotstudios-alexis18
spotstudios-alexis19
spotstudios-alexis20
spotstudios-alexis21
spotstudios-alexis22
spotstudios-alexis23
spotstudios-alexis24
spotstudios-alexis26
spotstudios-alexis27

Mark - November 17, 2009

BASKETBALL! who puts a dress on the basketball net!!! wicked! Out of the box, and love the colours… I was you guys to just cover my everyday life!

Mary - November 10, 2009

Amazing work. absolutely love the pictures.

Kristie Willms - October 24, 2009

LOVEEEE these pictures!!!!

Share on FacebookPin ItEmail FriendSubscribe (RSS)Tweet

Macan • Katie [Next Day Edit]

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

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!

Share on FacebookPin ItEmail FriendSubscribe (RSS)Tweet

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 experience. It was shocking when even the extended family members would address us by first name! A really warm and welcoming group of people!!!

I would really like to thank Ayaz and Sabrina for presenting us with such a great experience that we will talk about for years to come! I also want to thank everyone that was part of this wedding… Rob, Marco, Mark and Blayre! Thank you so much for making it such a success! Please enjoy the colours, the food, the tradition and people that were just an amazing spectacle to capture and that we’re extremely proud to share.

Here are some photos from the NDE Photography slideshow from the first 3 days shown on the 4th day at the reception. Day 4 Photos to come later.

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 %^&#!

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