<?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/"
	>

<channel>
	<title>45k Blog</title>
	<atom:link href="http://45k.me/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://45k.me/blog</link>
	<description>Lets talk about Technology..</description>
	<pubDate>Wed, 16 Dec 2009 15:15:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Get directions in 8 Local Languages !</title>
		<link>http://45k.me/blog/?p=1619</link>
		<comments>http://45k.me/blog/?p=1619#comments</comments>
		<pubDate>Wed, 16 Dec 2009 15:15:22 +0000</pubDate>
		<dc:creator>askoppal</dc:creator>
		
		<category><![CDATA[Featured Articles]]></category>

		<category><![CDATA[get directions]]></category>

		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://45k.me/blog/?p=1619</guid>
		<description><![CDATA[ 
Your browser does not support iframes.
Similar Posts:

What is 45K ?
Interactive DHTML
Interactive DHTML
MD5, SHA1 &#038; SHA 256 Hashing
Dynamic Signature


]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://45k.me/test.html" width="570" height="830"> </p>
<p>Your browser does not support iframes.</p>
<p></iframe><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://45k.me/blog/?p=219" rel="bookmark" title="January 12, 2009">What is 45K ?</a></li>
<li><a href="http://45k.me/blog/?p=241" rel="bookmark" title="January 12, 2009">Interactive DHTML</a></li>
<li><a href="http://45k.me/blog/?p=846" rel="bookmark" title="April 3, 2009">Interactive DHTML</a></li>
<li><a href="http://45k.me/blog/?p=908" rel="bookmark" title="April 21, 2009">MD5, SHA1 &#038; SHA 256 Hashing</a></li>
<li><a href="http://45k.me/blog/?p=39" rel="bookmark" title="January 9, 2009">Dynamic Signature</a></li>
</ul>
<p><!-- Similar Posts took 2.072 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://45k.me/blog/?feed=rss2&amp;p=1619</wfw:commentRss>
		</item>
		<item>
		<title>Online C Compiler</title>
		<link>http://45k.me/blog/?p=1498</link>
		<comments>http://45k.me/blog/?p=1498#comments</comments>
		<pubDate>Wed, 26 Aug 2009 15:05:32 +0000</pubDate>
		<dc:creator>askoppal</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[Featured Articles]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://45k.me/blog/?p=1498</guid>
		<description><![CDATA[
This service is being provided as a convenience to users who need to be able to produce a small DOS program and do not have access to a DOS machine with a compiler on it. There is no guarantee that this service will be available in the future, and DJ Delorie reserve the right to disable it [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<p style="text-align: center;"><em>This service is being provided as a convenience to users who need to be able to produce a small DOS program and do not have access to a DOS machine with a compiler on it. There is no guarantee that this service will be available in the future, and DJ Delorie reserve the right to disable it when he need the CPU cycles </em>.</p>
</blockquote>
<p><strong>Step 1</strong>: Copy your program to the box below.<br />
<strong>Step 2</strong>: Press the Submit button.<br />
<strong>Step 3</strong>: If your program is error free a file named<strong> program.exe </strong>will be generated for downloading.<br />
<strong>Step 4</strong>: If your program has got errors,the page will get redirected to the error page.</p>
<p><strong>Type your program here</strong>:</p>
<form action="http://www.delorie.com/djgpp/compile/compile.cgi/program.exe" method="post"><textarea style="width: 570px; height: 200px;" name="src"></textarea><em><br />
DJGPP onl<span style="font-family: mceinline;">ine</span> C compiler (1k source length max)</em></p>
<input checked="checked" name="warnings" type="checkbox" /> Warnings</p>
<input checked="checked" name="optimize" type="checkbox" /> Optimize</p>
<div style="text-align: auto;">
<input type="submit" />
<input type="reset" /></div>
</form>
<p style="text-align: center;"><strong>Sample C program</strong></p>
<blockquote>
<p style="text-align: left;">#include&lt;stdio.h&gt;</p>
<p style="text-align: left;">#include&lt;conio.h&gt;</p>
<p style="text-align: left;">int main()</p>
<p style="text-align: left;">{</p>
<p style="text-align: left;">printf("45K Blog");</p>
<p style="text-align: left;">getch();</p>
<p style="text-align: left;">return(0);</p>
<p style="text-align: left;">}</p>
</blockquote>
<p>This compiler will quickly generate executable file from your source code &amp; if your code contains any errors it will take you to to the program errors page.This program resides at <a rel="nofollow" href="http://www.delorie.com/djgpp/compile/" target="_blank">http://www.delorie.com/djgpp/compile/</a></p>
<blockquote>
<h2 style="text-align: center;"><strong><a href="http://askoppal.googlepages.com/tc3.zip">Download  Turbo C++ 3</a> </strong></h2>
</blockquote>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://45k.me/blog/?p=156" rel="bookmark" title="January 11, 2009">Create your own Operating System.</a></li>
<li><a href="http://45k.me/blog/?p=1473" rel="bookmark" title="August 24, 2009">wp-config.php error in wordpress µ installation</a></li>
<li><a href="http://45k.me/blog/?p=1379" rel="bookmark" title="July 22, 2009">Is your computer infected with a virus ?</a></li>
<li><a href="http://45k.me/blog/?p=439" rel="bookmark" title="January 29, 2009">JAP Anonymity &#038; Privacy</a></li>
<li><a href="http://45k.me/blog/?p=39" rel="bookmark" title="January 9, 2009">Dynamic Signature</a></li>
</ul>
<p><!-- Similar Posts took 2.195 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://45k.me/blog/?feed=rss2&amp;p=1498</wfw:commentRss>
		</item>
		<item>
		<title>wp-config.php error in wordpress µ installation</title>
		<link>http://45k.me/blog/?p=1473</link>
		<comments>http://45k.me/blog/?p=1473#comments</comments>
		<pubDate>Mon, 24 Aug 2009 15:12:27 +0000</pubDate>
		<dc:creator>askoppal</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[pHp]]></category>

		<category><![CDATA[coding]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[wordpress installation error]]></category>

		<category><![CDATA[wordpress mu]]></category>

		<category><![CDATA[wp-config.php]]></category>

		<guid isPermaLink="false">http://45k.me/blog/?p=1473</guid>
		<description><![CDATA[Recently I had a wordpress µ installation on my college server and I ended up in a typical error which left no clue to know whats actually  happening,the problem  layed out as the following.After unpacking wordpress µ, and pointing a browser to that location, a page comes up saying simply this:

It also has a button saying [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had a <strong>wordpress µ</strong> installation on my college server and I ended up in a typical error which left no clue to know whats actually  happening,the problem  layed out as the following.After unpacking wordpress µ, and pointing a browser to that location, a page comes up saying simply this:</p>
<p style="text-align: center; "><img class="size-full wp-image-1486 aligncenter" src="http://45k.me/blog/wp-content/uploads/2009/08/wp-config.png" alt="wp-config" width="621" height="128" /></p>
<p>It also has a button saying "Create a Configuration File", but when this is pressed, nothing happens.I was reminding myself that "I had done a numerous wordpress installation and why wordpress µ makes a difference.I was rechecking whether I did a mistake in server configuration or file permission etc.., but everything seems correct.I hope what I did was normal.But when I did a debug I got an error from a file called <strong>wp-blog-header.php </strong>and digging through the code revieled that</p>
<blockquote>
<p style="text-align: center;"><em>"wp-blog-header.php searches for possible wp-config.php files and if it found one it wont create a new wp-config.php in my case I had already installed a wordpress in my root directory." </em></p>
</blockquote>
<p>So I did a small modification in the code and the problem get solved.Thanks to Linda for her help.</p>
<blockquote>
<p style="text-align: center;"><strong>Original wp-blog-header.php</strong></p>
</blockquote>
<pre class="php">&nbsp;
&lt; ?php
<span style="color: #808080; font-style: italic;">/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/</span>
&nbsp;
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span> !<a href="http://www.php.net/isset"><span style="color: #000066;">isset</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$wp_did_header</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #808080; font-style: italic;">// WPMU Runs installer if things aren't set up correctly</span>
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span> !<a href="http://www.php.net/file_exists"><span style="color: #000066;">file_exists</span></a><span style="color: #66cc66;">&#40;</span> <a href="http://www.php.net/dirname"><span style="color: #000066;">dirname</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">__FILE__</span><span style="color: #66cc66;">&#41;</span> . <span style="color: #ff0000;">'/wp-config.php'</span><span style="color: #66cc66;">&#41;</span> &amp;amp;amp;&amp;amp;amp; !<a href="http://www.php.net/file_exists"><span style="color: #000066;">file_exists</span></a><span style="color: #66cc66;">&#40;</span> <a href="http://www.php.net/dirname"><span style="color: #000066;">dirname</span></a><span style="color: #66cc66;">&#40;</span> <a href="http://www.php.net/dirname"><span style="color: #000066;">dirname</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">__FILE__</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#41;</span> . <span style="color: #ff0000;">'/wp-config.php'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><a href="http://www.php.net/strpos"><span style="color: #000066;">strpos</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$_SERVER</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'PHP_SELF'</span><span style="color: #66cc66;">&#93;</span>, <span style="color: #ff0000;">'wp-admin'</span><span style="color: #66cc66;">&#41;</span> !== <span style="color: #000000; font-weight: bold;">false</span><span style="color: #66cc66;">&#41;</span> <span style="color: #0000ff;">$path</span> = <span style="color: #ff0000;">''</span>;
<span style="color: #b1b100;">else</span> <span style="color: #0000ff;">$path</span> = <span style="color: #ff0000;">'wp-admin/'</span>;
<span style="color: #b1b100;">include</span><span style="color: #66cc66;">&#40;</span> &amp;quot;index-install.php&amp;quot; <span style="color: #66cc66;">&#41;</span>; <span style="color: #808080; font-style: italic;">// install WPMU!</span>
<a href="http://www.php.net/die"><span style="color: #000066;">die</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #0000ff;">$wp_did_header</span> = <span style="color: #000000; font-weight: bold;">true</span>;
&nbsp;
<span style="color: #b1b100;">require_once</span><span style="color: #66cc66;">&#40;</span> <a href="http://www.php.net/dirname"><span style="color: #000066;">dirname</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">__FILE__</span><span style="color: #66cc66;">&#41;</span> . <span style="color: #ff0000;">'/wp-load.php'</span> <span style="color: #66cc66;">&#41;</span>;
&nbsp;
wp<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #b1b100;">require_once</span><span style="color: #66cc66;">&#40;</span> ABSPATH . WPINC . <span style="color: #ff0000;">'/template-loader.php'</span> <span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;</pre>
<blockquote>
<p style="text-align: center;"><strong>Modified wp-blog-header.php</strong></p>
</blockquote>
<pre class="php">&nbsp;
&lt; ?php
<span style="color: #808080; font-style: italic;">/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/</span>
&nbsp;
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span> !<a href="http://www.php.net/isset"><span style="color: #000066;">isset</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$wp_did_header</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #808080; font-style: italic;">// WPMU Runs installer if things aren't set up correctly</span>
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span> !<a href="http://www.php.net/file_exists"><span style="color: #000066;">file_exists</span></a><span style="color: #66cc66;">&#40;</span> <a href="http://www.php.net/dirname"><span style="color: #000066;">dirname</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">__FILE__</span><span style="color: #66cc66;">&#41;</span> . <span style="color: #ff0000;">'/wp-config.php'</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
<span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span><a href="http://www.php.net/strpos"><span style="color: #000066;">strpos</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$_SERVER</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'PHP_SELF'</span><span style="color: #66cc66;">&#93;</span>, <span style="color: #ff0000;">'wp-admin'</span><span style="color: #66cc66;">&#41;</span> !== <span style="color: #000000; font-weight: bold;">false</span><span style="color: #66cc66;">&#41;</span> <span style="color: #0000ff;">$path</span> = <span style="color: #ff0000;">''</span>;
<span style="color: #b1b100;">else</span> <span style="color: #0000ff;">$path</span> = <span style="color: #ff0000;">'wp-admin/'</span>;
<span style="color: #b1b100;">include</span><span style="color: #66cc66;">&#40;</span> &amp;quot;index-install.php&amp;quot; <span style="color: #66cc66;">&#41;</span>; <span style="color: #808080; font-style: italic;">// install WPMU!</span>
<a href="http://www.php.net/die"><span style="color: #000066;">die</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #0000ff;">$wp_did_header</span> = <span style="color: #000000; font-weight: bold;">true</span>;
&nbsp;
<span style="color: #b1b100;">require_once</span><span style="color: #66cc66;">&#40;</span> <a href="http://www.php.net/dirname"><span style="color: #000066;">dirname</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">__FILE__</span><span style="color: #66cc66;">&#41;</span> . <span style="color: #ff0000;">'/wp-load.php'</span> <span style="color: #66cc66;">&#41;</span>;
&nbsp;
wp<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #b1b100;">require_once</span><span style="color: #66cc66;">&#40;</span> ABSPATH . WPINC . <span style="color: #ff0000;">'/template-loader.php'</span> <span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #66cc66;">&#125;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;</pre>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://45k.me/blog/?p=39" rel="bookmark" title="January 9, 2009">Dynamic Signature</a></li>
<li><a href="http://45k.me/blog/?p=14" rel="bookmark" title="January 9, 2009">IP Tracker</a></li>
<li><a href="http://45k.me/blog/?p=156" rel="bookmark" title="January 11, 2009">Create your own Operating System.</a></li>
<li><a href="http://45k.me/blog/?p=1498" rel="bookmark" title="August 26, 2009">Online C Compiler</a></li>
<li><a href="http://45k.me/blog/?p=1273" rel="bookmark" title="June 2, 2009">Phishing Scams in Plain English</a></li>
</ul>
<p><!-- Similar Posts took 2.368 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://45k.me/blog/?feed=rss2&amp;p=1473</wfw:commentRss>
		</item>
		<item>
		<title>Steve Jobs My Inspiration</title>
		<link>http://45k.me/blog/?p=1421</link>
		<comments>http://45k.me/blog/?p=1421#comments</comments>
		<pubDate>Thu, 23 Jul 2009 14:16:59 +0000</pubDate>
		<dc:creator>askoppal</dc:creator>
		
		<category><![CDATA[Featured Articles]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[life]]></category>

		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://45k.me/blog/?p=1421</guid>
		<description><![CDATA[
On June 12th 2005, Steve Jobs, CEO of Apple Computer and CEO of Pixar Animation Studios spoke to Stanford University's 2005 graduating class.In his commencement speech, he tells three inspirational stories.Here is the full text of his address.
"I am honored to be with you today at your commencement from one of the finest universities in [...]]]></description>
			<content:encoded><![CDATA[<p><em><img class="aligncenter size-full wp-image-1423" src="http://45k.me/blog/wp-content/uploads/2009/07/jobs.jpg" alt="" width="384" height="369" /></em></p>
<p style="text-align: center;"><em>On June 12th 2005, <strong>Steve Jobs, CEO</strong> of <span style="color: #ff0000;">Apple Computer</span> and <strong>CEO</strong> of <span style="color: #ff0000;">Pixar Animation Studios</span> spoke to <strong>Stanford University's</strong> 2005 graduating class.In his commencement speech, he tells three inspirational stories.Here is the full text of his address.</em></p>
<blockquote><p><span style="color: #ff0000;"><strong>"</strong></span>I am honored to be with you today at your commencement from one of the finest universities in the world. I never graduated from college. Truth be told, this is the closest I've ever gotten to a college graduation. Today I want to tell you three stories from my life. That's it. No big deal. Just three stories.<strong><span style="color: #ff0000;">"</span></strong></p></blockquote>
<p style="text-align: center;"><span style="color: #c10000;"><em><strong>The first story is about connecting the dots.</strong></em></span></p>
<p>I dropped out of Reed College after the first 6 months, but then stayed around as a drop-in for another 18 months or so before I really quit. So why did I drop out?</p>
<p><div id="attachment_1425" class="wp-caption alignright" style="width: 334px"><img class="size-full wp-image-1425" src="http://45k.me/blog/wp-content/uploads/2009/07/1976_steve_jobs2.jpg" alt="1976_steve_jobs2" width="324" height="309" /><p class="wp-caption-text">Apple Computer founders Steve Wozniak and Steve Jobs.</p></div></p>
<p>It started before I was born. My biological mother was a young, unwed college graduate student, and she decided to put me up for adoption. She felt very strongly that I should be adopted by college graduates, so everything was all set for me to be adopted at birth by a lawyer and his wife. Except that when I popped out they decided at the last minute that they really wanted a girl. So my parents, who were on a waiting list, got a call in the middle of the night asking: "We have an unexpected baby boy; do you want him?" They said: "Of course." My biological mother later found out that my mother had never graduated from college and that my father had never graduated from high school. She refused to sign the final adoption papers. She only relented a few months later when my parents promised that I would someday go to college.</p>
<p><div id="attachment_1429" class="wp-caption alignleft" style="width: 231px"><img class="size-full wp-image-1429" src="http://45k.me/blog/wp-content/uploads/2009/07/stevejobs2005.jpg" alt="stevejobs2005" width="221" height="296" /><p class="wp-caption-text">Steve Jobs 2005</p></div></p>
<blockquote><p><em>At 17 ,I did go to college. But I naively chose a college that was almost as expensive as Stanford, and all of my working-class parents' savings were being spent on my college tuition. After six months, I couldn't see the value in it. I had no idea what I wanted to do with my life and no idea how college was going to help me figure it out. And here I was spending all of the money my parents had saved their entire life. So I decided to drop out and trust that it would all work out OK. It was pretty scary at the time, but looking back it was one of the best decisions I ever made.<br />
</em></p></blockquote>
<p>It wasn't all romantic. I didn't have a dorm room, so I slept on the floor in friends' rooms, I returned coke bottles for the 5¢ deposits to buy food with, and I would walk the 7 miles across town every Sunday night to get one good meal a week at the Hare Krishna temple. I loved it. And much of what I stumbled into by following my curiosity and intuition turned out to be priceless later on. Let me give you one example:</p>
<p>Reed College at that time offered perhaps the best calligraphy instruction in the country. Throughout the campus every poster, every label on every drawer, was beautifully hand calligraphed. Because I had dropped out and didn't have to take the normal classes, I decided to take a calligraphy class to learn how to do this. I learned about serif and san serif typefaces, about varying the amount of space between different letter combinations, about what makes great typography great. It was beautiful, historical, artistically subtle in a way that science can't capture, and I found it fascinating.</p>
<p>None of this had even a hope of any practical application in my life. But ten years later, when we were designing the first Macintosh computer, it all came back to me. And we designed it all into the Mac. It was the first computer with beautiful typography. If I had never dropped in on that single course in college, the Mac would have never had multiple typefaces or proportionally spaced fonts. And since Windows just copied the Mac, its likely that no personal computer would have them. If I had never dropped out, I would have never dropped in on this calligraphy class, and personal computers might not have the wonderful typography that they do. Of course it was impossible to connect the dots looking forward when I was in college. But it was very, very clear looking backwards ten years later.</p>
<p>Again, you can't connect the dots looking forward; you can only connect them looking backwards. So you have to trust that the dots will somehow connect in your future. You have to trust in something — your gut, destiny, life, karma, whatever. This approach has never let me down, and it has made all the difference in my life.</p>
<p><div class="wp-caption aligncenter" style="width: 360px"><img src="http://osmoothie.com/wp-content/uploads/2008/12/steve_jobs.jpg" alt="" width="350" height="517" /><p class="wp-caption-text">Vintage Steve Jobs</p></div></p>
<p style="text-align: center;">
<p><div id="attachment_1426" class="wp-caption alignright" style="width: 185px"><img class="size-full wp-image-1426" src="http://45k.me/blog/wp-content/uploads/2009/07/apple_logo.jpg" alt="apple_logo" width="175" height="250" /><p class="wp-caption-text">Apple Computer&#39;s original &quot;Newton&quot; logo</p></div></p>
<blockquote>
<p style="text-align: center;"><span style="font-family: verdana,geneva,arial; color: orangered;">Steve Jobs on naming   Apple:</span></p>
<p style="text-align: center;"><em><span style="font-family: verdana,geneva,arial;">I was actually a fruitarian at that   point in time. I ate only fruit. Now I'm a garbage can like everyone else.   And we were about three months late in filing a fictitious business name   so I threatened to call the company Apple Computer unless someone suggested   a more interesting name by five o'clock that day. Hoping to stimulate creativity.   And it stuck. And that's why we're called Apple. </span></em></p>
</blockquote>
<p style="text-align: center;">
<p style="text-align: center;"><span style="color: #c10000;"><em><strong>My second story is about love and loss.</strong></em></span></p>
<p style="text-align: left;">I was lucky — I found what I loved to do early in life. Woz and I started Apple in my parents garage when I was 20. We worked hard, and in 10 years Apple had grown from just the two of us in a garage into a $2 billion company with over 4000 employees. We had just released our finest creation — the Macintosh — a year earlier, and I had just turned 30. And then I got fired. How can you get fired from a company you started? Well, as Apple grew we hired someone who I thought was very talented to run the <img class="size-full wp-image-1424 aligncenter" src="http://45k.me/blog/wp-content/uploads/2009/07/jobs_and_wozniak_1975-7564451.jpg" alt="jobs_and_wozniak_1975-7564451" width="513" height="384" />company with me, and for the first year or so things went well. But then our visions of the future began to diverge and eventually we had a falling out. When we did, our Board of Directors sided with him. So at 30 I was out. And very publicly out. What had been the focus of my entire adult life was gone, and it was devastating.</p>
<p>I really didn't know what to do for a few months. I felt that I had let the previous generation of entrepreneurs down - that I had dropped the baton as it was being passed to me. I met with David Packard and Bob Noyce and tried to apologize for screwing up so badly. I was a very public failure, and I even thought about running away from the valley. But something slowly began to dawn on me — I still loved what I did. The turn of events at Apple had not changed that one bit. I had been rejected, but I was still in love. And so I decided to start over.</p>
<p><div id="attachment_1441" class="wp-caption alignright" style="width: 310px"><div class="img size-full wp-image-1441" style="width:300px;">
	<a href="http://docweb.cns.ufl.edu/update/u030504a/u030504a1.gif"><img src="http://45k.me/blog/wp-content/uploads/2009/07/u030504a1.gif" alt="Steve Wozniak and Steve Jobs showed the prototype Apple I at a meeting of a local computer hobbyist group in Palo Alto, California. A local computer dealer saw it and ordered 100 units. About 200 Apple Is were built and sold over a 10- month period, for the superstitious price of $666.66." width="300" height="235" /></a>
	<div>Click to get enlarged view</div>
</div><p class="wp-caption-text">Steve Wozniak and Steve Jobs showed the prototype Apple I at a meeting of a local computer hobbyist group in Palo Alto, California. A local computer dealer saw it and ordered 100 units. About 200 Apple Is were built and sold over a 10- month period, for the superstitious price of $666.66.</p></div></p>
<p>I didn't see it then, but it turned out that getting fired from Apple was the best thing that could have ever happened to me. The heaviness of being successful was replaced by the lightness of being a beginner again, less sure about everything. It freed me to enter one of the most creative periods of my life.</p>
<p>During the next five years, I started a company named NeXT, another company named Pixar, and fell in love with an amazing woman who would become my wife. Pixar went on to create the worlds first computer animated feature film, Toy Story, and is now the most successful animation studio in the world. In a remarkable turn of events, Apple bought NeXT, I returned to Apple, and the technology we developed at NeXT is at the heart of Apple's current renaissance. And Laurene and I have a wonderful family together.</p>
<p>I'm pretty sure none of this would have happened if I hadn't been fired from Apple. It was awful tasting medicine, but I guess the patient needed it. Sometimes life hits you in the head with a brick. Don't lose faith. I'm convinced that the only thing that kept me going was that I loved what I did. You've got to find what you love. And that is as true for your work as it is for your lovers. Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do. If you haven't found it yet, keep looking. Don't settle. As with all matters of the heart, you'll know when you find it. And, like any great relationship, it just gets better and better as the years roll on. So keep looking until you find it. Don't settle.</p>
<blockquote>
<p style="text-align: center;"><img class="size-full wp-image-1436 aligncenter" src="http://45k.me/blog/wp-content/uploads/2009/07/117155606_0caafe9e09.jpg" alt="117155606_0caafe9e09" width="491" height="500" /></p>
<p style="text-align: center;"><strong><span style="color: #0000ff;">Bill Gates</span> of Microsoft,<span style="color: #e3df1c;">Mitch Kapor</span> of Lotus and <span style="color: #ff0000;">Fred Gibbons</span> of Software Publishing corporation , the three earlier <span style="color: #000000;"><em>software developers</em></span> for Apple.</strong></p>
<p style="text-align: center;">
</blockquote>
<p style="text-align: center;"><em><span style="color: #000000;"><strong><span style="color: #c10000;">My third story is about death</span>.</strong></span></em></p>
<p>When I was 17, I read a quote that went something like: "If you live each day as if it was your last, someday you'll most certainly be right." It made an impression on me, and since then, for the past 33 years, I have looked in the mirror every morning and asked myself: "If today were the last day of my life, would I want to do what I am about to do today?" And whenever the answer has been "No" for too many days in a row, I know I need to change something.</p>
<p>Remembering that I'll be dead soon is the most important tool I've ever encountered to help me make the big choices in life. Because almost everything — all external expectations, all pride, all fear of embarrassment or failure - these things just fall away in the face of death, leaving only what is truly important. Remembering that you are going to die is the best way I know to avoid the trap of thinking you have something to lose. You are already naked. There is no reason not to follow your heart.<img class="alignright" src="http://img8.imageshack.us/img8/808/apple20ipods.jpg" alt="" width="322" height="512" /></p>
<p>About a year ago I was diagnosed with cancer. I had a scan at 7:30 in the morning, and it clearly showed a tumor on my pancreas. I didn't even know what a pancreas was. The doctors told me this was almost certainly a type of cancer that is incurable, and that I should expect to live no longer than three to six months. My doctor advised me to go home and get my affairs in order, which is doctor's code for prepare to die. It means to try to tell your kids everything you thought you'd have the next 10 years to tell them in just a few months. It means to make sure everything is buttoned up so that it will be as easy as possible for your family. It means to say your goodbyes.</p>
<p>I lived with that diagnosis all day. Later that evening I had a biopsy, where they stuck an endoscope down my throat, through my stomach and into my intestines, put a needle into my pancreas and got a few cells from the tumor. I was sedated, but my wife, who was there, told me that when they viewed the cells under a microscope the doctors started crying because it turned out to be a very rare form of pancreatic cancer that is curable with surgery. I had the surgery and I'm fine now.</p>
<p>This was the closest I've been to facing death, and I hope its the closest I get for a few more decades. Having lived through it, I can now say this to you with a bit more certainty than when death was a useful but purely intellectual concept:</p>
<p>No one wants to die. Even people who want to go to heaven don't want to die to get there. And yet death is the destination we all share. No one has ever escaped it. And that is as it should be, because Death is very likely the single best invention of Life. It is Life's change agent. It clears out the old to make way for the new. Right now the new is you, but someday not too long from now, you will gradually become the old and be cleared away. Sorry to be so dramatic, but it is quite true.</p>
<p><div class="wp-caption aligncenter" style="width: 580px"><a href="http://www.dennis-voss.de/apple/celeb/img/2.jpg"><img src="http://www.dennis-voss.de/apple/celeb/img/2.jpg" alt="" width="570" height="379" /></a><p class="wp-caption-text">Steve Jobs and Laurene Powell (his wife)</p></div></p>
<p style="text-align: left;">
<p>Your time is limited, so don't waste it living someone else's life. Don't be trapped by dogma — which is living with the results of other people's thinking. Don't let the noise of others' opinions drown out your own inner voice. And most important, have the courage to follow your heart and intuition. They somehow already know what you truly want to become. Everything else is secondary.</p>
<p>When I was young, there was an amazing publication called The Whole Earth Catalog, which was one of the bibles of my generation. It was created by a fellow named Stewart Brand not far from here in Menlo Park, and he brought it to life with his poetic touch. This was in the late 1960's, before personal computers and desktop publishing, so it was all made with typewriters, scissors, and polaroid cameras. It was sort of like Google in paperback form, 35 years before Google came along: it was idealistic, and overflowing with neat tools and great notions.</p>
<p>Stewart and his team put out several issues of The Whole Earth Catalog, and then when it had run its course, they put out a final issue. It was the mid-1970s, and I was your age. On the back cover of their final issue was a photograph of an early morning country road, the kind you might find yourself hitchhiking on if you were so adventurous. Beneath it were the words: "Stay Hungry. Stay Foolish." It was their farewell message as they signed off. Stay Hungry. Stay Foolish. And I have always wished that for myself. And now, as you graduate to begin anew, I wish that for you.</p>
<p style="text-align: center;"><em>Stay Hungry. Stay Foolish.</em></p>
<p style="text-align: center;"><em>Thank you all very much.</em></p>
<p style="text-align: center;">-<span style="color: #ff0000;"><em><strong>Steven Paul Jobs</strong></em></span></p>
<blockquote>
<p style="text-align: center;"><img class="aligncenter" src="http://jawadonweb.com/wp-content/uploads/2009/03/jobs-apple-1.jpg" alt="" width="496" height="286" /><span style="color: #ff0000;"><strong>“</strong></span><span style="color: #000000;"><em>Impossible is just a big word thrown around by small men who find it easier to live in the world they’ve been given than to explore the power they have to change it. Impossible is not a fact, It’s an opinion. Impossible is not a declaration, It’s a dare. Impossible is potential. Impossible is temporary. Impossible is nothing</em>.</span><span style="color: #ff0000;"><strong>”</strong></span></p>
</blockquote>
<blockquote>
<p style="text-align: center;"><em><strong><span style="color: #ff0000;"><span style="color: #000000;"><br />
</span></span></strong></em></p>
<p style="text-align: center;"><span style="color: #ff0000;"><strong><img class="alignnone" src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Steve_Jobs.jpg/411px-Steve_Jobs.jpg" alt="" width="411" height="599" /><br />
</strong></span></p>
<p style="text-align: center;"><em><strong><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #ff0000;">"</span></span></span></strong><span style="color: #ff0000;"><span style="color: #000000;">Most of the great work in this world was done by men and women who didn’t believe that what they were doing was impossible. Talent is certainly beneficial, but only the right attitude can release it to reach its potential.</span></span><strong><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #ff0000;">"</span></span></span></strong></em></p>
</blockquote>
<p style="text-align: center;"><em>Here's <a href="http://www.aresluna.org/attached/computerhistory/ads/international/apple">a great collection</a> of Apple print ads from the past twenty years</em></p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://45k.me/blog/?p=1" rel="bookmark" title="January 1, 2009">2009 Filled with hopes and Dreams.</a></li>
<li><a href="http://45k.me/blog/?p=806" rel="bookmark" title="March 25, 2009">The Ultimate Guide to Motivation - How to Achieve Any Goal</a></li>
<li><a href="http://45k.me/blog/?p=870" rel="bookmark" title="April 18, 2009">Seven Productivity Tips For People That Hate GTD</a></li>
<li><a href="http://45k.me/blog/?p=76" rel="bookmark" title="January 10, 2009">Digital Camera Guide</a></li>
<li><a href="http://45k.me/blog/?p=452" rel="bookmark" title="January 29, 2009">Tor-Proxy.NET Toolbar 0.3.1</a></li>
</ul>
<p><!-- Similar Posts took 3.297 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://45k.me/blog/?feed=rss2&amp;p=1421</wfw:commentRss>
		</item>
		<item>
		<title>Mathematicians Figure Out What Makes Women Beautiful</title>
		<link>http://45k.me/blog/?p=1397</link>
		<comments>http://45k.me/blog/?p=1397#comments</comments>
		<pubDate>Wed, 22 Jul 2009 17:08:55 +0000</pubDate>
		<dc:creator>askoppal</dc:creator>
		
		<category><![CDATA[Featured Articles]]></category>

		<guid isPermaLink="false">http://45k.me/blog/?p=1397</guid>
		<description><![CDATA[After studying the movements of women for years, finally we get scientific confirmation of what we're seeing: Researchers at Cambridge University in the U.K. have figured out exactly what makes a perfect swivel-hipped walk with "a more angular swaying and bounce to the hips."
The mathematicians got out their slide rules, calculators, blow-up dolls and binoculars, [...]]]></description>
			<content:encoded><![CDATA[<p class="story2"><img class="aligncenter size-full wp-image-1398" src="http://45k.me/blog/wp-content/uploads/2009/07/ist2_8398662-grace-sexy-girl.png" alt="" width="260" height="380" />After studying the movements of women for years, finally we get scientific confirmation of what we're seeing: Researchers at Cambridge University in the U.K. have figured out exactly what makes a perfect swivel-hipped walk with "a more angular swaying and bounce to the hips."</p>
<p>The mathematicians got out their slide rules, calculators, blow-up dolls and binoculars, scientifically determining the perfect ratio of waist to hips.</p>
<p>Their results? The closer that ratio is to 0.7 (waist measurement is 70% of the hip measurement), the sexier the swagger. And guess who has that exact ratio? Jessica Alba, pictured below. <img class="alignright size-full wp-image-1399" src="http://45k.me/blog/wp-content/uploads/2009/07/ist2_4480024-silhouettes-of-women.png" alt="" width="380" height="299" /></p>
<p style="text-align: justify;">Other babes of historical importance were also mentioned, such as Marilyn Monroe, with a target ratio of 0.69, making it almost to the level of perfection of Jessica, but not quite. This 0.7 ratio translates into a waist of 25 inches and 36-inch hips, making that tick-tock walk look absolutely perfect.</p>
<p style="text-align: justify;">But the ratio is not necessarily related to measurements or weight just the difference between those two measurements. However, we're betting that if those numbers get a whole lot larger, the illusion is lost.</p>
<p style="text-align: justify;">Other possessors of that magic 0.7 ratio: Sophia Loren, Alessandra Ambrosio and Venus de Milo.</p>
<p>From Wikipedia: A WHR of 0.7 for women and 0.9 for men have been shown to correlate strongly with general health and fertility. Scientists have discovered that the waist-hip ratio (WHR) is a significant factor in judging female attractiveness. Women with a 0.7 WHR are usually rated as more attractive by men from European cultures. Glad we got that straight. It's all mathematical.</p>
<p><div id="attachment_1406" class="wp-caption aligncenter" style="width: 390px"><img class="size-full wp-image-1406" src="http://45k.me/blog/wp-content/uploads/2009/07/ist2_8206786-women-silhouettes-lifestyle.png" alt=" Waist-Hip ratio (WHR) is a significant factor in judging female attractiveness" width="380" height="208" /><p class="wp-caption-text"> Waist-Hip ratio (WHR) is a significant factor in judging female attractiveness</p></div></p>
<h3><strong>Jessica Alba has the perfect wiggle, study says</strong></h3>
<p style="text-align: justify;">Jessica Alba, the film actress, has the ultimate sexy strut, according to a team of Cambridge mathematicians. <img class="alignright" src="http://i238.photobucket.com/albums/ff132/forest_16/jessica-alba.jpg" alt="" width="320" height="480" /><br />
Jessica Alba's waist:hip ratio gives her a sexy walk .The academics found that it is the ratio between hips and waist that puts the sway into a woman's walk - and the nearer that ratio is to 0.7, the better. This ratio provides the body with the right torso strength to produce a more angular swing and bounce to the hips during the walking motion.</p>
<p style="text-align: justify;">Therefore, a woman with a 25in waist and 36in hips would have just the right proportions to carry off a sexy swagger as she walks.The Jessica Alba sashay beat off competition from Kate Moss, Angelina Jolie and even Marilyn Monroe, whose walk along a railway platform in Some Like It Hot is one of the most famous in film history.</p>
<p style="text-align: justify;">While Monroe was a fraction off the target ratio with 0.69, the Cambridge team said that Alba had the perfect proportions.</p>
<p style="text-align: justify;"><span><em>Telegraph Newspapers, London, UK; 25-Aug-2007</em></span></p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://45k.me/blog/?p=976" rel="bookmark" title="May 14, 2009">How to make Crispy French Fries ?</a></li>
<li><a href="http://45k.me/blog/?p=1379" rel="bookmark" title="July 22, 2009">Is your computer infected with a virus ?</a></li>
<li><a href="http://45k.me/blog/?p=1421" rel="bookmark" title="July 23, 2009">Steve Jobs My Inspiration</a></li>
<li><a href="http://45k.me/blog/?p=321" rel="bookmark" title="January 27, 2009">Digitage Web 2.0</a></li>
<li><a href="http://45k.me/blog/?p=806" rel="bookmark" title="March 25, 2009">The Ultimate Guide to Motivation - How to Achieve Any Goal</a></li>
</ul>
<p><!-- Similar Posts took 2.426 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://45k.me/blog/?feed=rss2&amp;p=1397</wfw:commentRss>
		</item>
		<item>
		<title>Is your computer infected with a virus ?</title>
		<link>http://45k.me/blog/?p=1379</link>
		<comments>http://45k.me/blog/?p=1379#comments</comments>
		<pubDate>Wed, 22 Jul 2009 14:56:59 +0000</pubDate>
		<dc:creator>askoppal</dc:creator>
		
		<category><![CDATA[Featured Articles]]></category>

		<category><![CDATA[malicious]]></category>

		<category><![CDATA[malware]]></category>

		<category><![CDATA[Online scanner]]></category>

		<category><![CDATA[prevent security threats]]></category>

		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://45k.me/blog/?p=1379</guid>
		<description><![CDATA[




"If your system is running slow or crashes frequently or behaving weird then your systeam is infected with a virus/worm or a Trojan.Don't panic we are here to help you,just follow the below steps" -askoppal

Step 1: Download HijackThis (392 kb) and scan your system with it.
Step 2: HijackThis will generate a log file, copy the content of it [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-1386" src="http://45k.me/blog/wp-content/uploads/2009/07/ist2_4440841-virus-alert.png" alt="ist2_4440841-virus-alert" width="380" height="253" /></p>
<p><img class="alignright" src="http://45k.me/blog/wp-content/uploads/2009/01/image776-copy-copy-150x150.jpg" alt="" width="63" height="63" /></p>
<blockquote>
<p style="text-align: center; ">
<p style="text-align: center; ">
<p><span style="font-family: mceinline;">"</span>If your system is running slow or crashes frequently or behaving weird then your systeam is infected with a virus/worm or a Trojan.Don't panic we are here to help you,just follow the below steps<span style="font-family: mceinline;">" <em>-</em><span style="font-family: Georgia;"><em>askoppal</em></span></span></p></blockquote>
<p style="text-align: justify;">
<p><strong>Step 1:</strong> Download <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.trendsecure.com');" href="http://www.trendsecure.com/portal/en-US/_download/HiJackThis.exe" target="_blank">HijackThis</a> (392 kb) and scan your system with it.</p>
<p style="text-align: justify;"><strong>Step 2:</strong> <a onclick="javascript:pageTracker._trackPageview('/outbound/article/www.trendsecure.com');" href="http://www.trendsecure.com/portal/en-US/_download/HiJackThis.exe" target="_blank">HijackThis</a> will generate a log file, copy the content of it and post it here as comment.</p>
<p style="text-align: justify;"><strong>Step 3:</strong> Wait for our security team to respond with a solution to your problem.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1394" src="http://45k.me/blog/wp-content/uploads/2009/07/ist2_7461556-wax-seal-with-room-for-text-isolated-in-white-background-copy.png" alt="ist2_7461556-wax-seal-with-room-for-text-isolated-in-white-background-copy" width="304" height="304" /></p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://45k.me/blog/?p=1498" rel="bookmark" title="August 26, 2009">Online C Compiler</a></li>
<li><a href="http://45k.me/blog/?p=1158" rel="bookmark" title="May 26, 2009">Grungy Poster |45k Blog</a></li>
<li><a href="http://45k.me/blog/?p=39" rel="bookmark" title="January 9, 2009">Dynamic Signature</a></li>
<li><a href="http://45k.me/blog/?p=156" rel="bookmark" title="January 11, 2009">Create your own Operating System.</a></li>
<li><a href="http://45k.me/blog/?p=1473" rel="bookmark" title="August 24, 2009">wp-config.php error in wordpress µ installation</a></li>
</ul>
<p><!-- Similar Posts took 2.296 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://45k.me/blog/?feed=rss2&amp;p=1379</wfw:commentRss>
		</item>
		<item>
		<title>How to prevent Virus infection from USB Drives</title>
		<link>http://45k.me/blog/?p=1355</link>
		<comments>http://45k.me/blog/?p=1355#comments</comments>
		<pubDate>Mon, 20 Jul 2009 13:52:29 +0000</pubDate>
		<dc:creator>askoppal</dc:creator>
		
		<category><![CDATA[Featured Articles]]></category>

		<guid isPermaLink="false">http://45k.me/blog/?p=1355</guid>
		<description><![CDATA[

Autorun Eater V 2.4 will warn you and remove any suspicious 'autorun.inf' files(based on user decision/settings). Malwares using the 'autorun.inf' method to infect users unknowingly be it from flash drives, removable hard disks or any other removable storage device. When a device is infected with a malware and an 'autorun.inf' file is dropped, the shell menu is [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center; "><img class="aligncenter" src="http://www.geekets.com/wp-content/uploads/2009/01/virus_usb_pendrive.jpg" alt="" width="425" height="437" /></p>
<p><img class="alignright" src="http://oldmcdonald.files.wordpress.com/2008/03/detectionwindow.jpg" alt="" width="219" height="303" /></p>
<p style="text-align: justify; "><strong>Autorun Eater</strong> <strong>V 2.4</strong> will warn you and remove any suspicious '<em>autorun.inf</em>' files(based on user decision/settings). Malwares using the 'autorun.inf' method to infect users unknowingly be it from flash drives, removable hard disks or any other removable storage device. When a device is infected with a malware and an '<em>autorun.inf</em>' file is dropped, the shell menu is normally modified to execute the malware whenever the unsuspecting user accesses the infected drive.. There are also certain cases whereby the malware has been removed by an antivirus but the 'autorun.inf' file remains. This will cause the drive to be inaccessible through the conventional method(double-click). Autorun Eater will also remove it if necessary so that you can access the drive as usual. Version 2.4 adds 'Close Autoplay' option to prevent execution of malware via AutoPlay window.</p>
<p style="text-align: justify; ">
<p style="text-align: justify; ">
<p style="text-align: justify; ">
<p style="text-align: justify; ">
<h1 style="text-align: center; "><span style="font-size: small;"><span style="font-weight: normal; "><br />
</span></span></h1>
<h2 style="text-align: center; "><span style="font-weight: normal; font-size: 13px; "><img class="alignnone" src="http://i.i.com.com/cnwk.1d/i/tron/download/dlNowGrn.gif" alt="" width="40" height="40" /> </span><a href="http://files.filefront.com/aesetup24exe/;13840701;/fileinfo.html">Download (1.34MB)</a></h2>
<p style="text-align: center; ">
<p><span style="font-family: mceinline;">.</span><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://45k.me/blog/?p=195" rel="bookmark" title="January 11, 2009">Hack Flickr Photos Protected by Transparent spaceball.gif</a></li>
<li><a href="http://45k.me/blog/?p=127" rel="bookmark" title="January 11, 2009">Change the splash screen of Autocad</a></li>
<li><a href="http://45k.me/blog/?p=156" rel="bookmark" title="January 11, 2009">Create your own Operating System.</a></li>
<li><a href="http://45k.me/blog/?p=1379" rel="bookmark" title="July 22, 2009">Is your computer infected with a virus ?</a></li>
<li><a href="http://45k.me/blog/?p=465" rel="bookmark" title="January 30, 2009">Nokia N78</a></li>
</ul>
<p><!-- Similar Posts took 2.956 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://45k.me/blog/?feed=rss2&amp;p=1355</wfw:commentRss>
		</item>
		<item>
		<title>What is twitter ?</title>
		<link>http://45k.me/blog/?p=1305</link>
		<comments>http://45k.me/blog/?p=1305#comments</comments>
		<pubDate>Wed, 03 Jun 2009 07:08:21 +0000</pubDate>
		<dc:creator>askoppal</dc:creator>
		
		<category><![CDATA[Featured Articles]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://45k.me/blog/?p=1305</guid>
		<description><![CDATA[
	
	Topics people talk in twitter

 "Twitter in Plain English" introduces the popular micro-blogging service Twitter. The video focuses on Twitter's ability to connect people in new ways, using short messages. The video includes:

Why answers to the question "what are you doing" are interesting.
The mechanics of Twitter - signing up, sharing and reading messages
How a skeptical person [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><div class="img size-full wp-image-1339  aligncenter" style="width:500px;">
	<img src="http://45k.me/blog/wp-content/uploads/2009/06/3468964387_95aae45319.jpg" alt="Topics people talk in twitter" width="500" height="385" />
	<div>Topics people talk in twitter</div>
</div>
<p style="text-align: center;"> "Twitter in Plain English" introduces the popular micro-blogging service Twitter. The video focuses on Twitter's ability to connect people in new ways, using short messages. The video includes:</p>
<ul>
<li>Why answers to the question "what are you doing" are interesting.</li>
<li>The mechanics of Twitter - signing up, sharing and reading messages</li>
<li>How a skeptical person fell in love with Twitter</li>
</ul>
<p style="text-align: center;"><strong><span style="color: #db1605;">Twitter explained in plain English</span></strong></p>
<p style="text-align: center;"><object width="480" height="385" data="http://www.youtube.com/v/ddO9idmax0o&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ddO9idmax0o&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b" /><param name="allowfullscreen" value="true" /></object></p>
<p style="text-align: center;"> </p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://45k.me/blog/?p=656" rel="bookmark" title="March 13, 2009">The Credit Crisis Explained in a Simple &#038; Short Story</a></li>
<li><a href="http://45k.me/blog/?p=60" rel="bookmark" title="January 10, 2009">Read Popular Magazines for Free!</a></li>
<li><a href="http://45k.me/blog/?p=789" rel="bookmark" title="March 22, 2009">Exams: drive away the misconceptions</a></li>
<li><a href="http://45k.me/blog/?p=870" rel="bookmark" title="April 18, 2009">Seven Productivity Tips For People That Hate GTD</a></li>
<li><a href="http://45k.me/blog/?p=1222" rel="bookmark" title="June 2, 2009">Drunkenness is a disease and can be Cured</a></li>
</ul>
<p><!-- Similar Posts took 2.471 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://45k.me/blog/?feed=rss2&amp;p=1305</wfw:commentRss>
		</item>
		<item>
		<title>Phishing Scams in Plain English</title>
		<link>http://45k.me/blog/?p=1273</link>
		<comments>http://45k.me/blog/?p=1273#comments</comments>
		<pubDate>Tue, 02 Jun 2009 07:14:29 +0000</pubDate>
		<dc:creator>askoppal</dc:creator>
		
		<category><![CDATA[Hacking]]></category>

		<category><![CDATA[Phishing]]></category>

		<category><![CDATA[Scams]]></category>

		<guid isPermaLink="false">http://45k.me/blog/?p=1273</guid>
		<description><![CDATA[
 
In the field of computer security, phishing is the criminally fraudulent process of attempting to acquire sensitive information such as usernames, passwords and credit card details by masquerading as a trustworthy entity in an electronic communication. Communications purporting to be from popular social web sites, auction sites, online payment processors or IT Administrators are commonly [...]]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340" data="http://www.youtube.com/v/sqRZGhiHGxg&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/sqRZGhiHGxg&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x5d1719&amp;color2=0xcd311b" /><param name="allowfullscreen" value="true" /></object></p>
<p> </p>
<p><div class="wp-caption alignright" style="width: 321px"><div class="img   " style="width:311px;">
	<a href="http://upload.wikimedia.org/wikipedia/commons/d/d0/PhishingTrustedBank.png"><img src="http://upload.wikimedia.org/wikipedia/commons/d/d0/PhishingTrustedBank.png" alt="An example of a phishing e-mail, disguised as an official e-mail from a (fictional) bank. The sender is attempting to trick the recipient into revealing confidential information by confirming it at the phishers website. Note the misspelling of the words received and discrepancy. Such mistakes are common in most phishing emails. Also note that although the URL of the banks webpage appears to be true, it actually links to a phishers webpage." width="311" height="231" /></a>
	<div>Click on the image to enlarge</div>
</div><p class="wp-caption-text">An example of a phishing e-mail, disguised as an official e-mail from a (fictional) bank. The sender is attempting to trick the recipient into revealing confidential information by &quot;confirming&quot; it at the phisher&#39;s website. Note the misspelling of the words received and discrepancy. Such mistakes are common in most phishing emails. Also note that although the URL of the bank&#39;s webpage appears to be true, it actually links to a phisher&#39;s webpage.</p></div></p>
<p style="text-align: justify;">In the field of computer security, phishing is the criminally fraudulent process of attempting to acquire sensitive information such as usernames, passwords and credit card details by masquerading as a trustworthy entity in an electronic communication. Communications purporting to be from popular social web sites, auction sites, online payment processors or IT Administrators are commonly used to lure the unsuspecting public. Phishing is typically carried out by e-mail or instant messaging, and it often directs users to enter details at a fake website whose look and feel are almost identical to the legitimate one. Even when using server authentication, it may require tremendous skill to detect that the website is fake. Phishing is an example of social engineering techniques used to fool users,and exploits the poor usability of current web security technologies.Attempts to deal with the growing number of reported phishing incidents include legislation, user training, public awareness, and technical security measures.</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://45k.me/blog/?p=417" rel="bookmark" title="January 28, 2009">Mind of a Web 2.0 Hacker</a></li>
<li><a href="http://45k.me/blog/?p=1473" rel="bookmark" title="August 24, 2009">wp-config.php error in wordpress µ installation</a></li>
<li><a href="http://45k.me/blog/?p=908" rel="bookmark" title="April 21, 2009">MD5, SHA1 &#038; SHA 256 Hashing</a></li>
<li><a href="http://45k.me/blog/?p=14" rel="bookmark" title="January 9, 2009">IP Tracker</a></li>
<li><a href="http://45k.me/blog/?p=321" rel="bookmark" title="January 27, 2009">Digitage Web 2.0</a></li>
</ul>
<p><!-- Similar Posts took 2.549 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://45k.me/blog/?feed=rss2&amp;p=1273</wfw:commentRss>
		</item>
		<item>
		<title>Drunkenness is a disease and can be Cured</title>
		<link>http://45k.me/blog/?p=1222</link>
		<comments>http://45k.me/blog/?p=1222#comments</comments>
		<pubDate>Mon, 01 Jun 2009 19:09:30 +0000</pubDate>
		<dc:creator>askoppal</dc:creator>
		
		<category><![CDATA[College Life]]></category>

		<guid isPermaLink="false">http://45k.me/blog/?p=1222</guid>
		<description><![CDATA[In my travels, I have noticed that in some countries drinking has become a national pastime. If you don't drink, they look at you as if there is something wrong. Their motto is:"It doesn't matter how bad your English is, as long as your Scotch is good."If a banker asked them what their liquid assets are, they would [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_1225" class="wp-caption aligncenter" style="width: 365px"><img class="size-full wp-image-1225  " src="http://45k.me/blog/wp-content/uploads/2009/06/2388313899_eb66279bda.jpg" alt="Don't get drunk!" width="355" height="500" /><span style="line-height: 17px;">Don't get drunk alcohol is'nt trendy!</span> </dt>
</dl>
</div>
<blockquote>
<p style="text-align: center; "><img class="size-full wp-image-1250 alignleft" src="http://45k.me/blog/wp-content/uploads/2009/06/beer.jpg" alt="" width="51" height="57" /></p>
<p style="text-align: center; "><em><span style="color: #f10316;"><strong>One reason that I don't drink is , I want to know when I am having a good time. </strong></span><span style="color: #000000; font-style: normal; font-weight: normal; "><span style="color: #f10316;"><strong><em>-</em></strong></span><strong><span style="color: #000000;"><span style="color: #f10316;"><em>-</em></span>Lady Astor</span></strong></span></em></p>
</blockquote>
<div class="mceTemp">
<dl id="attachment_1242" class="wp-caption alignright" style="width: 250px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-1242 " src="http://45k.me/blog/wp-content/uploads/2009/06/300px-img_7699-4983.jpg" alt="Don't let a friend get wasted" width="240" height="160" /><p class="wp-caption-text">Don&#39;t let a friend get wasted</p></div></p>
<p>In my travels, I have noticed that in some countries drinking has become a national pastime. If you don't drink, they look at you as if there is something wrong. Their motto is:<em>"It doesn't matter how bad your English is, as long as your Scotch is good."<span style="font-style: normal; font-weight: normal; ">If a banker asked them what their liquid assets are, they would bring two bottles of Scotch.Drinking and smoking are glamorized today. It all starts with the first time. If you ask people why they consume alcohol or take drugs, they will give you a host of reasons,such as: to celebrate; to have fun; to forget problems; to relax; to experiment; to impress (it is cool to drink); to be fashionable; to mingle; for business purposes.People want to conform to peer pressure. I am amazed at the way peer pressure compels with phrases such as:<em>"Aren't you my friend?"; "One for the road"; "One for my health."</em></span></em></p>
<address>
<blockquote>
<p style="text-align: center; "><strong>The following poem from an unknown author explains the dilemma of a social drinker well</strong></p>
<address style="text-align: center; "><span style="font-style: normal;"><span style="color: #d8080c;"><strong>I</strong></span></span><span style="color: #d8080c;"><strong>'ve drunk to your<br />
</strong></span></address>
<address style="text-align: center; "><span style="color: #d8080c;"><strong>Health in taverns,<br />
</strong></span></address>
<address style="text-align: center; "><span style="color: #d8080c;"><strong>I've drunk to your<br />
</strong></span></address>
<address style="text-align: center; "><span style="color: #d8080c;"><strong>Health in my home,<br />
</strong></span></address>
<address style="text-align: center; "><span style="color: #d8080c;"><strong>I've drunk to your<br />
</strong></span></address>
<address style="text-align: center; "><span style="color: #d8080c;"><strong>Health so damn<br />
</strong></span></address>
<address style="text-align: center; "><span style="color: #d8080c;"><strong>many times,<br />
</strong></span></address>
<address style="text-align: center; "><span style="color: #d8080c;"><strong>That I've almost<br />
</strong></span></address>
<address style="text-align: center; "><span style="color: #d8080c;"><strong>ruined my own!</strong></span></address>
</blockquote>
</address>
<p style="text-align: center;">Drinking and driving cost lives. According to Jerry Johnson,* the American Hospital Association reports that half of all hospital admissions are alcohol-related and according to the National Safety Council's 1989 Accident Facts Edition, a person is injured in an alcohol-related crash every<span style="color: #d8080c;"><strong> 60 seconds</strong></span>.</p>
<blockquote style="text-align: center; "><p><strong><span style="color: #cc0000;"><span style="text-decoration: underline;">Never allow someone who is drunk behind the wheel of a car, ever</span></span></strong><span style="color: #cc0000;"><span style="text-decoration: underline;">.</span></span></p></blockquote>
<p style="text-align: center; "><img class="size-full wp-image-1232" src="http://45k.me/blog/wp-content/uploads/2009/06/drunk-driver.jpg" alt="Car accident due to Drunk Driving|New Jersey" width="575" height="428" /></p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_1232" class="wp-caption aligncenter" style="width: 585px;">
<dd class="wp-caption-dd"><span style="color: #000000;">Car accident due to Drunk Driving|New Jersey</span></dd>
</dl>
</div>
<p style="text-align: center; "> </p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://45k.me/blog/?p=870" rel="bookmark" title="April 18, 2009">Seven Productivity Tips For People That Hate GTD</a></li>
<li><a href="http://45k.me/blog/?p=806" rel="bookmark" title="March 25, 2009">The Ultimate Guide to Motivation - How to Achieve Any Goal</a></li>
<li><a href="http://45k.me/blog/?p=675" rel="bookmark" title="March 16, 2009">What is RSS ?</a></li>
<li><a href="http://45k.me/blog/?p=417" rel="bookmark" title="January 28, 2009">Mind of a Web 2.0 Hacker</a></li>
<li><a href="http://45k.me/blog/?p=76" rel="bookmark" title="January 10, 2009">Digital Camera Guide</a></li>
</ul>
<p><!-- Similar Posts took 2.578 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://45k.me/blog/?feed=rss2&amp;p=1222</wfw:commentRss>
		</item>
	</channel>
</rss>
