Minggu, 05 Desember 2010

Note For Myself

How to disable autorun?
When your pendrive has virus, you plug in your pendrive onto your computer and want to format it, but your computer auto-run / auto-read the pendrive when you plug it onto your computer and causing virus goes into your computer, so you must disable the autorun feature on your computer :
* Click Start
* Click Run
* Enter GPEDIT.MSC Group Policy mmc will popup. On left panel:
* Double-click Computer Configuration to open submenu
* Double-click Administrative Templates to open submenu
* Double-click System to open submenu
* Double-click Turn off autoplay option which will be near the bottom of the list in the right panel
* Tick Apply to all drivers

How to end the process of "Internet Explorer"
People fail to install Photoshop Cs3 and the error message shows "You need to close Internet Explorer to continue the installation". We can't End task of "Internet Explorer" from the task manager. So, here is the solution :
Click Start > Run > Cmd > taskkill /F /IM iexplore.exe

**note that there is spacing on the left of / symbol.


Fix the different view of website layout on Mozilla Firefox and IE
Wondering why your website is displayed wrongly on Internet Explorer and display correctly on Mozilla? You can make your website displayed correctly on both browsers by using the css code below :
* { margin: 0; padding: 0;}
p { word-wrap: break-word; }
.clear { clear: both; }
.clear:after { content: ""; display: block; height: 0; width: 100%; }
a:active { -moz-outline-style: none; outline: none; }
:focus { -moz-outline-style: none; }

for
<li>, please use the css code below :
vertical-align: bottom;
display: inline;

Show the symbol of < and > on webpage.
When you edit html code in blogspot, you cannot save it because of the error message "Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: The content of elements must consist of well-formed character data or markup.".
1) Change & into &amp;
2) Change < into &lt;
3) Change > into &gt;
4) Change " into &quot;
5) Change ' into &apos;

Open animated gif file to photoshop.
Click import > video frames to layers > type *.* as file name > load > select animated gif file.

Add php file on blogspot / blogger.
<object width="430" height="550" type="text/html" data="http://phpfile.php"></object>

Last Updated on 13 January, 2011

Tidak ada komentar:

Posting Komentar