<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>WebProWorld - Web Programming Discussion Forum</title>
		<link>http://www.webproworld.com/webmaster-forum/</link>
		<description>Working with an API? Developing a plugin?  Writing a Mod or script for your favorite blog, Web 2.0 site or Forum?  Welcome.</description>
		<language>en</language>
		<lastBuildDate>Tue, 18 Jun 2013 20:03:10 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.webproworld.com/webmaster-forum/images/misc/rss.png</url>
			<title>WebProWorld - Web Programming Discussion Forum</title>
			<link>http://www.webproworld.com/webmaster-forum/</link>
		</image>
		<item>
			<title>Tricking a website to interpret root-relative paths as belong to a different domain?</title>
			<link>http://www.webproworld.com/webmaster-forum/threads/128716-Tricking-a-website-to-interpret-root-relative-paths-as-belong-to-a-different-domain?goto=newpost</link>
			<pubDate>Thu, 13 Jun 2013 17:52:19 GMT</pubDate>
			<description><![CDATA[Hi guys, 
 
I own two domains. One contains the HTML index file, whose paths are all root-relative (ie, href="/pages/file.html"). The second domain...]]></description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
<br />
I own two domains. One contains the HTML index file, whose paths are all root-relative (ie, href=&quot;/pages/file.html&quot;). The second domain contains *everything* except that file.<br />
<br />
Naturally, all root-relative paths in the index file on domain.com will look for those files on domain.com (made-up name). However, I would like the server to tell the browsers to fetch these files on alternatedomain.com (made-up name) without changing any of the root-relative paths.<br />
<br />
I am referring to *all* paths, including href calls, src calls, stylesheet calls, and even target locations found in .js files. All of these are either full http links or root-relative paths. I'd like the full http links to keep pointing where they're pointing, but all the root-relative paths to point to alternatedomain.com.<br />
<br />
Ideally, in a perfect world, I'd insert a line in the .htaccess file that tells either the server or the browser that we're on alternatedomain.com and not domain.com. In other words, that tricks it.<br />
<br />
Is this at all do-able? Again, using php variables is not an option because that would require inserting the string on every path. I'd like those paths to remain root-relative in the actual HTML file.<br />
<br />
I'd be technically hot-linking everything, but I'd be hot-linking to my own alternate domain, so there's no danger of the other side simply disabling hot-linking.</div>

]]></content:encoded>
			<category domain="http://www.webproworld.com/webmaster-forum/forums/18-Web-Programming-Discussion-Forum">Web Programming Discussion Forum</category>
			<dc:creator>jyeager11</dc:creator>
			<guid isPermaLink="true">http://www.webproworld.com/webmaster-forum/threads/128716-Tricking-a-website-to-interpret-root-relative-paths-as-belong-to-a-different-domain</guid>
		</item>
		<item>
			<title>cake php testing</title>
			<link>http://www.webproworld.com/webmaster-forum/threads/128543-cake-php-testing?goto=newpost</link>
			<pubDate>Tue, 04 Jun 2013 09:25:25 GMT</pubDate>
			<description>can some provide me help for testing the cakephp project using phpunit for the admin side. I am a new to the testing so can u provide me the details...</description>
			<content:encoded><![CDATA[<div>can some provide me help for testing the cakephp project using phpunit for the admin side. I am a new to the testing so can u provide me the details about the books available for phpunit testing in cake php.</div>

]]></content:encoded>
			<category domain="http://www.webproworld.com/webmaster-forum/forums/18-Web-Programming-Discussion-Forum">Web Programming Discussion Forum</category>
			<dc:creator>chitra</dc:creator>
			<guid isPermaLink="true">http://www.webproworld.com/webmaster-forum/threads/128543-cake-php-testing</guid>
		</item>
		<item>
			<title>Seeking help for print component/script</title>
			<link>http://www.webproworld.com/webmaster-forum/threads/128469-Seeking-help-for-print-component-script?goto=newpost</link>
			<pubDate>Thu, 30 May 2013 11:14:33 GMT</pubDate>
			<description>hey folks 
 
