<?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>Cyberstarweb &#187; Uncategorized</title>
	<atom:link href="http://cyberstarweb.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyberstarweb.com</link>
	<description>Computer, Web, and Software Services</description>
	<lastBuildDate>Fri, 23 Jul 2010 01:16:48 +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>Pug Sings ‘Batman’ Theme</title>
		<link>http://cyberstarweb.com/2010/07/pug-sings-batman-theme/</link>
		<comments>http://cyberstarweb.com/2010/07/pug-sings-batman-theme/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 01:15:34 +0000</pubDate>
		<dc:creator>Cyberstarweb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cyberstarweb.com/?p=143</guid>
		<description><![CDATA[I can&#8217;t quit watching this pug sing BATMAN!]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/GrIp3k5pJQM&#038;color1=0xb1b1b1&#038;color2=0xd0d0d0&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/GrIp3k5pJQM&#038;color1=0xb1b1b1&#038;color2=0xd0d0d0&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="385"></embed></object></p>
<p>I can&#8217;t quit watching this pug sing BATMAN!</p>
]]></content:encoded>
			<wfw:commentRss>http://cyberstarweb.com/2010/07/pug-sings-batman-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to position a page within an iframe using CSS</title>
		<link>http://cyberstarweb.com/2010/06/how-to-position-a-page-within-an-iframe-using-css/</link>
		<comments>http://cyberstarweb.com/2010/06/how-to-position-a-page-within-an-iframe-using-css/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 03:10:58 +0000</pubDate>
		<dc:creator>Cyberstarweb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cyberstarweb.com/?p=87</guid>
		<description><![CDATA[Here is a useful technique to position a page within an iframe using CSS. This allows to show part of a web page within the iframe and positioned to a specific spot on the page within the iframe. Here is an example that shows the &#8220;In the News&#8221; box on the Yahoo home page: This [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a useful technique to position a page within an iframe using CSS. This allows to show part of a web page within the iframe and positioned to a specific spot on the page within the iframe. Here is an example that shows the &#8220;In the News&#8221; box on the Yahoo home page:   </p>
<div id="outerdiv"><iframe id="inneriframe" src="http://www.yahoo.com/" scrolling="no"></iframe></div>
<p>This is the CSS and html code to accomplish the task:</p>
<pre>
<code>&lt;style&gt;
#outerdiv
{
width:446px;
height:246px;
overflow:hidden;
position:relative;
}

#inneriframe
{
position:absolute;
top:-412px;
left:-318px;
width:1280px;
height:1200px;
}
&lt;/style&gt;
&lt;div id='outerdiv '&gt;
&lt;iframe src="http://www.yahoo.com/" id='inneriframe' scrolling=no &gt;&lt; /iframe&gt;
&lt;/div&gt;</code>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://cyberstarweb.com/2010/06/how-to-position-a-page-within-an-iframe-using-css/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Shoot Yourself in the Foot in Any Programming Language</title>
		<link>http://cyberstarweb.com/2008/07/how-to-shoot-yourself-in-the-foot-in-any-programming-language/</link>
		<comments>http://cyberstarweb.com/2008/07/how-to-shoot-yourself-in-the-foot-in-any-programming-language/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 19:13:03 +0000</pubDate>
		<dc:creator>Cyberstarweb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">/post/How-to-Shoot-Yourself-in-the-Foot-in-Any-Programming-Language.aspx</guid>
		<description><![CDATA[The proliferation of modern programming languages (all of which seem to have stolen countless features from one another) sometimes makes it difficult to remember what language you’re currently using. This guide is offered as a public service to help programmers who find themselves in such dilemmas. C You shoot yourself in the foot. C++ You [...]]]></description>
			<content:encoded><![CDATA[<p>The proliferation of modern programming languages (all of which seem<br />
to have stolen countless features from one another) sometimes makes it<br />
difficult to remember what language you’re currently using. This guide<br />
is offered as a public service to help programmers who find themselves<br />
in such dilemmas.</p>
<p><strong>C</strong><br />
You shoot yourself in the foot.</p>
<p><strong>C++</strong><br />
You accidentally create a dozen clones of yourself and shoot them all<br />
in the foot. Providing emergency medical assistance is impossible since<br />
you can’t tell which are bitwise copies and which are just pointing at<br />
others and saying, “That’s me, over there.”</p>
<p><strong>JAVA</strong><br />
After importing java.awt.right.foot.* and java.awt.gun.right.hand.*,<br />
and writing the classes and methods of those classes needed, you’ve<br />
forgotten what the hell you’re doing.</p>
<p><strong>Ruby</strong><br />
Your foot is ready to be shot in roughly five minutes, but you just can’t find anywhere to shoot it.</p>
<p><strong>PHP</strong><br />
You shoot yourself in the foot with a gun made with pieces from 300 other guns.</p>
<p><strong>ASP.NET</strong><br />
Find a gun, it falls apart. Put it back together, it falls apart again.<br />
You try using the .GUN Framework, it falls apart. You stab yourself in<br />
the foot instead.</p>
<p><strong>SQL</strong><br />
SELECT @ammo:=bullet FROM gun WHERE trigger = ‘PULLED’;<br />
INSERT INTO leg (foot) VALUES (@ammo);</p>
<p><strong>Perl</strong><br />
You shoot yourself in the foot, but nobody can understand how you did it. Six months later, neither can you. <small>(via <strong>Andy</strong>)</small></p>
<p><strong>Javascript</strong><br />
YOu’ve perfected a robust, rich user experience for shooting yourself<br />
in the foot. You then find that bullets are disabled on your gun.</p>
<p><strong>CSS</strong><br />
You shoot your right foot with one hand, then switch hands to shoot<br />
your left foot but you realize that the gun has turned into a banana.</p>
<p><strong>FORTRAN</strong><br />
You shoot yourself in each toe, iteratively, until you run out of toes,<br />
then you read in the next foot and repeat. If you run out of bullets,<br />
you continue anyway because you have no exception-handling ability.</p>
<p><strong>Modula2</strong><br />
After realizing that you can’t actually accomplish anything in this language, you shoot yourself in the head.</p>
<p><strong>COBOL</strong><br />
Using a COLT 45 HANDGUN, AIM gun at LEG.FOOT, THEN place<br />
ARM.HAND.FINGER. on HANDGUN.TRIGGER and SQUEEZE. THEN return HANDGUN to<br />
HOLSTER. CHECK whether shoelace needs to be retied.</p>
<p><strong>LISP</strong><br />
You shoot yourself in the appendage which holds the gun with which<br />
you shoot yourself in the appendage which holds the gun with which<br />
you shoot yourself in the appendage which holds the gun with which<br />
you shoot yourself in the appendage which holds the gun with which<br />
you shoot yourself in the appendage which holds ….</p>
<p><strong>BASIC</strong><br />
Shoot yourself in the foot with a water pistol. On big systems, continue until entire lower body is waterlogged.</p>
<p><strong>FORTH</strong><br />
Foot in yourself shoot.</p>
<p><strong>APL</strong><br />
You shoot yourself in the foot, then spend all day figuring out how to do it in fewer characters.</p>
<p><strong>Pascal</strong><br />
The compiler won’t let you shoot yourself in the foot.</p>
<p><strong>SNOBOL</strong><br />
If you succeed, shoot yourself in the left foot.<br />
If you fail, shoot yourself in the right foot.</p>
<p><strong>Concurrent Euclid</strong><br />
You shoot yourself in somebody else’s foot.</p>
<p><strong>HyperTalk</strong><br />
Put the first bullet of the gun into the foot of the left leg of you.<br />
Answer the result.</p>
<p><strong>Motif</strong><br />
You spend days writing a UIL description of your foot, the trajectory,<br />
the bullet, and the intricate scrollwork on the ivory handles of the<br />
gun. When you finally get around to pulling the trigger, the gun jams.</p>
<div class="ad-right">
<p><script type="text/javascript"><!--
google_ad_client = "pub-1961384479133006";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
//2007-06-20: fd-square
google_ad_channel = "8375782611";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0040B6";
google_color_text = "000000";
google_color_url = "008000";
//-->
</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
</div>
<p><strong>Unix</strong><br />
% ls<br />
foot.c foot.h foot.o toe.c toe.o<br />
% rm * .o<br />
rm: .o: No such file or directory<br />
% ls<br />
%</p>
<p><strong>Paradox</strong><br />
Not only can you shoot yourself in the foot, your users can too.</p>
<p><strong>Revelation</strong><br />
You’ll be able to shoot yourself in the foot just as soon as you figure out what all these bullets are for.</p>
<p><strong>Visual Basic</strong><br />
You’ll shoot yourself in the foot, but you’ll have so much fun doing it that you won’t care.</p>
<p><strong>Prolog</strong><br />
You tell your program you want to be shot in the foot. The program<br />
figures out how to do it, but the syntax doesn’t allow it to explain.</p>
<p><strong>Ada</strong><br />
After correctly packaging your foot, you attempt to concurrently load<br />
the gun, pull the trigger, scream and shoot yourself in the foot. When<br />
you try, however, you discover that your foot is of the wrong type.</p>
<p><strong>Assembly</strong><br />
You try to shoot yourself in the foot only to discover you must first<br />
reinvent the gun, the bullet, and your foot. After that’s done, you<br />
pull the trigger, the gun beeps several times, then crashes.</p>
<p><strong>370 JCL</strong><br />
You send your foot down to MIS with a 4000-page document explaining how<br />
you want it to be shot. Three years later, your foot comes back<br />
deep-fried.</p>
<p><strong>Python</strong><br />
You try to shoot yourself in the foot but you just keep hitting the whitespace between your toes.</p>
]]></content:encoded>
			<wfw:commentRss>http://cyberstarweb.com/2008/07/how-to-shoot-yourself-in-the-foot-in-any-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for Firefox received a message with incorrect Message Authentication Code</title>
		<link>http://cyberstarweb.com/2008/05/fix-for-firefox-received-a-message-with-incorrect-message-authentication-code/</link>
		<comments>http://cyberstarweb.com/2008/05/fix-for-firefox-received-a-message-with-incorrect-message-authentication-code/#comments</comments>
		<pubDate>Wed, 07 May 2008 09:12:22 +0000</pubDate>
		<dc:creator>Cyberstarweb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">/post/Fix-for-Firefox-received-a-message-with-incorrect-Message-Authentication-Code.aspx</guid>
		<description><![CDATA[Recently when browsing with Firefox, I kept getting a popup message box: &#8230;received a message with incorrect Message Authentication Code. This happened every time I visited GMail, or any other ssl site via htttps://. I searched everywhere for a solution to fix this annoyance, and finally found my solution in the MozillaZine forum at this [...]]]></description>
			<content:encoded><![CDATA[<p>Recently when browsing with Firefox, I kept getting a popup message box: &#8230;received a message with incorrect Message Authentication Code. This happened every time I visited GMail, or any other ssl site via htttps://. I searched everywhere for a solution to fix this annoyance, and finally found my solution in the MozillaZine forum at this link: <a target="_blank" href="http://tinyurl.com/5wnhs7">http://tinyurl.com/5wnhs7</a></p>
<p>The fix to this problem is to enable a firewall on the user&#8217;s PC. </p>
<p>This is the fix that worked for me. During my search for a fix I noticed that this is a widespread problem with Firefox.</p>
<p>It seems that this message occurs in Firefox when one disables the <b>Windows firewall service</b>. I had inadvertently disabled the service, and that was when the messages started occurring. After I enabled the Windows firewall service the &#8220;incorrect Message Authentication Code&#8221; messages stopped. </p>
<p>According to the people at the MozillaZine forums, any firewall will do, it is not necessary to use only the Windows firewall. But a software firewall needs to be enabled.</p>
<p>Some people on the forum feel that this points to spyware or viruses on the user&#8217;s PC. I have scanned my PC and found no traces of spyware or viruses, so this may be a problem with Firefox.</p>
]]></content:encoded>
			<wfw:commentRss>http://cyberstarweb.com/2008/05/fix-for-firefox-received-a-message-with-incorrect-message-authentication-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Telemarketers giving free Gift Cards</title>
		<link>http://cyberstarweb.com/2008/04/telemarketers-giving-free-gift-cards/</link>
		<comments>http://cyberstarweb.com/2008/04/telemarketers-giving-free-gift-cards/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 09:00:12 +0000</pubDate>
		<dc:creator>Cyberstarweb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">/post/Telemarketers-giving-free-Gift-Cards.aspx</guid>
		<description><![CDATA[This post is off topic, but I recently recieved a call from a what I thought was Telemarketer. The caller id on my telephone read &#8220;Research Center 231-224-2031&#8243;. They asked me if I would answer a few questions about &#8220;Household Services&#8221;. In return for my time, they promised that I would receive a ten dollar [...]]]></description>
			<content:encoded><![CDATA[<p>This post is off topic, but I recently recieved a call from a what I thought was Telemarketer. The caller id on my telephone read &#8220;Research Center 231-224-2031&#8243;.    </p>
<p>They asked me if I would answer a few questions about &#8220;Household Services&#8221;. In return for my time, they promised that I would receive a ten dollar gift card from Target.     </p>
<p>&#8220;Yeah, right, another scam&#8221;, I thought.     </p>
<p>But the offer was enticing and I went ahead and answered about ten minutes worth of yes/no questions. At the end of the question and answer session, they took my name and address and promised to send me the gift card. I didn&#8217;t really believe them, but I took my chances and gave them the information.     </p>
<p>About two weeks later my gift card arrived in the mail! I went to Target and splurged on some clearance items, parlaying my ten dollar bonanza into a sizable value based on original retail. All is well.     </p>
<p>Moral of the story &#8211; be very careful, but sometimes telemarketers can be trusted!     </p>
]]></content:encoded>
			<wfw:commentRss>http://cyberstarweb.com/2008/04/telemarketers-giving-free-gift-cards/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
