<?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>art,website and SEO</title>
	<atom:link href="http://artfantasy.revivalx.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://artfantasy.revivalx.com</link>
	<description></description>
	<lastBuildDate>Tue, 29 Dec 2009 22:21:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Web Elements are just another web widget – so can you trust them on your site?</title>
		<link>http://artfantasy.revivalx.com/2009/12/29/google-web-elements-are-just-another-web-widget-%e2%80%93-so-can-you-trust-them-on-your-site/</link>
		<comments>http://artfantasy.revivalx.com/2009/12/29/google-web-elements-are-just-another-web-widget-%e2%80%93-so-can-you-trust-them-on-your-site/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 22:15:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://artfantasy.revivalx.com/?p=501</guid>
		<description><![CDATA[
Widgets and badges like the Google Elements are an ideal tool for quickly  adding content to a page or a site. They bring in third –party functionality without needing much in the way of code- and they also mean that you can quickly swap out a widget if it doesn’t  provide useful functionality without affecting [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">
<p style="text-align: justify;">Widgets and badges like the Google Elements are an ideal tool for quickly  adding content to a page or a site. They bring in third –party functionality without needing much in the way of code- and they also mean that you can quickly swap out a widget if it doesn’t  provide useful functionality without affecting your page design or code. They’re also Yahoo! will be taking the web to TV.<span id="more-501"></span></p>
<p style="text-align: justify;">Google us</p>
]]></content:encoded>
			<wfw:commentRss>http://artfantasy.revivalx.com/2009/12/29/google-web-elements-are-just-another-web-widget-%e2%80%93-so-can-you-trust-them-on-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Web Standards Checklist, How to make a proper website</title>
		<link>http://artfantasy.revivalx.com/2009/12/27/a-web-standards-checklist-how-to-make-a-proper-website/</link>
		<comments>http://artfantasy.revivalx.com/2009/12/27/a-web-standards-checklist-how-to-make-a-proper-website/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 19:01:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Standard]]></category>

		<guid isPermaLink="false">http://artfantasy.revivalx.com/?p=496</guid>
		<description><![CDATA[The term web standards can mean different things to different people. For some, it is &#8216;table-free sites&#8217;, for others it is &#8216;using valid code&#8217;. However, web standards are much broader than that. A site built to web standards should adhere to standards (HTML, XHTML, XML, CSS, XSLT, DOM, MathML, SVG etc) and pursue best practices [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The term <strong>web standards</strong> can mean different things to different people. For some, it is &#8216;table-free sites&#8217;, for others it is &#8216;using valid code&#8217;. However,<strong> web standards</strong> are much broader than that. A site built to <strong>web standards </strong>should adhere to standards (<strong>HTML, XHTML, XML, CSS, XSLT, DOM, MathML, SVG </strong>etc) and pursue best practices (valid code, accessible code, semantically correct code, user-friendly <strong>URLs </strong>etc).<span id="more-496"></span></p>
<p style="text-align: justify;">In other words, a site built to <strong>web standards </strong>should ideally be lean, clean, <strong>CSS</strong>-based, accessible, usable and<strong> search engine</strong> friendly.</p>
<p style="text-align: justify;">About the checklist</p>
<p style="text-align: justify;">This is not an uber-checklist. There are probably many items that could be added. More importantly, it should not be seen as a list of items that must be addressed on every site that you develop. It is simply a guide that can be used:</p>
<p style="text-align: justify;">* to show the breadth of <strong>web standards</strong><br />
* as a handy tool for developers during the production phase of websites<br />
* as an aid for developers who are interested in moving towards web standards</p>
<h3 style="text-align: justify;">The checklist</h3>
<p style="text-align: justify;">1.Quality of code<br />
1. Does the site use a correct Doctype?<br />
2. Does the site use a Character set?<br />
3. Does the site use Valid <strong>(X)HTML</strong>?<br />
4. Does the site use Valid <strong>CSS</strong>?<br />
5. Does the site use any <strong>CSS </strong>hacks?<br />
6. Does the site use unnecessary classes or ids?<br />
7. Is the code well structured?<br />
8. Does the site have any broken links?<br />
9. How does the site perform in terms of speed/page size?<br />
10. Does the site have <strong>JavaScript </strong>errors?</p>
<p style="text-align: justify;">
<h3>2. Degree of separation between content and presentation</h3>
<p style="text-align: justify;">1. Does the site use <strong>CSS </strong>for all presentation aspects (fonts, colour, padding, borders etc)?<br />
2. Are all decorative images in the <strong>CSS</strong>, or do they appear in the<strong> (X)HTML</strong>?</p>
<p style="text-align: justify;">
<h3>3. Accessibility for users</h3>
<p style="text-align: justify;">1. Are &#8220;alt&#8221; attributes used for all descriptive images?<br />
2. Does the site use relative units rather than absolute units for text size?<br />
3. Do any aspects of the layout break if font size is increased?<br />
4. Does the site use visible skip menus?<br />
5. Does the site use accessible forms?<br />
6. Does the site use accessible tables?<br />
7. Is there sufficient colour brightness/contrasts?<br />
8. Is colour alone used for critical information?<br />
9. Is there delayed responsiveness for dropdown menus (for users with reduced motor skills)?<br />
10. Are all links descriptive (for blind users)?</p>
<p style="text-align: justify;">
<h3>4. Accessibility for devices</h3>
<p style="text-align: justify;">1. Does the site work acceptably across modern and older browsers?<br />
2. Is the content accessible with <strong>CSS </strong>switched off or not supported?<br />
3. Is the content accessible with images switched off or not supported?<br />
4. Does the site work in text browsers such as Lynx?<br />
5. Does the site work well when printed?<br />
6. Does the site work well in<strong> Hand Held devices</strong>?<br />
7. Does the site include detailed metadata?<br />
8. Does the site work well in a range of browser window sizes?</p>
<h3>5. Basic Usability</h3>
<p style="text-align: justify;">1. Is there a clear visual hierarchy?<br />
2. Are heading levels easy to distinguish?<br />
3. Does the site have easy to understand navigation?<br />
4. Does the site use consistent navigation?<br />
5. Are links underlined?<br />
6. Does the site use consistent and appropriate language?<br />
7. Do you have a sitemap page and contact page? Are they easy to find?<br />
8. For large sites, is there a search tool?<br />
9. Is there a link to the home page on every page in the site?<br />
10. Are visited links clearly defined with a unique colour?</p>
<h3>6. Site management</h3>
<p style="text-align: justify;">1. Does the site have a meaningful and helpful 404 error page that works from any depth in the site?<br />
2. Does the site use friendly URLs?<br />
3. Do your URLs work without &#8220;www&#8221;?<br />
4. Does the site have a favicon?</p>
<p style="text-align: justify;"><a href="http://artfantasy.revivalx.com/wp-content/uploads/2009/12/CSS-Mastery-Advanced-Web-Standards-Solutions-Second-Edition.jpg"><img class="aligncenter size-full wp-image-499" title="CSS Mastery- Advanced Web Standards Solutions, Second Edition" src="http://artfantasy.revivalx.com/wp-content/uploads/2009/12/CSS-Mastery-Advanced-Web-Standards-Solutions-Second-Edition.jpg" alt="" width="121" height="160" /></a></p>
<p><a href="http://www.amazon.com/gp/product/1430223979?ie=UTF8&amp;tag=revivproje-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1430223979">CSS Mastery: Advanced Web Standards Solutions, Second Edition</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=revivproje-20&amp;l=as2&amp;o=1&amp;a=1430223979" border="0" alt="" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://artfantasy.revivalx.com/2009/12/27/a-web-standards-checklist-how-to-make-a-proper-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some optimizing tips to take away</title>
		<link>http://artfantasy.revivalx.com/2009/12/26/some-optimizing-tips-to-take-away/</link>
		<comments>http://artfantasy.revivalx.com/2009/12/26/some-optimizing-tips-to-take-away/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 20:08:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://artfantasy.revivalx.com/?p=492</guid>
		<description><![CDATA[As you can see, creating an animated optimized banner is not only about animating skills, but mostly about custom tricks for optimizing without damaging the original pieces.
Throughout the whole process we saw that one of the most important things when creating an animated banner is not only that you are skilled as a animator / [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">As you can see, creating an animated optimized banner is not only about animating skills, but mostly about custom tricks for optimizing without damaging the original pieces.</p>
<p style="text-align: justify;">Throughout the whole process we saw that one of the most important things when creating an animated banner is not only that you are skilled as a animator / programmer, but also that you or someone in your team is skilled when reducing file sizes to fit the specs that the publishers will give you before making the pieces . These are some tips that may be useful for you in the future, to reduce file sizes without damaging the banners too much:<span id="more-492"></span></p>
<ol style="text-align: justify;">
<li>Plan the banner and its idea, being aware of the size you have available , maybe there will be some rich media banners in which you’ll do all you wanted to.</li>
<li>Use <strong>Size </strong>report from <strong>Flash Publish </strong>settings as one of your main tools, checking which frame is loading the most of the file size and if something needs to be redistributed .</li>
<li>It’s easier to do a rough full version and then optimize it than creating everything optimized from the very beginning . The same for <strong>image </strong>sequences. Make them full and then remove frames as needed.</li>
<li>Regarding text, if it is not very large you can write it in <strong>Flash </strong>and then break it into shapes, but if there’s a lot of text you should create it in <strong>JPEG </strong>or <strong>GIF </strong>format.</li>
<li>If the banner has audio features , try export them as mono on a higher quality, as long as the sound isn’t completely messed up.</li>
<li>Try avoid <strong>PNG </strong>or formats including transparency when using bitmaps (for either texts or other <strong>images</strong>). You can use formats using a white or black background and then play with the blending mode available in <strong>Flash </strong>to make it disappear.</li>
<li>As the solution , and also if everything else failed or wasn’t enough, try to remove some time from the timelines of your <strong>Flash </strong>movies.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://artfantasy.revivalx.com/2009/12/26/some-optimizing-tips-to-take-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving the Google Canonical Problem</title>
		<link>http://artfantasy.revivalx.com/2009/12/25/solving-the-google-canonical-problem/</link>
		<comments>http://artfantasy.revivalx.com/2009/12/25/solving-the-google-canonical-problem/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 02:27:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Server Side]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Page Rank]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://artfantasy.revivalx.com/?p=489</guid>
		<description><![CDATA[When Google indexes sites, it sees URLs with and without the preceding www as entirely  different sites. Referred to as the Google canonical problem, this indexing approach can negatively affect your PageRank as some inbound links to your site may include the www while others may not, which divides the number of links to your [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">When <strong>Google </strong>indexes sites, it sees <strong>URLs </strong>with and without the preceding <strong>www </strong>as entirely  different sites. Referred to as the <strong>Google canonical </strong>problem, this indexing approach can negatively affect your <strong>PageRank </strong>as some <strong>inbound links</strong> to your site may include the <strong>www </strong>while others may not, which divides the number of links to your site from <strong>Google</strong>’s perspective and splits your <strong>PageRank</strong>. You can tell if your site is suffering from the<strong> Google canonical</strong> problem by checking the <strong>PageaRanks</strong>, then you’ll want to fix this issue. We can solve the problem using an <strong>Apache </strong>module called <strong>mod_rewrite</strong>, which can automatically map all requests to a single, consistent format.<span id="more-489"></span></p>
<p style="text-align: justify;"><strong>Mod_rewrite</strong> is a handy <strong>Apache </strong>module that rewrites <strong>URLs </strong>when specified patterns are detected. It’s exceptionally powerful, and can provide solutions to a number of SEO-related challenges including powerful, and can provide solutions to a number of SEO-related challenges including the <strong>Google canonical </strong>problem. We’ll use it to execute to a <strong>301 redirect</strong>, sending the user’s browser to a <strong>URL </strong>with the <strong>www </strong>included in the <strong>URL</strong>.</p>
<p style="text-align: justify;">Servers provide different <strong>HTTP </strong>status codes to indicate to a response to a request . You’re probably familiar with a <strong>404 status code</strong> that indicates the page requested was not found. A <strong>301 status code </strong>is a redirect from the <strong>URL </strong>requested to another one specified by the server administrator.</p>
<p style="text-align: justify;">To send out a <strong>301 redirect </strong>status code, create a file called<strong> htaccess.txt </strong>with the following code to give <strong>Apache </strong>following code to give <strong>Apache </strong>the message:</p>
<p style="text-align: justify;"><span style="color: #ff0000;">Force WWW</span></p>
<p style="text-align: justify;"><span style="color: #ff0000;">RewriteEngine On</span></p>
<p style="text-align: justify;"><span style="color: #ff0000;">RewriteCond %{HTTP_HOST} ^revival.com$ [NC]</span></p>
<p style="text-align: justify;"><span style="color: #ff0000;">RewriteRule ^(.*)$ http://www.revivalx.com/$1 [R=301,L]</span></p>
<p style="text-align: justify;">This code uses regular expressions to locate specific patterns when evaluating <strong>URLs</strong>. Regular expressions are commonly used in many scripting and programming languages to identify patterns is strings- a series of text characters. They can be intimidating because of the cryptic characters they use to locate specific text, and aren’t exactly an intuitive read without some prior research.</p>
<p style="text-align: justify;">In this example we see strange characters that indicate text pattern scenarios  . For example, the ^indicates the start of the string, and the $ indicates the end of the string. Each special character has some pattern matching meaning . You can print out a quick reference to demystify regular expressions at <a href="http://www.ilovejackdaniels.com/cheat-sheets/regular-expressions-cheat-sheet">http://www.ilovejackdaniels.com/cheat-sheets/regular-expressions-cheat-sheet</a> .</p>
<p style="text-align: justify;">Now that you’ve got your rewrite code in place, upload the htaccess.txt file to the Web root of your server , then rename it to<strong> .htaccess</strong>. Naming the file <strong>.htaccess</strong> locally can cause problems, as it a reserved name recognized by some operating systems such as <strong>Mac OS X</strong>, which would automatically hide it.</p>
<p style="text-align: justify;">In case you are new to working with <strong>Apache</strong>, the<strong> .htaccess </strong>file provides on the fly configuration commands to the server and the various modules associated with it. <strong>Apache </strong>looks for this file whenever it needs to send out a response , and supports the use of unique <strong>.htaccess </strong>files in different directories for very granular control of the server’s configuration. We’ll be using it often to configure <strong>Apache </strong>to meet our findability goals.</p>
<p style="text-align: justify;">The first line in the code example turns<strong> mod_rewrite</strong> on, and the next one sets a condition to be on the lookout for any page request with the domain name in the <strong>URL</strong>. Of course,<a href="http://revivalx.com"> revivalx.com</a> will need to be changed to your domain name in order for this to work. The last line creates a rewrite rule that redirects users to their intended destination with the www in the <strong>URL</strong>.</p>
<p style="text-align: justify;">If you’d like to do the inverse and remove the <strong>www</strong>, just make sure your rewrite condition contains the <strong>www</strong>, and remove it from the rewrite rule.</p>
<p style="text-align: justify;"><span style="color: #ff0000;">Remove WWW</span></p>
<p style="text-align: justify;"><span style="color: #ff0000;">RewriteEngine On</span></p>
<p style="text-align: justify;"><span style="color: #ff0000;">RewriteCond %{HTTP_HOST} ^www.revivalx.com$ [NC]</span></p>
<p style="text-align: justify;"><span style="color: #ff0000;">RewriteRule ^(.*)$ http://revivalx.com/&amp;1 [R=301,L]</span></p>
<p style="text-align: justify;">There is one other way to ensure <strong>Google </strong>is using the desired <strong>URL </strong>structure when ranking your pages. The<strong> Google Web Master </strong>tools at <a href="http://www.google.com/webmasters/sitemaps/">http://www.google.com/webmasters/sitemaps/</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://artfantasy.revivalx.com/2009/12/25/solving-the-google-canonical-problem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google releases IE speed-boost plug in</title>
		<link>http://artfantasy.revivalx.com/2009/12/25/google-releases-ie-speed-boost-plug-in/</link>
		<comments>http://artfantasy.revivalx.com/2009/12/25/google-releases-ie-speed-boost-plug-in/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 17:22:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[inter]]></category>

		<guid isPermaLink="false">http://artfantasy.revivalx.com/2009/12/25/google-releases-ie-speed-boost-plug-in/</guid>
		<description><![CDATA[
Google has released a free plug-in for Internet Explorer that forces Microsoft’s browser to use Chrome rendering engine, increasing JavaScript performance by almost eight times as much.
The Chrome Frame plug –in (http://code.google.com/chrome/chromeframe ) works on all versions of Internet Explorer from 6 higher, and also allows websites that use HTML 5 to be displayed properly. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://artfantasy.revivalx.com/wp-content/uploads/2009/12/windows-internet-explorer-8.png"><img class="aligncenter size-full wp-image-486" title="windows internet explorer 8" src="http://artfantasy.revivalx.com/wp-content/uploads/2009/12/windows-internet-explorer-8.png" alt="" width="284" height="290" /></a></p>
<p style="text-align: justify;"><strong>Google </strong>has released a free <strong>plug-in </strong>for<strong> Internet Explorer</strong> that forces Microsoft’s browser to use Chrome rendering engine, increasing <strong>JavaScript </strong>performance by almost eight times as much.</p>
<p style="text-align: justify;">The<strong> Chrome Frame plug </strong>–in (<a href="http://code.google.com/chrome/chromeframe">http://code.google.com/chrome/chromeframe</a> ) works on all versions of<strong> Internet Explorer</strong> from 6 higher, and also allows websites that use <strong>HTML 5 </strong>to be displayed properly. Web developers have to explicitly choose choose to support the plug-in ability by inserting a <strong>Chrome Frame</strong> specific tag into the <strong>HTML </strong>code for their web pages, telling <strong>Internet Explorer</strong> to load the <strong>plug-in</strong> .</p>
<p style="text-align: justify;"><span id="more-484"></span>If the <strong>plug-in</strong> isn’t found , a message can be displayed telling the user to download <strong>Chrome Frame</strong>. On pages without the tag, <strong>Internet Explorer </strong>shouldn’t behave any  differently. <strong>Google </strong>released <strong>Chrome Frame</strong> so that users still using older web browsers can use web applications that demand the latest technologies. <strong>Microsoft </strong>isn’t happy about the release and has said that the plug-in could make its browser less secure.</p>
]]></content:encoded>
			<wfw:commentRss>http://artfantasy.revivalx.com/2009/12/25/google-releases-ie-speed-boost-plug-in/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>20 Great Google Secrets(part 3)</title>
		<link>http://artfantasy.revivalx.com/2009/12/23/20-great-google-secretspart-3/</link>
		<comments>http://artfantasy.revivalx.com/2009/12/23/20-great-google-secretspart-3/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 20:43:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://artfantasy.revivalx.com/?p=472</guid>
		<description><![CDATA[

Online Extra: More Google Tips
Here are a few more clever ways to tweak your Google searches.
Search Within a Timeframe
Daterange: (start date–end date). You can restrict your searches to pages that were indexed within a certain time period. Daterange: searches by when Google indexed a page, not when the page itself was created. This operator can [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">
<p style="text-align: justify;"><img class="aligncenter size-medium wp-image-13" title="google" src="http://artfantasy.revivalx.com/wp-content/uploads/2009/08/google-300x211.jpg" alt="google" width="300" height="211" /></p>
<p style="text-align: justify;">Online Extra: More <strong>Google </strong>Tips</p>
<p style="text-align: justify;">Here are a few more clever ways to tweak your <strong>Google </strong>searches.</p>
<h3 style="text-align: justify;">Search Within a Timeframe</h3>
<p style="text-align: justify;">Daterange: (start date–end date). You can restrict your searches to pages that were indexed within a certain time period. Daterange: searches by when <strong>Google </strong>indexed a page, not when the page itself was created. This operator can help you ensure that results will have fresh content (by using recent dates), or you can use it to avoid a topic&#8217;s current-news blizzard and concentrate only on older results. Daterange: is actually more useful if you go elsewhere to take advantage of it, because daterange: requires <strong>Julian </strong>dates, not standard <strong>Gregorian </strong>dates. You can find converters on the Web (such as<span id="more-472"></span></p>
<h3>CODE</h3>
<p><a href="http://aa.usno.navy.mil/data/docs/JulianDate.html">http://aa.usno.navy.mil/data/docs/JulianDate.html</a></p>
<p>but an easier way is to do a <strong>Google </strong>daterange: search by filling in a form at</p>
<p><a href="www.researchbuzz.com/toolbox/goofresh.shtml or www.faganfinder.com/engines/google.shtml">www.researchbuzz.com/toolbox/goofresh.shtml or www.faganfinder.com/engines/google.shtml</a></p>
<p>. If one special syntax element is good, two must be better, right? Sometimes. Though some operators can&#8217;t be mixed (you can&#8217;t use the link: operator with anything else) many can be, quickly narrowing your results to a less overwhelming number.</p>
<h3>More Google API Applications</h3>
<p><a href="http://Staggernation.com">Staggernation.com</a> offers three tools based on the <strong>Google API</strong>. The<strong> Google API Web Search</strong> by<strong> Host (GAWSH)</strong> lists the <strong>Web </strong>hosts of the results for a given query</p>
<p>(<a href="http://www.staggernation.com/gawsh">www.staggernation.com/gawsh</a>/).</p>
<p>When you click on the triangle next to each host, you get a list of results for that host. The<strong> Google API Relation Browsing Outliner (GARBO)</strong> is a little more complicated: You enter a <strong>URL </strong>and choose whether you want pages that related to the <strong>URL </strong>or linked to the <strong>URL</strong></p>
<p>(<a href="http://www.staggernation.com/garbo">www.staggernation.com/garbo</a>/).</p>
<p>Click on the triangle next to an <strong>URL </strong>to get a list of pages linked or related to that particular <strong>URL</strong>. <strong>CapeMail </strong>is an e-mail search application that allows you to send an e-mail to <strong>google@capeclear.com</strong> with the text of your query in the subject line and get the first ten results for that query back. Maybe it&#8217;s not something you&#8217;d do every day, but if your cell phone does e-mail and doesn&#8217;t do <strong>Web </strong>browsing, this is a very handy address to know.</p>
<p><img class="aligncenter size-full wp-image-451" title="What Would Google Do" src="http://artfantasy.revivalx.com/wp-content/uploads/2009/12/What-Would-Google-Do1.jpg" alt="What Would Google Do" width="106" height="160" /></p>
<p><a href="http://www.amazon.com/gp/product/0061709719?ie=UTF8&amp;tag=revivproje-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0061709719">What Would Google Do?</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=revivproje-20&amp;l=as2&amp;o=1&amp;a=0061709719" border="0" alt="" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://artfantasy.revivalx.com/2009/12/23/20-great-google-secretspart-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When twitter goes bad</title>
		<link>http://artfantasy.revivalx.com/2009/12/21/when-twitter-goes-bad/</link>
		<comments>http://artfantasy.revivalx.com/2009/12/21/when-twitter-goes-bad/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 20:05:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://artfantasy.revivalx.com/?p=464</guid>
		<description><![CDATA[
Top tips

Is your brand ready for social media? Has the impact on communications, media and the everyday running of the business been considered ?
Has thorough research been done to ascertain whether your audiences and sector are ready for social media? Do you know how to promote your social media efforts via your channels and social [...]]]></description>
			<content:encoded><![CDATA[<h3 style="text-align: justify;"><img class="aligncenter size-medium wp-image-465" title="twitter" src="http://artfantasy.revivalx.com/wp-content/uploads/2009/12/twitter-300x225.jpg" alt="twitter" width="300" height="225" /></h3>
<h3 style="text-align: justify;">Top tips</h3>
<ol style="text-align: justify;">
<li>Is your brand ready for <strong>social media</strong>? Has the impact on communications, media and the everyday running of the business been considered ?</li>
<li>Has thorough research been done to ascertain whether your audiences and sector are ready for<strong> social media</strong>? Do you know how to promote your <strong>social media</strong> efforts via your channels and <strong>social media search engines</strong> and the like?</li>
<li>Remember the global culture and implications of <strong>social media</strong>. They are published  online and as accessible as webpages are, with the potential to reach wider audiences more quickly.<span id="more-464"></span></li>
<li>Be prepared to keep your <strong>social media</strong> content interesting, up to date and vibrant. No one visits and interacts with boring<strong> social media</strong>, so make sure they are well looked after.</li>
<li>Be aware of the effort required to maintain<strong> social media</strong> and address the points above. If you are note creating the content, how are you moderating it?</li>
<li>Interact  and engage with the target audience, and do not preach to them or in any way control natural and free flowing behavior.</li>
<li><strong>Internet </strong>users have been savvy for a while-do not patronize them. Be creative in stirring and maintaining debate, including them.</li>
<li>Be aware of both the technical implications and advances of <strong>social media software.</strong> Is what you are proposing flexible and expandable enough to converge with other media?  Will your plans and technology be redundant in six months time?</li>
<li>Treat <strong>social media</strong> as a communications conduit to your audience and very important extension of the overall business; do not keep up with the Jones’ because that is not a scalable endeavour.</li>
<li>Enjoy and be enthusiastic about what<strong> social media </strong>you have included ( if deemed relevant), be clear why they have been created, and focus on and adhere to their aims.</li>
</ol>
<p><img class="aligncenter size-full wp-image-466" title="Twitter Power- How to Dominate Your Market One Tweet at a Time" src="http://artfantasy.revivalx.com/wp-content/uploads/2009/12/Twitter-Power-How-to-Dominate-Your-Market-One-Tweet-at-a-Time.jpg" alt="Twitter Power- How to Dominate Your Market One Tweet at a Time" width="102" height="160" /></p>
<p><a href="http://www.amazon.com/gp/product/0470458429?ie=UTF8&amp;tag=revivproje-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0470458429">Twitter Power: How to Dominate Your Market One Tweet at a Time</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=revivproje-20&amp;l=as2&amp;o=1&amp;a=0470458429" border="0" alt="" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://artfantasy.revivalx.com/2009/12/21/when-twitter-goes-bad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing and managing domain names</title>
		<link>http://artfantasy.revivalx.com/2009/12/16/choosing-and-managing-domain-names/</link>
		<comments>http://artfantasy.revivalx.com/2009/12/16/choosing-and-managing-domain-names/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 18:54:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Server Side]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://artfantasy.revivalx.com/?p=459</guid>
		<description><![CDATA[
Domain names are also a great place to include keywords that can help users find you. When choosing a domain name, it doesn’t matter which  extension you choose: .com , .net ,.biz and all other extensions start on equal footing and will not in any way impact search engine rankings. Of course, .com domains tend [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://artfantasy.revivalx.com/wp-content/uploads/2009/12/domain-name.jpg"><img class="alignnone size-full wp-image-462" title="domain name" src="http://artfantasy.revivalx.com/wp-content/uploads/2009/12/domain-name.jpg" alt="domain name" width="250" height="380" /></a></p>
<p style="text-align: justify;"><strong>Domain names</strong> are also a great place to include <strong>keywords </strong>that can help users find you. When choosing a<strong> domain name,</strong> it doesn’t matter which  extension you choose: .com , .net ,.biz and all other extensions start on equal footing and will not in any way impact <strong>search engine</strong> rankings. Of course, .com <strong>domains </strong>tend to be more memorable to users because of their popularity, and therefore may be more desirable for word of mouth referrals.<span id="more-459"></span></p>
<p style="text-align: justify;">Just as <strong>keywords </strong>in file names can help boost<strong> search engine </strong>listings, <strong>keywords </strong>in <strong>domain names</strong> are important as well. <strong>Keywords </strong>in a<strong> domain name </strong>separated by hyphens are individually readable, and are more desirable for <strong>search engine</strong> indexing , but can be title trickier for users to remember. It may be a good idea to register  your<strong> domain name</strong> with hyphens for<strong> search engines</strong>, and without for the memorability and easy verbal referral by users. You can park both <strong>domain names </strong>on the same <strong>server</strong>, pointing them to the same site. List the hyphen-delimited <strong>domain </strong>with<strong> search engines</strong> and include the <strong>domain </strong>without the hyphens on print collateral and advertisements.</p>
<p style="text-align: justify;">An added benefit of including your target <strong>keywords </strong>in your<strong> domain name </strong>is that it will help encourage all <strong>inbound link links</strong> to your site to contain the same <strong>keywords</strong>, making your site more relevant to search queries.</p>
<p style="text-align: justify;">The age of a<strong> domain name </strong>can play a significant role in the assigning of a<strong> Google PageRank</strong> (a mathematical formula that defines the reputation of a site specific to <strong>Google</strong>). Young <strong>domains </strong>are generally ranked low, since many disreputable link farm sites created by spammers pop up temporarily to make money from link referrals then quickly disappear before <strong>search engines</strong> blacklist them. Consequently , older <strong>domains </strong>are always preferable. However, if you buy a recently expired <strong>domain name</strong> that has a high <strong>PageRank </strong>because of its age and accumulated reputation, the <strong>PageRank </strong>does not transfer to the new owner.<strong> Search engines</strong> can usually see when<strong> domain names </strong>change ownership ,and will reset their rankings in such situations. You’ll just have to buy a<strong> domain name </strong>that is relevant to your audience, and wait for it to age like a fine wine.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-469" title="Domain Names for Dummies" src="http://artfantasy.revivalx.com/wp-content/uploads/2009/12/Domain-Names-for-Dummies.jpg" alt="Domain Names for Dummies" width="128" height="160" /></p>
<p><a href="http://www.amazon.com/gp/product/0764553178?ie=UTF8&amp;tag=revivproje-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0764553178">Domain Names for Dummies</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=revivproje-20&amp;l=as2&amp;o=1&amp;a=0764553178" border="0" alt="" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://artfantasy.revivalx.com/2009/12/16/choosing-and-managing-domain-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pro Flash Techniques(part5)</title>
		<link>http://artfantasy.revivalx.com/2009/12/15/pro-flash-techniquespart5/</link>
		<comments>http://artfantasy.revivalx.com/2009/12/15/pro-flash-techniquespart5/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 21:33:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[keyframe]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://artfantasy.revivalx.com/?p=453</guid>
		<description><![CDATA[
Conditional Compilation
You can create one flash file and compile it many times with different behaviors by using conditional compilation. Basically it allows you to turn on and off blocks of ActionScript when you publish so you can use the one base file for many purposes.
To set up a config constant go to Publish Settings, choose [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="aligncenter size-full wp-image-394" title="Adobe Flash 9" src="http://artfantasy.revivalx.com/wp-content/uploads/2009/11/Adobe-Flash-9.png" alt="Adobe Flash 9" width="128" height="128" /></p>
<p style="text-align: justify;"><strong>Conditional Compilation</strong></p>
<p style="text-align: justify;">You can create one <strong>flash </strong>file and compile it many times with different behaviors by using conditional compilation. Basically it allows you to turn on and off blocks of <strong>ActionScript </strong>when you publish so you can use the one base file for many purposes.</p>
<p style="text-align: justify;">To set up a config constant go to <strong>Publish </strong>Settings, choose the <strong>Flash </strong>tab, select <strong>ActionScript 3.0</strong> and then click the settings button.  Then choose the <strong>Config  Constants </strong>tab.</p>
<p style="text-align: justify;">Here you can add or remove constants , eg add one and call it <strong>&#8216;CONFIG::ONLINE</strong>”. Set its value to true. Add another called ‘<strong>CONFIG::LOCAL</strong>’ and set its value to false.</p>
<p style="text-align: justify;">Then in your <strong>ActionScript </strong>you can wrap any code inside<strong> CONFIG::ONLINE{}</strong> or <strong>CONFIG::LOCAL{}</strong>. For example in the online version you might have a link on a local file.</p>
<p style="text-align: justify;">If you publish the file it will include the code inside the <strong>ONLINE </strong>config tags. If you change the values in the <strong>Publish </strong>settings it will publish the code inside the <strong>LOCAL</strong> config tags.<span id="more-453"></span></p>
<p style="text-align: justify;"><strong>Performance optimization</strong></p>
<p style="text-align: justify;">The tips below relate to heavy duty <strong>Flash </strong>work- and will help you optimize your applications/website to give the best performance.</p>
<p style="text-align: justify;"><strong>Ints an uints:</strong></p>
<p style="text-align: justify;">As a rule of thumbs, the type ‘<strong>int</strong>’ is much faster than ‘<strong>uint</strong>’. Use this, for example, when doing loops or using the <strong>while()</strong> function.</p>
<p style="text-align: justify;"><strong>Increment:</strong></p>
<p style="text-align: justify;">The fastest way to do math increment is by using the method i+1= instead of, example i++</p>
<p style="text-align: justify;">Meaning that:</p>
<p style="text-align: justify;">I+=1;</p>
<p style="text-align: justify;">Is faster than:</p>
<p style="text-align: justify;">I++;</p>
<p style="text-align: justify;">Loops:</p>
<p style="text-align: justify;">In for loops , remember to use ‘<strong>int</strong>’ – and to pre-calculate any calculations inside the for loop including the calculations inside the first parentheses “for(..)”:</p>
<p style="text-align: justify;">var lengthOfArray: int currentArray.length;</p>
<p style="text-align: justify;">for ( var i:int=0; i&lt;lengthOfArray;i+=1) {}</p>
<p style="text-align: justify;"><strong>Smoother video scrubbers</strong></p>
<p style="text-align: justify;">You may know that when compressing a <strong>video</strong>, the <strong>video </strong>gets cut up in <strong>keyframes </strong>every xth frame. From this <strong>keyframe </strong>onto the next, the frames in between are calculated only by the change in pixels. The <strong>Stream Class</strong>’s <strong>seek()</strong> method in <strong>AS3 </strong>can only seek to theses <strong>keyframes</strong>.</p>
<p style="text-align: justify;">In default, <strong>keyframe </strong>for<strong> FLV/F4V</strong> <strong>video </strong>are set every the thirtieth frame. Fine for long <strong>videos</strong>, but take a <strong>video </strong>that is 20 seconds long at 30fps. With the default encoding settings there will be only 20 <strong>keyframes </strong>generated that the <strong>seek()</strong> method can display. So when you release the scrubber in between these frames the scrubber will jump to the next <strong>keyframe</strong>. When utilizing a 600px wide scrubber, the jumps can be up to 30px( 600px /20keyframes=30px per keyframe). This jumpiness can be avoided by setting the <strong>keyframe </strong>distance for instance to every fifth frame.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-454" title="Adobe Flash CS4 Professional Classroom in a Book" src="http://artfantasy.revivalx.com/wp-content/uploads/2009/12/Adobe-Flash-CS4-Professional-Classroom-in-a-Book.jpg" alt="Adobe Flash CS4 Professional Classroom in a Book" width="129" height="160" /></p>
<p><a href="http://www.amazon.com/gp/product/032157382X?ie=UTF8&amp;tag=revivproje-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=032157382X">Adobe Flash CS4 Professional Classroom in a Book</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=revivproje-20&amp;l=as2&amp;o=1&amp;a=032157382X" border="0" alt="" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://artfantasy.revivalx.com/2009/12/15/pro-flash-techniquespart5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 Great Google Secrets(part 2)</title>
		<link>http://artfantasy.revivalx.com/2009/12/12/20-great-google-secretspart-2/</link>
		<comments>http://artfantasy.revivalx.com/2009/12/12/20-great-google-secretspart-2/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 18:30:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://artfantasy.revivalx.com/?p=448</guid>
		<description><![CDATA[Suppose you want to contact someone and don&#8217;t have his phone number handy. Google can help you with that, too. Just enter a name, city, and state. (The city is optional, but you must enter a state.) If a phone number matches the listing, you&#8217;ll see it at the top of the search results along [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Suppose you want to contact someone and don&#8217;t have his phone number handy. <strong>Google </strong>can help you with that, too. Just enter a name, city, and state. (The city is optional, but you must enter a state.) If a phone number matches the listing, you&#8217;ll see it at the top of the search results along with a map link to the address. If you&#8217;d rather restrict your results, use rphonebook: for residential listings or bphonebook: for business listings. If you&#8217;d rather use a search form for business phone listings, try <strong>Yellow Search</strong></p>
<p style="text-align: justify;">(<a href="http://www.buzztoolbox.com/google/yellowsearch.shtml">www.buzztoolbox.com/google/yellowsearch.shtml</a>).<span id="more-448"></span></p>
<p style="text-align: justify;"><strong> Extended Googling</strong></p>
<p style="text-align: justify;"><strong>Google </strong>offers several services that give you a head start in focusing your search.<strong> Google Groups</strong></p>
<p style="text-align: justify;">(<a href="http://groups.google.com">http://groups.google.com</a>)</p>
<p style="text-align: justify;">Indexes literally millions of messages from decades of discussion on Usenet. <strong>Google </strong>even helps you with your shopping via two tools: <strong>Froogle</strong></p>
<p style="text-align: justify;"><strong>CODE</strong></p>
<p style="text-align: justify;">(<a href="http://froogle.google.com">http://froogle.google.com</a>),</p>
<p style="text-align: justify;">Which indexes products from online stores, and<strong> Google Catalogs</strong></p>
<p style="text-align: justify;"><strong>CODE</strong></p>
<p style="text-align: justify;">(<a href="http://catalogs.google.com">http://catalogs.google.com</a>),</p>
<p style="text-align: justify;">Which features products from more 6,000 paper catalogs in a searchable index. And this only scratches the surface. You can get a complete list of <strong>Google</strong>&#8217;s tools and services at</p>
<p style="text-align: justify;"><a href="http://www.google.com/options/index.html"> www.google.com/options/index.html</a></p>
<p style="text-align: justify;">You&#8217;re probably used to using <strong>Google </strong>in your browser. But have you ever thought of using <strong>Google </strong>outside your browser?</p>
<p style="text-align: justify;"><strong> Google Alert</strong></p>
<p style="text-align: justify;">(<a href="http://www.googlealert.com">www.googlealert.com</a>)</p>
<p style="text-align: justify;">Monitors your search terms and<strong> e-mails </strong>you information about new additions to <strong>Google&#8217;s Web</strong> index. (<strong>Google Alert</strong> is not affiliated with <strong>Google</strong>; it uses <strong>Google&#8217;s Web</strong> services <strong>API </strong>to perform its searches.) If you&#8217;re more interested in news stories than general <strong>Web </strong>content, check out the beta version of<strong> Google News Alerts</strong></p>
<p style="text-align: justify;">(<a href="http://www.google.com/newsalerts">www.google.com/newsalerts</a>).</p>
<p style="text-align: justify;">This service (which is affiliated with <strong>Google</strong>) will monitor up to 50 news queries per e-mail address and send you information about news stories that match your query. (Hint: Use the intitle: and source: syntax elements with <strong>Google News</strong> to limit the number of alerts you get.)</p>
<p style="text-align: justify;"><strong>Google </strong>on the telephone? Yup. This service is brought to you by the folks at <strong>Google Labs</strong></p>
<p style="text-align: justify;">(<a href="http://labs.google.com">http://labs.google.com</a>),</p>
<p style="text-align: justify;">A place for experimental <strong>Google </strong>ideas and features (which may come and go, so what&#8217;s there at this writing might not be there when you decide to check it out). With <strong>Google Voice Search</strong></p>
<p style="text-align: justify;">(<a href="http://labs1.google.com/gvs.html">http://labs1.google.com/gvs.html</a>),</p>
<p style="text-align: justify;">You dial the <strong>Voice Search </strong>phone number, speak your keywords, and then click on the indicated link. Every time you say a new search term, the results page will refresh with your new query (you must have <strong>JavaScript </strong>enabled for this to work). Remember, this service is still in an experimental phase, so don&#8217;t expect 100 percent success.</p>
<p style="text-align: justify;">In 2002, <strong>Google </strong>released the <strong>Google API</strong> (application programming interface), a way for programmers to access <strong>Google</strong>&#8217;s search engine results without violating the <strong>Google Terms of Service</strong>. A lot of people have created useful (and occasionally not-so-useful but interesting) applications not available from <strong>Google </strong>itself, such as <strong>Google Alert</strong>. For many applications, you&#8217;ll need an <strong>API </strong>key, which is available free from</p>
<p style="text-align: justify;"><strong>CODE</strong></p>
<p style="text-align: justify;"><a href="http://www.google.com/apis">www.google.com/apis</a></p>
<p style="text-align: justify;">. See the figures for two more examples, and visit</p>
<p style="text-align: justify;"><a href="http://www.pcmag.com/solutions"> www.pcmag.com/solutions</a></p>
<p style="text-align: justify;">for more.</p>
<p style="text-align: justify;">Thanks to its many different search properties, <strong>Google </strong>goes far beyond a regular <strong>search engine</strong>. Give the tricks in this article a try. You&#8217;ll be amazed at how many different ways <strong>Google </strong>can improve your <strong>Internet </strong>searching.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-451" title="What Would Google Do" src="http://artfantasy.revivalx.com/wp-content/uploads/2009/12/What-Would-Google-Do1.jpg" alt="What Would Google Do" width="106" height="160" /></p>
<p><a href="http://www.amazon.com/gp/product/0061709719?ie=UTF8&amp;tag=revivproje-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0061709719">What Would Google Do?</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=revivproje-20&amp;l=as2&amp;o=1&amp;a=0061709719" border="0" alt="" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://artfantasy.revivalx.com/2009/12/12/20-great-google-secretspart-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
