<?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>PCandWEB &#187; Webdevelopment</title>
	<atom:link href="http://pcandweb.com/category/tutorials/webdevelopment/feed" rel="self" type="application/rss+xml" />
	<link>http://pcandweb.com</link>
	<description>design, development and daytoday resources</description>
	<lastBuildDate>Tue, 29 Jun 2010 11:14:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How To Embed Custom Font&#8217;s On Webpage</title>
		<link>http://pcandweb.com/tutorials/how-to-embed-custom-fonts-on-webpage.html</link>
		<comments>http://pcandweb.com/tutorials/how-to-embed-custom-fonts-on-webpage.html#comments</comments>
		<pubDate>Wed, 13 Jan 2010 10:57:16 +0000</pubDate>
		<dc:creator>Subhadeep</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[cufon]]></category>
		<category><![CDATA[custom font]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[embedding font]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[sifr]]></category>
		<category><![CDATA[typeface]]></category>
		<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://pcandweb.com/?p=1629</guid>
		<description><![CDATA[Know different ways you can embed custom fonts on your website without any server side processing and killing SEO in your pages. Typeface.js, Cufon, sIFR, CSS 3.0 know which one is best and easiest ways to embed fonts.


	
	
	
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-page-peel-advertisement-wordpress.html" rel="bookmark">
													
				How To Create A Page Peel Advertisement In WordPress !!</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-cool-web2-0-logo-for-black-background.html" rel="bookmark">
													
				How to Create Cool Web 2.0 Logo For Black Background</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-add-author-details-gravatar-wordpress-post.html" rel="bookmark">
													
				How To Add Author Details With Gravatar In WordPress Posts</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[<p>In this tutorial i&#8217;ll show you different ways which you can use to embed custom font in your website. I&#8217;ll keep away from the old or rather obscure which is know as dynamic image replacement where graphics script used to do all the processing on the backend and convert the text to images. This method is somewhat obsolete as it is resource heavy and it doesn&#8217;t allow a many styling properties and moreover not suitable for basic servers without script support. </p>
<p>If you still want to know the process of dynamic image replacement you can check it here <a href="http://www.alistapart.com/articles/dynatext" rel="nofollow">AlistaPart</a>. <a href="http://facelift.mawhorter.net/" rel="nofollow">FLIR</a> is another great project on dynamic server side based image replacement. You can still use them if you need to, but in this article we&#8217;ll only concentrate on User Side Scripts with no backend processing and SEO friendly options.</p>
<p>What we&#8217;ll focus on instead on the 4 newer and better ways,</p>
<ol>
<li>Typeface.js</li>
<li>Cufon</li>
<li>sIFR 3</li>
<li>CSS 3</li>
</ol>
<p>The above mentioned ways have their own pros and cons which we&#8217;ll discuss as we go on, but most of the above listed ways are SEO friendly, with no server side processing and fast. But before we start i should mention most of the above mentioned methods are supported by recent browsers but older browsers will have rendering problem so depending on what you need you might want to check on the website as of the list of browsers supported.</p>
<h2>Typeface.js</h2>
<p>This works simply by using browsers capability to draw vectors in HTML documents. But before doing so the font must be converted to its internal format using the perl module.</p>
<p>1) Download Latest <a href="http://typeface.neocracy.org/download.html" rel="nofollow">Typeface.js</a>.</p>
<p>2) <a href="http://typeface.neocracy.org/fonts.html" rel="nofollow">Convert the Font</a> and download the js.</p>
<p>3) Link the js files in head.</p>
<pre><code >  &lt;script src="typeface-yourVer.js" type="text/javascript"&gt;&lt;/script&gt;
  &lt;script src="yourFont.typeface.js" type="text/javascript"&gt;&lt;/script&gt;</code></pre>
<p>4) Any HTML element you want to be rendered in typeface.js should have typeface-js in its class name and font-name in the CSS. If you are loading the style from external CSS make sure the CSS is linked on top of the js files. For my test i have used this.</p>
<pre><code >  &lt;body&gt;
    &lt;div align=center class="typeface-js" style="font-family: Gentilis;font-size: 24pt;"&gt;
      Test of Gentilis Selectable Font
    &lt;/div&gt;
  &lt;/body&gt;</code></pre>
