<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Vfxdude &#187; Tag: google - Recent Topics</title>
		<link>http://www.vfxdude.com/forum/tags/google</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 11:35:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.vfxdude.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vfxdude.com/forum/rss/tags/google/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>aw2 on "Google Web Fonts - different font weights"</title>
			<link>http://www.vfxdude.com/forum/topic/google-web-fonts-different-font-weights#post-7729</link>
			<pubDate>Sun, 27 Nov 2011 23:22:43 +0000</pubDate>
			<dc:creator>aw2</dc:creator>
			<guid isPermaLink="false">7729@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;In BigFeature 1.4.1.1 I want to use different weights of a font-family&#60;/p&#62;
&#60;p&#62;e.g.&#60;br /&#62;
Signika Negative&#60;/p&#62;
&#60;p&#62;contains:&#60;br /&#62;
Book 300&#60;br /&#62;
Normal 400&#60;br /&#62;
Semi-bold 600&#60;br /&#62;
Bold 700&#60;/p&#62;
&#60;p&#62;I only want to use the book and bold and in the BF theme settings I tried diferent codes, comma separated. Unfortunately I do not succeed and only get one weight&#60;/p&#62;
&#60;p&#62;What code do I have to use in the BF theme settings to implement certain weights of a google web font?&#60;/p&#62;
&#60;p&#62;Thanks for helping me out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>norwegianmood on "Google Web Fonts"</title>
			<link>http://www.vfxdude.com/forum/topic/google-web-fonts#post-6089</link>
			<pubDate>Tue, 22 Mar 2011 22:55:40 +0000</pubDate>
			<dc:creator>norwegianmood</dc:creator>
			<guid isPermaLink="false">6089@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Any chance of including Google Web Fonts in the theme as an alternative to Cufon?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelrow on "How to add extra scripts?"</title>
			<link>http://www.vfxdude.com/forum/topic/how-to-add-extra-scripts#post-4913</link>
			<pubDate>Fri, 26 Nov 2010 01:42:58 +0000</pubDate>
			<dc:creator>pixelrow</dc:creator>
			<guid isPermaLink="false">4913@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;How can i add Scripts like google fonts or typekit? - the add script section in the options does not work.&#60;/p&#62;
&#60;p&#62;Thank You for your help :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mel on "GoogleMaps + JavaScript in Post - Problem"</title>
			<link>http://www.vfxdude.com/forum/topic/googlemaps-javascript-in-post-problem#post-2823</link>
			<pubDate>Wed, 09 Jun 2010 19:29:28 +0000</pubDate>
			<dc:creator>Mel</dc:creator>
			<guid isPermaLink="false">2823@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi everybody&#60;br /&#62;
I tried to integrate a google-map via their Javascript - lib into a Blogpost.&#60;br /&#62;
THe JS - file is loaded but the additional content is not added to display the map in the body.&#60;br /&#62;
Since it works with the original wordpress theme, it must be something in the theme, that blocks the integration of javascript into the body of the posts.&#60;/p&#62;
&#60;p&#62;Default Wordpress Theme:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;div id=&#34;canvas_b07V&#34; style=&#34;width:400px; height:400px&#34; class=&#34;google-map-sc-canvas&#34;&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
var map_canvas_b07V;&#60;br /&#62;
var map_points_canvas_b07V =  new Array();&#60;br /&#62;
map_points_canvas_b07V[0] = {'point':{'lat':&#34;51.1656910&#34;,'long':&#34;10.4515260&#34;},'info':&#34;blah&#34;};&#60;br /&#62;
addLoadEvent(function(){&#60;br /&#62;
map_canvas_b07V = new gmshc_render(&#34;canvas_b07V&#34;,map_points_canvas_b07V, 10);&#60;br /&#62;
});&#60;br /&#62;
addEvent(window,'unload',GUnload,false);&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;BF - Code of an emtpy post&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;!-- begin post --&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div id=&#34;post-518&#34; class=&#34;post single normal hentry p1 post draft author-agnes category-allgemein untagged y2010 m06 d09 h21&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;postimage&#34;&#38;gt;&#38;lt;/div&#38;gt;            &#60;/p&#62;
&#60;p&#62;            &#38;lt;div class=&#34;post-title&#34;&#38;gt;&#38;lt;h1&#38;gt;&#60;a href=&#34;http://2010wses.org/?p=518&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to Googletest&#34;&#62;Googletest&#60;/a&#62;&#38;lt;/h1&#38;gt;&#38;lt;/div&#38;gt;            &#60;/p&#62;
&#60;p&#62;			&#38;lt;script type=&#34;text/javascript&#34;&#38;gt; Cufon.refresh(); &#38;lt;/script&#38;gt;			            &#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;pagelink&#34;&#38;gt;&#38;lt;/div&#38;gt;            &#60;/p&#62;
&#60;p&#62;			&#38;lt;div id=&#34;after-article&#34;&#38;gt;&#38;lt;/div&#38;gt;            &#60;/p&#62;
&#60;p&#62;		&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;!-- end post --&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Is this use of JS somehow blocked?&#60;br /&#62;
If yes, where is the place to switch JS on?&#60;br /&#62;
Thanks for your help&#60;br /&#62;
Mel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>illusio on "SEO Issue"</title>
			<link>http://www.vfxdude.com/forum/topic/seo-issue#post-257</link>
			<pubDate>Wed, 25 Nov 2009 06:29:22 +0000</pubDate>
			<dc:creator>illusio</dc:creator>
			<guid isPermaLink="false">257@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Since I&#38;#39;ve been using BigFeature, my page ranking in Google has been producing some strange results. I installed WordPress in a subfolder called &#38;quot;wp&#38;quot; from &#60;a href=&#34;http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory&#34;&#62;this tutorial&#60;/a&#62;. For example, do a search for &#38;quot;illusio design&#38;quot; with Firefox and this is the result below. My site used to come up first.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.illusiodesign.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.illusiodesign.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.illusiodesign.com/?page_id=2&#34; rel=&#34;nofollow&#34;&#62;http://www.illusiodesign.com/?page_id=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you can see, there&#38;#39;s no site description or abstract provided. I&#38;#39;m using the All in One SEO Pack and Meta Tag Manager to create the meta tags. I&#38;#39;m just wondering if installing in a sub directory is affecting Google page rank. Any thoughts and anyone else running into this issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>secureyourself on "RSS Feed in Google Chrome"</title>
			<link>http://www.vfxdude.com/forum/topic/rss-feed-in-google-chrome#post-611</link>
			<pubDate>Thu, 31 Dec 2009 11:37:18 +0000</pubDate>
			<dc:creator>secureyourself</dc:creator>
			<guid isPermaLink="false">611@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;The RSS Feeds work in Internet Explorer and Mozilla Firefox, but fail to do so in Google Chrome.  Is anyone else experiencing this same issue?  Can it be rectified?  If so, how?  Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>megahurt on "Ad space help needed"</title>
			<link>http://www.vfxdude.com/forum/topic/ad-space-help-needed#post-108</link>
			<pubDate>Sun, 15 Nov 2009 17:07:39 +0000</pubDate>
			<dc:creator>megahurt</dc:creator>
			<guid isPermaLink="false">108@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I&#38;#39;d like to use some of the Ad space the way you show in your demo &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/08/the-bf-slider/&#34;&#62;HERE&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Google Adsense maybe? I&#38;#39;m a newb in that area, but I do have my adsense account set up. the 4-up ads that you show would be nice to start with.&#60;/p&#62;
&#60;p&#62;Any help would be great.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

