<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Gport » Weblog</title>
	
	<link>http://www.gport.nl/en/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 14 Feb 2012 13:19:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/gport" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="gport" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Animating a link with jQuery</title>
		<link>http://www.gport.nl/en/weblog/animating-a-link-with-jquery/</link>
		<comments>http://www.gport.nl/en/weblog/animating-a-link-with-jquery/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 09:27:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.gport.nl/?p=1827</guid>
		<description><![CDATA[Lately I&#8217;ve been using jQuery to make links on sites I develop stand out a bit more. I&#8217;m animating the background-color and color here (and in some cases the padding as well), and I&#8217;d like to show you guys how it&#8217;s done. The Code HTML: &#60;a href="#" class="animate"&#62;Test link&#60;/a&#62; jQuery: $(".animate").hover(function(){ $(this).stop().animate({backgroundColor: '#1794e5'}); }, function() [...]]]></description>
			<content:encoded><![CDATA[<div class="social"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript">_ga.trackFacebook();</script><fb:like href="http://www.gport.nl/en/weblog/animating-a-link-with-jquery/" send="false" width="300" show_faces="false" action="like" font="lucida grande"></fb:like><div style="display: block; float: right; width: 390px; clear: none;"><div style="display: block; float: left; width: 110px; height: 15px; clear: none;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="gport_nl" >Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="display: block; float: left; width: 160px; height: 15px; clear: none; margin-top: 2px;"><a href="http://twitter.com/gport_nl" class="twitter-follow-button">Follow @gport_nl</a><script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></div><div style="display: block; float: left; width: 60px; height: 15px; clear: none; margin-top: 5px; margin-left: 45px;"><g:plusone size="small"></g:plusone></div></div>
	</div>
<p>
Lately I&#8217;ve been using jQuery to make links on sites I develop stand out a bit more.</br><br />
I&#8217;m animating the background-color and color here (and in some cases the padding as well), and I&#8217;d like to show you guys how it&#8217;s done.</br>
</p>
<p><span class="subtitle">The Code</span></p>
<p>
<strong>HTML:</strong>
</p>
<pre>&lt;a href="#" class="animate"&gt;Test link&lt;/a&gt;</pre>
<p>
<strong>jQuery:</strong>
</p>
<pre>$(".animate").hover(function(){

    $(this).stop().animate({backgroundColor: '#1794e5'});

}, function() {

    $(this).stop().animate({backgroundColor: '#d43d82'});

});</pre>
<p>
<strong>Demo</strong><br/><br />
<br/><br />
<a href="#">Test link</a>
</p>
<p><span class="subtitle">Explanation</span></p>
<p>
The jQuery code is pretty straightforward, the first function in there animates on hover, and the second one on hover out. The stop(). is in there to make sure the effects don&#8217;t queue (else the link will change color after hovering a couple of times).
</p>
<p><span class="subtitle">Adding more effects</span></p>
<p>
You can add more effects by adding more parameters inside the brackets like this:</p>
<pre>$(this).stop().animate({backgroundColor: '#1794e5', color: '#fff', padding: '5px'});</pre>
<p>
Make sure to check if you are using the right syntax (some values are noted differently then normal CSS).
</p>
<p><span class="subtitle">Last word</span></p>
<p>Hope you guys liked it, if you&#8217;ve got any questions, let me know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gport.nl/en/weblog/animating-a-link-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Snow Crystal Stock Image</title>
		<link>http://www.gport.nl/en/weblog/free-snow-crystal-stock-image/</link>
		<comments>http://www.gport.nl/en/weblog/free-snow-crystal-stock-image/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 10:24:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[stock photo]]></category>

		<guid isPermaLink="false">http://www.gport.nl/?p=1804</guid>
		<description><![CDATA[Here we go, another free image, this time it&#8217;s a close up of some frozen snowflakes. It is released under a creative commons 3.0 license. This means you can use and edit this image in any way you like in your personal and corporate work. Just don&#8217;t spread this image in any other way then [...]]]></description>
			<content:encoded><![CDATA[<div class="social"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript">_ga.trackFacebook();</script><fb:like href="http://www.gport.nl/en/weblog/free-snow-crystal-stock-image/" send="false" width="300" show_faces="false" action="like" font="lucida grande"></fb:like><div style="display: block; float: right; width: 390px; clear: none;"><div style="display: block; float: left; width: 110px; height: 15px; clear: none;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="gport_nl" >Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="display: block; float: left; width: 160px; height: 15px; clear: none; margin-top: 2px;"><a href="http://twitter.com/gport_nl" class="twitter-follow-button">Follow @gport_nl</a><script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></div><div style="display: block; float: left; width: 60px; height: 15px; clear: none; margin-top: 5px; margin-left: 45px;"><g:plusone size="small"></g:plusone></div></div>
	</div>
<p>
Here we go, another free image, this time it&#8217;s a close up of some frozen snowflakes.<br/><br />
<br/><br />
It is released under a <a href="http://creativecommons.org/licenses/by/3.0/">creative commons 3.0 license</a>. This means you can use and edit this image in any way you like in your personal and corporate work. Just don&#8217;t spread this image in any other way then by referring to this page, and always attribute to me or my website.<br/><br />
<br/><br />
By the way, I will release more images from my archives in the future! Hope you guys like it.
</p>
<p><span class="subtitle">This is the image:</span></p>
<p>
<img src="http://www.gport.nl/wp-content/uploads/2011/12/snow-crystal-600x346.jpg" alt="" title="snow crystal" width="600" height="346" class="alignleft size-large wp-image-1805" /><br />
<br/></p>
<p><span class="subtitle">Download</span></p>
<p>
<a href="http://www.facebook.com/gport.nl?sk=app_148445115247478">You can get it over here at my Facebook downloads section.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gport.nl/en/weblog/free-snow-crystal-stock-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magic Gallery 3.0 is coming!</title>
		<link>http://www.gport.nl/en/weblog/magic-gallery-3-0-is-coming/</link>
		<comments>http://www.gport.nl/en/weblog/magic-gallery-3-0-is-coming/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 07:48:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Wordpress @en]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[magic gallery]]></category>

		<guid isPermaLink="false">http://www.gport.nl/?p=1566</guid>
		<description><![CDATA[Magic Gallery Pro 3.0 is released! Hi guys, I&#8217;m pleased to tell you that I&#8217;ve just released the pro version of Magic Gallery 3.0! You can get it for €9 at www.magicgalleryplugin.com The free version will be released at the end of januari 2012. Since I first released Magic Gallery, a lot has been changed [...]]]></description>
			<content:encoded><![CDATA[<div class="social"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript">_ga.trackFacebook();</script><fb:like href="http://www.gport.nl/en/weblog/magic-gallery-3-0-is-coming/" send="false" width="300" show_faces="false" action="like" font="lucida grande"></fb:like><div style="display: block; float: right; width: 390px; clear: none;"><div style="display: block; float: left; width: 110px; height: 15px; clear: none;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="gport_nl" >Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="display: block; float: left; width: 160px; height: 15px; clear: none; margin-top: 2px;"><a href="http://twitter.com/gport_nl" class="twitter-follow-button">Follow @gport_nl</a><script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></div><div style="display: block; float: left; width: 60px; height: 15px; clear: none; margin-top: 5px; margin-left: 45px;"><g:plusone size="small"></g:plusone></div></div>
	</div>
<p><span class="subtitle">Magic Gallery Pro 3.0 is released!</span></p>
<p><strong><br />
Hi guys, I&#8217;m pleased to tell you that I&#8217;ve just released the pro version of Magic Gallery 3.0! You can get it for €9 at <a href="http://www.magicgalleryplugin.com/">www.magicgalleryplugin.com</a>  The free version will be released at the end of januari 2012. </strong>
</p>
<p>
Since I first released Magic Gallery, a lot has been changed within WordPress. <br/><br />
I&#8217;ve decided to completely rewrite the plugin with these new functionality, to provide a better and more wordpress-native experience for the people using my plugin.<br/><br />
<br/><br />
Work is progressing fast, and below is a short list of the new functions and a video of the new functionality.
</p>
<p><span class="subtitle">A sneak peak at some of the new functions:</span></p>
<p>
 &#8211; Utilizes custom post types<br/><br />
 &#8211; Uses wordpress attachment system so images are usable system-wide<br/><br />
 &#8211; Ajax powered backend pages (pro version)<br/><br />
 &#8211; Uses native wordpress backend styles<br/><br />
 &#8211; Ability to show a map with marker (or a map with image geodata markers (pro version))<br/><br />
 &#8211; Set the position of the map (before or after the_content)<br/><br />
 &#8211; Sortable images<br/><br />
 &#8211; Sort images via drag &#038; drop (pro version).<br/><br />
 &#8211; Set gallery cover image.<br/><br />
 &#8211; Set gallery cover via ajax (pro version).<br/><br />
 &#8211; Creating/editing/deleting albums.<br/><br />
 &#8211; Uploading/editing/deleting images in these albums.<br/><br />
 &#8211; Set thumbnail and map dimensions.<br/><br />
 &#8211; Automatically generated thumbnails.<br/><br />
 &#8211; Pikachoose integration.<br/><br />
 &#8211; Fancybox integration.<br/><br />
 &#8211; Pikachoose and Fancybox combined integration.<br/><br />
 &#8211; Set position of gallery (before or after the_content)<br/><br />
 &#8211; Change thumbnail and gallery image size via the settings page.<br/><br />
 &#8211; Function to regenerate all thumbnails and images (necissary after changing the sizes).<br/><br />
 &#8211; Insert gallery’s into your other post and pages (via a metabox or shortcode) (pro version).<br/><br />
 &#8211; Hide the options page from all users except the selected one (pro version).<br/><br />
 &#8211; Change the title of the Magic Gallery (the one that is shown in the backend navigation) (pro version).<br/><br />
 &#8211; Well documented PHP code (pro version).<br/><br />
 &#8211; Comes with a well-documented CSS file that you can use in your own theme to style the plugin’s output <img src='http://www.gport.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  (pro version)<br/></p>
<p><span class="subtitle">Want to get notified at launch?:</span></p>
<p>
Then go to the plugins <a href="http://www.magicgalleryplugin.com">new website</a> and enter your email adress!<br/><br />
When you&#8217;ve shared it there with 5 of your friends, you will get a 25% discount on the paid version <img src='http://www.gport.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  And yes, there still will be a free version.<br/>
</p>
<p><span class="subtitle">More info</span></p>
<p>
On <a href="http://www.magicgalleryplugin.com">magicgalleryplugin.com</a> you can see demo&#8217;s and screenshots of all of the new features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gport.nl/en/weblog/magic-gallery-3-0-is-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Leaves Stock Images</title>
		<link>http://www.gport.nl/en/weblog/free-stock-image-leaves/</link>
		<comments>http://www.gport.nl/en/weblog/free-stock-image-leaves/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 14:07:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[stock photo]]></category>

		<guid isPermaLink="false">http://www.gport.nl/?p=1491</guid>
		<description><![CDATA[In my spare time I like to put some time into photography, and I thought that the launch of my new website was a good moment to share some of those images with you guys. Today, I&#8217;m releasing two images of some fresh green leaves for free. They are released under a creative commons 3.0 [...]]]></description>
			<content:encoded><![CDATA[<div class="social"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript">_ga.trackFacebook();</script><fb:like href="http://www.gport.nl/en/weblog/free-stock-image-leaves/" send="false" width="300" show_faces="false" action="like" font="lucida grande"></fb:like><div style="display: block; float: right; width: 390px; clear: none;"><div style="display: block; float: left; width: 110px; height: 15px; clear: none;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="gport_nl" >Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="display: block; float: left; width: 160px; height: 15px; clear: none; margin-top: 2px;"><a href="http://twitter.com/gport_nl" class="twitter-follow-button">Follow @gport_nl</a><script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></div><div style="display: block; float: left; width: 60px; height: 15px; clear: none; margin-top: 5px; margin-left: 45px;"><g:plusone size="small"></g:plusone></div></div>
	</div>
<p>
In my spare time I like to put some time into photography, and I thought that the launch of my new website was a good moment to share some of those images with you guys.<br/><br />
<br/><br />
Today, I&#8217;m releasing two images of some fresh green leaves for free. <br/>They are released under a <a href="http://creativecommons.org/licenses/by/3.0/">creative commons 3.0 license</a>. This means you can use and edit these images in any way you like in your personal and corporate work. Just don&#8217;t spread these images in any other way then by referring to this page, and always attribute to me or my website.<br/><br />
<br/><br />
By the way, I will release more images from my archives in the future! Hope you guys like it.
</p>
<p><span class="subtitle">These are the two images:</span></p>
<p>
<img src="http://www.gport.nl/wp-content/uploads/2011/09/218509_160317257366477_120132238051646_354538_2458144_o-423x600.jpg" alt="" title="218509_160317257366477_120132238051646_354538_2458144_o" width="423" height="600" class="alignleft size-large wp-image-1494" /><br />
<img src="http://www.gport.nl/wp-content/uploads/2011/09/175605_144578038940399_120132238051646_261247_5754148_o1-600x353.jpg" alt="" title="175605_144578038940399_120132238051646_261247_5754148_o(1)" width="600" height="353" class="alignleft size-large wp-image-1495" /><br />
<br/></p>
<p><span class="subtitle">Download</span></p>
<p>
<a href="http://www.facebook.com/gport.nl?sk=app_148445115247478">You can get them over here at my Facebook downloads section.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gport.nl/en/weblog/free-stock-image-leaves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meeting A Client, What To Do?</title>
		<link>http://www.gport.nl/en/weblog/productivity/meeting-client-what-to-do/</link>
		<comments>http://www.gport.nl/en/weblog/productivity/meeting-client-what-to-do/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 09:25:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://www.gport.nl/dev/gport/?p=407</guid>
		<description><![CDATA[We’ve all been there. Your first meeting with a client. Did I prepare well? How do I communicate my professionalism and knowledge? And most important, how do I make the client like me? All these things are constantly running through your mind, and are not contributing to your confidence. This post will give you a [...]]]></description>
			<content:encoded><![CDATA[<div class="social"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript">_ga.trackFacebook();</script><fb:like href="http://www.gport.nl/en/weblog/productivity/meeting-client-what-to-do/" send="false" width="300" show_faces="false" action="like" font="lucida grande"></fb:like><div style="display: block; float: right; width: 390px; clear: none;"><div style="display: block; float: left; width: 110px; height: 15px; clear: none;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="gport_nl" >Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="display: block; float: left; width: 160px; height: 15px; clear: none; margin-top: 2px;"><a href="http://twitter.com/gport_nl" class="twitter-follow-button">Follow @gport_nl</a><script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></div><div style="display: block; float: left; width: 60px; height: 15px; clear: none; margin-top: 5px; margin-left: 45px;"><g:plusone size="small"></g:plusone></div></div>
	</div>
<p>We’ve all been there. Your first meeting with a client. Did I prepare well? How do I communicate my professionalism and knowledge? And most important, how do I make the client like me? All these things are constantly running through your mind, and are not contributing to your confidence.<br/><br />
<br/><br />
This post will give you a good basic principle for your first meeting, by illustrating the main points of attention with my personal experiences.<br/><br />
Hold on to these rules, and you won’t have to be so worried about meetings anymore.
</p>
<p><span class="subtitle">Prepare</span></p>
<p>
<img src="http://www.gport.nl/wp-content/uploads/2011/04/1090138_11652506-150x100.jpg" alt="" title="1090138_11652506" width="150" height="100" class="alignright size-medium wp-image-493" /><br />
Analyse the industry of your client, and write down stuff from the competition that is common, so you can make suggestions that will make your client stand out from the crowd. This is of value for his or her business.<br/><br />
<br/><br />
You can do research on many levels. Start by searching info about your contacts personal life, especially at Facebook and LinkedIn. If you’re lucky, you can get an impression of what a person is like, and you’ll be able to anticipate a bit.<br/><br />
<br/><br />
Next, check out the corporate website and social networks where your clients company is on. Especially focus on parts that define the way that the company does business. Think of some functions that will make your clients company look stronger at those points, and suggest them to the client during the meeting. Thinking ahead like this can give you a real advantage in conversations.
</p>
<p><span class="subtitle">Relate</span></p>
<p>
<img src="http://www.gport.nl/wp-content/uploads/2011/04/1285834_20202460-150x103.jpg" alt="" title="1285834_20202460" width="150" height="103" class="alignleft size-medium wp-image-496" /><br />
In business, it’s extremely important to relate to your client. Also, it is one of the hardest things to achieve and it will take you a lot of time preparing for this. In my experience, it is vital to be able to explain technical issues in a no-nonsense way. Let me illustrate this by using an example from my experience: A client once asked me if I could explain how the process of going from a design, to front-end code works.<br/><br />
<br/><br />
Fortunately, I had thought about this before, because I figured if I would be the one buying a front-end related service somewhere, I’d want to know what I would be buying. This is what I came up with: The design is the base. We cut it up into pieces, and then start making the code. In the XHTML, where you define the structure of the site, we start making blocks of code. This still has nothing to do with the design, merely the structure and content. When we have done this, we attach another file (the CSS), where we tell what to do with each block. For instance, we can say that the block with the navigation should be 900px by 30px, with background image x and text colour y (etc.). <br/><br />
<br/><br />
For clients, it is important that you can relate to them, and explaining what you do is a vital part of business. Why would they do business with if you can’t even explain your service in their words?<br />
I can imagine that this is not so easy to think of on the fly, and this is why it is so important to spend time trying to relate to your clients before you meet with them. Research their world, look at what their competition is doing and most important, try to relate in a personal way. <br/><br />
<br/><br />
Think: What would I want to know if I were my own client?
</p>
<p><span class="subtitle">Be open</span></p>
<p>
When one of my clients asked me, how I could offer the same product (in his mind), for a lower price then the other companies he had talked to, at first I didn’t know how to respond. This is a tricky part, because you don’t want to make your clients think you are cheap in any way. I decided to put my cards on the table, and explain to him that I could do this because I am using the WordPress framework, and some other nifty tricks that will cut the actual programming time by as much as 50%. <br/><br />
<br/><br />
Make sure you communicate that you aren’t cheap to work with, but just very productive. Communicate it clearly when a wish of the client isn’t technically possible, or not in your skillset.<br/><br />
<br/><br />
Also, be honest and punctual about delays and problems you encounter. A client will appreciate the honesty, and he will be able to adjust his own planning accordingly. This will save him a lot of stress, and even more when he has to report to someone else.
</p>
<p><span class="subtitle">Make notes</span></p>
<p>
Always make notes during a meeting, especially with clients. It will give them the impression you are an active listener, which is of great importance. <br/><br />
<br/><br />
Personally, I don’t like taking digital notes during a conversation with a client. It tends to distract people quicker and moves the focus from the conversation to the screen.. Of course it’s okay to show your client relevant stuff online, like examples of what the competition is doing and stuff you did before, but for me, that’s it.<br/><br />
<br/><br />
I take notes on a moleskine notebook, and after the conversation, I type the key parts into Evernote. I also take pictures of sketches and add them to Evernote, for easy referencing during the programming process.
</p>
<p><span class="subtitle">Be yourself</span></p>
<p>
This is one of the most important advices I can give. Be yourself. Don’t be, or act like, someone you are not. For instance, why wear a suit when you normally don’t, and don’t feel comfortable in one? Your client will notice your discomfort, and think that something is not right.<br/><br />
<br/><br />
It is important for any salesperson, even if you are running your one-man business, to be self-conscious, and know how to present yourself in a way that comes closest to your individual. It will make you more comfortable, and you will radiate that to your client.
</p>
<p><span class="subtitle">Do not interrupt</span></p>
<p>
This goes hand in hand with relating to your client; being able to listen with all of your attention. Part of this is to never interrupt your clients, even when they think they know what they are talking about, but in fact they don’t.<br/><br />
<br/><br />
Don’t be afraid to tell them that in your professional opinion, they are wrong, and give them suggestions how to do this in another way, but never ever interrupt them! It will make them feel like they are not being listened to. And why would you buy something off of someone who doesn’t even listen?
</p>
<p><span class="subtitle">Final note</span></p>
<p>
Did I miss anything, do you have a correction, or perhaps a question? Please let me know below in the comments (and if you enjoyed reading this, please hit one of the buttons below)!</p>
<div class="social_bottom"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript">_ga.trackFacebook();</script><fb:like href="http://www.gport.nl/en/weblog/productivity/meeting-client-what-to-do/" send="false" width="300" show_faces="false" action="like" font="lucida grande"></fb:like><div style="display: block; float: right; width: 390px; clear: none;"><div style="display: block; float: left; width: 110px; height: 15px; clear: none;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="gport_nl" >Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="display: block; float: left; width: 160px; height: 15px; clear: none; margin-top: 2px;"><a href="http://twitter.com/gport_nl" class="twitter-follow-button">Follow @gport_nl</a><script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></div><div style="display: block; float: left; width: 60px; height: 15px; clear: none; margin-top: 5px; margin-left: 45px;"><g:plusone size="small"></g:plusone></div></div>
	</div>
]]></content:encoded>
			<wfw:commentRss>http://www.gport.nl/en/weblog/productivity/meeting-client-what-to-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Site’s Logo, The SEO Way</title>
		<link>http://www.gport.nl/en/weblog/coding/your-sites-logo-the-seo-way/</link>
		<comments>http://www.gport.nl/en/weblog/coding/your-sites-logo-the-seo-way/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 12:32:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[optimize]]></category>

		<guid isPermaLink="false">http://www.gport.nl/dev/gport/?p=544</guid>
		<description><![CDATA[A site&#8217;s logo is an element that&#8217;s always there, but a lot of designers still treat it as just an image. It&#8217;s time to change that. If we treat the logo as just an image, google will treat it that way too. But we want google to treat your company&#8217;s logo like an important heading [...]]]></description>
			<content:encoded><![CDATA[<div class="social"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript">_ga.trackFacebook();</script><fb:like href="http://www.gport.nl/en/weblog/coding/your-sites-logo-the-seo-way/" send="false" width="300" show_faces="false" action="like" font="lucida grande"></fb:like><div style="display: block; float: right; width: 390px; clear: none;"><div style="display: block; float: left; width: 110px; height: 15px; clear: none;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="gport_nl" >Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="display: block; float: left; width: 160px; height: 15px; clear: none; margin-top: 2px;"><a href="http://twitter.com/gport_nl" class="twitter-follow-button">Follow @gport_nl</a><script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></div><div style="display: block; float: left; width: 60px; height: 15px; clear: none; margin-top: 5px; margin-left: 45px;"><g:plusone size="small"></g:plusone></div></div>
	</div>
<p>
A site&#8217;s logo is an element that&#8217;s always there, but a lot of designers still treat it as just an image.</br><br />
It&#8217;s time to change that. If we treat the logo as just an image, google will treat it that way too. But we want google to treat your company&#8217;s logo like an important heading element, right?</br><br />
</br><br />
Using the stechnique I will describe now, we will make  &lt;a&gt;  element that holds your logo, and can still display an alternative heading to search engines.</br>
</p>
<p><span class="subtitle">The Code</span></p>
<p>
<strong>HTML:</strong>
</p>
<pre>&lt;h1 class="logo"&gt;&lt;a href="link-to-your-homepage.html"&gt;Company Name&lt;/a&gt;
&lt;h1&gt;</pre>
<p>
<strong>CSS:</strong>
</p>
<pre>h1.logo a {

	background-image: ('link-to-your-logo-image.jpg');
	background-repeat: no-repeat;
	width: 200px; //* Change to correct width *//
	height: 200px; //* Change to correct height *//
	text-indent: -9999px;
	display: block;

}</pre>
<p>
As you can see, the core of the code up here is the usage of a background-image for the link element, and the usage of text-indent.</br><br />
Text indent makes sure your text indents (duh). What this means in our case is that it is effectively moving the text 9999 pixels off-screen, so that we as end users do not see it.</br><br />
The search engine bots that crawl your site however, will see the content in there.</br><br />
</br><br />
So now, in stead of showing search engine bots an image, we are giving them the heading they need: your company name.</br>
</p>
<p><span class="subtitle">Last notes</span></p>
<p>
This approach has another minor design advantage, you can give your logo a nice and fancy hover effect (check the logo on top of this site). It was created using the same technique, and adding a simple :hover element in the css.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gport.nl/en/weblog/coding/your-sites-logo-the-seo-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magic Gallery WordPress Plugin</title>
		<link>http://www.gport.nl/en/weblog/magic-gallery-wordpress-plugin/</link>
		<comments>http://www.gport.nl/en/weblog/magic-gallery-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 16:04:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Wordpress @en]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[magic gallery]]></category>

		<guid isPermaLink="false">http://www.gport.nl/dev/gport/?p=505</guid>
		<description><![CDATA[Magic Gallery Pro 3.0 is released! Hi guys, I&#8217;m pleased to tell you that I&#8217;ve just released the pro version of Magic Gallery 3.0! You can get it for €9 at www.magicgalleryplugin.com The free version will be released at the end of januari 2012. Description Today I give you a brand new plugin for WordPress: [...]]]></description>
			<content:encoded><![CDATA[<div class="social"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript">_ga.trackFacebook();</script><fb:like href="http://www.gport.nl/en/weblog/magic-gallery-wordpress-plugin/" send="false" width="300" show_faces="false" action="like" font="lucida grande"></fb:like><div style="display: block; float: right; width: 390px; clear: none;"><div style="display: block; float: left; width: 110px; height: 15px; clear: none;"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="gport_nl" >Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="display: block; float: left; width: 160px; height: 15px; clear: none; margin-top: 2px;"><a href="http://twitter.com/gport_nl" class="twitter-follow-button">Follow @gport_nl</a><script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></div><div style="display: block; float: left; width: 60px; height: 15px; clear: none; margin-top: 5px; margin-left: 45px;"><g:plusone size="small"></g:plusone></div></div>
	</div>
<p><span class="subtitle">Magic Gallery Pro 3.0 is released!</span></p>
<p><strong><br />
Hi guys, I&#8217;m pleased to tell you that I&#8217;ve just released the pro version of Magic Gallery 3.0! You can get it for €9 at <a href="http://www.magicgalleryplugin.com/">www.magicgalleryplugin.com</a>  The free version will be released at the end of januari 2012. </strong>
</p>
<p><span class="subtitle">Description</span></p>
<p>
Today I give you a brand new plugin for WordPress: Magic Gallery!<br/><br />
It is a simple image gallery with abilities to create albums and upload images from the WordPress admin area. For a list of all the features check below.<br/><br />
<br/><br />
You can <a href="http://wordpress.org/extend/plugins/magic-gallery/">download the plugin here</a>.<br/><br />
You can find the support forums over at the <a href="http://wordpress.org/tags/magic-gallery?forum_id=10">WordPress Support Forum</a>.<br/>
</p>
<p><span class="subtitle">Features:</span></p>
<p>
    &#8211;  Creating/editing/deleting albums.<br/><br />
    &#8211;  Uploading/editing/deleting images in these albums.<br/><br />
    &#8211;  Set thumbnail dimensions.<br/><br />
    &#8211;  Uses a shortcode to display one (or multiple) album inside a post or page.<br/><br />
    &#8211;  Option to choose between different gallerys (Lightbox2, Pikachoose so far).<br/><br />
    &#8211;  On the fly thumbnail generation thanks to Smart Image Resizer (PHP), found on shiftingpixel.com.<br/><br />
    &#8211;  Option to hide/display image titles in the gallery.<br/><br />
    &#8211;  Set a maximum amount of characters for the titles.<br/><br />
    &#8211;  Option to show all images into one album.<br/><br />
    &#8211;  Widget with the ability to show the images of an album in the sidebar.<br/><br />
    &#8211;  Synchronize images via FTP.<br/>
</p>
<p><span class="subtitle">Update 2.0 released!</span></p>
<p>
I’ve been working on an update, version 2.0 has just hit the WordPress Plugin Directory! It includes the following fixes/functions:<br/><br />
<br/><br />
- You can now use multiple albums on one page without any problems (for both gallery types!).<br/><br />
- There is now a widget included that will display a small gallery in the sidebar. The widget has options like title, height and width to make it fully customizable (and again, there’s one for both gallery types!).<br/><br />
- The plugin now uses wp_register script to load all the css and js, so it won’t be in your body anymore.<br/><br />
- All thumbnails now have editable dimensions, and the cropratio changes with it too.<br/><br />
- Album titles and descriptions can now be edited.<br/><br />
- Image titles are now editable, as well as the ability to move a picture to a different album.<br/><br />
- You can now upload images to albums via FTP, and then go to the new Synchronize Images page and add all the new images automagically to the database.<br/><br />
- The name Magic Gallery has now been properly spelled in the code :p<br/><br />
- The options page is reordered into a more clear and user-friendly page.<br/><br />
- More Pikachoose options, like transitions and speed of the effect.<br/><br />
- The Pikachoose gallery now has editable dimensions (for both the big image and the thumbnails).<br/><br />
<br/><br />
Many thanks to Mauricio Cunha from <a href="http://www.mcunha98.com">mcunha98.com</a> for adding some of these new features and sharing them with us!<br/>
</p>
<p><span class="subtitle">Update 1.8 released!</span></p>
<p>
I’ve been working on an update, version 1.8 has just hit the WordPress Plugin Directory! It includes the following fixes/functions:<br/><br />
<br/><br />
- The gallery will now be displayed inside the_post (meaning it won’t always be on the top of the page anymore, but on the place where you placed the shortcode).<br/><br />
- The URL to the thumbnails is changed to one that works for more people (I hope <img src='http://www.gport.nl/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ).<br/><br />
- The imageconvolution error is fixed.<br/><br />
- The gallery images are now sorted by ID, so that they will be ordered in the same order you’ve uploaded them.<br/><br />
- The Pikachoose gallery type now has the option to enable or disable the autostart of the slideshow.<br/><br />
- The Lightbox loading image and close image have been fixed, they are working again.<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gport.nl/en/weblog/magic-gallery-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

