<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Static Jack Plugin Just Updated</title>
	<link>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/</link>
	<description>Marketing, entrepreneurship, php programming</description>
	<pubDate>Thu, 20 Nov 2008 10:53:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>

	<item>
		<title>by: Marty</title>
		<link>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-500</link>
		<pubDate>Fri, 16 Jun 2006 20:41:31 +0000</pubDate>
		<guid>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-500</guid>
					<description>Would I be able to use this plugin to include a shopping cart inside my blog?</description>
		<content:encoded><![CDATA[<p>Would I be able to use this plugin to include a shopping cart inside my blog?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Administrator</title>
		<link>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-407</link>
		<pubDate>Thu, 08 Jun 2006 11:59:19 +0000</pubDate>
		<guid>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-407</guid>
					<description>alby,
This is an error in your html, not the code.
Try src=&quot;/dir/path/to/image.gif&quot;

Emphasis on leading slash.</description>
		<content:encoded><![CDATA[<p>alby,<br />
This is an error in your html, not the code.<br />
Try src=&#8221;/dir/path/to/image.gif&#8221;</p>
<p>Emphasis on leading slash.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: alby</title>
		<link>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-399</link>
		<pubDate>Wed, 07 Jun 2006 15:21:25 +0000</pubDate>
		<guid>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-399</guid>
					<description>I insert my page1.htm inner folder static;
but if I want create a link in the site what are the solutions?

I have create a blogroll link:
with all the url http://localhost/mysite/pag1.htm,
is the only solution?

other:
if the page have image I not see.</description>
		<content:encoded><![CDATA[<p>I insert my page1.htm inner folder static;<br />
but if I want create a link in the site what are the solutions?</p>
<p>I have create a blogroll link:<br />
with all the url <a href='http://localhost/mysite/pag1.htm' rel='nofollow'>http://localhost/mysite/pag1.htm</a>,<br />
is the only solution?</p>
<p>other:<br />
if the page have image I not see.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Administrator</title>
		<link>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-372</link>
		<pubDate>Mon, 05 Jun 2006 13:28:22 +0000</pubDate>
		<guid>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-372</guid>
					<description>Dave,
It appears you're trying to use the plugin without .htaccess on or without using SEF urls.  Please see the documentation for instructions on how to use this.</description>
		<content:encoded><![CDATA[<p>Dave,<br />
It appears you&#8217;re trying to use the plugin without .htaccess on or without using SEF urls.  Please see the documentation for instructions on how to use this.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dave</title>
		<link>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-343</link>
		<pubDate>Wed, 31 May 2006 16:37:44 +0000</pubDate>
		<guid>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-343</guid>
					<description>Looks like $_SERVER['PHP_SELF'] returns index.php not my static page.  Any help on this?</description>
		<content:encoded><![CDATA[<p>Looks like $_SERVER[&#8217;PHP_SELF&#8217;] returns index.php not my static page.  Any help on this?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dave</title>
		<link>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-342</link>
		<pubDate>Wed, 31 May 2006 16:20:16 +0000</pubDate>
		<guid>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-342</guid>
					<description>Using your plugin and this syntax works for providing GET variables on the URL:
http://www.site.com/staticpage.php?var=2

But I can't get this to work and it seems like it should given I use similar syntax for my wordpress index.php to get categories:
http://www.site.com/staticpage/?var=2</description>
		<content:encoded><![CDATA[<p>Using your plugin and this syntax works for providing GET variables on the URL:<br />
<a href='http://www.site.com/staticpage.php?var=2' rel='nofollow'>http://www.site.com/staticpage.php?var=2</a></p>
<p>But I can&#8217;t get this to work and it seems like it should given I use similar syntax for my wordpress index.php to get categories:<br />
<a href='http://www.site.com/staticpage/?var=2' rel='nofollow'>http://www.site.com/staticpage/?var=2</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Arne</title>
		<link>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-166</link>
		<pubDate>Sun, 07 May 2006 18:14:49 +0000</pubDate>
		<guid>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-166</guid>
					<description>Hi,

did you notice that all static pages will return a 404 Not Found header? Maybe thats because you're using the 404_template hook.

Arne</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>did you notice that all static pages will return a 404 Not Found header? Maybe thats because you&#8217;re using the 404_template hook.</p>
<p>Arne
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: win</title>
		<link>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-56</link>
		<pubDate>Fri, 17 Feb 2006 10:39:24 +0000</pubDate>
		<guid>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-56</guid>
					<description>so, i don't have to put the ?pid=$pid in the hyperlink, right? 

coz earlier, when i did that, the static page could not be found.

the page can only be found if it is (home)/static/ or (home)/static</description>
		<content:encoded><![CDATA[<p>so, i don&#8217;t have to put the ?pid=$pid in the hyperlink, right? </p>
<p>coz earlier, when i did that, the static page could not be found.</p>
<p>the page can only be found if it is (home)/static/ or (home)/static
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Administrator</title>
		<link>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-55</link>
		<pubDate>Fri, 17 Feb 2006 03:44:21 +0000</pubDate>
		<guid>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-55</guid>
					<description>I haven't tried this, but you might be able to  access the variable through just $pid in the static file.  If not, then I'd try $post-&gt;ID.

&lt; ?php
//static file
echo $pid .' is pid&lt;br&gt;';
echo $post-&gt;ID.' is post id&lt;br /&gt;';
?&gt;

Play around with it.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried this, but you might be able to  access the variable through just $pid in the static file.  If not, then I&#8217;d try $post->ID.</p>
<p>< ?php<br />
//static file<br />
echo $pid .' is pid<br />&#8216;;<br />
echo $post->ID.&#8217; is post id<br />&#8216;;<br />
?></p>
<p>Play around with it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: win</title>
		<link>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-54</link>
		<pubDate>Thu, 16 Feb 2006 04:08:53 +0000</pubDate>
		<guid>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-54</guid>
					<description>cont..

(home)/staticpage.php?pid=$pid&quot;</description>
		<content:encoded><![CDATA[<p>cont..</p>
<p>(home)/staticpage.php?pid=$pid&#8221;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: win</title>
		<link>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-53</link>
		<pubDate>Thu, 16 Feb 2006 03:50:36 +0000</pubDate>
		<guid>http://jackborn.com/blog/2006/01/06/static-jack-plugin-just-updated/#comment-53</guid>
					<description>i'm using ur brilliant plugin,

what if i want to send a value from a single post to the static page.

eg: 
i want to past the post_id value from a post, so in single post page (in the loop), i write:

$pid = $post-&amp;#62;ID;

then i make a link to the static page and retrieve that value in it..

i write my hyperlink like this: 

href=&quot;/</description>
		<content:encoded><![CDATA[<p>i&#8217;m using ur brilliant plugin,</p>
<p>what if i want to send a value from a single post to the static page.</p>
<p>eg:<br />
i want to past the post_id value from a post, so in single post page (in the loop), i write:</p>
<p>$pid = $post-&gt;ID;</p>
<p>then i make a link to the static page and retrieve that value in it..</p>
<p>i write my hyperlink like this: </p>
<p>href=&#8221;/
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
