ti - plain for ti2x
guru (gooroo) - from Hindi guru meaning teacher, mentor; attracts disciples or followers.
use it as a sentence: pare, palagi nalang bakti ha, guru lagi gagalit...
Completely remove programs with Revo Uninstaller
Saturday, July 28, 2007Windows only: Freeware application Revo Uninstaller makes removing programs from your computer—not just uninstalling, but removing all traces—a quick and painless process. So why would you use Revo Uninstaller rather than the default Add/Remove Programs dialog?
Well, for one, the default Add/Remove is notoriously slow at loading all of your installed apps; it also only runs the installer, which doesn't necessarily eradicate the program to your liking. Beyond that though, Revo Uninstaller is feature-packed in ways you didn't even know you wanted.
One of my favorite features is "Hunter Mode," which lets you drag a cross-hair onto any application—from the actual
window to a system tray icon or shortcut. When you release the cross-hair, you can perform all of the uninstall tasks. For system tray icons, you can even tell the program to stop autostarting. The cross-hair is especially handy if a rogue application is running and you don't know what the hell it is (think cleaning crap from a friend or family member's computer).
Aside from the Uninstall features, Revo Uninstaller has a startup manager, which lets you tweak what apps start with Windows, and a few other handy tools. Granted, you can accomplish much of what Revo Uninstaller does without it, but I've never seen a program that does as much as Revo Uninstaller as easily as it does. This one's found a quick home among my must-haves.
Revo Uninstaller [via CyberNet]
Ascii code generator
Monday, July 16, 2007Wondering what are those equivalent ascii code in your keyboard? Stop searching for those code use this ascii code generator program to generate and trap the ascii code when you press any key on your keyboard.
add cmd here shortcut to windows explorer
Sunday, July 15, 2007create a new text file and paste this code:
;begin code
[version]
signature="$CHICAGO$"
[CmdHereInstall]
CopyFiles = CmdHere.Files.Inf
AddReg = CmdHere.Reg
[DefaultInstall]
CopyFiles = CmdHere.Files.Inf
AddReg = CmdHere.Reg
[DefaultUnInstall]
DelFiles = CmdHere.Files.Inf
DelReg = CmdHere.Reg
[SourceDisksNames]
55="CMD Prompt Here","",1
[SourceDisksFiles]
CmdHere.INF=55
[DestinationDirs]
CmdHere.Files.Inf = 17
[CmdHere.Files.Inf]
CmdHere.INF
[CmdHere.Reg]
HKLM,%UDHERE%,DisplayName,,"%CmdHereName%"
HKLM,%UDHERE%,UninstallString,,"rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %17%\CmdHere.inf"
HKCR,Directory\Shell\CmdHere,,,"%CmdHereAccel%"
HKCR,Directory\Shell\CmdHere\command,,,"%11%\cmd.exe /k cd ""%1"""
HKCR,Drive\Shell\CmdHere,,,"%CmdHereAccel%"
HKCR,Drive\Shell\CmdHere\command,,,"%11%\cmd.exe /k cd ""%1"""
[Strings]
CmdHereName="CMD Prompt Here PowerToy"
CmdHereAccel="CMD &Prompt Here"
UDHERE="Software\Microsoft\Windows\CurrentVersion\Uninstall\CmdHere"
;end code
save the file and name it "cmdhere.inf"
go to the file where you save it and right click to that file and choose install
viola!!! you have command prompt shortcut to your explorer.
Boring Friday
Saturday, July 14, 2007it started when i woke up at 8am pang karaniwan na kapag friday ay 9am ako nagigising pero napaaga ng isang oras, walang magawa boring talaga walang pasok pero syempre itong araw na ito ang pinaka hihintay ko kasi rest day mag hihilata ako at manonood ng movies sa buong araw. etong alaga ko naman ang kulit panay ang harot sa akin kaya naisipan ko syang paliguan kasi dina kanais nais ang amoy nya, mga mag aalas diyes na un, buti nalang wala syang palag at mabait kasi sanay na syang maligo kahit na takot sa tubig. ayun natapos konadin paliguan si mickey at mag sisimula na ang syesta ko unang movie elektra diko pa napapanood ito kaya eto ang napili ko, may mga pagkakahawig din sya sa movie na next na se sense nya ang mga mangyayari bago palang mangyari pero ang tema talaga ng movie ay tungkol sa isang babaeng bata na naulila nung bata pa sya, nag train at naging magaling na assasin panoorin nyo nalang para mas maintindihan nyo. tanghalian na kaya kailangan ko nang mag prepare ng pagkain, matapos kumain eto balik syesta ulit next movie jackass number two, pambihirang movie ito nakakatawa at nakakakugulat kasi ginagawa nila ang mga kakaibang klaseng experiment at stunts mga freak kung baga. natapos na ang pangalawang movie. nako eto hapon nanaman nakakabato parin kahit na anong gawin ko, dalawang beses lang nag text si bebe yung huling text ko di na sya nag reply ewan ko baka busy sya. sumapit na ang gabi natapos na kami sa panonood ng wawawee at natulog na si erpat kaya ako balik sa syesta bago matulog, last movie norbit si eddie murphy ang bida eto ang plot comedy love story medyo tragic ang nangyari kay norbit kasi nakapangasawa sya ng isang monster gorilla na mean-tempered pero masaya din naman ang ending kasi nag katuluyan din sila ng kanyang childhood sweetheart na si Kate. basta panoorin nyo nalang din, tapos na ang buong araw ko kaya matutulog nako good night!
Launch the Task Manager Quickly
Friday, July 13, 2007Launching the Task Manager can sometimes be difficult depending on the situation. Some people didn't know that the Task Manager can actually be launched in at least three different ways to make it easier to use when you need it the most.
First Method:
Press CTRL + ALT + DELETE and click on the 'Task Manager…' button on the Windows NT Security dialog.
Second Method:
Right click on the Windows NT taskbar and chose 'Task Manager…'
Third Method:
Press CTRL + SHIFT + ESC and the Task Manager will be launched instantly.
(Windows NT/2000/XP)
Expand and Contract Folders With Ease
Thursday, July 12, 2007It can be a time-consuming process to expand a folder by clicking on the (+) for each and every sub-directory. This tip lets you expand and contract them all at once, with one keystroke.
While in any application that is based on the explorer interface (e.g. Windows Explorer) simple highlight the parent folder you wish to expand and press '*' (asterix on the keypad) and all the sub folders will expand out, press '-' (minus on the keypad) and they'll all contract back again.
(Windows NT/2000/XP)
Change Directories Without Typing the Whole Name
Changing directories at the command prompt can be a hit and miss process when long filenames are involved. This tip let you change directories with ease, not matter how long the directory name.
To change a directory quickly you can use wildcards, for example, to change to the 'C:\Program Files' directory simply type:
cd c:\prog*
(Windows NT/2000/XP)
blog? hindi yata ito bagay sa akin >.<
hindi ko inaasahang kung paano ako dinala ng mga daliri ko at na click! ko itong (http://i.ph)
sabi ko sa sarili ko "hindi yata ito bagay sa akin" bakit kanyo? siguro ang isang dahilan ay hindi naman ako pala detalyadong tao sa mga araw araw na nangyayayri sa buhay ko, sabagay hindi lang naman yun ang laman ng isang blog. kahit ano pwede mong i blog basta meron ka lang ma-i share o masabi at maikwento o kahit na mambwisit lang.
para sa makakabasa nitong blog ko pag-tyagaan nyo nalang wala naman kayong magagawa eh kung gusto nyo gumawa din kayo.









