<?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>Baldwinit.com Website Design &#187; Javascript Codes</title>
	<atom:link href="http://www.baldwinit.com/category/javascript-codes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.baldwinit.com</link>
	<description>Website Design &#38; Management</description>
	<lastBuildDate>Wed, 28 Apr 2010 20:53:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>On mouse over alert box</title>
		<link>http://www.baldwinit.com/on-mouse-over-alert-box.html</link>
		<comments>http://www.baldwinit.com/on-mouse-over-alert-box.html#comments</comments>
		<pubDate>Sat, 22 Mar 2008 23:15:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript Codes]]></category>
		<category><![CDATA[On mouse over alert box]]></category>
		<category><![CDATA[On mouse over alert box javascript]]></category>

		<guid isPermaLink="false">http://www.baldwinit.com/on-mouse-over-alert-box.html</guid>
		<description><![CDATA[Are you looking for an easy way to launch an alert box on mouse over? This script will do just that. This JavaScript provides an easy way to alert your visitors. However, please ensure you use this script cautiously, as you certainly don&#8217;t want to irritate your visitors and cause them to leave your web [...]]]></description>
			<content:encoded><![CDATA[<p>Are you looking for an easy way to launch an alert box on mouse over? This script will do just that. This JavaScript provides an easy way to alert your visitors. However, please ensure you use this script cautiously, as you certainly don&#8217;t want to irritate your visitors and cause them to leave your web site.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Sind Sie auf der Suche nach einen einfachen Weg, eine Alert-Box mit der Maus über? Dieses Skript wird genau das zu erfahren. Dieses JavaScript ermöglicht die einfache Benachrichtigung Ihre Besucher. Dennoch möchten wir Sie bitten sicherzustellen, dass Sie mit diesem Script vorsichtig, wie Sie sicherlich nicht möchten, dass Ihre Besucher zu irritieren und dazu führen, dass sie zu verlassen Ihre Website.</p>
<p><span id="more-33"></span></p>
<p><span name="KonaBody"><font face="Arial, Helvetica" size="2">Copy and paste this code into your 		      HTML where you would like the link to appear:</p>
<p></font></span></p>
<p><center></p>
<table align="center" border="0" cellpadding="4" width="50%">
<tr>
<td bgcolor="#eae8e8"><font face="Arial, Helvetica" size="2">&lt;a href=&#8221;" 			      onMouseOver=&#8221;alert(&#8216;<font color="Red"><strong>Your Message</strong></font>&#8216;);return 			      true;&#8221;&gt;<font color="Red"><strong>Linked 			      Text</strong></font>&lt;/a&gt;</font></td>
</tr>
</table>
<p></center></p>
<p align="center"> 		      <span name="KonaBody"><font face="Arial, Helvetica" size="2">Edit the text 		      indicated in red to suit your needs.</font></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baldwinit.com/on-mouse-over-alert-box.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent Your Site From Being Framed</title>
		<link>http://www.baldwinit.com/prevent-your-site-from-being-framed.html</link>
		<comments>http://www.baldwinit.com/prevent-your-site-from-being-framed.html#comments</comments>
		<pubDate>Sat, 22 Mar 2008 23:13:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript Codes]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Prevent Your Site From Being Framed]]></category>
		<category><![CDATA[Prevent Your Site From Being Framed javascript]]></category>

		<guid isPermaLink="false">http://www.baldwinit.com/prevent-your-site-from-being-framed.html</guid>
		<description><![CDATA[If you&#8217;ve ever discovered that someone has linked to your web site within a frame, which means your site is stuck in their frame with their information displaying within another frame, you know how frustrating this can be. You want your visitors to visit your web site within their standard browser window &#8211; not within [...]]]></description>
			<content:encoded><![CDATA[<p><font face="Arial, Helvetica" size="2"><span name="KonaBody">If you&#8217;ve 		      ever discovered that someone has linked to your web site within a frame, 		      which means your site is stuck in their frame with their information displaying 		      within another frame, you know how frustrating this can be. You want your 		      visitors to visit your web site within their standard browser window &#8211; not 		      within another web site&#8217;s frame. The following JavaScript code will enable 		      you to prevent your web site from being framed.<br />
&#8212;&#8212;&#8212;&#8212;&#8211;<br />
</span></font>Wenn Sie jemals entdeckt, die jemand hat in Verbindung mit Ihrer Website innerhalb eines Frames, was bedeutet, dass Ihre Website steckt in ihrem Rahmen mit ihrer Darstellung von Informationen in einem anderen Rahmen, wissen Sie, wie frustrierend das sein kann. Sie möchten, dass Ihre Besucher zu Ihrer Website in ihrem Standard-Browser-Fenster &#8211; nicht innerhalb von einer anderen Web-Site-Frame. Der folgende JavaScript-Code können Sie verhindern, dass Ihre Website nicht gerahmt.</p>
<p><span id="more-32"></span></p>
<p><span name="KonaBody"><font face="Arial, Helvetica" size="2">Add the following 		      <strong>bold</strong> code to your &lt;body&gt; tag:</font></span></p>
<p><font face="Arial, Helvetica" size="2">&lt;body 			      <strong>onLoad=&#8221;if (self != top) top.location = self.location&#8221;</strong>&gt;</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baldwinit.com/prevent-your-site-from-being-framed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preloading Images</title>
		<link>http://www.baldwinit.com/preloading-images.html</link>
		<comments>http://www.baldwinit.com/preloading-images.html#comments</comments>
		<pubDate>Sat, 22 Mar 2008 17:40:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript Codes]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript Preloading Images]]></category>
		<category><![CDATA[Preloading Images]]></category>

		<guid isPermaLink="false">http://www.baldwinit.com/preloading-images.html</guid>
		<description><![CDATA[If you&#8217;re looking for a way to speed up your web site&#8217;s perceived load time, preloading your images may be your answer. By using the following JavaScript code, you can preload the images you specify prior to your web page opening. This will enable your images to promptly display instead of your visitors having to [...]]]></description>
			<content:encoded><![CDATA[<p><span name="KonaBody"><font face="Arial, Helvetica" size="2">If you&#8217;re 		      looking for a way to speed up your web site&#8217;s perceived load time, preloading 		      your images may be your answer. By using the following JavaScript code, you 		      can preload the images you specify prior to your web page opening. This will 		      enable your images to promptly display instead of your visitors having to 		      wait for them to load.</font></span></p>
<p><span id="more-31"></span></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Wenn Sie auf der Suche nach einem Weg zur Beschleunigung Ihrer Website wahrgenommen Ladezeiten, Preloading Ihre Bilder können Sie Ihre Antwort. Durch die Verwendung der folgenden JavaScript-Code, können Sie die Vorspannung der Bilder, die Sie angeben, vor Ihrer Web-Seite geöffnet. Auf diese Weise können Sie Ihre Bilder sofort Display anstelle von Ihren Besuchern zu warten, für sie zu laden.<br />
__________________________________________________________________________________</p>
<p><span name="KonaBody"><font face="Arial, Helvetica" size="2"> 		      Place this code between your &lt;HEAD&gt; and &lt;/HEAD&gt; tags:</font></span></p>
<p><font face="Arial, Helvetica" size="2">&lt;SCRIPT 			      language=&#8221;JavaScript&#8221;&gt;<br />
&lt;!&#8211; Script courtesy of http://www.baldwinit.com &#8211; Website Design<br />
var preload=new Image();<br />
preload.src=&#8221;(<font color="red"><strong>image.gif</strong></font>)&#8221;;<br />
// &#8211;&gt;<br />
&lt;/SCRIPT&gt;</font></p>
<p align="center"> 		      <span name="KonaBody"><font face="Arial, Helvetica" size="2">Edit the text 		      indicated in red to your image file name.</font></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baldwinit.com/preloading-images.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Status Bar Clock</title>
		<link>http://www.baldwinit.com/status-bar-clock.html</link>
		<comments>http://www.baldwinit.com/status-bar-clock.html#comments</comments>
		<pubDate>Sat, 22 Mar 2008 12:41:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript Codes]]></category>
		<category><![CDATA[javascript code]]></category>
		<category><![CDATA[Status Bar Clock]]></category>
		<category><![CDATA[Status Bar Clock javascript code]]></category>

		<guid isPermaLink="false">http://www.baldwinit.com/status-bar-clock.html</guid>
		<description><![CDATA[If you&#8217;re looking for a way to spice up your web site, this JavaScript code will enable you to display a status bar clock. The status bar is the area at the bottom of a web page that displays various information, such as a web address or link information when you place your mouse over [...]]]></description>
			<content:encoded><![CDATA[<p><span name="KonaBody"><font face="Arial, Helvetica" size="2">If you&#8217;re 			looking for a way to spice up your web site, this JavaScript code will enable 			you to display a status bar clock. The status bar is the area at the bottom 			of a web page that displays various information, such as a web address or 			link information when you place your mouse over or click on a 			link.</font></span> 			 			<span name="KonaBody"> <font face="Arial, Helvetica" size="2">Example displayed 			below in the status bar.</font></span></p>
<p><span id="more-30"></span></p>
<p>____________________________________________________________________________________<br />
Wenn Sie auf der Suche nach einem Weg zu würzen Sie Ihre Web-Site, diese JavaScript-Code wird Ihnen erlauben, um eine Statusleiste Uhr. Die Statusleiste ist der Bereich am unteren Ende einer Webseite zeigt, dass verschiedene Informationen, wie zum Beispiel eine Web-Adresse oder einen Link Informationen, wenn Sie Ihre Maus über oder auf einen Link klicken.</p>
<p>Beispiel angezeigt unten in der Statusleiste.<br />
_______________________________________________________________________________________<br />
<span name="KonaBody"></span></p>
<p><span name="KonaBody"><font face="Arial, Helvetica" size="2"> 			Place this code between your &lt;HEAD&gt; and &lt;/HEAD&gt; tags:</font></span></p>
<p><font face="Arial, Helvetica" size="2">&lt;script 				Language=&#8221;JavaScript&#8221;&gt;<br />
&lt;!&#8211; Script courtesy of http://www.baldwinit.com &#8211; Baldwinit.com Website Design<br />
// Navigation &#8211; Stop<br />
// Netscapes Clock &#8211; Start<br />
// this code was taken from Netscapes JavaScript documentation at<br />
// www.netscape.com on Jan.25.96</p>
<p>var timerID = null;<br />
var timerRunning = false;</p>
<p>function stopclock (){<br />
if(timerRunning)<br />
clearTimeout(timerID);<br />
timerRunning = false;<br />
}</p>
<p>function showtime () {<br />
var now = new Date();<br />
var hours = now.getHours();<br />
var minutes = now.getMinutes();<br />
var seconds = now.getSeconds()<br />
var timeValue = &#8220;&#8221; + ((hours &gt;12) ? hours -12 :hours)<br />
timeValue += ((minutes &lt; 10) ? &#8220;:0&#8243; : &#8220;:&#8221;) + minutes<br />
timeValue += ((seconds &lt; 10) ? &#8220;:0&#8243; : &#8220;:&#8221;) + seconds<br />
timeValue += (hours &gt;= 12) ? &#8221; P.M.&#8221; : &#8221; A.M.&#8221;<br />
window.status = timeValue;<br />
// you could replace the above with this<br />
// and have a clock on the status bar:<br />
//<br />
timerID = setTimeout(&#8220;showtime()&#8221;,1000);<br />
timerRunning = true;<br />
}</p>
<p>function startclock () {<br />
// Make sure the clock is stopped<br />
stopclock();<br />
showtime();<br />
}</p>
<p>// &#8211;&gt;<br />
&lt;/script&gt;</font></p>
<p>____________________</p>
<p><font face="Arial, Helvetica" size="2">Place the bold code within 			your &lt;BODY&gt; tag:</font></p>
<p><font face="Arial, Helvetica" size="2">&lt;BODY 				<strong>onLoad=&#8221;startclock()&#8221;</strong>&gt;</font></p>
<p>_____________________</p>
<p><font face="Arial, Helvetica" size="2">Place this code below 			your &lt;BODY&gt; tag:</font></p>
<p><font face="Arial, Helvetica" size="2">&lt;form 				name=&#8221;clock&#8221; onSubmit=&#8221;0&#8243;&gt;</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.baldwinit.com/status-bar-clock.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