<p>5) <a href="http://typeface.neocracy.org/examples.html" rel="nofollow">Demo Of The Above Method</a>. Also refer to <a href="http://typeface.neocracy.org/usage.html" rel="nofollow">Typeface Usage</a> for more details on its usage.</p>
<h2>Cufon</h2>
<p>This works similarly to Typeface, but main difference being the texts are NOT selectable which i think is a drawback, as far as embedding is concerned its almost same and as typeface, but the size in case of Cufon is less by some 40% with better loading time.</p>
<p>1) Download Latest <a href="http://cufon.shoqolate.com/js/cufon-yui.js" rel="nofollow">Cufon JS</a></p>
<p>2) <a href="http://cufon.shoqolate.com/generate/" rel="nofollow">Convert the font</a> and download JS</p>
<p>3) Link the js files in head, and just add the elements to replace in Cufon.replace(); css styles will be added from the predetermined stylesheet.</p>
<pre><code >&lt;head&gt;
&lt;script src="cufon-yui.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="yourFont.font.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
	Cufon.replace('#cufon');
&lt;/script&gt;
&lt;/head&gt;</code></pre>
<p>4) Write the body as usual no need to stick to certain class.</p>
<pre><code >	&lt;body&gt;
		&lt;div id="cufon" align=center style="font-size: 24pt;"&gt;This text will be shown in Vegur.&lt;/div&gt;
	&lt;/body&gt;</code></pre>
<p>5) <a href="http://wiki.github.com/sorccu/cufon/demos" rel="nofollow">Demo Of The Above Method</a>. Also refer to <a href="http://wiki.github.com/sorccu/cufon/usage" rel="nofollow">Cufon Documentation</a> for more details on its usage.</p>
<h2>sIFR 3</h2>
<p>sIFR use Javascript, Flash and CSS to implement the display of custom font. Good thing is the text are selectable and this method is perfectly SEO friendly. Bad thing is it requires users to have flash plug-in installed to display the font, and also the size of the final file is pretty large by 20-30% from Typeface method.</p>
<p>The implementation is not as straight forward as other methods mentioned above, many steps are required and you need to have Adobe Flash on your machine on 1st place, follow the <a href="http://wiki.novemberborn.net/sifr3/How+to+use" rel="nofollow">Official Guide</a></p>
<p>Find here the <a href="http://dev.novemberborn.net/sifr3/beta/demo/" rel="nofollow">Official Demo</a></p>
<h2>CSS 3.0</h2>
<p>As earlier as CSS 2.0 in 1998 it was implemented but discontinued in CSS 2.1, but again in CSS 3.0 it has been re-introduced. Compatible with all major latest browsers, this is really the best method unless again it is discontinued by W3C. </p>
<p>1) Declare each font-family you want to use using @font-face rule and styles all in CSS</p>
<pre><code >@font-face {
	font-family: yourFont;
	src: url('yourFont.ttf');
}
h1 { font-family: yourFont, sans-serif; }</code></pre>
<p>4) Write the body as usual !!</p>
<pre><code >	&lt;body&gt;
		&lt;h1&gt;This text will be shown in Vegur.&lt;/h1&gt;
	&lt;/body&gt;</code></pre>
