Apple's Most Significant Products of the Decade


The end of one year and the beginning of another usually lends itself to list making. That goes double when the second-to-last digit in a calendar year flips over to a new number. That's when every writer worth his or her salt breaks out a pad of paper, an almanac, and a top 10 list to signify the most important, most memorable, or best things of a particular decade.

What's that? You're already starting to compose a lengthy screed about how this isn't the end of the decade? Well, then allow me to introduce to this section of the Macworld.com forums where you and your fellow pedants can type out arguments about when the decade starts until your fingers ache with the satisfaction of telling everyone else what's what. Don't worry--the rest of us will carry on without your valuable input.

Are they gone? Good. Let's continue.

I'm as prone to nostalgia as the next writer, so I couldn't let this New Year's weekend pass without throwing my own decade retrospective into the mix. Here's my look back at the last 10 years, focusing specifically on the most significant things to come out of Cupertino in the Aughties.



Continue Reading Rest of Article here:


http://www.pcworld.com/businesscenter/article/185773/apples_most_significant_products_of_the_decade.html

.

Asus's E-Clean Robo Vacuum Has an Antibacterial Ultra Violet Beam



Asus's subsidiary is coming out with this colorful robot vacuum called the E-Clean. It includes a bacterial killing UV light, a fragrance sprayer and remote control. It's set for China and Taiwan only for a mere $150.






Source:

http://gizmodo.com/5434259/asuss-e+clean-robo-vacuum-has-an-antibacterial-ultra-violet-beam?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+gizmodo%2Ffull+%28Gizmodo%29&utm_content=Google+Reader

Powermat Wirelessly charges all your Electronic Devices without cords. [Video]


Powermat is a wireless charger. It is a one plug system which is designed to charge all your gadgets in one place. You will need a powermat sleeve to lock onto the mat. The charging time is same as regular wall charger. The benefit of this gadget is that you don't need different charger for different devices. It will charge your cell phone or DS.

This gadget is not cheap. The mat is $99 and the reciever is $40 each. Powermat is available at Amazon, Target and Best Buy.

Powermat Reciever.

Intro to Powermat:

Commercial:



Official Website:

http://www.powermat.com/us/home

Image Source:

http://gizmodo.com/5376793/powermat-charger-has-no-f-wires

http://www.ohgizmo.com/wp-content/uploads/2009/01/powermat_case.jpg


How to Watch Netflix Movies on PS3





Little History on Netflix Instant Movies.

Netflix offers instant movies to watch online from your computer. Netflix also came out with a plugin for Windows Media Center 2005. It is a great feature that we can watch movies on computer and/or TV. Netflix retired the service for Windows Vista and Windows 7 Media Center. They currently support few DVD players, Xbox and TVs where we can watch Netflix instant movies.

I own a PS3. It made me little upset when I found out that Netflix doesn't support PS3. So, I called Netflix Technical Support today about this issue. They said, we currently don't support PS3 because netflix uses silverlight player for its instant movies. They also mentioned that in past they had some buffering issues with Windows Media Center. They currently don't support PS3 but they are working on signing a deal with Sony. In other words, it is not possible. After searching the web and reading some forum websites for 2 hours, I found a free software which works.

Instructions:

First you would need to install a software called PlayOn (New Window). You can click on the previous link to download the software. Install it using default settings.

Open PlayOn, once it is installed. Go under "User Accounts" and type in your netflix Username and password. Click Test and then ok. See the example below.


Thats it. Now it is time to test the software on the PS3. Make sure the computer, your PlayOn is installed, is running. Otherwise, it will not show up in PS3.

In your PS3 console. Go to Movies. there you will see a PlayOn icon/button. Click on it . You will see the other software which are also supported by Playon like Amazon Videos, Hulu Videos, etc.

Select Netflix > Queue Top 50> and select a movie you want to play. The movie will take few seconds to buffer like it does on a computer and then it will start playing.

Make yourself some popcorn and Enjoy your Movie.

Video Demonstration "Using Netflix on PS3 with PlayOn" by youtube user beerfuzz






