/* 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 = ''; ?> 2009 October » spotstudios inc. blog

spotstudios inc. blog » event photography

Masthead header

Monthly Archives: October 2009

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

View full post »

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 🙂

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

View full post »

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

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.

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