<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>

<feed xmlns="http://purl.org/atom/ns#" version="0.3" xml:lang="en-US">
<link href="https://www.blogger.com/atom/32579666" rel="service.post" title="zingpow" type="application/atom+xml"/>
<link href="https://www.blogger.com/atom/32579666" rel="service.feed" title="zingpow" type="application/atom+xml"/>
<title mode="escaped" type="text/html">zingpow</title>
<tagline mode="escaped" type="text/html">a climate-controlled storage unit for computer codes, hacks, tips, tricks, guidance and dating.</tagline>
<link href="http://www.zingpow.net/" rel="alternate" title="zingpow" type="text/html"/>
<id>tag:blogger.com,1999:blog-32579666</id>
<modified>2006-08-22T22:04:29Z</modified>
<generator url="http://www.blogger.com/" version="6.72">Blogger</generator>
<info mode="xml" type="text/html">
<div xmlns="http://www.w3.org/1999/xhtml">This is an Atom formatted XML site feed. It is intended to be viewed in a Newsreader or syndicated to another site. Please visit the <a href="http://help.blogger.com/bin/answer.py?answer=697">Blogger Help</a> for more info.</div>
</info>
<convertLineBreaks xmlns="http://www.blogger.com/atom/ns#">true</convertLineBreaks>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/32579666/115591925046662016" rel="service.edit" title="Blogger - create static php pages" type="application/atom+xml"/>
<author>
<name>mick</name>
</author>
<issued>2006-08-18T11:33:00-05:00</issued>
<modified>2006-08-18T16:46:39Z</modified>
<created>2006-08-18T16:40:50Z</created>
<link href="http://www.zingpow.net/2006/08/blogger-create-static-php-pages.php" rel="alternate" title="Blogger - create static php pages" type="text/html"/>
<id>tag:blogger.com,1999:blog-32579666.post-115591925046662016</id>
<title mode="escaped" type="text/html">Blogger - create static php pages</title>
<content type="application/xhtml+xml" xml:base="http://www.zingpow.net/" xml:space="preserve">
<div xmlns="http://www.w3.org/1999/xhtml">here is a trick for creating static php pages within blogger.  first you have to have your site hosetd on your own server for this to work.  next set your main template file to .php (ex: index.php) now, what you have to do is fo into the SETTINGS -&gt;  COMMENTS -&gt; then click on then hide your comments.  then save your changes.  then go to SETTINGS -&gt; ARCHIVING -&gt; and click to not archive your messages.  then save.  upload your site.  now go back and turn on your comments. save.  then go back click to allow archiving.  upload your site.  this sould do it.  now all of your static pages will be created using php.</div>
</content>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/32579666/115566161968327884" rel="service.edit" title="Javascript - Date and Time code" type="application/atom+xml"/>
<author>
<name>mick</name>
</author>
<issued>2006-08-15T12:01:00-05:00</issued>
<modified>2006-08-15T17:17:45Z</modified>
<created>2006-08-15T17:06:59Z</created>
<link href="http://www.zingpow.net/2006/08/javascript-date-and-time-code.php" rel="alternate" title="Javascript - Date and Time code" type="text/html"/>
<id>tag:blogger.com,1999:blog-32579666.post-115566161968327884</id>
<title mode="escaped" type="text/html">Javascript - Date and Time code</title>
<content type="application/xhtml+xml" xml:base="http://www.zingpow.net/" xml:space="preserve">
<div xmlns="http://www.w3.org/1999/xhtml">Here is a simple script which displays the date on your page:<br/>
<br/>   &amp;copy;<br/>&lt; script type="text/javascript"&gt;<br/>var d=new Date()<br/>document.write(d.getFullYear())<br/>&lt;/script&gt;</div>
</content>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/32579666/115532556980962156" rel="service.edit" title="html - display html code on webpage without executing" type="application/atom+xml"/>
<author>
<name>ggggarret</name>
</author>
<issued>2006-08-11T14:44:00-05:00</issued>
<modified>2006-08-11T19:53:45Z</modified>
<created>2006-08-11T19:46:09Z</created>
<link href="http://www.zingpow.net/2006/08/html-display-html-code-on-webpage.php" rel="alternate" title="html - display html code on webpage without executing" type="text/html"/>
<id>tag:blogger.com,1999:blog-32579666.post-115532556980962156</id>
<title mode="escaped" type="text/html">html - display html code on webpage without executing</title>
<content mode="escaped" type="text/html" xml:base="http://www.zingpow.net/" xml:space="preserve">replace the &lt; with &amp;amp;lt; and the &gt; with &amp;amp;gt; in the code and the code will not be executed.</content>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
<entry xmlns="http://purl.org/atom/ns#">
<link href="https://www.blogger.com/atom/32579666/115532502494217459" rel="service.edit" title="javascript - close window on click" type="application/atom+xml"/>
<author>
<name>ggggarret</name>
</author>
<issued>2006-08-11T14:37:00-05:00</issued>
<modified>2006-08-11T19:44:14Z</modified>
<created>2006-08-11T19:37:04Z</created>
<link href="http://www.zingpow.net/2006/08/javascript-close-window-on-click.php" rel="alternate" title="javascript - close window on click" type="text/html"/>
<id>tag:blogger.com,1999:blog-32579666.post-115532502494217459</id>
<title mode="escaped" type="text/html">javascript - close window on click</title>
<content type="application/xhtml+xml" xml:base="http://www.zingpow.net/" xml:space="preserve">
<div xmlns="http://www.w3.org/1999/xhtml">you have a popup for image detail? use this script to make that window close when anything is clicked on.<br/>
<br/>&lt;a href="javascript:window.close();"&gt;Close Window&lt;/a&gt;</div>
</content>
<draft xmlns="http://purl.org/atom-blog/ns#">false</draft>
</entry>
</feed>