Few Things I didn't like about the PlayOn Software:

  • The software is not able to show the progress of buffering before the movie starts. There is a black screen before the movie starts.Sometimes it feels like the PS3 is in sleep mode but it is buffering the movie in back.

    The software does not allow to add or remove movies from queue. Basically I have to use a computer to make changes to my Queue. Which is ok becuase you have to do the same thing with Xbox. I make sure I add couple extra movies just in case I don't like the first movie. I can just switch to another one without help of my computer.


Leave me comments. Let me know if your run into any problem. I will be more than happy to help.

Please don't copy this article use this following link to share instead:

http://www.jaypuri.com/2009/09/how-to-watch-netflix-movies-on-ps3.html

.

How to Add Digg Button to Blogger / Website / Blogpost

How to Add Digg Button to Blogger

What is Digg?

Digg.com is a place for people to discover and share content from anywhere on the web. From the biggest online destinations to the most obscure blog, Digg surfaces the best stuff as voted on by their users. You won’t find editors at Digg — they provide a place where people can collectively determine the value of content and they are changing the way people consume information online.


Digg.com is a social content website where your readers can submit your article to their database. Once the article is submitted it will be available for other Digg users. If you have an original and good story, readers will ‘Digg” your post and write comments. More Diggs/Votes will make your article popular on web as result you will get more traffic on your website/blog.

As a blog author, you should make it easy for and encourage your readers to submit your articles to Digg.com. Digg button can be placed anywhere in your post. The following is a step-by-step guide to automatically place a real-time Digg count and submit button to every single blog post.


.
.
Backup your Blog:


Before you make any changes please backup your Blog template. It is very important to backup your blog. This way you can easily restore your template to prior state, if you delete/change something you didn’t want to.


To backup your template, login to your Dashboard on Blogger.com. Go to Layout> Edit HTML > Click “Download Full Template” save the XML file to your computer.
.
Instructions on how to Install Digg Normal Button:

Login to your Dashboard on Blogger.com. Go to Layout> Edit HTML> Check the Box next to “Expand Widget Templates”

Click inside the code box. Open a search box by clicking edit > Find or use shortcut key “Ctrl + F”. Search for the following text / code

<p><data:post.body/></p>



If you want the button to show at the top right corner of your post, replace the above code with this.

<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
digg_url=&quot;<data:post.url/>&quot;;
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>
<p><data:post.body/></p>

If you would like the button to appear at the end of your post, replace with this following code instead.

<p><data:post.body/></p>
<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
digg_url=&quot;<data:post.url/>&quot;;
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>

If you want to have the button at the top left corner of your post, change the alignment.


<div style='float:left; margin-right:10px;'>
<script type='text/javascript'>
digg_url=&quot;<data:post.url/>&quot;;
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>
<p><data:post.body/></p>

Instructions on how to Install Digg Compact Button:


If you want the button to show at the top right corner of your post, replace with this following code instead.


<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
digg_url=&quot;<data:post.url/>&quot;;
digg_skin=&quot;compact&quot;;
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>

<p><data:post.body/></p>

To Show to Digg button on Left corner of post simply change the 'right' to 'left' in the code.


<div style='float:left; margin-right:10px;'>
<script type='text/javascript'>
digg_url=&quot;<data:post.url/>&quot;;
digg_skin=&quot;compact&quot;;
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>
<p><data:post.body/></p>

To post the code in the end of the post, simply move the code under "Post.body".

<p><data:post.body/></p>
<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
digg_url=&quot;<data:post.url/>&quot;;
digg_skin=&quot;compact&quot;;
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>

Another cool feature of Compact button is that you can change the background color of the Digg Button to match with your blog. For Example:


<div style='float:right; margin-left:10px;'>
<script type='text/javascript'>
digg_url=&quot;<data:post.url/>&quot;;
digg_bgcolor=&quot;#BDEDFF&quot;;
digg_skin=&quot;compact&quot;;
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>
<p><data:post.body/></p>

You can change the Digg Button to any color your want. You can find a HTML codes for all colors here, Html Color Codes (link will open in new window)

Instructions on how to Install Digg Button without Automatic Count:

Digg also have an option to display just a image or link. You can use it, if you wish not to show the Digg count. The following is the code to insert this button. This will appear at the bottom right corner of every post. Here is the code:

