Friday, June 1, 2012

ACER, TOSHIBA TO UNVEIL WINDOWS 8 TABLETS



Acer, Toshiba and Asustek Computer will launch tablets running Microsoft's Windows 8 operating system next week.

MICROSOFT HIRES DESIGNERS FOR WINDOWS 8 APPS


Microsoft is so eager to have group of applications for the next version of its Windows operating system i.e. WINDOWS 8 which has forced to lined up design firms, recruited interns and sent engineers on an around-the-world road show to help developers get them built.

VOIP

 VOIP stands for Voice over Internet protocol is a communications protocol that allows for telephonic communication via the Internet.

NEW VERSION TO THE RAM


New Technology will boost Tablet & Server performance

Introducing "DDR4 RAM"


The upcoming shift from Double Data Rate 3 (DDR3) RAM to its successor, DDR4, will herald in a significant boost in both memory performance and capacity for data center hardware and consumer products alike. The DDR4 memory standard, which the Joint Electronic Devices Engineering Council (JEDEC) expects to OK this summer, represents a doubling of performance over its predecessor and a reduction in power use by 20% to 40% based on a maximum 1.2 volts of power use.


What are the experts saying?

“It’s a fantastic product, increasing the amount of memory and the bandwidth of that memory is going to have huge implications.” said Mike Howard, analyst with market research firm IHS iSuppli.

“With DDR4, we’re certainly seeing some larger power savings advantages with the performance increase. For DDR3, we see stacking going up to four chips (4H), [but] for DDR4 this clearly will go up to eight chips stacked on top of each other (8H), which means that, using a 16Gbit memory [chip], manufacturers will be able to produce 128Gbit memory boards” said Todd Farrell, director of technical marketing for Micron’s DRAM Solutions Group.

Advantages of DDR4

In Mobile & Tablets

The jump from DDR3 to DDR4 as greater than any other past DDR memory evolution.
It’s hard to pick just one attribute. DDR4's significant reduction in power needs means that relatively low-priced DDR memory will, for the first time, be used in mobile products such as ultrabooks and tablets. Today, mobile devices use low-power DDR (LPDDR) memory, the current iteration of which uses 1.2v of power. The next generation of mobile memory, LPDDR3, will further reduce that power consumption (probably by 35 percent to 40 percent), but it will likely cost 40 percent more than DDR4 memory. LPDDR memory is more expensive to manufacture.


Servers

The impact that DDR4 will have on the server market could be even greater. DDR4 is one of these devices where you’re getting a lot of benefits at once. Power reduction is key. But at the same time we’re reducing power, we’re getting a substantial increase in performance. They kind of go hand in hand. For example, if you run DDR4 at the same bandwidth as DDR3, you can achieve a 30 percent to 40 percent power savings. Running at its maximum bandwidth, which represents a doubling of performance, DDR4 will use the same power as its predecessor.
                                                                                             

BOOST UP YOUR FIREFOX SPEED


This Firefox tricks will improve the speed & load time of firefox. And you will be able to surf faster.
  
Type about:config in the address bar, Then look for the following entries, and make the corresponding changes. 
network.http.max-connections-per-server =32
network.http.max-persistent-connections-per-proxy =16
network.http.max-connections = 64
network.http.max-persistent-connections-per-server = 10
network.http.pipelining = true
network.http.pipelining.maxrequests = 200
network.http.request.max-start-delay = 0
network.http.proxy.pipelining = true
network.http.proxy.version = 1.0

Lastly right-click anywhere and select New>>>> Integer. Name it nglayout.initialpaint.delay and set its value to 0. This value is the amount of time the browser waits before it acts on information it receives. Enjoy and dont forget to thank me if it works.

HOW TO INCREASE INTERNET SPEED

Steps To Increase your Internet Speed:-


follow the step:-

go to desktop->My computer-(right click on)->properties->then go HARDWARE tab(ignore this step in win 7)->Device manager-> now u see a window of Device manager

then go to Ports->Communication Port(double click on it and Open).
after open u can see a Communication Port properties.
go the Port Setting:----
and now increase ur "Bits per second" to 128000.
and "Flow control" change 2 Hardware.

apply and see the result.........

PROPOSE A GIRL BY GOOGLE TRICKS

CUTEST WAY TO PROPOSE A GIRL:-

Type in google the below code or just simply copy paste it...........

(sqrt(cos(x))*cos
(200*x)+sqrt(abs(x))
-0.7)*(4-x*x)^0.01, sqrt
(9-x^2), -sqrt(9-x^2)



"SAFELY REMOVE" IN DESKTOP.

How to Create a Desktop Shortcut to Safely Remove Hardware Device?


Step1? Right Click On Your Desktop and Click on New.
Step2? Now select SHORTCUT Option from the List.
Step3? In the BrowsE Location, Paste the Following text--

RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll

then click on next then save it .............
Enjoy the ease of removing the device.

GOOGLE TRICKS

All Google Tricks Using I m feeling Lucky:-

GO TO GOOGLE....

1> Type in “Google Gravity” and click on “I’m Feeling Lucky”(wait a sec to experience the effect of gravity.)

2> Type in “elgoog”and click on “I’m Feeling Lucky” (the Mirror effect is on.)

3> Type in “Google Sphere” and click on “I’m Feeling Lucky” (see the spinning effect.

4> Type in “who is the cutest” and click on “I’m Feeling Lucky” (see who’s so cute and beautiful/handsome.)

5> Type in “Google Loco” and click on “I’m Feeling Lucky” (see what’s moving.)

6> Type in “ LOL Limewire” and click on “I’m Feeling Lucky” (see that you are as a pirate.)

7> Type in “Epic Google” and click on “I’m Feeling Lucky

8> Type in “Rainbow google” and click on “I’m Feeling Lucky

9> Type in “Annoying Google” and click on “I’m Feeling Lucky

10> Type in “Google pacman” and click on “I’m Feeling Lucky

11> Type in “Google Magic” and click on “I’m Feeling Lucky

12> Type in “Google color (Ex: pink,blue)” and click on “I’m Feeling Lucky

13> Type in “Google Heart Page” and click on “I’m Feeling Lucky

14> Type in “epic box” click on “I’m Feeling Lucky

15> Type in ” sexy snape” click on “I’m Feeling Lucky

16> Type in “weenie google” click on “I’m Feeling Lucky

17> Type in “Who’s Awesome” click on “I’m Feeling Lucky” 



TRY THIS AND HAVE FUN. OOPS......ONE MORE THING.....DONT FORGET TO THANK ME.OK




USE NOTEPAD TO KNOW ASCII VALUE

HOW TO KNOW ASCII VALUE IN NOTEPAD:-


Just hold ALT KEY and type any number from 1 to 255. As simple as this. Do try it and enjoy the ease of ASCII.





INPUT CONVERTS TO ASCII


 PROGRAM TO CONVERT ANY INPUT TO ITS ASCII VALUE:-




#include<stdio.h>
main()
{
         char ch;
         printf(" Enter the character ");
         scanf("%c",&ch);
         printf(" ASCII value of %c is %d ",ch,ch);
}