Aug 25, 2007 2 pm
These icons link to social bookmarking sites where readers can share and discover new web pages.
Though much argued, I still prefer to adopt UAC in Windows Vista, so to launch an app in administrator mode, I have to right click and select “Run as administrator”. Being a command line fan, it would be convenient to have it done through some keystrokes.
I searched and found some tool, works fine, but its a bit bulky and comes with lots of (unnecessary) features. To keep things simple, I decide to write one myself. And its done with a size of 6K.
Click for more on Sudo for Windows Vista »
2 Comments
Aug 24, 2007 3 pm
These icons link to social bookmarking sites where readers can share and discover new web pages.
Keyboard shortcut is well known and widely adopted to speed up working. And there are lots of hotkey utilities around to launch your favorite apps without a mouse move. However, you might not know that, Windows itself, can assign hotkey to an application, without any 3rd party software(thus no additional resource consumed).
Click for more on Assign hotkey to your application without additional software »
No Comments
Aug 20, 2007 7 pm
These icons link to social bookmarking sites where readers can share and discover new web pages.
JMicro controller found in 965P/P35(and maybe future X38) causes a lot problems with IDE optical drives, is there anyway to fix it?
Intel moves a big step since the release of 965P chipset, the new ICH8(R) southbridge, partnered with the it, is the first chipset to completely drop support of EIDE devices. While one could argue that the removal of PATA support is a needed step forward in technology, we firmly believe that Intel should have waited until the next generation ICH for this change. The Optical Drive market is still about 80% PATA based. While this development might spur the optical drive suppliers into offering additional SATA drives in the near future, it does not address the requirements of the current PATA installed base. Most motherboards using ICH8/ICH9 also add an additional chipset for PATA support, and the JMB361/JMB363 from JMicro are the most popular among them.
Click for more on HowTo: Fix the JMicro IDE Issue in Intel MBs »
1 Comment
Aug 18, 2007 5 pm
These icons link to social bookmarking sites where readers can share and discover new web pages.
The Zend Optimizer can accelerate php execution speed greatly. However, in some shared web hosting service, its not pre-installed and self installation is only available to accounts with shell access. It’s more of a marketing gimmick than technology limitation.
The Zend Optimizer is a freeware tool for parsing pre-compiled PHP files. These PHP files must first have been compiled with the Zend Encoder which however is not a freeware. The advantage of pre-compiled files is that they do not need to be parsed repeatedly and therefore execute faster.
Click for more on Install Zend Optimizer Without Shell Access »
No Comments