Computer Blogs - Blog Catalog Blog Directory Locations of visitors to this page
Add to Technorati Favorites

How to enable-disable flip 3d feature on Windows Vista/Seven

flip 3d feature on Windows Vista and/or Windows 7
alternate+tab(alt+tab)_old version to switch windows
Today after leave this blog silent for a while, i find some problem to write in this blog, i borrow my friend's notebook and she ask me to help make her Windows Vista can use flip-3d(switching window like alt+tab(2nd picture), but more beautiful interface with preview), now i'm working on her Windows so if you have a same problem and want to enable flip-3d, we'll do it together.

regedit DWM for enable or disable flip 3d on Windows Vista and Windows 7We'll do it in regedit, open run box by press window+r keys on keyboard, type "regedit" (without quotes), in Register Editor find this path, HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DWM, if you don't have DWM like me, see above picture, create it by right click Windows folder in tree on left side panel choose New->Key, named it to DWM, then click DWM and right click on any area in right panel, choose New->DWORD (32 bit) Value, named new key to DisallowFlip3d, double click it to set value, type 1 in Data Value field to disable flip-3d, or set DisallowFlip3d to 0 to enable.
regedit after create DWM and Disableflip3d key to toggle flip 3d feature in Windows Vista or Windows 7Restart your current Windows session by logout and re-login or restart Windows to make flip-3d take effect. For now you should can use flip 3d, to use it press [window key + tab] or [window key + arrow] to switch window forward or backward as you want. If you have a problem to do this or it's not work for you or you have some tricks on this topic you can tell others people by leave a comment here, if it's a problem i'll try to solve for you.

Read more...

How to view cookie of current visiting website

view cookie

Today, I have a tip about cookie, i think it's a useful if you want to know more about your current visiting website, it's faster and easier, another one good thing, you can use this tip on every browser (Google Chrome, IE, Firefox, Safari, etc..), in this post i assume that you known what cookie is, but i'll give you more details if i have time. For now let try a new trick to view your cookie.

Cookies are use to store your data in your computer, it make the web server know you if you used to visit that site, you will can access some website that require user/password without filling out your user and password if you enable to use cookie on browser, due to what is cookie is not important part in this post i don't want to make this post too long and make you bored so i'll give a short details just this.

Every browsers have a way to view or show cookies that store on computer but it depend on what client's browser you use, i mean differ browser differ way to show cookie, most are in their option/preference menu, and you can find it in one of many tabs in option window.

This is not only problem, if you can find where is cookie menu, you have to find yourself or some browser it has filter box to help this hard work, why i say like this cause in real world you not view just one or two websites, right? you view many websites a day, and cookie will show in format one cookie variable per line, Don't Forget one website can has many cookie variables and you have to find which cookie record that relate to the website you are searching.

All these problems can solve with this tip, a one short command

javascript:alert(document.cookie)

That all, first you have to open web that you want to view cookies, then just type above command in address box, it will not bring you to new tab or new window, you will not loss your current url address, it will show again after complete javascript command, this is not any hacking, it's javascript command, what is the result of this command? it will show a popup window like picture in this post (picture at top of this post), in picture it show cookie of https://addons.mozilla.org, will appreciate if you leave a comment what you think about this tip.

Read more...