<p>5) For more references on @font-family visit <a href="http://www.w3.org/TR/css3-webfonts/#font-descriptions" rel="nofollow">W3C</a></p>
<h2>What To Use ??</h2>
<p>I&#8217;m sure this is the question which have aroused in your mind, and i&#8217;m also sure the answers in your mind too !! Dynamic Image Replacement methods like FLIR can be used if you are too creepy about rendering in different browsers and other compatibility problems in old browsers. But unless that&#8217;s not your case and you are ready to do cross browser experiments i&#8217;m sure CSS 3 is clear winner, but if i was in your place i&#8217;d wait for CSS 3 to become more mature before jumping on it, instead for now i&#8217;d use Typeface.js though its larger than Cufon i like that users can select the texts as usual, but if you are looking for something fast loading and small size i&#8217;d recommend Cufon, with all these options i doesn&#8217;t really recommend sIFR on any situation unless you really want to try something flashy (pun intended)</p>



	
	
	
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-page-peel-advertisement-wordpress.html" rel="bookmark">
													
				How To Create A Page Peel Advertisement In WordPress !!</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-cool-web2-0-logo-for-black-background.html" rel="bookmark">
													
				How to Create Cool Web 2.0 Logo For Black Background</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-add-author-details-gravatar-wordpress-post.html" rel="bookmark">
													
				How To Add Author Details With Gravatar In WordPress Posts</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://pcandweb.com/tutorials/how-to-embed-custom-fonts-on-webpage.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How To Add Author Details With Gravatar In WordPress Posts</title>
		<link>http://pcandweb.com/tutorials/how-to-add-author-details-gravatar-wordpress-post.html</link>
		<comments>http://pcandweb.com/tutorials/how-to-add-author-details-gravatar-wordpress-post.html#comments</comments>
		<pubDate>Mon, 04 May 2009 16:28:44 +0000</pubDate>
		<dc:creator>Subhadeep</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[Author Description]]></category>
		<category><![CDATA[Author Details]]></category>
		<category><![CDATA[author info]]></category>
		<category><![CDATA[Gravatar]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress template]]></category>

		<guid isPermaLink="false">http://pcandweb.com/?p=937</guid>
		<description><![CDATA[Many of you are having multi author blogs and may feel the need to show the author details on every posts published, some of you may have simple author but then also you&#8217;d like to add author details coz it looks kinda cool. Most of the premium professional themes comes with the added bonus but [...]


	
	
	
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-page-peel-advertisement-wordpress.html" rel="bookmark">
													
				How To Create A Page Peel Advertisement In WordPress !!</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-simple-greenary-layout-wordpress-photoshop.html" rel="bookmark">
													
				How To Create A Simple Greenary Layout For WordPress In Photoshop</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-cool-glossy-shiny-web20-heart-photoshop.html" rel="bookmark">
													
				How To Create A Cool Glossy Shiny Web 2.0 Heart in Photoshop</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[<p>Many of you are having multi author blogs and may feel the need to show the author details on every posts published, some of you may have simple author but then also you&#8217;d like to add author details coz it looks kinda cool. Most of the premium professional themes comes with the added bonus but as i&#8217;m a free theme lover and hope you&#8217;re too, we can easily add it to our blog. I&#8217;ll show you how i added it in this blog and show you the different ways you can add it in your blog.<span id="more-937"></span></p>
<h1>The Code</h1>
<p><span style="color: #ff0000;"><em>&lt;div id=&#8221;post_author&#8221; class=&#8221;clearfix&#8221;&gt;<br />
&lt;?php echo get_avatar( get_the_author_email(), &#8217;80&#8242; ); ?&gt;<br />
&lt;div class=&#8221;author_desc&#8221;&gt;&lt;h4&gt;Author : &lt;?php the_author_posts_link(); ?&gt;&lt;/h4&gt;<br />
&lt;p&gt;&lt;?php the_author_description(); ?&gt;&lt;/p&gt;&lt;/div&gt;<br />
&lt;/div&gt;</em></span></p>
<p>This will create a author info like i have in my every post. Lets analyse the code,</p>
<p><em>get_avatar(get_the_author_email(),&#8217;80&#8242;)</em> , imports the avatar from gravatar, 80 is the size you can change it if you want to.</p>
<p><em>the_author_posts_link()</em>, imports the link to which all the posts of author are shown, you can also change it to some other options like author sitename, IM etc, checkout the functions listed below.</p>
<p><em>the_author_description()</em>, its self explanatory it imports the description added by the author in users option in admin panel.</p>
<p><em>Some other functions you can try can be found here : <a href="http://codex.wordpress.org/Template_Tags#Tags" target="_blank" rel="nofollow">Template Tags</a></em> <em>( Check Author Tags)</em></p>
<h1>The CSS</h1>
<p>Ofcourse everyone knows the output have to be styled, heres the default CSS i use for my site, you can change it to what ever suits your need.</p>
<p><span style="color: #ff0000;">#post_author {<br />
border: 1px solid #E8E8E8;<br />
background: #EBF6FB;<br />
padding: 10px;<br />
margin: 20px auto 20px auto;<br />
}<br />
#post_author img {<br />
float: left;<br />
border: 1px solid #E8E8E8;<br />
}<br />
#post_author h4 {<br />
font-size: 1.4em;<br />
margin-bottom: 5px;<br />
font-family: Arial, Helvetica, sans-serif;<br />
}<br />
#post_author p {<br />
margin: 0;<br />
padding: 0;<br />
}<br />
.author_desc {<br />
padding-left: 95px;<br />
}</span></p>
<p>If you don&#8217;t understand the CSS and need any type of help with modification of style ask in comment, me or some other users will surely answer or you can also try some basic tutorials on internet on CSS.</p>
<h1>How To Add</h1>
<p>The biggest question aint it, if your a geek you already figured out if not heres the process,</p>
<ol>
<li>Open <em>style.css</em> in your template and at the end of all CSS codes just paste the CSS lines in red above.</li>
<li>Open <em>single.php</em> and find <em>&lt;?php the_content( &#8221; ); ?&gt;</em> now if you want the author description to appear at the start of every post just paste the PHP Code high above in red, just before the line <em>&lt;?php the_content( &#8221; ); ?&gt;</em>, if you want it to appear at end of every post paste it below the line <em>&lt;?php the_content( &#8221; ); ?&gt;<br />
</em></li>
</ol>
<p><em>Please Check The Following Images For Example :</em></p>
<p><em> </em></p>
<div id="attachment_947" class="wp-caption aligncenter" style="width: 504px"><em> </em><em><img class="imgborder  " title="css" src="http://pcandweb.com/wp-content/uploads/2009/05/css.png" alt="CSS Example" width="494" height="541" /></em><p class="wp-caption-text">CSS Example</p></div>
<div id="attachment_948" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-948" title="php" src="http://pcandweb.com/wp-content/uploads/2009/05/php.png" alt="php" width="500" height="200" /><p class="wp-caption-text">PHP Example</p></div>
<p>And your professonal author description is ready, add more details in the php using the other functions and change it to suit your needs its all upto you.</p>



	
	
	
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-page-peel-advertisement-wordpress.html" rel="bookmark">
													
				How To Create A Page Peel Advertisement In WordPress !!</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-simple-greenary-layout-wordpress-photoshop.html" rel="bookmark">
													
				How To Create A Simple Greenary Layout For WordPress In Photoshop</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-cool-glossy-shiny-web20-heart-photoshop.html" rel="bookmark">
													
				How To Create A Cool Glossy Shiny Web 2.0 Heart in Photoshop</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://pcandweb.com/tutorials/how-to-add-author-details-gravatar-wordpress-post.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How To Do A Complete Test Of Your Site</title>
		<link>http://pcandweb.com/tutorials/how-to-do-a-complete-test-of-your-site.html</link>
		<comments>http://pcandweb.com/tutorials/how-to-do-a-complete-test-of-your-site.html#comments</comments>
		<pubDate>Mon, 06 Apr 2009 23:10:46 +0000</pubDate>
		<dc:creator>Subhadeep</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Checks]]></category>
		<category><![CDATA[Compatibility]]></category>
		<category><![CDATA[complete]]></category>
		<category><![CDATA[Different Ways]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[standard test]]></category>
		<category><![CDATA[test my site]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[W3c]]></category>

		<guid isPermaLink="false">http://pcandweb.com/?p=292</guid>
		<description><![CDATA[a complete reference on how to test your site completely before launching it for public, all types of website check references available.


	
	
	
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-embed-custom-fonts-on-webpage.html" rel="bookmark">
													
				How To Embed Custom Font&#8217;s On Webpage</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/resources/5-best-torrent-tracker-script-start-torrent-site.html" rel="bookmark">
													
				5 Best Torrent Tracker Scripts To Start Your Own Torrent Site</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-a-favicon-3-ways.html" rel="bookmark">
													
				How to Create A Favicon (3 Different Ways)</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[<p>Before taking part in any competition we test our abilities, our capabilities, our power. Similarly Web World is also a competition, you just cannot create a site an expect it will be able to handle itself in different circumstances. Take a simple example, you may have hand-coded it using full url&#8217;s in your computer, or by some WYSIWYG editor, maybe you tested the whole thing in Opera, do you expect it to act similarly in all other browsers? Do you know if all your links are valid and not giving 404 error. Even if your do standard W3C compatible coding you may get wrong somewhere and you may need to test its compatibility. So that&#8217;s what this post is for this will teach you different ways you can test your site fully before jumping into the real web and give all your users a similar taste. As a matter of fact my website was not tested and I implemented the theme in hurry and now I&#8217;m suffering, it works badly in IE6.<span id="more-292"></span></p>
<h2>Standard Check</h2>
<p>First thing you should do after you have finished coding you new site is validate it if your markups are XHTML, HTML, SMIL etc (depending of the one you selected) are valid and conform to that standards set by various organisation. For validation of single page you can use <a href="http://validator.w3.org/" rel="nofollow">W3C&#8217;s</a> own validation service. But I guess you are wanting to validate whole of your site in that case head on to <a href="http://www.validator.ca/" rel="nofollow">Validator.ca</a>.</p>
<p>Incase your feeling the options of both the above sites are not enough for you you should try a test at <a href="http://uitest.com/" rel="nofollow">Uitest</a>. It has all the standard&#8230;&#8230;&#8230;..</p>
<p>&#8230;&#8230;.. Wait what happened???? Ok here&#8217;s the thing I have to stop the research right here, cause <a href="http://uitest.com/" rel="nofollow">Uitest</a> has everything I was going to tell you about, <a href="http://uitest.com/en/analysis/#accessibility" rel="nofollow">Accessibility</a>, <a href="http://uitest.com/en/analysis/#general" rel="nofollow">General</a>, <a href="http://uitest.com/en/analysis/#legal" rel="nofollow">Legal</a>, <a href="http://uitest.com/en/analysis/#links" rel="nofollow">Links</a>, <a href="http://uitest.com/en/analysis/#performance" rel="nofollow">Performance</a>, <a href="http://uitest.com/en/analysis/#seo" rel="nofollow">SEO</a>, <a href="http://uitest.com/en/analysis/#validation" rel="nofollow">Validation</a>, <a href="http://uitest.com/en/specials/#browsers" rel="nofollow">Browsers</a>, <a href="http://uitest.com/en/specials/#colors" rel="nofollow">Colors</a>, <a href="http://uitest.com/en/specials/#fonts" rel="nofollow">Fonts</a>, <a href="http://uitest.com/en/specials/#generators" rel="nofollow">Generators</a>, <a href="http://uitest.com/en/specials/#graphics" rel="nofollow">Graphics</a>, <a href="http://uitest.com/en/specials/#network-security" rel="nofollow">Network and Security</a>, <a href="http://uitest.com/en/specials/#optimizers" rel="nofollow">Optimizers</a>, <a href="http://uitest.com/en/specials/#seo" rel="nofollow">SEO</a> &#8230; and loads of other, it has all types of test you need.</p>
<h4>But I have to sum up this article, so mainly you should do 5 basic checks for you site which are absolutely necessary if you don&#8217;t want to suffer (like me)</h4>
<p><strong>1)      Standards Validator (use <a href="http://www.validator.ca/" rel="nofollow">Validator.ca</a> its fast and straight forward)</strong></p>
<p><strong>2)      Browser Test ( Use <a href="http://browsershots.org/" rel="nofollow">Browsershots</a> )</strong></p>
<p><strong>3)      Website Load Test ( Use <a href="http://tools.pingdom.com/fpt/" rel="nofollow">Pingdom</a> )</strong></p>
<p><strong>4)      CSS Validator ( Use <a href="http://jigsaw.w3.org/css-validator/" rel="nofollow">W3C</a> )</strong></p>
<p><strong>5)      Dead Links Validator ( Use <a href="http://validator.w3.org/checklink" rel="nofollow">W3C</a> )</strong></p>
<p>Other Validation&#8217;s which are optional but you can try them depending on the your site audience and content are :</p>
<p><strong>1)      Accessibility Test ( Check At <a href="http://wave.webaim.org/" rel="nofollow">Wave</a>)</strong></p>
<p><strong>2)      Feed Validator (Use <a href="http://validator.w3.org/feed/" rel="nofollow">W3C</a> )</strong></p>
<p><strong>3)      SEO Check ( It&#8217;s a complete subject in itself but you can start at <a href="http://raven-seo-tools.com/" rel="nofollow">Raven</a>)</strong></p>
<p><strong>4)      DNS Check ( Out of topic but wanted you to know, use <a href="http://www.intodns.com/" rel="nofollow">IntoDNS</a> )</strong></p>
<p>There are many many and many other types of checks, which I personally don&#8217;t think you should do, the main thing is it depends on the site, for example if you are building a site for older people you should obviously do accessibility check, colour blind checks, etc. <em>I&#8217;d also recommend all sites to do a Virus check at <a href="http://safeweb.norton.com/" rel="nofollow">Norton Safeweb</a>, to gain your users faith. If you know other specialised service please let me know so I can add it here. Thanks for visiting <img src='http://pcandweb.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>



	
	
	
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-embed-custom-fonts-on-webpage.html" rel="bookmark">
													
				How To Embed Custom Font&#8217;s On Webpage</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/resources/5-best-torrent-tracker-script-start-torrent-site.html" rel="bookmark">
													
				5 Best Torrent Tracker Scripts To Start Your Own Torrent Site</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-a-favicon-3-ways.html" rel="bookmark">
													
				How to Create A Favicon (3 Different Ways)</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://pcandweb.com/tutorials/how-to-do-a-complete-test-of-your-site.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Create A Page Peel Advertisement In WordPress !!</title>
		<link>http://pcandweb.com/tutorials/how-to-create-page-peel-advertisement-wordpress.html</link>
		<comments>http://pcandweb.com/tutorials/how-to-create-page-peel-advertisement-wordpress.html#comments</comments>
		<pubDate>Sat, 04 Apr 2009 22:26:09 +0000</pubDate>
		<dc:creator>Subhadeep</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[pagepeel]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://pcandweb.com/?p=205</guid>
		<description><![CDATA[Most of the good page peel script available on internet comes for a premium, i have gone through many free script some based on jquery, but those looks very basic and unattractive, but thanks to Christian Harz of Webpicasso, he have create a great pagepeel script based on flash and highly and easily customizable comparable [...]


	
	
	
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-simple-greenary-layout-wordpress-photoshop.html" rel="bookmark">
													
				How To Create A Simple Greenary Layout For WordPress In Photoshop</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-add-author-details-gravatar-wordpress-post.html" rel="bookmark">
													
				How To Add Author Details With Gravatar In WordPress Posts</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-cool-shattered-rainbow-text-effect-photoshop.html" rel="bookmark">
													
				How To Create Cool Shattered Rainbow Text Effect In Photoshop</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></description>
			<content:encoded><![CDATA[<p>Most of the good page peel script available on internet comes for a premium, i have gone through many free script some based on jquery, but those looks very basic and unattractive, but thanks to Christian Harz of <a href="http://www.webpicasso.de/blog/pageear-free-peel-away-ad/" rel="nofollow">Webpicasso</a>, he have create a great pagepeel script based on flash and highly and easily customizable comparable to best premium scripts available. We&#8217;ll learn to integrate his pagepeel script in wordpress and attract visitors.<span id="more-205"></span></p>
<p>Those who don&#8217;t know about pagepeel advertisements they should rather visit <a href="http://www.webpicasso.de/blog/pageear-free-peel-away-ad/" rel="nofollow">Webpicasso</a> and check it for themselves. Pagepeels are also known as magic corner, Peel Adv, etc It takes a very small space in the corner and when ever user hovers over the corner the page peels up and shows the adv. It is highly efficient form of advertising and have high CTR rate. The steps highlighted in tutorial is also applicable for any other type of dynamic or static site.</p>
<h1>Step 1</h1>
<p>Creating Page Peel Adv for your wordpress site is very easy, the first thing you need to do is download <a href="http://pcandweb.com/wp-content/uploads/2009/04/pageear.zip">pageear 1.4 HERE. </a>Then extract it and open the pageear.js in wordpad and change &#8220;yoursitename.com&#8221; to your site url and &#8220;themename&#8221; to your theme&#8217;s name.Change the other settings as mentioned in javascript. Then upload the whole pageear folder in your site&#8217;s theme directory. In my experiment i&#8217;m using the theme normal, so the folder should be placed in the normal folder.</p>
<h1>Step2</h1>
<p>Now open header.php in the themes folder and add the below line just before the end of &lt;/head&gt;</p>
<p><span style="color: #ff99cc;"><em><strong>&lt;script src=&#8221;&lt;?=bloginfo(&#8216;template_url&#8217;)?&gt;/pageear/AC_OETags.js&#8221; language=&#8221;javascript&#8221;&gt;&lt;/script&gt; </strong></em></span></p>
<p><span style="color: #ff99cc;"><em><strong>&lt;script src=&#8221;&lt;?=bloginfo(&#8216;template_url&#8217;)?&gt;/pageear/pageear.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</strong></em></span></p>
<div id="attachment_211" class="wp-caption alignnone" style="width: 530px"><img class="size-full wp-image-211" title="code_1" src="http://pcandweb.com/wp-content/uploads/2009/04/code_1.gif" alt="Reference Header" width="520" height="100" /><p class="wp-caption-text">Reference Header</p></div>
<p>Next Open footer.php and add the below lines just before the end of &lt;/body&gt;<br />
<span style="color: #ff99cc;"><em><strong>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
writeObjects();<br />
&lt;/script&gt;</strong></em></span></p>
<div id="attachment_212" class="wp-caption aligncenter" style="width: 304px"><img class="size-full wp-image-212" title="code_2" src="http://pcandweb.com/wp-content/uploads/2009/04/code_2.gif" alt="Footer Reference" width="294" height="215" /><p class="wp-caption-text">Footer Reference</p></div>
<h1>Step 3</h1>
<div id="attachment_213" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-213" title="pagepeel" src="http://pcandweb.com/wp-content/uploads/2009/04/pagepeel.jpg" alt="In Action" width="500" height="285" /><p class="wp-caption-text">In Action</p></div>
<p>Test your blog if everything is working properly then change the images to suit your needs. For those who does&#8217;nt want to code or are not familiar with all structures you can use pagepeel plugin, it can be <a href="http://wordpress.org/extend/plugins/page-peel/" rel="nofollow">downlaoded HERE</a>. But I&#8217;d highly recommend to add it by hand as that will not tax your server with unnecessary processing of extra codes. Hope you enjoyed the tutorial, do comment if u did. Thanks!!</p>
<p>Rather breaking the bank with pricey <a href="http://www.hostseeq.com/c/dedicated_servers.htm" rel="nofollow">dedicated servers</a>, swith over to <a href="http://www.hostseeq.com" rel="nofollow">cheap web hosting</a> as <a href="http://www.hostseeq.com/c/virtual_private_servers.htm" rel="nofollow">cheap vps</a>.</p>



	
	
	
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-simple-greenary-layout-wordpress-photoshop.html" rel="bookmark">
													
				How To Create A Simple Greenary Layout For WordPress In Photoshop</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-add-author-details-gravatar-wordpress-post.html" rel="bookmark">
													
				How To Add Author Details With Gravatar In WordPress Posts</a>
			</li>
				
					<li>
				<a href="http://pcandweb.com/tutorials/how-to-create-cool-shattered-rainbow-text-effect-photoshop.html" rel="bookmark">
													
				How To Create Cool Shattered Rainbow Text Effect In Photoshop</a>
			</li>
				
			
	<div class="clear">&nbsp;</div>
	
]]></content:encoded>
			<wfw:commentRss>http://pcandweb.com/tutorials/how-to-create-page-peel-advertisement-wordpress.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