i am using FullCalendar to display schedules. the schedule shows great on the screen, but when i want to print - its really bad. even...</description>
			<content:encoded><![CDATA[<div>hey folks<br />
<br />
i am using FullCalendar to display schedules. the schedule shows great on the screen, but when i want to print - its really bad. even their print CSS doesnt do much.<br />
<br />
sample of printed version: //img31.imageshack.us/img31/8441/databasew.jpg<br />
<br />
i am looking for some kind of a script to &quot;capture&quot; what is on the screen and print that - maybe into PDF or something. kind of like the aviary plugin on Firefox does (except that its manual...)<br />
<br />
anything like this exist??<br />
<br />
thanks!</div>

]]></content:encoded>
			<category domain="http://www.webproworld.com/webmaster-forum/forums/18-Web-Programming-Discussion-Forum">Web Programming Discussion Forum</category>
			<dc:creator>kneidels</dc:creator>
			<guid isPermaLink="true">http://www.webproworld.com/webmaster-forum/threads/128469-Seeking-help-for-print-component-script</guid>
		</item>
		<item>
			<title>Semantic markup, linking or confusion</title>
			<link>http://www.webproworld.com/webmaster-forum/threads/128464-Semantic-markup-linking-or-confusion?goto=newpost</link>
			<pubDate>Thu, 30 May 2013 07:56:56 GMT</pubDate>
			<description>*1.  Background.* 
 
