<?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>Small Business Issues &#38; Opportunities &#187; javascript</title>
	<atom:link href="http://sentry-technologies.com/SBI/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://sentry-technologies.com/SBI</link>
	<description>For the Experienced and Novice Entrepreneur Alike</description>
	<lastBuildDate>Sun, 11 Jan 2009 18:32:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Javascript: Print Page button</title>
		<link>http://sentry-technologies.com/SBI/2009/01/javascript-print-page-button/</link>
		<comments>http://sentry-technologies.com/SBI/2009/01/javascript-print-page-button/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 13:01:39 +0000</pubDate>
		<dc:creator>Brian C Famous</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://sentry-technologies.com/SBI/?p=37</guid>
		<description><![CDATA[here&#8217;s a very simple javascript to place a link on a webpage to facilitate the user&#8217;s printing of that page: simply paste the code below where you want the button to appear: &#60;SCRIPT LANGUAGE=&#8221;JavaScript&#8221;&#62; &#60;!&#8211; Begin if (window.print) { document.write(&#8216;&#60;form&#62;Click Here To &#8216; + &#8216;&#60;input type=button name=print value=&#8221;Print&#8221; &#8216; + &#8216;onClick=&#8221;javascript:window.print()&#8221;&#62; This Page!&#60;/form&#62;&#8217;); } // [...]]]></description>
		<wfw:commentRss>http://sentry-technologies.com/SBI/2009/01/javascript-print-page-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript: Display Random Text from a list</title>
		<link>http://sentry-technologies.com/SBI/2009/01/javascript-display-random-text-from-a-list/</link>
		<comments>http://sentry-technologies.com/SBI/2009/01/javascript-display-random-text-from-a-list/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 18:46:53 +0000</pubDate>
		<dc:creator>Brian C Famous</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[random text]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://sentry-technologies.com/SBI/?p=32</guid>
		<description><![CDATA[Did you ever want to display a random text from a pre-populated list?  Maybe you wanted to randomly display a client testimonial from a list of 10&#8230; well, here&#8217;s the script you need. place the following code in the head of your document (somewhere between the &#60;head&#62; and &#60;/head&#62; tags): &#60;script type=&#8221;text/javascript&#8221; src=&#8221;../scripts/rotate.js&#8221;&#62;&#60;/script&#62; now, place [...]]]></description>
		<wfw:commentRss>http://sentry-technologies.com/SBI/2009/01/javascript-display-random-text-from-a-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a simple javascript Popup Div</title>
		<link>http://sentry-technologies.com/SBI/2008/10/creating-a-simple-javascript-popup-div/</link>
		<comments>http://sentry-technologies.com/SBI/2008/10/creating-a-simple-javascript-popup-div/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 22:18:33 +0000</pubDate>
		<dc:creator>Brian C Famous</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://sentry-technologies.com/SBI/?p=27</guid>
		<description><![CDATA[Sometimes you want to create a div in your document that opens a pop-up window that shows another webpage, but that isn&#8217;t actually another browser window.  The code below will do just that for you in a simple manner.  You can change the page that shows in the popup by simply changing the &#8220;src&#8221; from [...]]]></description>
		<wfw:commentRss>http://sentry-technologies.com/SBI/2008/10/creating-a-simple-javascript-popup-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

