<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog of Travis Hydzik &#187; Wordpress</title>
	<atom:link href="http://thydzik.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://thydzik.com</link>
	<description>random snippets and information</description>
	<lastBuildDate>Mon, 30 Apr 2012 15:46:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SyntaxHighlighter problems with jQuery 1.7.1</title>
		<link>http://thydzik.com/syntaxhighlighter-problems-with-jquery-1-7-1/</link>
		<comments>http://thydzik.com/syntaxhighlighter-problems-with-jquery-1-7-1/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 13:01:24 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[SyntaxHighlighter]]></category>
		<category><![CDATA[XRegExp]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=842</guid>
		<description><![CDATA[Recently I upgraded my WordPress plugins to jQuery version 1.7.1 and noticed that Internet Explorer 8 was causing errors &#8220;&#8216;null&#8217; is null or not an object&#8221;. I isolated this to the SyntaxHighlighter Evolved WordPress plugin I was also uses. On further Googling it seemed that there were issues with the XRegExp library and jQuery 1.7.1, [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/syntaxhighlighter-problems-with-jquery-1-7-1/' addthis:title='SyntaxHighlighter problems with jQuery 1.7.1 ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Recently I upgraded my WordPress plugins to jQuery version 1.7.1 and noticed that Internet Explorer 8 was causing errors &#8220;&#8216;null&#8217; is null or not an object&#8221;. I isolated this to the SyntaxHighlighter Evolved WordPress plugin I was also uses.</p>
<p>On further Googling it seemed that there were issues with the XRegExp library and jQuery 1.7.1, reported by other uses on IE 6 to 9. <a title="Slaks blog with fix" href="http://blog.slaks.net/2011/09/xregexp-breaks-jquery-animations.html" target="_blank">Schabse Laks</a> posted a fix to the problem on his blog, though this gave me a new error, so I have modified it slightly, modification on line 271;</p>
<pre class="brush: jscript; first-line: 271; title: ; notranslate">
RegExp.prototype.exec = function (str) {
	if (typeof(str) !== &quot;string&quot;)
		str = String(str);
	var match = real.exec.apply(this, arguments),
		name, r2;
</pre>
<p>Download the resolved SyntaxHighlighter files here<br />
<a title="Download non-minified shCore.js" href="http://thydzik.com/downloads/shCore.max.js" target="_blank">shCore.max.js</a><br />
<a title="Download minified shCore.js" href="http://thydzik.com/downloads/shCore.js" target="_blank">shCore.js</a></p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/syntaxhighlighter-problems-with-jquery-1-7-1/' addthis:title='SyntaxHighlighter problems with jQuery 1.7.1 ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/syntaxhighlighter-problems-with-jquery-1-7-1/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>RegexBuddy &#8211; a solution to the Regular Expressions (Regex) nightmare</title>
		<link>http://thydzik.com/regexbuddy-a-solution-to-the-regular-expressions-regex-nightmare/</link>
		<comments>http://thydzik.com/regexbuddy-a-solution-to-the-regular-expressions-regex-nightmare/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 04:54:38 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Regex]]></category>
		<category><![CDATA[RegexBuddy]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=836</guid>
		<description><![CDATA[For the last few months I have been using RegexBuddy, software designed to help with Regular Expressions. After using it to create and test more than one extremely complex regular expression, I thought it was time I gave RegexBuddy some ‘big ups’. So what is so good about RegexBuddy, Firstly, it allows you to create [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/regexbuddy-a-solution-to-the-regular-expressions-regex-nightmare/' addthis:title='RegexBuddy &#8211; a solution to the Regular Expressions (Regex) nightmare ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>For the last few months I have been using <a title="RegexBuddy website" href="http://www.regexbuddy.com/" target="_blank">RegexBuddy</a>, software designed to help with Regular Expressions.</p>
<p>After using it to create and test more than one extremely complex regular expression, I thought it was time I gave RegexBuddy some ‘big ups’.</p>
<p>So what is so good about <a title="RegexBuddy website" href="http://www.regexbuddy.com/" target="_blank">RegexBuddy</a>,</p>
<p><span style="text-decoration: underline;">Firstly</span>, it allows you to create regular expressions using layman’s terms, “Non printable character”, “Match between zero and unlimited times”, “Create back-reference”, etc, no longer is there a need to remember the regular expression syntax.</p>
<p><span style="text-decoration: underline;">Secondly</span>, I can test my regular expression with extreme ease, I can show the full matched text and any matched groupings.</p>
<p><span style="text-decoration: underline;">Thirdly</span>, I can directly translate the regular expression to the programming language of choice, VB, PHP, JavaScript, etc, and not have to worry about the specifics of how to form a regular expression for that specific language.</p>
<p>I use RegexBuddy for PHP and JavaScript, I no longer need to ‘guess’ what the regular expression will be and constantly have to upload my code to the server to try it out.</p>
<p>Here’s an example expression I recently used in my WordPress plugin <a title="Slimbox2 Slideshow WordPress plugin" href="http://thydzik.com/category/slimbox2-slideshow/" target="_blank">Slimbox2 Slideshow</a>;</p>
<p><iframe frameborder="0" src="http://thydzik.com/downloads/regexbuddy-example.htm" width="450" height="1000" scrolling="no"></iframe></p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/regexbuddy-a-solution-to-the-regular-expressions-regex-nightmare/' addthis:title='RegexBuddy &#8211; a solution to the Regular Expressions (Regex) nightmare ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/regexbuddy-a-solution-to-the-regular-expressions-regex-nightmare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slimbox2 Slideshow v1.2 &#8211; support for WordPress Gallery Captions</title>
		<link>http://thydzik.com/slimbox2-slideshow-v1-2-support-for-wordpress-gallery-captions/</link>
		<comments>http://thydzik.com/slimbox2-slideshow-v1-2-support-for-wordpress-gallery-captions/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 18:05:14 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[Slimbox2 Slideshow]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[lighbox]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Slidehow]]></category>
		<category><![CDATA[Slimbox]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=826</guid>
		<description><![CDATA[Slimbox2-Slideshow version 1.2, a WordPress plugin is released, now supports displaying WordPress Gallery Captions in the lightbox. Download it from the WordPress Plugin Directory Remember to enable &#8220;Link thumbnails to: Image File&#8221; on the WordPress Gallery settings page.<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/slimbox2-slideshow-v1-2-support-for-wordpress-gallery-captions/' addthis:title='Slimbox2 Slideshow v1.2 &#8211; support for WordPress Gallery Captions ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Slimbox2-Slideshow version 1.2, a WordPress plugin is released, now supports displaying WordPress Gallery Captions in the lightbox.</p>
<p><a title="Slimbox2 Slideshow" href="http://wordpress.org/extend/plugins/slimbox-2-slideshow/" target="_blank">Download it from the WordPress Plugin Directory</a></p>
<p>Remember to enable &#8220;<em>Link thumbnails to: Image File</em>&#8221; on the WordPress Gallery settings page.</p>

<a href='http://thydzik.com/slimbox2-slideshow-v1-2-support-for-wordpress-gallery-captions/barzan-tower-1/' title='Barzan Towers One Title'><img width="150" height="150" src="http://t02.thydzik.com/wp-content/uploads/2011/12/barzan-tower-1-150x150.jpg" class="attachment-thumbnail" alt="Barzan Towers One Caption" title="Barzan Towers One Title" /></a>
<a href='http://thydzik.com/slimbox2-slideshow-v1-2-support-for-wordpress-gallery-captions/barzan-tower-2/' title='Barzan Towers Two Title'><img width="150" height="150" src="http://t04.thydzik.com/wp-content/uploads/2011/12/barzan-tower-2-150x150.jpg" class="attachment-thumbnail" alt="Barzan Towers Two Caption" title="Barzan Towers Two Title" /></a>
<a href='http://thydzik.com/slimbox2-slideshow-v1-2-support-for-wordpress-gallery-captions/barzan-tower-3/' title='Barzan Towers Three Title'><img width="150" height="150" src="http://t03.thydzik.com/wp-content/uploads/2011/12/barzan-tower-3-150x150.jpg" class="attachment-thumbnail" alt="Barzan Towers Three Caption" title="Barzan Towers Three Title" /></a>

<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/slimbox2-slideshow-v1-2-support-for-wordpress-gallery-captions/' addthis:title='Slimbox2 Slideshow v1.2 &#8211; support for WordPress Gallery Captions ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/slimbox2-slideshow-v1-2-support-for-wordpress-gallery-captions/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Slimbox2 Slideshow v1.1 &#8211; support for WordPress Gallerys</title>
		<link>http://thydzik.com/slimbox2-slideshow-v1-1-support-for-wordpress-gallerys/</link>
		<comments>http://thydzik.com/slimbox2-slideshow-v1-1-support-for-wordpress-gallerys/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 08:17:22 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[Slimbox2 Slideshow]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=761</guid>
		<description><![CDATA[Slimbox2 Slideshow has been updated to automatically at the rel=&#8217;lightbox&#8217; tags to WordPress Gallerys. Download it from the WordPress Plugin Directory Remember to enable &#8220;Link thumbnails to: Image File&#8221; on the WordPress Gallery settings page, and to enable &#8220;Automatic Gallery Image Link Tagging&#8221; on the Slimbox2 Slideshow Options page.<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/slimbox2-slideshow-v1-1-support-for-wordpress-gallerys/' addthis:title='Slimbox2 Slideshow v1.1 &#8211; support for WordPress Gallerys ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Slimbox2 Slideshow has been updated to automatically at the rel=&#8217;lightbox&#8217; tags to WordPress Gallerys.</p>
<p><a title="Slimbox2 Slideshow" href="http://wordpress.org/extend/plugins/slimbox-2-slideshow/" target="_blank">Download it from the WordPress Plugin Directory</a></p>
<p>Remember to enable &#8220;<em>Link thumbnails to: Image File</em>&#8221; on the WordPress Gallery settings page, and</p>
<p>to enable &#8220;<em>Automatic Gallery Image Link Tagging</em>&#8221; on the Slimbox2 Slideshow Options page.</p>

<a href='http://thydzik.com/slimbox2-slideshow-v1-1-support-for-wordpress-gallerys/768x1024/' title='768x1024'><img width="150" height="150" src="http://t03.thydzik.com/wp-content/uploads/2011/11/768x1024-150x150.jpg" class="attachment-thumbnail" alt="768x1024" title="768x1024" /></a>
<a href='http://thydzik.com/slimbox2-slideshow-v1-1-support-for-wordpress-gallerys/1024x768/' title='1024x768'><img width="150" height="150" src="http://t01.thydzik.com/wp-content/uploads/2011/11/1024x768-150x150.jpg" class="attachment-thumbnail" alt="1024x768" title="1024x768" /></a>
<a href='http://thydzik.com/slimbox2-slideshow-v1-1-support-for-wordpress-gallerys/800x600/' title='800x600'><img width="150" height="150" src="http://t01.thydzik.com/wp-content/uploads/2011/11/800x600-150x150.jpg" class="attachment-thumbnail" alt="800x600" title="800x600" /></a>
<a href='http://thydzik.com/slimbox2-slideshow-v1-1-support-for-wordpress-gallerys/600x800/' title='600x800'><img width="150" height="150" src="http://t04.thydzik.com/wp-content/uploads/2011/11/600x800-150x150.jpg" class="attachment-thumbnail" alt="600x800" title="600x800" /></a>
<a href='http://thydzik.com/slimbox2-slideshow-v1-1-support-for-wordpress-gallerys/640x480/' title='640x480'><img width="150" height="150" src="http://t04.thydzik.com/wp-content/uploads/2011/11/640x480-150x150.jpg" class="attachment-thumbnail" alt="640x480" title="640x480" /></a>
<a href='http://thydzik.com/slimbox2-slideshow-v1-1-support-for-wordpress-gallerys/480x640/' title='480x640'><img width="150" height="150" src="http://t01.thydzik.com/wp-content/uploads/2011/11/480x640-150x150.jpg" class="attachment-thumbnail" alt="480x640" title="480x640" /></a>

<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/slimbox2-slideshow-v1-1-support-for-wordpress-gallerys/' addthis:title='Slimbox2 Slideshow v1.1 &#8211; support for WordPress Gallerys ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/slimbox2-slideshow-v1-1-support-for-wordpress-gallerys/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Slimbox2 Slideshow &#8211; WordPress plugin to add image lightbox and slideshow</title>
		<link>http://thydzik.com/slimbox2-slideshow-wordpress-plugin-to-add-image-lightbox-and-slideshow/</link>
		<comments>http://thydzik.com/slimbox2-slideshow-wordpress-plugin-to-add-image-lightbox-and-slideshow/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 10:39:31 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[Slimbox2 Slideshow]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[auto-resize]]></category>
		<category><![CDATA[image map]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Slimbox]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=706</guid>
		<description><![CDATA[Slimbox2 Slideshow is a WordPress plugin that implements a lightbox style affect to images using Slimbox2. Functionality The main advantage of Slimbox2 Slideshow plugin is being able to show a slide show of ALL images in every single post. Click here to see it in action (notice the slide count). Additional functionality; automatically add rel=lightbox&#8217; [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/slimbox2-slideshow-wordpress-plugin-to-add-image-lightbox-and-slideshow/' addthis:title='Slimbox2 Slideshow &#8211; WordPress plugin to add image lightbox and slideshow ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Slimbox2 Slideshow is a WordPress plugin that implements a <a title="Lightbox effect Wikipedia" href="http://en.wikipedia.org/wiki/Lightbox_%28JavaScript%29" target="_blank">lightbox</a> style affect to images using <a title="Slimbox2 website" href="http://www.digitalia.be/software/slimbox2" target="_blank">Slimbox2</a>.</p>
<p><strong>Functionality</strong></p>
<p>The main advantage of Slimbox2 Slideshow plugin is being able to show a slide show of ALL images in every single post.<br />
<a href="#slide">Click here to see it in action</a> (notice the slide count).</p>
<p>Additional functionality;</p>
<ul>
<li>automatically add rel=lightbox&#8217; tags to images.</li>
<li>automatically re-size images to fit in browser window.</li>
<li>based on <a title="jQuery website" href="http://jquery.com/" target="_blank">jQuery</a> library, no need for additional libraries such as <a title="script.aculo.us website" href="http://script.aculo.us/" target="_blank">script.aculo.us</a> or <a title="Prototype website" href="http://www.prototypejs.org/" target="_blank">Prototype</a>.</li>
</ul>
<p><strong>Examples</strong><br />
<em><a href="#slide">Slide show of all blog images (click me)</a> &#8211; notice the slide count.</em></p>
<p><em>Standard images, showing grouping.</em><br />
<a title="Emirates Palace at night" href="http://sonyaandtravis.com/images/uae-2011/abu-dhabi-2011-a-emirates-palace-at-night.jpg" rel="lightbox706"><img src="http://sonyaandtravis.com/images/uae-2011/abu-dhabi-2011-a-emirates-palace-at-night-th.jpg" alt="Emirates Palace at night" width="150" height="112" /></a><a title="Emirates Palace entrance gate" href="http://sonyaandtravis.com/images/uae-2011/abu-dhabi-2011-b-emirates-palace-entrance-gate.jpg" rel="lightbox706"><img src="http://sonyaandtravis.com/images/uae-2011/abu-dhabi-2011-b-emirates-palace-entrance-gate-th.jpg" alt="Emirates Palace entrance gate" width="150" height="112" /></a><a title="Sonya with mangroves in the background" href="http://sonyaandtravis.com/images/uae-2011/abu-dhabi-2011-c-sonya-with-mangroves-in-the-background.jpg" rel="lightbox706"><img src="http://sonyaandtravis.com/images/uae-2011/abu-dhabi-2011-c-sonya-with-mangroves-in-the-background-th.jpg" alt="Sonya with mangroves in the background" width="150" height="112" /></a></p>
<p><em>Image Map &#8211; yes it works</em><br />
<img src="http://thydzik.com/image-map/image-size-tester.jpg" alt="Test Images" width="450" height="675" usemap="#map" /></p>
<map name="map" id="immap211011">
<area title="1024x768" shape="rect" coords="0  ,0  ,450,250" href="http://thydzik.com/image-map/1024x768.jpg" alt="1024x768" />
<area title="768x1024" shape="rect" coords="300,250,450,675" href="http://thydzik.com/image-map/768x1024.jpg" alt="768x1024" />
<area title="800x600" shape="rect" coords="0,  525,300,675" href="http://thydzik.com/image-map/800x600.jpg" alt="800x600" />
<area title="600x800" shape="rect" coords="0,  250,100,525" href="http://thydzik.com/image-map/600x800.jpg" alt="600x800" />
<area title="640x480" shape="rect" coords="100,250,300,375" href="http://thydzik.com/image-map/640x480.jpg" alt="640x480" />
<area title="480x640" shape="rect" coords="200,375,300,525" href="http://thydzik.com/image-map/480x640.jpg" alt="480x640" />
<area title="320x240" shape="rect" coords="100,450,200,525" href="http://thydzik.com/image-map/320x240.jpg" alt="320x240" />
<area title="240x320" shape="rect" coords="100,375,200,450" href="http://thydzik.com/image-map/240x320.jpg" alt="240x320" />
</map>
<p><strong>Installation</strong></p>
<ol>
<li>Upload folder &#8216;thydzik-slimbox2-slideshow&#8217; to the  &#8216;/wp-content/plugins/&#8217; directory.</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>
<li>Under &#8216;Plugins&#8217; &gt; &#8216;Slimbox2 Slideshow&#8217;, you will find the &#8216;Slimbox2 Slideshow Options&#8217; page. Next section will explain the options.</li>
</ol>
<p><strong>Configuration/Options</strong></p>
<p>The following configuration settings are available with meaning;</p>
<ul>
<li><em>Automatic Image Link Tagging</em> &#8211; automatically add the HTML to image links to show images in a lightbox. Leave it at default ticked.</li>
<li><em>Automatic Resize</em> &#8211; automatically resize images in the lightbox to fit the browser window. Large images will be shrunk and small images will be expanded.</li>
<li><em>Image Scaling Factor</em> &#8211; used to determine how much of the browser window an image will be automatically resized to. The default value of 0.75 means the image will be scaled to 75% of the browser window. This value does not take into account border and caption.</li>
<li><em>Enable Slimbox on Image Maps</em> &#8211; enable lightbox affect to be enabled for Image Maps.</li>
<li><em>Enable Slideshow on All</em> &#8211; when ticked, all images and Image Maps will start in slideshow.</li>
<li><em>Slide Time</em> &#8211; the seconds between images during a slideshow.</li>
</ul>
<p><strong>Slide show of all blog images</strong></p>
<p>Simply create a link with url &#8220;#slide&#8221; or just &#8220;#s&#8221;. For images to appear in the slideshow, they must have a title attribute.</p>
<p><strong>Why was Slimbox2 Slideshow created?</strong></p>
<p>My wife and I were in a situation wanting  to show our photos to our friends, we had Lightbox but every photo needed to be &#8216;Next&#8217; manually and that would only show photos in a single post. Slimbox2 Slideshow allows for one-click to start a slideshow of all your photos and sit back and enjoy.</p>
<p>Navigate to <a title="Sonya and Travis Photo Slideshow" href="http://sonyaandtravis.com/#slideshow" target="_blank">sonyaandtravis.com/#slideshow</a> to see it in action.</p>
<p><a title="Download Slimbox2 Slideshow" href="http://wordpress.org/extend/plugins/slimbox-2-slideshow/" target="_blank">Download Slimbox2 Slideshow from the WordPress Repository here</a></p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/slimbox2-slideshow-wordpress-plugin-to-add-image-lightbox-and-slideshow/' addthis:title='Slimbox2 Slideshow &#8211; WordPress plugin to add image lightbox and slideshow ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/slimbox2-slideshow-wordpress-plugin-to-add-image-lightbox-and-slideshow/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>thydzikGoogleMap v1.5 – an inline Google map plugin for WordPress</title>
		<link>http://thydzik.com/thydzikgooglemap-v1-5-an-inline-google-map-plugin-for-wordpress/</link>
		<comments>http://thydzik.com/thydzikgooglemap-v1-5-an-inline-google-map-plugin-for-wordpress/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 05:03:09 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzik Google Map]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[v1.5]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=511</guid>
		<description><![CDATA[Recently updated and confirmed still working with WordPress 3.0. The following examples use the included example.xml file. Marker Z &#8211; no HTML, nonclickable. Marker 1 &#8211; standard maker with some text. Marker Default &#8211; no icon defaults to standard Google Maps marker. Marker $ &#8211; some symbols can even be displayed on a marker and [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/thydzikgooglemap-v1-5-an-inline-google-map-plugin-for-wordpress/' addthis:title='thydzikGoogleMap v1.5 – an inline Google map plugin for WordPress ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Recently updated and confirmed still working with WordPress 3.0.</p>
<p>The following examples use the included <em>example.xml</em> file.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;markers&gt;
&lt;!-- Marker Z has no html to show nonclickability--&gt;
&lt;marker lat=&quot;-31.9554&quot; lng=&quot;115.85859&quot;  icon=&quot;Z&quot; color=&quot;c89bff&quot;/&gt;
&lt;marker lat=&quot;-32.053128&quot; lng=&quot;115.745869&quot; html=&quot;Fremantle&quot;  icon=&quot;1&quot; color=&quot;6b98ff&quot;/&gt;
&lt;!-- Standard marker with html--&gt;
&lt;marker lat=&quot;-32.036036&quot; lng=&quot;115.92724&quot; html=&quot;Lynwood&amp;lt;br&amp;gt;Residence of the author&quot; color=&quot;ffed5c&quot;/&gt;
&lt;marker lat=&quot;-31.963013&quot; lng=&quot;115.836239&quot; html=&quot;Kings Park&quot; icon=&quot;KP&quot; color=&quot;97ec7d&quot;/&gt;
&lt;!-- Character marker with html that includes link--&gt;
&lt;marker lat=&quot;-31.956659&quot; lng=&quot;115.869906&quot; html=&quot;&amp;lt;a href=&amp;quot;http://perthmint.com.au&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;Perth Mint&amp;lt;/a&amp;gt;&quot; icon=&quot;$&quot; color=&quot;ffffff&quot;/&gt;
&lt;line colour=&quot;#0000FF&quot; width=&quot;2&quot; opacity=&quot;0.75&quot;&gt;
	&lt;point lat=&quot;-32.027579&quot; lng=&quot;115.751266&quot; /&gt;
	&lt;point lat=&quot;-31.987404&quot; lng=&quot;115.769463&quot; /&gt;
	&lt;point lat=&quot;-31.957697&quot; lng=&quot;115.852203&quot; /&gt;
	&lt;point lat=&quot;-31.963814&quot; lng=&quot;115.879326&quot; /&gt;
	&lt;point lat=&quot;-32.026415&quot; lng=&quot;115.942154&quot; /&gt;
&lt;/line&gt;
&lt;/markers&gt;
</pre>
<ul>
<li>Marker Z &#8211; no HTML, nonclickable.</li>
<li>Marker 1 &#8211; standard maker with some text.</li>
<li>Marker Default &#8211; no icon defaults to standard Google Maps marker.</li>
<li>Marker $ &#8211; some symbols can even be displayed on a marker and links in the HTML.</li>
<li>Marker KP &#8211; up to two characters can be displayed.</li>
</ul>
<p>The syntax is as follows;</p>
<pre>thydzikGoogleMap(example.xml, width, height, zoom, maptype)</pre>
<p>where;</p>
<ul>
<li>example.xml is your xml file, and example xml file is included with thdyzikGoogleMap in the plugin directory.</li>
<li>width is the optional width parameter, if left out the default width defined in the thydzikGoogleMap options will be used.</li>
<li>height is the optional height parameter, if left out the default height defined in the thydzikGoogleMap options will be used.</li>
<li>zoom is the optional zoom level from 0 to 17 (0 being the furthest away), if left out zoom will be calculated automatically to fit all points.</li>
<li>maptype is the optional map type parameters, which can be (Normal, G_NORMAL_MAP, N), (SATELLITE, G_SATELLITE_MAP, S), (HYBRID, G_HYBRID_MAP, H), (PHYSICAL, G_PHYSICAL_MAP, P, TERRAIN or T) if left out Normal is defined.</li>
</ul>
<p><strong>Normal</strong>, <strong>G_NORMAL_MAP</strong>, <strong>N</strong> or left out; i.e. <strong>thydzikGoogleMap(example.xml)</strong>, thydzikGoogleMap will produce a default styled map;</p>
<!--thydzikgooglemap-->
<div class='tgm_div' id='map511n1' style='width: 460px; height: 345px'></div>
<script type='text/javascript'>
google.maps.event.addDomListener(window, 'load', function () {thydzikgm('map511n1', 'aHR0cDovL3RoeWR6aWsuY29tL3dwLWNvbnRlbnQvcGx1Z2lucy90aHlkemlrLWdvb2dsZS1tYXAvZXhhbXBsZS54bWw=', -1, 'ROADMAP', 1, 'XML'); });
</script>
<!--/thydzikgooglemap-->

<p><strong>SATELLITE</strong>, <strong>G_SATELLITE_MAP</strong>, <strong>S</strong>; i.e. <strong>thydzikgooglemap(example.xml, 4, S)</strong>, thydzikGoogleMap will produce a satellite styled map. Note I have included a zoom of 4, and used the abreviation &#8216;S&#8217;;</p>
<!--thydzikgooglemap-->
<div class='tgm_div' id='map511n2' style='width: 460px; height: 345px'></div>
<script type='text/javascript'>
google.maps.event.addDomListener(window, 'load', function () {thydzikgm('map511n2', 'aHR0cDovL3RoeWR6aWsuY29tL3dwLWNvbnRlbnQvcGx1Z2lucy90aHlkemlrLWdvb2dsZS1tYXAvZXhhbXBsZS54bWw=', 4, 'SATELLITE', 1, 'XML'); });
</script>
<!--/thydzikgooglemap-->

<p><strong>HYBRID</strong>, <strong>G_HYBRID_MAP</strong>, <strong>H</strong>; i.e. <strong>tHyDzIkGoOgLeMaP(example.xml,hYbRiD,450,225)</strong>, thydzikGoolgeMap will produce a hybrid styled map. Note I have included a width and height, and proved that capitalisation is not of concern;</p>
<!--thydzikgooglemap-->
<div class='tgm_div' id='map511n3' style='width: 450px; height: 225px'></div>
<script type='text/javascript'>
google.maps.event.addDomListener(window, 'load', function () {thydzikgm('map511n3', 'aHR0cDovL3RoeWR6aWsuY29tL3dwLWNvbnRlbnQvcGx1Z2lucy90aHlkemlrLWdvb2dsZS1tYXAvZXhhbXBsZS54bWw=', -1, 'HYBRID', 1, 'XML'); });
</script>
<!--/thydzikgooglemap-->

<p><strong>PHYSICAL</strong>, <strong>G_PHYSICAL_MAP</strong>, <strong>P</strong>, <strong>TERRAIN</strong> or <strong>T</strong>; i.e <strong>thydzikGoogleMap(example.xml,TERRAIN)</strong>, thydzikGoogleMap will produce a terrain styled map;</p>
<!--thydzikgooglemap-->
<div class='tgm_div' id='map511n4' style='width: 460px; height: 345px'></div>
<script type='text/javascript'>
google.maps.event.addDomListener(window, 'load', function () {thydzikgm('map511n4', 'aHR0cDovL3RoeWR6aWsuY29tL3dwLWNvbnRlbnQvcGx1Z2lucy90aHlkemlrLWdvb2dsZS1tYXAvZXhhbXBsZS54bWw=', -1, 'TERRAIN', 1, 'XML'); });
</script>
<!--/thydzikgooglemap-->

<p><strong>Reading XML from different folder</strong><br />
The XML can be in any location, as long as the whole path is specified i.e. thydzikgooglemap(<a href="http://thydzik.com/geocaching/karratha-mar08/karratha-mar08.xml">http://thydzik.com/geocaching/karratha-mar08/karratha-mar08.xml</a>). Yes, even links in the marker text are preserved.</p>
<!--thydzikgooglemap-->
<div class='tgm_div' id='map511n5' style='width: 460px; height: 345px'></div>
<script type='text/javascript'>
google.maps.event.addDomListener(window, 'load', function () {thydzikgm('map511n5', 'aHR0cDovL3RoeWR6aWsuY29tL2dlb2NhY2hpbmcva2FycmF0aGEtbWFyMDgva2FycmF0aGEtbWFyMDgueG1s', -1, 'ROADMAP', 1, 'XML'); });
</script>
<!--/thydzikgooglemap-->

<p>Reading XML from different domain<br />
The XML can even be on a different domain, as long as the whole path is specified. i.e. thydzikgooglemap(<a href="http://sonyaandtravis.com/maps/clare-melbourne08.xml">http://sonyaandtravis.com/maps/our-nullarbor-adventure-clare-melbourne08.xml</a>).</p>
<!--thydzikgooglemap-->
<div class='tgm_div' id='map511n6' style='width: 460px; height: 345px'></div>
<script type='text/javascript'>
google.maps.event.addDomListener(window, 'load', function () {thydzikgm('map511n6', 'aHR0cDovL3NvbnlhYW5kdHJhdmlzLmNvbS9tYXBzL291ci1udWxsYXJib3ItYWR2ZW50dXJlLWNsYXJlLW1lbGJvdXJuZTA4LnhtbA==', -1, 'ROADMAP', 1, 'XML'); });
</script>
<!--/thydzikgooglemap-->

<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/thydzikgooglemap-v1-5-an-inline-google-map-plugin-for-wordpress/' addthis:title='thydzikGoogleMap v1.5 – an inline Google map plugin for WordPress ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/thydzikgooglemap-v1-5-an-inline-google-map-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>thydzik Google Map v1.4.7 &#8211; inline WordPress Google Maps</title>
		<link>http://thydzik.com/thydzik-google-map-v147-inline-wordpress-google-maps/</link>
		<comments>http://thydzik.com/thydzik-google-map-v147-inline-wordpress-google-maps/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 02:48:53 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzik Google Map]]></category>
		<category><![CDATA[FreeType]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[v1.7]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=222</guid>
		<description><![CDATA[I have released an updated version of thydzik Google Map which allows for coloured and variable text markers, see the example below. google.maps.event.addDomListener(window, 'load', function () {thydzikgm('map222n1', 'aHR0cDovL3RoeWR6aWsuY29tL3dwLWNvbnRlbnQvcGx1Z2lucy90aHlkemlrLWdvb2dsZS1tYXAvZXhhbXBsZS54bWw=', -1, 'ROADMAP', 1, 'XML'); }); Unfortunately, it now requires FreeType being compiled into PHP. If FreeType is not installed only the default marker and markers A-Z will [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/thydzik-google-map-v147-inline-wordpress-google-maps/' addthis:title='thydzik Google Map v1.4.7 &#8211; inline WordPress Google Maps ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>I have released an updated version of thydzik Google Map which allows for coloured and variable text markers, see the example below.</p>
<!--thydzikgooglemap-->
<div class='tgm_div' id='map222n1' style='width: 460px; height: 345px'></div>
<script type='text/javascript'>
google.maps.event.addDomListener(window, 'load', function () {thydzikgm('map222n1', 'aHR0cDovL3RoeWR6aWsuY29tL3dwLWNvbnRlbnQvcGx1Z2lucy90aHlkemlrLWdvb2dsZS1tYXAvZXhhbXBsZS54bWw=', -1, 'ROADMAP', 1, 'XML'); });
</script>
<!--/thydzikgooglemap-->

<p>Unfortunately, it now requires <a title="The FreeType Project" href="http://www.freetype.org/" target="_blank">FreeType</a> being compiled into PHP. If FreeType is not installed only the default marker and markers A-Z will be usable, with anything else being replaced with the default marker.</p>
<p>Download the latest from the <a title="WordPress Plugin Directory" href="http://wordpress.org/extend/plugins/thydzik-google-map/" target="_blank">WordPress Plugin Directory</a>.</p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/thydzik-google-map-v147-inline-wordpress-google-maps/' addthis:title='thydzik Google Map v1.4.7 &#8211; inline WordPress Google Maps ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/thydzik-google-map-v147-inline-wordpress-google-maps/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>thydzikGoogleMap v1.4.5 &#8211; an inline Google map plugin for WordPress</title>
		<link>http://thydzik.com/thydzikgooglemap-v145-an-inline-google-map-plugin-for-wordpress/</link>
		<comments>http://thydzik.com/thydzikgooglemap-v145-an-inline-google-map-plugin-for-wordpress/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 11:45:06 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzik Google Map]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[inline]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[v1.4.5]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[zoom]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=159</guid>
		<description><![CDATA[thydzikGoogleMap v1.4.5 is now available with significant improvements, including The Google Maps Javascript and thydzikGoogleMap Javascript is downloaded only as needed, speeding up page loading of all pages without maps. Removal of &#60;head&#62; code means thydzikGoogleMap will only be present when called. Compressed thydzikGoogleMap code. Multiple maps can now be created in a single post! [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/thydzikgooglemap-v145-an-inline-google-map-plugin-for-wordpress/' addthis:title='thydzikGoogleMap v1.4.5 &#8211; an inline Google map plugin for WordPress ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>thydzikGoogleMap v1.4.5 is now available with significant improvements, including</p>
<ul type="disc">
<li>The Google Maps Javascript      and thydzikGoogleMap Javascript is downloaded only as needed, speeding up      page loading of all pages without maps.</li>
<li>Removal of &lt;head&gt; code      means thydzikGoogleMap will only be present when called.</li>
<li>Compressed thydzikGoogleMap code.</li>
<li><strong>Multiple maps can now be      created in a single post!</strong></li>
<li>Map type can be changed from      default by providing an additional &#8216;map type&#8217; parameter.</li>
</ul>
<p>thydzikGoogleMap produces valid XHTML and allows for easy creation of Google Maps in your WordPress posts from XML map data.</p>
<p><a title="Download thydzikGoogleMap" href="http://wordpress.org/extend/plugins/thydzik-google-map/" target="_blank">Grab the latest from the WordPress repository.</a></p>
<p>Examples of the newest functionality below:</p>
<p>Using either: <strong>Normal</strong>, <strong>G_NORMAL_MAP</strong>, <strong>N</strong> or left out; i.e. <strong>thydzikGoogleMap(example.xml)</strong>, thydzikGoogleMap will produce a default styled map</p>
<!--thydzikgooglemap-->
<div class='tgm_div' id='map159n1' style='width: 460px; height: 345px'></div>
<script type='text/javascript'>
google.maps.event.addDomListener(window, 'load', function () {thydzikgm('map159n1', 'aHR0cDovL3RoeWR6aWsuY29tL3dwLWNvbnRlbnQvcGx1Z2lucy90aHlkemlrLWdvb2dsZS1tYXAvZXhhbXBsZS54bWw=', -1, 'ROADMAP', 1, 'XML'); });
</script>
<!--/thydzikgooglemap-->

<p>Using either: <strong>SATELLITE</strong>, <strong>G_SATELLITE_MAP</strong>, <strong>S</strong>; i.e. <strong>thydzikgooglemap(example.xml, 4, S)</strong>, thydzikGoogleMap will produce a satellite styled map. Note I have included a zoom of 4, and used the abreviation &#8216;S&#8217;.</p>
<!--thydzikgooglemap-->
<div class='tgm_div' id='map159n2' style='width: 460px; height: 345px'></div>
<script type='text/javascript'>
google.maps.event.addDomListener(window, 'load', function () {thydzikgm('map159n2', 'aHR0cDovL3RoeWR6aWsuY29tL3dwLWNvbnRlbnQvcGx1Z2lucy90aHlkemlrLWdvb2dsZS1tYXAvZXhhbXBsZS54bWw=', 4, 'SATELLITE', 1, 'XML'); });
</script>
<!--/thydzikgooglemap-->

<p>Using either: <strong>HYBRID</strong>, <strong>G_HYBRID_MAP</strong>, <strong>H</strong>; i.e. <strong>tHyDzIkGoOgLeMaP(example.xml,hYbRiD,450,225)</strong>, thydzikGoolgeMap will produce a hybrid styled map. Note I have included a width and height, and proved that capitalisation is not of concern.</p>
<!--thydzikgooglemap-->
<div class='tgm_div' id='map159n3' style='width: 450px; height: 225px'></div>
<script type='text/javascript'>
google.maps.event.addDomListener(window, 'load', function () {thydzikgm('map159n3', 'aHR0cDovL3RoeWR6aWsuY29tL3dwLWNvbnRlbnQvcGx1Z2lucy90aHlkemlrLWdvb2dsZS1tYXAvZXhhbXBsZS54bWw=', -1, 'HYBRID', 1, 'XML'); });
</script>
<!--/thydzikgooglemap-->

<p>Finally, using either: <strong>PHYSICAL</strong>, <strong>G_PHYSICAL_MAP</strong>, <strong>P</strong>, <strong>TERRAIN</strong> or <strong>T</strong>; i.e <strong>thydzikGoogleMap(example.xml,TERRAIN)</strong>, thydzikGoogleMap will produce a terrain styled map.</p>
<!--thydzikgooglemap-->
<div class='tgm_div' id='map159n4' style='width: 460px; height: 345px'></div>
<script type='text/javascript'>
google.maps.event.addDomListener(window, 'load', function () {thydzikgm('map159n4', 'aHR0cDovL3RoeWR6aWsuY29tL3dwLWNvbnRlbnQvcGx1Z2lucy90aHlkemlrLWdvb2dsZS1tYXAvZXhhbXBsZS54bWw=', -1, 'TERRAIN', 1, 'XML'); });
</script>
<!--/thydzikgooglemap-->

<p>As always, comments and suggestions welcome. In a future update I will try to incorporate rounded corners :)</p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/thydzikgooglemap-v145-an-inline-google-map-plugin-for-wordpress/' addthis:title='thydzikGoogleMap v1.4.5 &#8211; an inline Google map plugin for WordPress ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/thydzikgooglemap-v145-an-inline-google-map-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>thydzikGoogleMap v1.4</title>
		<link>http://thydzik.com/thydzikgooglemap-v14/</link>
		<comments>http://thydzik.com/thydzikgooglemap-v14/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 09:23:11 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzik Google Map]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[v1.4]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[zoom]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=148</guid>
		<description><![CDATA[thydzikGoogleMap version 1.4 has been released with two major improvements. Manual zoom parameter added. Google uses an integer value from 0 to 17 (where 0 is the furthest away), to determine the map&#8217;s zoom level, this value can now be incorporated into thydzikGoogleMap as follows: thydzikGoogleMap(example.xml, 4). The zoom is an optional parameter and if [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/thydzikgooglemap-v14/' addthis:title='thydzikGoogleMap v1.4 ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>thydzikGoogleMap version 1.4 has been released with two major improvements.</p>
<ol>
<li>Manual zoom parameter added. Google uses an integer value from 0 to 17 (where 0 is the furthest away), to determine the map&#8217;s zoom level, this value can now be incorporated into thydzikGoogleMap as follows: thydzikGoogleMap(example.xml, 4). The zoom is an optional parameter and if left out the automatic zoom calculation will be used as before. The width and height of the map can still be added if desired as thydzikGoogleMap(example.xml, 4, 480, 640) or thydzikGoogleMap(example.xml, 480, 640, 4).</li>
<li>The thydzikGoogleMap code is disabled if the site is viewed from a proxy, i.e. Google cache. Before a user viewing the blog would receive <em>&#8216;The Google Maps API key used on this web site was registered for a different web site. You can generate a new key for this web site at http://code.google.com/apis/maps/.&#8217;</em> thydzikGoogleMap now detects this and disables the maps.</li>
</ol>
<p>Example with the new zoom functionality</p>
<!--thydzikgooglemap-->
<div class='tgm_div' id='map148n1' style='width: 460px; height: 345px'></div>
<script type='text/javascript'>
google.maps.event.addDomListener(window, 'load', function () {thydzikgm('map148n1', 'aHR0cDovL3RoeWR6aWsuY29tL3dwLWNvbnRlbnQvcGx1Z2lucy90aHlkemlrLWdvb2dsZS1tYXAvZXhhbXBsZS54bWw=', 4, 'ROADMAP', 1, 'XML'); });
</script>
<!--/thydzikgooglemap-->

<p>Future improvements will include</p>
<ul>
<li>Option of choosing Map, Satellite or Terrain</li>
<li>Disabling all code if no thydzikGoogleMap are present</li>
<li>Creating multiple maps in a single blog post</li>
</ul>
<p><a title="thydzikGoogleMap download" href="http://wordpress.org/extend/plugins/thydzik-google-map/" target="_blank">Grab the latest from the WordPress repository.</a></p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/thydzikgooglemap-v14/' addthis:title='thydzikGoogleMap v1.4 ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/thydzikgooglemap-v14/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>thydzikGoogleMap v1.3.1</title>
		<link>http://thydzik.com/thydzikgooglemap-v131/</link>
		<comments>http://thydzik.com/thydzikgooglemap-v131/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 23:28:45 +0000</pubDate>
		<dc:creator>thydzik</dc:creator>
				<category><![CDATA[thydzik Google Map]]></category>
		<category><![CDATA[fixes]]></category>
		<category><![CDATA[Google bot]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[v1.3.1]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://thydzik.com/?p=118</guid>
		<description><![CDATA[thydzikGoogleMap v1.3.1 has been released, with 2 improvements. Fixed a problem with cross domain xml files. As reported by Erik on thydzikGoogleMap support forum. Added improved output for when directly calling thydzikGoogleMap.php Before Google bots would have picked it up as Fatal error: Call to undefined function get_option() in /home ... Now Google will see: [...]<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/thydzikgooglemap-v131/' addthis:title='thydzikGoogleMap v1.3.1 ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<p>thydzikGoogleMap v1.3.1 has been released, with 2 improvements.</p>
<ol>
<li>Fixed a problem with cross domain xml files. As reported by Erik on <a href="http://wordpress.org/support/topic/220579">thydzikGoogleMap support forum</a>.</li>
<li>Added improved output for when directly calling thydzikGoogleMap.php</li>
</ol>
<p>Before Google bots would have picked it up as</p>
<pre>Fatal error: Call to undefined function get_option() in /home ...</pre>
<p>Now Google will see:</p>
<pre><em><a href="../../" target="_self">thydzik.com</a> are proudly using the <a href="http://wordpress.org/" target="_blank">WordPress</a> plugin <a href="../../category/thydzikgooglemap/" target="_blank">thydzikGoogleMap</a>
 to display inline Google maps on their blog.</em></pre>
<p>Where thydzik.com is the WordPress user&#8217;s domain including link.</p>
<p>Finally, a small note about upgrading thydzikGoogleMap. WordPress has the option of automatically upgrading, which is very handy; unfortunately this overwrites any XML files you may have been storing in the plugin directory. So it is a better idea to keep all your XML maps in a separate location.</p>
<p><a href="http://wordpress.org/extend/plugins/thydzik-google-map/">thydzikGoogleMap version 1.3.1</a></p>
<div class="addthis_toolbox addthis_default_style addthis_" addthis:url='http://thydzik.com/thydzikgooglemap-v131/' addthis:title='thydzikGoogleMap v1.3.1 ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://thydzik.com/thydzikgooglemap-v131/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 2362/2380 objects using disk: basic
Content Delivery Network via t01.thydzik.com

Served from: thydzik.com @ 2012-05-23 22:41:37 -->