Now three are at least two organizations, http://www.w3.org/ and http://www.whatwg.org/ that support the HTML standard.  I am...</description>
			<content:encoded><![CDATA[<div><b>1.  Background.</b><br />
<br />
Now three are at least two organizations, <a href="http://www.w3.org/" target="_blank">http://www.w3.org/</a> and <a href="http://www.whatwg.org/" target="_blank">http://www.whatwg.org/</a> that support the HTML standard.  I am very much a fan of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/" target="_blank">the living standard at whatwg.org</a> since that constantly evolves.  But I don't like that <a href="http://www.webproworld.com/webmaster-forum/threads/113123-HTML5-and-CSS3-Is-there-a-Web-standards-divergence" target="_blank">there may be a web standards divergence</a> that may end in complete confusion or anarchy.<br />
<br />
<b>2.  A good example.</b><br />
<br />
I came to the forum to write this thread and noted the following related thread:<br />
<br />
<a href="http://www.webproworld.com/webmaster-forum/threads/128353-Open-Graph-and-Semantic-Markup-Play-Nice-Together" target="_blank">Open Graph and Semantic Markup - Play Nice Together?</a><br />
<br />
that in <a href="http://www.webproworld.com/webmaster-forum/threads/128353-Open-Graph-and-Semantic-Markup-Play-Nice-Together?p=662310&amp;viewfull=1#post662310" target="_blank">my opinion is a good example of the semantic markup and linking confusion</a> that is now present.<br />
<br />
<b>3.  Schema.org and the Open Graph protocol.</b><br />
<br />
Now there are at least two new sites that introduce their own standards and linking mechanisms.<br />
<ol class="decimal"><li style=""><a href="http://schema.org/" target="_blank">http://schema.org/</a></li><li style=""><a href="http://ogp.me/" target="_blank">http://ogp.me/</a> </li></ol><br />
<b> 4.  Advanced semantic linking.</b><br />
<br />
This  WebProWorld thread:<br />
<br />
<a href="http://www.webproworld.com/webmaster-forum/threads/69442-Advanced-semantic-linking-and-transclusion" target="_blank">Advanced semantic linking and transclusion.</a><br />
<br />
orginally written 07-03-2008, 07:52 PM still holds the number one position on Google for the query:<br />
<br />
advanced semantic linking<br />
<br />
that did not get much attention (comments).<br />
<br />
That thread is about the <a href="http://www.w3.org/TR/xlink/" target="_blank">XML linking technology XLink</a>.  In a sense HTML is a bad dialect of XML <a href="http://validator.w3.org/" target="_blank">if the HTML markup validates</a> that is built into web developement platforms like Adobe dreamweaver CS6.<br />
<br />
<b>5.  The semantic web lost in confusion?</b><br />
<br />
During the last few years there has been written a lot <a href="http://www.w3.org/standards/semanticweb/" target="_blank">about the semantic web</a>.  If you put semanticweb.org in your webbrowser, you are now a<a href="http://semanticweb.org/wiki/Main_Page" target="_blank">utomatically redirected to this page</a>.  Personally, I should like that Wiki to be on <a href="http://www.w3schools.com/tags/tag_nav.asp" target="_blank">a HTML &lt;nav tag&gt;</a> that takes you to that page.  So are the semanticweb.org breaking their own standard?<br />
<br />
<b>6.  HTML5 for ever HTML or XML?</b><br />
<br />
If you look at the new HTML tags introduced with HTML5 like <br />
<br />
<ul><li style="">header</li><li style="">footer</li><li style="">section</li><li style="">article</li><li style="">nav</li><li style="">aside </li></ul><br />
 that more and more reminds me of XML tags.  In XML, you are <b>absolutely free</b> to define your own tags as long as they validate.  So one solution (described in 7. below) to a confusion lik <a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=173379" target="_blank">this Google rich snippest example</a>:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Quote:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			<b>New!</b> <a href="http://www.schema.org" target="_blank">schema.org</a>  lets you mark up a much wider range of item types on your pages, using a  vocabulary that Google, Microsoft, and Yahoo! can all understand. <a href="http://support.google.com/webmasters/bin/answer.py?answer=1211158" target="_blank">Find out more.</a> (Google still supports your existing rich snippets markup, though.)
			
		<hr />
	</div>
</div><b>New</b> or <font color="#ff0000">the start of the confusion?</font><br />
<br />
<b>7.  A simple solution</b><br />
<br />
XML and the related thechnologies like XLink is obviously not the solution to the confusion described above.  My simple solution is:<br />
<br />
Let W3C and WHATWG join forces so they support a new living HTML standard more like XML, but not as free as XML in the sense that you can freely make your own tags and markup.  My proposal for a solution:<br />
<br />
<b>If you need a new HTML element (tag) that is not already implemented, submit it to the W3C (WHATWG) for a fast acceptance or <font color="#ff0000">justified</font> rejection.</b><br />
<br />
If the new element (tag)  is accepted, it is automatically added to the (living) HTML standard.</div>

]]></content:encoded>
			<category domain="http://www.webproworld.com/webmaster-forum/forums/18-Web-Programming-Discussion-Forum">Web Programming Discussion Forum</category>
			<dc:creator>kgun</dc:creator>
			<guid isPermaLink="true">http://www.webproworld.com/webmaster-forum/threads/128464-Semantic-markup-linking-or-confusion</guid>
		</item>
		<item>
			<title>Seo friendly url</title>
			<link>http://www.webproworld.com/webmaster-forum/threads/128397-Seo-friendly-url?goto=newpost</link>
			<pubDate>Tue, 28 May 2013 04:23:27 GMT</pubDate>
			<description>How to create  an seo friendly url using cake php</description>
			<content:encoded><![CDATA[<div>How to create  an seo friendly url using cake php</div>

]]></content:encoded>
			<category domain="http://www.webproworld.com/webmaster-forum/forums/18-Web-Programming-Discussion-Forum">Web Programming Discussion Forum</category>
			<dc:creator>chitra</dc:creator>
			<guid isPermaLink="true">http://www.webproworld.com/webmaster-forum/threads/128397-Seo-friendly-url</guid>
		</item>
	</channel>
</rss>
