<?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>4D Media - Vancouver Wordpress Development &#38; Web Hosting</title>
	<atom:link href="http://www.4d-media.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.4d-media.ca</link>
	<description></description>
	<lastBuildDate>Fri, 14 Jun 2013 04:15:17 +0000</lastBuildDate>
	<language>en-EN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Joomla site compromised</title>
		<link>http://www.4d-media.ca/joomla-site-compromised/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=joomla-site-compromised</link>
		<comments>http://www.4d-media.ca/joomla-site-compromised/#comments</comments>
		<pubDate>Mon, 10 Jun 2013 23:09:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting News]]></category>

		<guid isPermaLink="false">http://www.4d-media.ca/?p=551</guid>
		<description><![CDATA[One of the sites on the server was being used for cyber attacks and the account is currently suspended.]]></description>
				<content:encoded><![CDATA[<p>One of the sites on the server was being used for cyber attacks and the account is currently suspended.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4d-media.ca/joomla-site-compromised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla site on server compromised</title>
		<link>http://www.4d-media.ca/joomla-site-on-server-compromised/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=joomla-site-on-server-compromised</link>
		<comments>http://www.4d-media.ca/joomla-site-on-server-compromised/#comments</comments>
		<pubDate>Thu, 06 Jun 2013 19:33:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting News]]></category>

		<guid isPermaLink="false">http://www.4d-media.ca/?p=547</guid>
		<description><![CDATA[Just wanted to provide an update that one of the Joomla sites on the shared server was compromised.  Malicious files have been found and removed from the site.]]></description>
				<content:encoded><![CDATA[<p>Just wanted to provide an update that one of the Joomla sites on the shared server was compromised.  Malicious files have been found and removed from the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4d-media.ca/joomla-site-on-server-compromised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Targeting Specific Browser&#8217;s for CSS Hacks</title>
		<link>http://www.4d-media.ca/targeting-specific-browsers-for-css-hacks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=targeting-specific-browsers-for-css-hacks</link>
		<comments>http://www.4d-media.ca/targeting-specific-browsers-for-css-hacks/#comments</comments>
		<pubDate>Sat, 10 Nov 2012 00:45:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.4d-media.ca/?p=387</guid>
		<description><![CDATA[It&#8217;s not ideal, but sometimes we need to resort to targeting specific browsers. Here is a guide of some methods/tricks to target IE, Safari &#38; Chrome to help make your designs appear correctly in all major browsers. I have compiled &#8230; <a href="http://www.4d-media.ca/targeting-specific-browsers-for-css-hacks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong><br />
</strong></p>
<p>It&#8217;s not ideal, but sometimes we need to resort to targeting specific browsers.</p>
<p><a href="http://www.4d-media.ca/wp-content/uploads/2012/11/ninjacss.png"><img class="alignleft size-medium wp-image-391" title="ninjacss" src="http://www.4d-media.ca/wp-content/uploads/2012/11/ninjacss-300x182.png" alt="" width="200" /></a></p>
<p>Here is a guide of some methods/tricks to target IE, Safari &amp; Chrome to help make your designs appear correctly in all major browsers. I have compiled these from various online sources.</p>
<p>&nbsp;</p>
<h2></h2>
<h2></h2>
<h2>Internet Explorer</h2>
<pre class="syntax brush-css">  .class{
  width:200px; /* All browsers */
  *width:250px; /* IE */
  _width:300px; /* IE6 */
  .width:200px; /* IE7 */	
}</pre>
<pre style="font-size: 10px;">source: http://www.catswhocode.com/blog/15-techniques-and-tools-for-cross-browser-css-coding</pre>
<h2>Chrome &amp; Safari</h2>
<pre class="syntax brush-css">/**
 * This hack targets the Webkit browser engine
 * which includes Safari and Chrome.
 */
@media screen and (-webkit-min-device-pixel-ratio:0) {

    div.css {
        width: 300px;
        height: 200px;
        border: 1px solid blue;
    }
}</pre>
<pre style="font-size: 10px;">Source: http://technify.me/code-snippets/css-hack-to-target-safari-and-chrome/</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.4d-media.ca/targeting-specific-browsers-for-css-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.4d-media.ca/374/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=374</link>
		<comments>http://www.4d-media.ca/374/#comments</comments>
		<pubDate>Wed, 31 Oct 2012 07:07:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JV Tennis]]></category>

		<guid isPermaLink="false">http://www.4d-media.ca/?p=374</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.4d-media.ca/wp-content/uploads/2012/08/2012-08-24_16-00-511.png"><img class="alignright size-medium wp-image-261" title="2012-08-24_16-00-51" src="http://www.4d-media.ca/wp-content/uploads/2012/08/2012-08-24_16-00-511-300x212.png" alt="" width="300" height="212" /></a></p>
<p><a href="http://www.4d-media.ca/wp-content/uploads/2012/08/2012-08-24_16-01-12.png"><img class="alignright size-medium wp-image-260" title="2012-08-24_16-01-12" src="http://www.4d-media.ca/wp-content/uploads/2012/08/2012-08-24_16-01-12-300x209.png" alt="" width="300" height="209" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.4d-media.ca/374/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Invaluable Resources for Web Developers</title>
		<link>http://www.4d-media.ca/top-5-invaluable-resources-for-web-developers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=top-5-invaluable-resources-for-web-developers</link>
		<comments>http://www.4d-media.ca/top-5-invaluable-resources-for-web-developers/#comments</comments>
		<pubDate>Sun, 16 Sep 2012 19:42:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.4d-media.ca/?p=265</guid>
		<description><![CDATA[Stackoverflow is an invaluable, question and answer type website.  It is a very well-organized and active site with a clean, friendly, user interface. &#160; &#160; &#160;  Github offers a place for collaborative coding which helps people, &#8220;build software together&#8221;. &#160; &#8230; <a href="http://www.4d-media.ca/top-5-invaluable-resources-for-web-developers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" title="Stack overflow" src="http://blog.flattr.net/wp-content/uploads/2011/09/stackoverflow.png" alt="" width="250" height="70" /></p>
<p><strong>Stackoverflow</strong> is an invaluable, question and answer type website.  It is a very well-organized and active site with a clean, friendly, user interface.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="alignleft" title="GitHub" src="http://upload.wikimedia.org/wikipedia/commons/b/b3/GitHub.svg" alt="" width="253" height="112" /></p>
<p>&nbsp;</p>
<p><strong> Github</strong> offers a place for collaborative coding which helps people, &#8220;build software together&#8221;.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="alignleft" title="Paste Bin" src="http://www.userlogos.org/files/logos/inductiveload/Pastebin.png" alt="" width="240" height="180" /></p>
<p>&nbsp;</p>
<p><strong><br />
</strong></p>
<p><strong>Pastebin</strong> is a place where we can post, or &#8220;paste&#8221; rather, text/code for a set period of time.  It offers syntax-based styling and the ability to set when the pasted content should expire.  This comes in handy when you want to share code with people such as when wanting to reference your own code when posting in an online forum.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="alignleft" title="Color Scheme Designer" src="http://2.bp.blogspot.com/_Eiwce13X738/S-hEjZritBI/AAAAAAAAIQk/pbxnRDP_Vjc/s1600/ColorSchemeDesigner.1.png" alt="" width="240" height="162" /></p>
<p><strong>Color Scheme Designer</strong> is a very useful tool to get color combination ideas.  I generally use it when I need to find colours to compliment a colour I have already chosen.  For example, I may plugin the colour of a logo I am using to find colours to use in a header.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img class="alignleft" title="W3 Schools" src="http://iscreamithost.com/ccp/wp-content/uploads/2010/11/w3schools.com_03.png" alt="" width="300" height="225" /><strong></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>w3 Schools</strong> is all about teaching us how to build websites.  They offer tutorials and examples of the wb&#8217;s most popular languages such as HTML, CSS, JavaScript, JQuery, XML, ASP.NET, PHP etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4d-media.ca/top-5-invaluable-resources-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update:</title>
		<link>http://www.4d-media.ca/update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=update</link>
		<comments>http://www.4d-media.ca/update/#comments</comments>
		<pubDate>Sat, 02 Jun 2012 20:05:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.4d-media.ca/?p=215</guid>
		<description><![CDATA[[notice] We are unable to provide our services at this time. Please check back soon. [/notice]]]></description>
				<content:encoded><![CDATA[<p>[notice] We are unable to provide our services at this time. Please check back soon. [/notice]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4d-media.ca/update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capsule CRM</title>
		<link>http://www.4d-media.ca/capsule-crm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=capsule-crm</link>
		<comments>http://www.4d-media.ca/capsule-crm/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 23:19:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.4d-media.ca/?p=147</guid>
		<description><![CDATA[http://capsulecrm.com/?referrer=RKHFXF]]></description>
				<content:encoded><![CDATA[<pre><a href="http://capsulecrm.com/?referrer=RKHFXF ">http://capsulecrm.com/?referrer=RKHFXF</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.4d-media.ca/capsule-crm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Key word Frequency &#124; On Page SEO Explained</title>
		<link>http://www.4d-media.ca/key-word-frequency-page-seo-explained/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=key-word-frequency-page-seo-explained</link>
		<comments>http://www.4d-media.ca/key-word-frequency-page-seo-explained/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 19:24:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.4d-media.ca/?p=127</guid>
		<description><![CDATA[Keyword Frequency is the measure of the number of times a keyword appears on a page, or in a particular region of a page.  Search Engines place importance in the number of times a keyword is listed on your page. In &#8230; <a href="http://www.4d-media.ca/key-word-frequency-page-seo-explained/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Keyword Frequency is the measure of the number of times a keyword appears on a page, or in a particular region of a page.  Search Engines place importance in the number of times a keyword is listed on your page. In general, the more times a keyword appears on the page, the more relevant it will be to that search.  However, search engines will penalize you for keyword spamming if they feel you were excessive. A standard recommended repetition of each keyword is 3-10 times.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4d-media.ca/key-word-frequency-page-seo-explained/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Color Scheme Designer &#124; What colours go well together?</title>
		<link>http://www.4d-media.ca/color-scheme-designer-colours-together/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=color-scheme-designer-colours-together</link>
		<comments>http://www.4d-media.ca/color-scheme-designer-colours-together/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 19:18:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[color scheme designer]]></category>

		<guid isPermaLink="false">http://www.4d-media.ca/?p=125</guid>
		<description><![CDATA[Quite often I find myself in a position where I need to determine what colours go together. Having no formal training in color theory, except for a memory of color wheel from elementary school art class, I have been forced &#8230; <a href="http://www.4d-media.ca/color-scheme-designer-colours-together/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Quite often I find myself in a position where I need to determine what colours go together. Having no formal training in color theory, except for a memory of color<a href="http://www.4d-media.ca/wp-content/uploads/2011/11/color-scheme-designer.png"><img class="alignright size-medium wp-image-49" title="color-scheme-designer" src="http://www.4d-media.ca/wp-content/uploads/2011/11/color-scheme-designer-300x190.png" alt="" width="300" height="190" /></a> wheel from elementary school art class, I have been forced to learn from observation. The fact is, we are surrounded by examples of what colours go well together. Book covers, cereal boxes, soda cans &#8211; people are paid big bucks to come up with these colour combinations, aren&#8217;t they? So, why not try and learn from the best?Well, the problem is that this technique can only get me so far. Sure, I can get some great ideas by taking note of posters at the community center and bilboard advertisements, but when the time comes to build a client&#8217;s website &#8211; how do I apply all of those ideas?  About six months ago, I came across <a href="\&quot;http://colorschemedesigner.com/\&quot;" target="\&quot;_blank\&quot;">Color Scheme Designer</a>.</p>
<p>This jquery web-app is a fantastic resource for generating color schemes. Take the situation where a client has a logo but wants a website. I can scan his business card, retrieve the hexadecimal value of one of the elements from the card and plug this value into Color Scheme Designer. Then, it will generate different color schemes for me on-the-fly. It even generates dummy web pages so I can see the virutal color palette in action. This is a very helpful tool for anybody who works with colours.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4d-media.ca/color-scheme-designer-colours-together/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to reset admin password in Joomla</title>
		<link>http://www.4d-media.ca/how-to-reset-admin-password-in-joomla/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-reset-admin-password-in-joomla</link>
		<comments>http://www.4d-media.ca/how-to-reset-admin-password-in-joomla/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 00:22:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.4d-media.ca/?p=115</guid>
		<description><![CDATA[Have you locked yourself out of your Joomla installation?  Follow these instructions to let yourself back in. 1. Browse your Joomla database (phpMyAdmin or other) and select the jos_users table 2. Edit the record with your desired username (typically admin) &#8230; <a href="http://www.4d-media.ca/how-to-reset-admin-password-in-joomla/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Have you locked yourself out of your Joomla installation?  Follow these instructions to let yourself back in.</p>
<p>1. Browse your Joomla database (phpMyAdmin or other) and select the jos_users table</p>
<p>2. Edit the record with your desired username (typically admin)</p>
<p>3. You will notice that passwords appear encrypted.</p>
<p>a) If the password appears encrypted but does not contain &#8220;:&#8221;, it is likely just an MD5 encryption.  In that case, type in the text string version of your new password, select &#8220;MD5&#8243; from the drop-down menu and click &#8220;go&#8221; or &#8220;update&#8221;.</p>
<p>b)  If you see a &#8220;:&#8221; somewhere in the password, this means it has been encrypted with an MD5 has + salt for added security.  Use <a href="http://www.subclosure.com/generate-new-joomla-1-5-md5salt-encrypted-passwords-to-store-in-database.html">this link</a> to generate an encrypted password with Joomla salt.  Copy it and paste it into the password field in your database entry.  Click &#8220;go&#8221; or &#8220;update&#8221;.</p>
<p>4. Login to Joomla with your new password.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4d-media.ca/how-to-reset-admin-password-in-joomla/feed/</wfw:commentRss>
		<slash:comments>0</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
Database Caching 2/39 queries in 0.032 seconds using disk
Object Caching 675/750 objects using disk
Content Delivery Network via N/A
Application Monitoring using New Relic

 Served from: www.4d-media.ca @ 2013-06-19 07:27:01 by W3 Total Cache -->