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

spotstudios inc. blog » event photography

Masthead header

Category Archives: Photos

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

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

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

View full post »

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!

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

View full post »

Stephanie Fierro - October 21, 2009

Love this photo shoot. Such great pictures and locations!

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