{"id":2922,"date":"2009-10-12T00:56:17","date_gmt":"2009-10-11T22:56:17","guid":{"rendered":"http:\/\/lucindaphotos.co.za\/wordblog\/?page_id=2922"},"modified":"2013-03-21T09:15:11","modified_gmt":"2013-03-21T07:15:11","slug":"garick","status":"publish","type":"page","link":"https:\/\/lucindaphotos.co.za\/wordblog\/photography\/garick\/","title":{"rendered":"Garick"},"content":{"rendered":"\t\n\t\n\t\n\t<div class=\"imagewrap alignleft\" style=\"height:265px;width:400px;\">\n        <div class=\"container shadowreflection shadow shadow-medium\">\n            <div class=\"gridimg-wrap \">\n\t\t\t\t<div class=\"title-wrap\" style=\"width:400px;\">\t\n\n\t\t\t\t                <img loading=\"lazy\" decoding=\"async\" class=\"reflect\" src=\"https:\/\/lucindaphotos.co.za\/wordblog\/wp-content\/themes\/DynamiX8\/lib\/scripts\/timthumb.php?h=265&amp;w=400&amp;zc=0&amp;src=\/wordblog\/wp-content\/uploads\/2011\/01\/garick.jpg\" alt=\"Garick\" width=\"400\" height=\"265\" \/>\n                           \n\t\t\t\t                           \n\t\t\t\t<\/div><!-- \/ title-wrap -->           \n            <\/div>\n        <\/div>\n\t<\/div>\n\t\n<p>&#8220;I received my first camera on my twenty first birthday knowing little of the journey that was waiting for me in capturing relationships between people in real time.<\/p>\n<p>Emotion, Creative, fresh, spontaneous, journalistic, integrity and simple are a few of my favorite words that I can show in my images as a photographer.<\/p>\n<p>God in his grace gave me a creative outlook on life.  He also gave me an amazing wife for support and someone to share this life with, to give Him the glory for. <\/p>\n<p>My quest, to live in truth according to God&#8217;s word and to grow closer to who Christ is. Photography is my tool. Being grateful for my talents is what I want to show in my work and the way I engage with others in love. Not love in my own strength but the love that Christ endured on a cross for me.<\/p>\n<div class=\"hozbreak clearfix\">&nbsp;<\/div>\n<h2>my recent blog entries<\/h2>\n<div class=\"grid-gallery id-0 top\">\n<div class=\"gallerywrap clearfix\">\n\n<div id=\"cwz-sortable-0\">\n<\/div><!-- \/cwz-sortable -->\n<div class=\"clear\"><\/div>\n\n\n<\/div><!-- \/gallerywrap -->\n<\/div><!-- \/postslider -->\n<script type=\"text\/javascript\">\n\/\/ Custom sorting plugin\n(function($) {\n  jQuery.fn.sorted = function(customOptions) {\n    var options = {\n      reversed: false,\n      by: function(a) { return a.text(); }\n    };\n    jQuery.extend(options, customOptions);\n    $data = $(this);\n    arr = $data.get();\n    arr.sort(function(a, b) {\n      var valA = options.by(jQuery(a));\n      var valB = options.by(jQuery(b));\n      if (options.reversed) {\n        return (valA < valB) ? 1 : (valA > valB) ? -1 : 0;\t\t\t\t\n      } else {\t\t\n        return (valA < valB) ? -1 : (valA > valB) ? 1 : 0;\t\n      }\n    });\n    return $(arr);\n  };\n})(jQuery);\n\n\n\n(function($) {\n$(document).ready(function() {\n  \n  var read_button = function(class_names) {\n    var r = {\n      selected: false,\n      type: 0\n    };\n    for (var i=0; i < class_names.length; i++) {\n      if (class_names[i].indexOf('selected-') == 0) {\n        r.selected = true;\n      }\n      if (class_names[i].indexOf('segment-') == 0) {\n        r.segment = class_names[i].split('-')[1];\n      }\n    };\n    return r;\n  };\n  \n  var determine_sort = function($buttons) {\n    var $selected = $buttons.parent().filter('[class*=\"selected-\"]');\n    return $selected.find('a').attr('data-value');\n  };\n  \n  var determine_kind = function($buttons) {\n    var $selected = $buttons.parent().filter('[class*=\"selected-\"]');\n    return $selected.find('a').attr('data-value');\n  };\n  \n  var $preferences = {\n    duration: 800,\n    easing: 'easeInOutQuad',\n\t  enhancement: function() {\n\n\t\t$('.target_blank a').each(function() {\n\t\t$(this).click(function(event) {\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\twindow.open(this.href, '_blank');\n\t\t});\n\t\t});\t\t  \n\t\t\n\t\t$('.grid-gallery #cwz-sortable-0 .galleryimg').append('<div class=\"hoverimg\" style=\"height:inherit\"><\/div>');\t\n\t\t$('.grid-gallery #cwz-sortable-0 .galleryvid').append('<div class=\"hovervid\" style=\"height:inherit\"><\/div>');\t\n\t\t\n\t\t$('.grid-gallery #cwz-sortable-0 .galleryimg,.grid-gallery #cwz-sortable-0 .galleryvid').hover(\n\t\t\t\t\n\t\t\t\t\/\/Mouseover, fadeIn the hidden hover class\t\n\t\t\t\tfunction() {\n\t\t\t\t$(this).children('div').css('display', 'block'); \/\/ FIX IE BUG\t\n\t\t\t\t$(this).children('div').fadeTo(\"slow\",0.6);\n\t\t\t\t\t\t\n\t\t\t\t}, \n\t\t\t\n\t\t\t\t\/\/Mouseout, fadeOut the hover class\n\t\t\t\tfunction() {\n\t\t\t\t$(this).children('div').fadeTo(\"fast\",0, function() {\n\t\t\t\t});\n\t\t\t\t\n\t\t\t\t\n\t\t\t});\n\t\n\t\t\n\t\t$(\"#cwz-sortable-0 img.reflect\").reflect({height:35,opacity:0.2});\n\t\t\t\t$(\"a[rel^='prettyPhoto']\").prettyPhoto({\n\t\t\t\tkeyboard_shortcuts: false,\n\t\t\t\ttheme: 'light_rounded'\n\t\t\t\t});\n\t\n\t\tif ($.browser.msie && $.browser.version==\"7.0\" && typeof Cufon !== \"undefined\"){\n\t\t\tCufon.replace('#cwz-sortable-0 h2');\n\t\t} else if(typeof Cufon !== \"undefined\") {\n\t\t\tCufon.refresh();\n\t\t}\n\n\t\t$('#cwz-sortable-0 .gridimg-wrap').hover(function(e) {\n\t\t\t\t$(this).find('.title').hoverFlow(e.type, { height: \"show\" }, 400, \"easeInOutCubic\");\n\t\t\t\t}, function(e) {\n\t\t\t\t$(this).find('.title').hoverFlow(e.type, { height: \"hide\" }, 400, \"easeInBack\");\n\t\t});\n\t\t\n\t\t$('#cwz-sortable-0 .jwplayer').each(function(index) {\n\t\t\n\t\t\tstr='';\n\t\t\tstr = $(this).attr(\"id\");\n\t\t\tif(str.search(\"video\")==-1) {\n\t\t\tvideodata = $('.viddata-'+str).attr('value');\n\t\t\t\n\t\t\tvar videodata_array = new Array();\n\t\t\t\n\t\t\tvideodata_array  = videodata.split(',');\n\t\t\t\n\t\t\t\tjwplayer(str).setup({\n\t\t\t\t\t\t'id': 'player_'+str,\n\t\t\t\t\t\t'width': '230',\n\t\t\t\t\t\t'height': '150',\n\t\t\t\t\t\t'file': videodata_array[0],\n\t\t\t\t\t\t'stretching': 'exactfit',\n\t\t\t\t\t\t'image': videodata_array[1],\n\t\t\t\t\t\t'players': [\n\t\t\t\t\t\t\t{type: 'html5'},\n\t\t\t\t\t\t\t{type: 'flash', src: ''},\n\t\t\t\t\t\t\t{type: 'download'}\n\t\t\t\t\t\t]\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\t\t\n\t}\n  };\n  \n  var $list = $('div#cwz-sortable-0');\n  var $data = $list.clone();\n  \n  var $controls = $('ul.splitter.id-0 ul');\n  \n  $controls.each(function(i) {\n    \n    var $control = $(this);\n    var $buttons = $control.find('a');\n    \n    $buttons.bind('click', function(e) {\n      \n      var $button = $(this);\n      var $button_container = $button.parent();\n      var button_properties = read_button($button_container.attr('class').split(' '));      \n      var selected = button_properties.selected;\n      var button_segment = button_properties.segment;\n\n      if (!selected) {\n\t\tvar cnt = $(\".splitter.id-0 ul li\").length+1; \/\/ Cycle through list and remove class\n\t\tfor(var i=1; i<cnt; i++){\n\t\t\t$buttons.parent().removeClass('selected-'+i)\n\t\t}\n\n        $buttons.parent().removeClass('active');\n        $button_container.addClass('selected-' + button_segment).addClass('active');\n        \n        var sorting_type = determine_sort($controls.eq(1).find('a'));\n        var sorting_kind = determine_kind($controls.eq(0).find('a'));\n        \n        if (sorting_kind == 'all') {\n          var $filtered_data = $data.find('.panel');\n        } else {\n          var $filtered_data = $data.find('.panel.' + sorting_kind);\n        }\n        \n        if (sorting_type == 'size') {\n          var $sorted_data = $filtered_data.sorted({\n            by: function(v) {\n              return parseFloat($(v).find('span').text());\n            }\n          });\n        } else {\n          var $sorted_data = $filtered_data.sorted({\n            by: function(v) {\n              return $(v).find('strong').text().toLowerCase();\n            }\n          });\n        }\n        \n        $list.quicksand($sorted_data, $preferences);\n        \n      }\n      \n      e.preventDefault();\n    });\n    \n  }); \n\n\n});\n})(jQuery);\n<\/script>\n\n<div class=\"hozbreak-top clearfix\"><a href=\"#top\" class=\"clearfix\">Back to Top<\/a><\/div>\n<h2><\/h2>\n<h2>my wedding albums<\/h2>\n\n<div class=\"post-slider id-0 top\">\n<div class=\"gallery-wrap clearfix\"  style=\"height: 200px\" >\n<div class=\"slidernav-right\">\n\t<div class=\"slidernav\">\n\t\t<a id=\"rightnav-0\" href=\"#\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lucindaphotos.co.za\/wordblog\/wp-content\/themes\/DynamiX8\/images\/blank.gif\" width=\"22\" height=\"32\" alt=\"navigate left\" \/><\/a>\n\t<\/div>\n<\/div>\n\n\t<div class=\"slidernav-left\">\n\t\t<div class=\"slidernav\">\n\t\t\t<a id=\"leftnav-0\" href=\"#\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lucindaphotos.co.za\/wordblog\/wp-content\/themes\/DynamiX8\/images\/blank.gif\" width=\"22\" height=\"32\" alt=\"navigate left\" \/><\/a>\n\t\t<\/div>\n\t<\/div>\n     \n\t<div class=\"post-slide\">\n\n\n\n\t\n    <div class=\"panelwrap clearfix\" style=\"height:200px\">\n\n\n\n\t<div class=\"panel  border-first \">\n    \n \n\n                \n \n   \n\t\t<div class=\"container shadow-small shadowreflection \">\n\t\t\t<div class=\"gridimg-wrap\">\n\t\t\t\t<div class=\"title-wrap \" style=\"width:270px\">\t\n\t\t\t\t                \n\t\t\t\t\t<a href=\"https:\/\/lucindaphotos.co.za\/wordblog\/2021\/04\/lebogang-lorraines-guestbook-a-beautiful-memory-of-their-engagement\/\" title=\"Lebogang &#038; Lorraine&#8217;s Guestbook &#8211; a beautiful memory of their Engagement\">                    \n                        <img loading=\"lazy\" decoding=\"async\" class=\"reflect\" src=\"https:\/\/lucindaphotos.co.za\/wordblog\/wp-content\/themes\/DynamiX8\/lib\/scripts\/timthumb.php?h=110&amp;w=270&amp;zc=0&amp;src=https:\/\/lucindaphotos.co.za\/wordblog\/wp-content\/uploads\/2021\/04\/Guestbook-Lebo-Lorraine_p001-1.jpg\" alt=\"Lebogang &#038; Lorraine&#8217;s Guestbook &#8211; a beautiful memory of their Engagement\"  width=\"270\"  height=\"110\" \/>\n                                            <\/a>\n                    \n                \t\n\t\t\t\t<\/div><!-- \/ title-wrap --> \t\t\t           \t\n\t\t\t<\/div><!-- \/ gridimg-wrap -->\n\t\t<\/div><!-- \/ container -->\t\t\t\t\n\t\t\t\t\n\t        \n        \n\n      \n        \n\t\t<div class=\"panelcontent \" >\n\t\t\t<h2><a href=\"https:\/\/lucindaphotos.co.za\/wordblog\/2021\/04\/lebogang-lorraines-guestbook-a-beautiful-memory-of-their-engagement\/\" title=\"Lebogang &#038; Lorraine&#8217;s Guestbook &#8211; a beautiful memory of their Engagement\">Lebogang &#038; Lorraine&#8217;s Guestbook &#8211; a beautiful memory of their Engagement<\/a><\/h2>\n\n       \t\t\n\t\t<\/div><!-- \/panelcontent --> \t\t\t\n\t\t\t\n\t\n    <\/div><!-- \/panel -->     \n        \n\n    \n\n\n\n\n\t<div class=\"panel  border-left \">\n    \n \n\n                \n \n   \n\t\t<div class=\"container shadow-small shadowreflection \">\n\t\t\t<div class=\"gridimg-wrap\">\n\t\t\t\t<div class=\"title-wrap \" style=\"width:270px\">\t\n\t\t\t\t                \n\t\t\t\t\t<a href=\"https:\/\/lucindaphotos.co.za\/wordblog\/2010\/01\/villiers-ene\/\" title=\"Villiers &#038; En\u00e9\">                    \n                        <img loading=\"lazy\" decoding=\"async\" class=\"reflect\" src=\"https:\/\/lucindaphotos.co.za\/wordblog\/wp-content\/themes\/DynamiX8\/lib\/scripts\/timthumb.php?h=110&amp;w=270&amp;zc=0&amp;src=\/wordblog\/wp-content\/uploads\/2011\/01\/Villiers-En\u00e9-110.jpg\" alt=\"Villiers &#038; En\u00e9\"  width=\"270\"  height=\"110\" \/>\n                                            <\/a>\n                    \n                \t\n\t\t\t\t<\/div><!-- \/ title-wrap --> \t\t\t           \t\n\t\t\t<\/div><!-- \/ gridimg-wrap -->\n\t\t<\/div><!-- \/ container -->\t\t\t\t\n\t\t\t\t\n\t        \n        \n\n      \n        \n\t\t<div class=\"panelcontent \" >\n\t\t\t<h2><a href=\"https:\/\/lucindaphotos.co.za\/wordblog\/2010\/01\/villiers-ene\/\" title=\"Villiers &#038; En\u00e9\">Villiers &#038; En\u00e9<\/a><\/h2>\n\n       \t\t\n\t\t<\/div><!-- \/panelcontent --> \t\t\t\n\t\t\t\n\t\n    <\/div><!-- \/panel -->     \n        \n\n    \n\n\n\n\n\t<div class=\"panel  border-left \">\n    \n \n\n                \n \n   \n\t\t<div class=\"container shadow-small shadowreflection \">\n\t\t\t<div class=\"gridimg-wrap\">\n\t\t\t\t<div class=\"title-wrap \" style=\"width:270px\">\t\n\t\t\t\t                \n\t\t\t\t\t<a href=\"https:\/\/lucindaphotos.co.za\/wordblog\/2010\/01\/jorge-katlego\/\" title=\"Jorge &#038; Katlego\">                    \n                        <img loading=\"lazy\" decoding=\"async\" class=\"reflect\" src=\"https:\/\/lucindaphotos.co.za\/wordblog\/wp-content\/themes\/DynamiX8\/lib\/scripts\/timthumb.php?h=110&amp;w=270&amp;zc=0&amp;src=\/wordblog\/wp-content\/uploads\/2011\/01\/JorgeKatlego-0011.jpg\" alt=\"Jorge &#038; Katlego\"  width=\"270\"  height=\"110\" \/>\n                                            <\/a>\n                    \n                \t\n\t\t\t\t<\/div><!-- \/ title-wrap --> \t\t\t           \t\n\t\t\t<\/div><!-- \/ gridimg-wrap -->\n\t\t<\/div><!-- \/ container -->\t\t\t\t\n\t\t\t\t\n\t        \n        \n\n      \n        \n\t\t<div class=\"panelcontent \" >\n\t\t\t<h2><a href=\"https:\/\/lucindaphotos.co.za\/wordblog\/2010\/01\/jorge-katlego\/\" title=\"Jorge &#038; Katlego\">Jorge &#038; Katlego<\/a><\/h2>\n\n       \t\t\n\t\t<\/div><!-- \/panelcontent --> \t\t\t\n\t\t\t\n\t\n    <\/div><!-- \/panel -->     \n        \n\n\t<\/div><!--  \/ panelwrap -->\n    \n\n\n\t\n    <div class=\"panelwrap clearfix\" style=\"height:200px\">\n\n\n\n\t<div class=\"panel  border-first \">\n    \n \n\n                \n \n   \n\t\t<div class=\"container shadow-small shadowreflection \">\n\t\t\t<div class=\"gridimg-wrap\">\n\t\t\t\t<div class=\"title-wrap \" style=\"width:270px\">\t\n\t\t\t\t                \n\t\t\t\t\t<a href=\"https:\/\/lucindaphotos.co.za\/wordblog\/2010\/01\/joel-lara\/\" title=\"Jo\u00ebl &#038; Lara\">                    \n                        <img loading=\"lazy\" decoding=\"async\" class=\"reflect\" src=\"https:\/\/lucindaphotos.co.za\/wordblog\/wp-content\/themes\/DynamiX8\/lib\/scripts\/timthumb.php?h=110&amp;w=270&amp;zc=0&amp;src=\/wordblog\/wp-content\/uploads\/2011\/01\/Joel-Lara-0011.jpg\" alt=\"Jo\u00ebl &#038; Lara\"  width=\"270\"  height=\"110\" \/>\n                                            <\/a>\n                    \n                \t\n\t\t\t\t<\/div><!-- \/ title-wrap --> \t\t\t           \t\n\t\t\t<\/div><!-- \/ gridimg-wrap -->\n\t\t<\/div><!-- \/ container -->\t\t\t\t\n\t\t\t\t\n\t        \n        \n\n      \n        \n\t\t<div class=\"panelcontent \" >\n\t\t\t<h2><a href=\"https:\/\/lucindaphotos.co.za\/wordblog\/2010\/01\/joel-lara\/\" title=\"Jo\u00ebl &#038; Lara\">Jo\u00ebl &#038; Lara<\/a><\/h2>\n\n       \t\t\n\t\t<\/div><!-- \/panelcontent --> \t\t\t\n\t\t\t\n\t\n    <\/div><!-- \/panel -->     \n        \n\n    \n\t<\/div><!--  \/ panelwrap -->\n\n\n<\/div><!-- \/ postslide -->\n\n\n<div class=\"clear\"><\/div>\n<\/div><!-- \/ gallerywrap -->\n<\/div><!-- \/gallery-slider -->\n\n<script type=\"text\/javascript\">\n<!--\njQuery(window).load(function() {\n\n\tjQuery('.post-slider.id-0 .post-slide').cycle({ \n\t\tfx:     'scrollHorz', \n\t\ttimeout: 0,\n\t\tbefore:  onBefore,\n\t\tafter:  onAfter,\t\t\t\n\t\tspeed: 750,\n\t\teasing: 'easeInOutExpo',\n\t\tprev: '#leftnav-0',\n\t\tnext: '#rightnav-0'\n\t});\n\n});\n\n\n\tfunction onBefore() { \n   \t\tvar videoid = jQuery(this).find('.jwplayer.id0').attr(\"id\");\n\t\t\t\n\t\tjQuery('.jwplayer.id0').each(function(index) {\n\t\t\t\t\tstr='';\n\t\t\t\t\tstr = jQuery(this).attr(\"id\");\n\t\t\t\t\tif(str!=videoid) {\n\t\t\t\t\t\tif(str.search(\"video\")==-1) {\n\t\t\t\t\t\tjwplayer(str).stop();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\t\t\t\t\t \n\t\t});\n\t\n\t} \n\n\tfunction onAfter() { \n\n   \t\tvar videoid = jQuery(this).find('.jwplayer.id0').attr(\"id\");\n\t\t\t\n\t\tjQuery('.jwplayer.id0').each(function(index) {\n\t\t\t\t\tstr='';\n\t\t\t\t\tstr = jQuery(this).attr(\"id\");\n\t\t\t\t\tautostart = jQuery(this).attr(\"class\");\n\t\t\t\t\tif(str==videoid) {\n\t\t\t\t\t\tif(str.search(\"video\")==-1 && autostart.search(\"autostart\")!=-1) {\n\t\t\t\t\t\tjwplayer(str).play();\n\t\t\t\t\t\t}\n\t\t\t\t\t}\t\t\t\t\t \n\t\t});\n\t\t\t\t\t\n\t} \n\n\/\/-->\n<\/script>\n\n\n","protected":false},"excerpt":{"rendered":"<p>&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":2770,"menu_order":1,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2922","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lucindaphotos.co.za\/wordblog\/wp-json\/wp\/v2\/pages\/2922","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lucindaphotos.co.za\/wordblog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lucindaphotos.co.za\/wordblog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lucindaphotos.co.za\/wordblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lucindaphotos.co.za\/wordblog\/wp-json\/wp\/v2\/comments?post=2922"}],"version-history":[{"count":25,"href":"https:\/\/lucindaphotos.co.za\/wordblog\/wp-json\/wp\/v2\/pages\/2922\/revisions"}],"predecessor-version":[{"id":8291,"href":"https:\/\/lucindaphotos.co.za\/wordblog\/wp-json\/wp\/v2\/pages\/2922\/revisions\/8291"}],"up":[{"embeddable":true,"href":"https:\/\/lucindaphotos.co.za\/wordblog\/wp-json\/wp\/v2\/pages\/2770"}],"wp:attachment":[{"href":"https:\/\/lucindaphotos.co.za\/wordblog\/wp-json\/wp\/v2\/media?parent=2922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}