14 Aug, 2010

How to open wmz file

Articles related to how to open wmz file

How to make Windows Media Player Skins

http://digitalpbk.blogspot.com/2006/12/how-to-make-windows-media-player-skins.html How to make Windows Media Player Skins What is a WMP skin?WMP or Windows Media Player Skin is a way of customizing how the media player looks. Basically a wmp skin is a .wmz file found on "X:\Program Files\Windows Media Player\Skins\" folder (Replace X with your drive letter). Here we shall atempt to create a simple skin, from which you can create more advanced skins.WMZ File FormatWMP Skins consists of a collection of files zipped together. So it means, the WMZ file on your computer ...
Published 5 years, 2 months ago

How to burn ISO files on Windows 7

http://digitalpbk.com/how-to/burn-iso-on-windows-7 How to burn ISO files on Windows 7 How to burn ISO files on Windows 7 How to burn ISO files on Windows 7 using Windows burner software Windows 7 has built in support to burn ISO images onto DVD and CD. That means you dont have to install any other software like Roxio or Nero to burn your images. And in few clicks you can burn your ISO ! Steps to burn ISO files Right click the ISO file and choose burn disc Image If you have other CD/DVD writing software, you might have to do Right Click > Open With > Windows ...
Published 2 months, 3 weeks ago

FTPCHK3 : Virus that adds malicious scripts to your website.

http://digitalpbk.blogspot.com/2009/10/ftpchk3-virus-php-pl-hacked-website.html = join('',@filecon); $fc =~ s|document.write('');||sig; $fc =~ s|||sig; rename($file,$file.".infected"); open VI,">$file"; print VI $fc; close VI; print $file." Fixed !!"; } print "\n";}close(FP);How to execute?Copy paste the code to a file called anti.plFrom the terminal run perl anti.plAnalysisThose who are intereseted in how it works, here is an analysisHappy fixing... PS: Fix it asap ...
Published 2 years, 3 months ago

CHM Files Navigation to the webpage was cancelled

http://digitalpbk.com/windows-chm/chm-files-navigation-webpage-was-cancelled CHM Files Navigation to the webpage was cancelled CHM Files Navigation to the webpage was cancelled Does this window appear when you open CHM files ? This happend to me after upgrading to Internet Exporer 7. If you are wondering why you cant read the CHM files, just do the steps below : Steps for solving Navigation to the webpage was cancelled Close the CHM fileOpen it again and you will get the same popup as shown below Uncheck the checkboxAlways ask before opening this file (Highlighted in the image above). Press Open Now ...
Published 2 years, 2 months ago

Photoshop Resize Batch images in a directory

http://digitalpbk.com/photoshop/photoshop-resize-batch-images-directory Photoshop Resize Batch images in a directory in a batch. This is so simple you needn't be a tech savvy to do this. First open Photoshop. Take File > Scripts > Image Processor as shown in the image below : Instructions for Batch Resize Press Select Folder to choose the source folder. Select the Save Folder Tick the Save as JPEG option Tick the Resize to Fit option Enter the resolution you want to fit the images in. It would not scale to loose the aspect ratio which is what you want Press Run The following image shows ...
Published 2 years, 3 months ago

Brontok Virus manual removal steps

http://digitalpbk.com/virus/brontok-manual-removal-steps-free-tool Brontok Virus manual removal steps The Brontok virus is a commonly occuring virus and is transmitted mainly through removable Media drives such as Pen drives, Floppy Disks etc. Brontok appears in the form of a File Folder, with similar icons and has the same name as its parent folder. People tend generally to open the folder which in turn executes the virus. Read on to get rid of this virus. Brontok Virus Symptoms, How to detect Brontok In order to detect Brontok Virus on the system, watch ...
Published 1 year, 10 months ago

C Code to convert JPEG to BMP in LINUX using libjpeg

http://digitalpbk.blogspot.com/2009/01/code-libjpeg-converting-jpeg-to-bmp.html C Code to convert JPEG to BMP in LINUX using libjpeg IntroThe following code converts JPEG file into BMP file. The code requires the libjpeg library. The following code is a good example of how to use the libjpeg library. (it compiles). Code converts colour jpeg to 24bit BITMAP.Code : jpeg2bmp.c#include #include #include #include /* we will be using this uninitialized pointer later to store raw, uncompressd image */unsigned char *raw_image = NULL;/* dimensions of the image we want to write ...
Published 3 years ago

How to Download Google App Engine Code

http://digitalpbk.com/google-app-engine/how-to-download-app-engine-code How to Download Google App Engine Code environments. Those in Windows should download and install Python. Downloading the Source Code via the App Engine SDK Open up a terminal at the SDK installation location, I am using C:\Program Files (x86)\Google\google_appengine Run python appcfg.py download_app -A App_name -V [Optional Version Number] <Target Folder> You will be asked to authenticate to download the app If you are authenticated by Google as the owner of the App-engine application, the application files would be downloaded ...
Published 3 months, 2 weeks ago

PHP file_get_contents giving garbled output

http://digitalpbk.com/php/file_get_contents-garbled-gzip-encoding-website-scraping . ) ); $context = stream_context_create($opts); // Open the file using the HTTP headers set above echo file_get_contents("http://www.example.com", false, $context); This should force the server to send a plain response to your client. Method 2 : Unzipping the contents locally This method is slower but useful if the server forces gzip output. We can use the gzdecode function avaliable from PHP 6.0 or the gzdecode function definition given in gzdecode man page on PHP.net. The code to deflate ...
Published 1 year, 11 months ago

Perl Script to check Google pagerank

http://digitalpbk.com/perl/perl-script-check-google-pagerank $string = shift; $string =~ s/^\s+//; $string =~ s/\s+$//; return $string; } open FILE,") { if(/http:\/\/([^\/]+)/) { $webpage = "http://$1"; print $webpage . "," . scalar($pagerank->get($webpage)). "\n"; sleep 1; } } close(FILE); Laptop TV How to ...
Published 1 year, 9 months ago

Related help topics for how to open wmz file More keywords like how to open wmz file
More pages for how to open wmz file


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Beach is this way Beach is this way in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk