<?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>Breaking New Grounds</title>
	<atom:link href="http://afterimagewebs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://afterimagewebs.com</link>
	<description>My Journey as Web Developer</description>
	<lastBuildDate>Fri, 17 Feb 2012 05:08:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=124</generator>
		<item>
		<title>How To Create Exit Pop</title>
		<link>http://afterimagewebs.com/how-to-create-exit-pop/</link>
		<comments>http://afterimagewebs.com/how-to-create-exit-pop/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 07:14:14 +0000</pubDate>
		<dc:creator>JS Marasigan</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://afterimagewebs.com/?p=705</guid>
		<description><![CDATA[Use the sample HTML code below : &#60;!DOCTYPE HTML PUBLIC &#34;-//W#C//DTD HTML 4.01 Transitional//EN&#34;&#62; &#60;html&#62; &#60;head&#62; &#60;script type=&#34;text/javascript&#34;&#62; &#60;!-- var PreventExitPop = false; function ExitPop() { if(PreventExitPop == false) { PreventExitPop=true; document.getElementById(&#34;MainBody&#34;).style.display='none'; document.getElementById(&#34;ExitDive&#34;).style.display='block'; scroll(0, 0); return &#34;EXIT POP!&#34; } } &#8230; <a href="http://afterimagewebs.com/how-to-create-exit-pop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Use the sample HTML code below :</p>
<pre class="wp-code-highlight prettyprint">
&lt;!DOCTYPE HTML PUBLIC &quot;-//W#C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
var PreventExitPop = false;
function ExitPop() {
	if(PreventExitPop == false)	{
		PreventExitPop=true;
		document.getElementById(&quot;MainBody&quot;).style.display='none';
		document.getElementById(&quot;ExitDive&quot;).style.display='block';
		scroll(0, 0);
		return &quot;EXIT POP!&quot;
	}
}
// --&gt;
&lt;/script&gt;
&lt;script language=&quot;JavaScript&quot;&gt;
&lt;!--
window.onbeforeunload = ExitPop;
// --&gt;
&lt;/script&gt;
&lt;/head&gt;
&lt;body &gt;
&lt;div id=&quot;MainBody&quot;&gt; &lt;a href=&quot;http://www.google.com&quot; onClick=&quot;PreventExitPop=true&quot;&gt;This is the link &lt;/a&gt; &lt;/div&gt;
&lt;div id=&quot;ExitDive&quot; style=&quot;display: none; top: 0pt; left: 0pt; width: 100%; height: 500px; position: absolute;&quot;&gt; gfdgdfgdfgdfg gdfg &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://afterimagewebs.com/how-to-create-exit-pop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Validate a Form Using Dreamweaver?</title>
		<link>http://afterimagewebs.com/how-to-validate-a-form-using-dreamweaver/</link>
		<comments>http://afterimagewebs.com/how-to-validate-a-form-using-dreamweaver/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 06:09:21 +0000</pubDate>
		<dc:creator>JS Marasigan</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://afterimagewebs.com/?p=697</guid>
		<description><![CDATA[1. Open Dreamweaver and create singup form 2. Select Form tag 3. Open tag inspector panel (Press F9) At your panel bar open your tag inspector panel (press F9 or window > Tag Inapector) Select tab &#8220;Behaviors&#8221; Select onSubmit Click &#8230; <a href="http://afterimagewebs.com/how-to-validate-a-form-using-dreamweaver/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>1. Open Dreamweaver and create singup form </strong></p>
<p><strong>2. Select Form tag</strong></p>
<p><strong>3. Open tag inspector panel (Press F9) </strong></p>
<p>At your panel bar open your tag inspector panel (press F9 or window > Tag Inapector)<br />
Select tab &#8220;Behaviors&#8221;<br />
Select onSubmit<br />
Click on a plus sign then select &#8220;Validate Form&#8221;</p>
<p><strong>4. Validate form </strong></p>
<p>In this step in Name fields box select what field you don&#8217;t want to be blank then tick &#8220;Required&#8221; and choose what you accept. </p>
<p><strong>5. Test in your web browser </strong></p>
<p>Press submit button without insert any value in form fields you will see this alert box.</p>
]]></content:encoded>
			<wfw:commentRss>http://afterimagewebs.com/how-to-validate-a-form-using-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to Get Facebook and Twitter Plugins?</title>
		<link>http://afterimagewebs.com/where-to-get-facebook-and-twitter-plugins/</link>
		<comments>http://afterimagewebs.com/where-to-get-facebook-and-twitter-plugins/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 18:24:48 +0000</pubDate>
		<dc:creator>JS Marasigan</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://afterimagewebs.com/?p=693</guid>
		<description><![CDATA[Get it here on these pages: Twitter: http://twitter.com/about/resources/widgets/ Facebook: http://developers.facebook.com/docs/plugins/]]></description>
			<content:encoded><![CDATA[<p>Get it here on these pages:</p>
<p>Twitter:</p>
<pre class="wp-code-highlight prettyprint">http://twitter.com/about/resources/widgets/</pre>
<p>Facebook:</p>
<pre class="wp-code-highlight prettyprint">http://developers.facebook.com/docs/plugins/</pre>
]]></content:encoded>
			<wfw:commentRss>http://afterimagewebs.com/where-to-get-facebook-and-twitter-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add Sidebar to WordPress?</title>
		<link>http://afterimagewebs.com/how-to-add-sidebar-to-wordpress/</link>
		<comments>http://afterimagewebs.com/how-to-add-sidebar-to-wordpress/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 17:05:25 +0000</pubDate>
		<dc:creator>JS Marasigan</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://afterimagewebs.com/?p=690</guid>
		<description><![CDATA[To call sidebar-page.php: Use: &#60;?php get_sidebar('page'); ?&#62;]]></description>
			<content:encoded><![CDATA[<p>To call sidebar-page.php:</p>
<p>Use:</p>
<pre class="wp-code-highlight prettyprint">&lt;?php get_sidebar('page'); ?&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://afterimagewebs.com/how-to-add-sidebar-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make Cursor Pointer Using CSS?</title>
		<link>http://afterimagewebs.com/how-to-make-cursor-pointer-using-css/</link>
		<comments>http://afterimagewebs.com/how-to-make-cursor-pointer-using-css/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 06:43:11 +0000</pubDate>
		<dc:creator>JS Marasigan</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://afterimagewebs.com/?p=687</guid>
		<description><![CDATA[Use the CSS Code below: #submit-button { cursor: pointer; }]]></description>
			<content:encoded><![CDATA[<p>Use the CSS Code below:</p>
<pre class="wp-code-highlight prettyprint">
#submit-button {
    cursor: pointer;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://afterimagewebs.com/how-to-make-cursor-pointer-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Force HTML iFrame Out of Its Parent HTML</title>
		<link>http://afterimagewebs.com/how-to-force-html-iframe-out-of-its-parent-html/</link>
		<comments>http://afterimagewebs.com/how-to-force-html-iframe-out-of-its-parent-html/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 15:56:29 +0000</pubDate>
		<dc:creator>JS Marasigan</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://afterimagewebs.com/?p=684</guid>
		<description><![CDATA[Forcing your page out of someone else&#8217;s iframe: Put this in your document&#8217;s head: &#60;script type=&#34;text/javascript&#34;&#62; &#60;!-- function breakout_of_frame() { if (top.location != location) { top.location.href = document.location.href ; } } --&#62; &#60;/script&#62; Put this in the body tag as &#8230; <a href="http://afterimagewebs.com/how-to-force-html-iframe-out-of-its-parent-html/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Forcing your page out of someone else&#8217;s iframe: </p>
<p>Put this in your document&#8217;s head:</p>
<pre class="wp-code-highlight prettyprint">
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
function breakout_of_frame()
{
if (top.location != location) {
top.location.href = document.location.href ;
}
}
--&gt;
&lt;/script&gt;
</pre>
<p>Put this in the body tag as shown:</p>
<pre class="wp-code-highlight prettyprint">&lt;body onload=&quot;breakout_of_frame()&quot;&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://afterimagewebs.com/how-to-force-html-iframe-out-of-its-parent-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create Gradient Color in CSS?</title>
		<link>http://afterimagewebs.com/how-to-create-gradient-color-in-css/</link>
		<comments>http://afterimagewebs.com/how-to-create-gradient-color-in-css/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 07:17:27 +0000</pubDate>
		<dc:creator>JS Marasigan</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://afterimagewebs.com/?p=660</guid>
		<description><![CDATA[You may use sample CSS code below: .gradient { background: #48b6c7; /* Old browsers */ background: -moz-linear-gradient(top, #48b6c7 0%, #1ca1ac 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48b6c7), color-stop(100%,#1ca1ac)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #48b6c7 0%,#1ca1ac 100%); &#8230; <a href="http://afterimagewebs.com/how-to-create-gradient-color-in-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You may use sample CSS code below:</p>
<pre class="wp-code-highlight prettyprint">
.gradient {
background: #48b6c7; /* Old browsers */
background: -moz-linear-gradient(top, #48b6c7 0%, #1ca1ac 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48b6c7), color-stop(100%,#1ca1ac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #48b6c7 0%,#1ca1ac 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #48b6c7 0%,#1ca1ac 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #48b6c7 0%,#1ca1ac 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b6c7', endColorstr='#1ca1ac',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #48b6c7 0%,#1ca1ac 100%);
}
</pre>
<p>Example:</p>
<style tyle="text/css">
.gradient {
background: #48b6c7; /* Old browsers */
background: -moz-linear-gradient(top, #48b6c7 0%, #1ca1ac 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48b6c7), color-stop(100%,#1ca1ac)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #48b6c7 0%,#1ca1ac 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #48b6c7 0%,#1ca1ac 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #48b6c7 0%,#1ca1ac 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b6c7', endColorstr='#1ca1ac',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #48b6c7 0%,#1ca1ac 100%);
}
</style>
<div style="height:40px" class="gradient">
</div>
]]></content:encoded>
			<wfw:commentRss>http://afterimagewebs.com/how-to-create-gradient-color-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is the URL to Set Up Google Split Testing?</title>
		<link>http://afterimagewebs.com/what-is-the-url-to-set-up-google-split-testing/</link>
		<comments>http://afterimagewebs.com/what-is-the-url-to-set-up-google-split-testing/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 09:43:19 +0000</pubDate>
		<dc:creator>JS Marasigan</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://afterimagewebs.com/?p=658</guid>
		<description><![CDATA[Here is the URL: https://www.google.com/analytics/siteopt/]]></description>
			<content:encoded><![CDATA[<p>Here is the URL:</p>
<pre class="wp-code-highlight prettyprint">https://www.google.com/analytics/siteopt/</pre>
]]></content:encoded>
			<wfw:commentRss>http://afterimagewebs.com/what-is-the-url-to-set-up-google-split-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Get Contents from Other Websites Using jQuery?</title>
		<link>http://afterimagewebs.com/how-to-get-contents-from-other-websites-using-jquery/</link>
		<comments>http://afterimagewebs.com/how-to-get-contents-from-other-websites-using-jquery/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 02:35:16 +0000</pubDate>
		<dc:creator>JS Marasigan</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://afterimagewebs.com/?p=656</guid>
		<description><![CDATA[Step 1: Create index.html and add the code below: (Change YOURDOMAIN.com) &#60;!DOCTYPE HTML PUBLIC &#34;-//W3C//DTD HTML 4.01 Transitional//EN&#34; &#34;http://www.w3.org/TR/html4/loose.dtd&#34;&#62; &#60;html&#62;&#60;head&#62; &#60;script src=&#34;http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;script&#62; $(document).ready(function(){ $(&#34;#allh2&#34;).load(&#34;http://www.YOURDOMAIN.com/loader.php div&#34;,{want2Read:'http://en.wikipedia.org/wiki/Steve_jobs'},function(){ //Write your additional jQuery script below. For instance: $(&#34;div&#34;).attr(&#34;class&#34;,&#34;mw-content-ltr&#34;); }); }); &#60;/script&#62; &#60;/head&#62; &#8230; <a href="http://afterimagewebs.com/how-to-get-contents-from-other-websites-using-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Step 1: Create index.html and add the code below: (Change YOURDOMAIN.com)</p>
<pre class="wp-code-highlight prettyprint">
&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;
&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(document).ready(function(){
$(&quot;#allh2&quot;).load(&quot;http://www.YOURDOMAIN.com/loader.php div&quot;,{want2Read:'http://en.wikipedia.org/wiki/Steve_jobs'},function(){
//Write your additional jQuery script below. For instance:
$(&quot;div&quot;).attr(&quot;class&quot;,&quot;mw-content-ltr&quot;);
});
});
&lt;/script&gt;
 &lt;/head&gt; &lt;body&gt;
&lt;h1&gt;Wow, this stuff is need&lt;/h1&gt;
&lt;p class=&quot;optionalcontent&quot;&gt;All headers from &lt;a href=&quot;http://www.want2read.com/&quot;&gt;want2read&lt;/a&gt;, I learned this from &lt;a href=&quot;http://www.sitegrind.nl/&quot;&gt;Sitegrind&lt;/a&gt;&lt;/p&gt;
&lt;div id=&quot;allh2&quot;&gt; &lt;/div&gt;

&lt;/body&gt; &lt;/html&gt;
</pre>
<p>Step 2 : Create loader.php</p>
<pre class="wp-code-highlight prettyprint">
&lt;?php
extract($_POST);
$str = file_get_contents($want2Read);
echo $str;
?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://afterimagewebs.com/how-to-get-contents-from-other-websites-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Get WordPress Template File in Theme?</title>
		<link>http://afterimagewebs.com/how-to-get-wordpress-template-file-in-theme/</link>
		<comments>http://afterimagewebs.com/how-to-get-wordpress-template-file-in-theme/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 08:58:30 +0000</pubDate>
		<dc:creator>JS Marasigan</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://afterimagewebs.com/?p=653</guid>
		<description><![CDATA[Calls sidebar-page.php: &#60;?php get_sidebar('page'); ?&#62;]]></description>
			<content:encoded><![CDATA[<p>Calls sidebar-page.php:</p>
<pre class="wp-code-highlight prettyprint">&lt;?php get_sidebar('page'); ?&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://afterimagewebs.com/how-to-get-wordpress-template-file-in-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