<p><data:post.body/></p>

<div style="float:right; margin-left:10px;">
<a expr:href='"http://digg.com/submit?phase=2&amp;url=" +
data:post.url + "&amp;title=" + data:post.title'
target='_blank'><img border="0" alt="Digg this" src="http://digg.com/img/badges/91x17-digg-button.gif"/></a></div>





To change the position of the button just change the 'right' to 'left' or insert the code above "post.body" if you want the button to appear on top of the post.

The above Digg Button is a 91x71 to add more Digg button. You can also specify the Digg submit Topic and Description. Visit Digg Button Generator (the link will open in new window)


How to Add Digg Button to Selective Posts


To add Digg Button to Selective post. Copy the following Java code in while writing your blog post. Just place it where you want it to appear.

I know this is a long article but I tried to cover everything. Try this hack. Leave me a comment, if you have trouble installing it.

I like the compact Digg button Click on the following Digg button to Digg this article and see how it works.

Please don't copy this article use this following link to share instead:

http://www.jaypuri.com/2009/09/how-to-add-digg-button-to-blogger_26.html

CONTACT ME







Your Name
Your E-mail Address
Subject
Message



ABOUT ME

Privacy Policy for JayPuri.com




Privacy Policy for JayPuri.com

The privacy of our visitors to JayPuri.com is important to us.

At JayPuri.com
, we recognize that privacy of your personal information is important. Here is information on what types of personal information we receive and collect when you use and visit JayPuri.com, and how we safeguard your information. We never sell your personal information to third parties.

Log Files
As with most other websites, we collect and use the data contained in log files. The information in the log files include your IP (internet protocol) address, your ISP (internet service provider, such as AOL or Shaw Cable), the browser you used to visit our site (such as Internet Explorer or Firefox), the time you visited our site and which pages you visited throughout our site.

Cookies and Web Beacons
We do use cookies to store information, such as your personal preferences when you visit our site. This could include only showing you a popup once in your visit, or the ability to login to some of our features, such as forums.

We also use third party advertisements on JayPuri.com to support our site. Some of these advertisers may use technology such as cookies and web beacons when they advertise on our site, which will also send these advertisers (such as Google through the Google AdSense program) information including your IP address, your ISP , the browser you used to visit our site, and in some cases, whether you have Flash installed. This is generally used for geotargeting purposes (showing New York real estate ads to someone in New York, for example) or showing certain ads based on specific sites visited (such as showing cooking ads to someone who frequents cooking sites).

We use third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you.

* Google, as a third party vendor, uses cookies to serve ads on this site.
* Google's use of the DART cookie enables it to serve ads to users of this site based on their visit to this sites and other sites on the Internet.
* Users may opt out of the use of the DART cookie by visiting the
Google ad and content network privacy policy.

DoubleClick DART cookies
We also may use DART cookies for ad serving through Google’s DoubleClick, which places a cookie on your computer when you are browsing the web and visit a site using DoubleClick advertising (including some Google AdSense advertisements). This cookie is used to serve ads specific to you and your interests (”interest based targeting”). The ads served will be targeted based on your previous browsing history (For example, if you have been viewing sites about visiting Las Vegas, you may see Las Vegas hotel advertisements when viewing a non-related site, such as on a site about hockey). DART uses “non personally identifiable information”. It does NOT track personal information about you, such as your name, email address, physical address, telephone number, social security numbers, bank account numbers or credit card numbers. You can opt-out of this ad serving on all sites using this advertising by visiting http://www.doubleclick.com/privacy/dart_adserving.aspx

You can chose to disable or selectively turn off our cookies or third-party cookies in your browser settings, or by managing preferences in programs such as Norton Internet Security. However, this can affect how you are able to interact with our site as well as other websites. This could include the inability to login to services or programs, such as logging into forums or accounts.

Deleting cookies does not mean you are permanently opted out of any advertising program. Unless you have settings that disallow cookies, the next time you visit a site running the advertisements, a new cookie will be added.

Cool Game - Paint Ball

Cool Game - Helicopter

Cool Game - Penguin Bounce

Cool Game - Blocky