Sua mais melhor fonte da informação e da notícia aproximadamente microsoft, Vista e segredos no Internet

ARTIGOS de Vista ALTO 50 Vista VIDEOS Vista MACIO AJUDA de Vista

Revisões

Você browsing atualmente os artigos de Software compatível de MS Windows Vista combinando a categoria Revisões.

Sólido - movimentações do estado fazem realmente a vida do Batter mais longa?

Foi um passo do marketing do sólido - indique os fabricantes da movimentação (SSD) que estes dispositivos de armazenamento, não tendo nenhum girar parte como suas contrapartes duras do disco, ajudaria excepto no uso da energia, daqui estendendo a vida da bateria do laptop. Certos bastante, aqueles do uso que usam jogadores da música observam que os jogadores Flash-baseados por último mais por muito tempo do que seus micro-dirigem contrapartes, como essas que os iPods sem redução usam.

Entretanto, alguns testes simples provaram que o uso do SSD não pode necessariamente conduzir às economias da bateria, ou se algum estes fossem marginais. De acordo com ZDNet:

A diferença máxima do poder entre uma movimentação flash e uns 2.5? o disco é 3 watts. Se você calculasse a média de aproximadamente 3 horas de vida da bateria, uma movimentação flash conservaria em a maioria de horas de 9 watts (wh). Aquele é 29 minutos com uma bateria de 55 wh. Menos de 20 se não estiver procurando constantemente - e menos de 10 minutos se a movimentação gastar a metade do seu tempo na modalidade à espera.

O dissipador o mais grande do poder em meu caderno é o “tudo mais” esse estadas em quando nada está acontecendo - 13 watts. Está em seguida o processador central quando é ocupado. Então a exposição se você a mantiver acima do brilho mínimo, jogador de DVD/CD e finalmente, apenas

Estale para continuar lendo “faz o sólido - as movimentações do estado fazem realmente a vida do Batter mais longa?”

Escrito pelo Freak do PC sobre Janeiro 16o, 2008 com nenhuns comentários.
Leia mais artigos sobre bateria e otherSoftware e Revisões.

Desktops virtuais de Windows

Eu amo Windows tanto quanto o guy seguinte entretanto lá está certo que as características em Linux que eu desejo realmente estavam em Windows. E.g. O poder do Bash ou de Desktops (virtuais) múltiplos.

Agradecimentos a Microsoft Codifique Plex programe-me tropeçou através de um programa que permita que os usuários funcionem desktops múltiplos dentro de Windows XP & de Vista. Seu completamente um programa da abr-fonte (yay) e mesmo DWM de Vista das sustentações basearam a relação aero (parece ter encontrado uma maneira em torno do slowness do SDK entretanto).
Este programa desktop virtual faz exame da vantagem deste API novo e usa alguns truques do seus próprios fornecer um gerente desktop virtual poderoso com uma inspecção prévia baseada thumbnail da tela cheia. Você pode ter tantos como desktops enquanto você quer e pode seamlessly comutar entre eles.

Some of the programs key features include:

  • Multiple-monitor support
  • Per-desktop backgrounds
  • Sticky windows to exclude windows from the virtual desktop manager
  • Live Vista thumbnails of all of your windows (Will only work in Vista-XP does not support WDM)
  • An infinite number of desktops only limited by the amount of memory in your computer

Download and toy around Virtual Desktop Manager here http://www.codeplex.com/vdm

Click to continue reading "Windows Virtual Desktops"

Written by Patrick S on January 4th, 2008 with no comments.
Read more articles on otherSoftware and Computing and Windows XP and Reviews and Windows Vista.

A Look Back at 2007 in Reviews

Hey everyone, Happy New Year! Yeah its a bit late for that one, but don’t worry I have not gone anywhere. I am definitely excited about the year 2008 and what has in store for us technology wise. The year 2007 was a fast pace one and we witnessed the release of major Microsoft products which resulted in numerous reviews, I just would like to take a brief look back what we covered:

Software Reviews

Hardware Reviews

and there are many more you can find in the ActiveWin Reviews Section

There are many products in the pipeline I am looking forward to review such as Windows Internet Explorer 8 and Windows Server 2008!

 

Technorati tags: , , , , , , ,

Click to continue reading "A Look Back at 2007 in Reviews"

Written by Teching It Easy: Windows Vista on January 3rd, 2008 with no comments.
Read more articles on otherSoftware and Reviews.

Microsoft FastCGI Updated - But Should You Upgrade?

We previously covered the final release of the IIS FastCGI module, jointly developed between Microsoft and Zend… But just this week, Microsoft (MSFT: $33.76 -0.50%) announced the availability of the RTM of the IIS FastCGI module.

So what’s going on? We’ve downloaded the current release (which, by the way, is not compatible with the old one, you must uninstall then install the new version) and checked the version number on \Windows\System32\inetsrv\fcgiext.dll - it came out to be 6.1.36.1.

By contrast, the version we downloaded and installed a month ago (which seems to have been dubbed the Go Live release) was checked and found to be 7.0.6001.16606.

Obviously the Go Live release was using the numbering from the Microsoft Windows Server 2008 releases, but it’s got us confused.

Click to continue reading "Microsoft FastCGI Updated - But Should You Upgrade?"

Written by Computer Guru on November 15th, 2007 with no comments.
Read more articles on FastCGI and IIS and Microsoft and Reviews and Windows and software.

Windows Vista : A 4 way display

During my usual surfing, I came across a cool free application that enables a 4 way display, like Ubuntu’s cube display, that let’s you use up to four virtual desktop for a more productive day of computing and such. I know this is not a tweak, but it’s so cool I immediately downloaded it and tried it. It’s fun, and also helps me get the most real-estate my desktop and monitor can cramp in, as my dual display configuration is getting a bit crowded. I tried experimenting on this, and yes it did enabled me to open more applications that I can handle in a day, Plus it’s cool to look at and gives me calmness.
Go to this website check it out, I’m sure you’ll like it. get Shock 4way

Shock 4Way 3D provides 4 virtual screens. It´s especially useful for notebook users and those with small monitors. This version is the OpenGL edition.

Written by PC Freak on November 9th, 2007 with no comments.
Read more articles on News and Reviews.

FastCGI for IIS Final Released, Congratulations to the IIS Team!

Congratulations are in order for Microsoft’s IIS development team - today they’ve just announced the public availability of the final version of the IIS-FastCGI ISAPI Extension - a long-awaited and much-improved way of running just about any open-source scripting engine on IIS, safely and quickly.

This FastCGI module for IIS 5.1, 6, and 7 (with Windows Vista and Server 2008) have been in the works for quite a while now, and we’ve been using them since the first beta release - they’re good. While the biggest benefit will be seen in using FastCGI w/ IIS7 to take advantage of the new kernel-mode caching, it’s still a huge improvement over the old way of running scripting engines for languages like PHP on Windows.

The Problem: Most open-source scripting engines like PHP and Ruby on Rails were initially developed on/for the *nix world. On Unix-based platforms, the easiest way of creating multi-threaded applications is just to run the same app twice or more (The CGI model). On Windows, that doesn’t work out so well, because it takes a lot more resources to create another process. So these engines released Windows-specific single-process multi-threaded engines; the only problem was, they weren’t stable. Too many race conditions in some very non-thread-safe code wreaked havoc on many Windows systems, with the PHP developers themselves giving “Stability on IIS” the lowest level of concern.

Click to continue reading "FastCGI for IIS Final Released, Congratulations to the IIS Team!"

Written by Computer Guru on October 10th, 2007 with no comments.
Read more articles on FastCGI and IIS and Servers and Web Development and php and Windows and Reviews and Microsoft and software.

« Older articles

No newer articles