28 Apr, 2010

How to connect a canon sx120 to a macbook pro

Articles related to how to connect a canon sx120 to a macbook pro

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, 5 months ago

XSS - Part 2 (Cookie stealing and Defacement)

http://digitalpbk.blogspot.com/2006/12/xss-part-2-cookie-stealing-and.html is used to manage sessions in browsers. Each person logged in gets a unique cookie, it is like a key to the site. So if you can get hold of this cookie, you have the key to enter the site. The site will welcome as the person from whom you stealed the cookie. Now let us look how to grab the cookie using cross site scripting. For cookie stealing there must be an xss hole which can be injected through the url of the page like the one on propmart.com we discussed in first part.Getting a cookie ...
Published 5 years, 5 months ago

PHP file_get_contents giving garbled output

http://digitalpbk.com/php/file_get_contents-garbled-gzip-encoding-website-scraping . // Allow it for now... Do nothing... } // Verifiy decompressed size and CRC32: // NOTE: This may fail with large data sizes depending on how // PHP's integer limitations affect strlen() since $isize // may be negative for large sizes. if ($isize != strlen($data) || crc32($data) != $datacrc) { // Bad format! Length or CRC doesn't match! return false; } return $data; } } Happy Scraping :) PHP Web ...
Published 2 years, 2 months ago

How to Access Stock Quotes Realtime through Google Finance

http://digitalpbk.com/stock/google-finance-get-stock-quote-realtime How to Access Stock Quotes Realtime through Google Finance Get Realtime Stock Quotes using Google Finance API in Python Programming Language Google Finance is a product of Google, that tracks everything related to the Stock market and manage your Portfolio etc. It has access to realtime data of various stock exchanges around the world like NASDAQ, NSE of India etc. We can use this to get realtime data of stocks for programatically accessing the value of a stock. Tell me already, Where ...
Published 1 year, 1 month ago

Solve "Cannot modify header information - headers already sent by *.php"

http://digitalpbk.com/php/warning-cannot-modify-header-information-headers-already-sent Solve  "Cannot modify header information - headers already sent by *.php" this warning by turning the error_reporting to OFF using error_reporting(0);, which is pretty much the not way of doing things. In HTTP Headers are sent before the actual content so if you are going to use header function after outputting the contents, it is likely to not work. How do I solve this Warning Cannot Modify Header Information ? In order to solve this issue you have to make sure you dont echo or print any output before using header or setcookie function. Make sure the control passes through ...
Published 2 years, 2 months ago

amvo.exe Virus Manual Removal Steps

http://digitalpbk.blogspot.com/2008/02/amvoexe-virus-usb-memory-stick.html amvo.exe Virus Manual Removal Steps IntroThis is a nasty virus, dont know who dropped it on me. It spreads via USB Memory Sticks. It cannot be seen in the process list, hides itself and hides all files. And my antivirus doesn't seem to find a problem! :(Some SymptomsCannot show hidden filesSlows down USB devicesAdds infections to plugged in USB devicesDrives open in new windows from My ComputerHow to get rid off?Step 1 The usual way is to Format the system, but it is not a permanent ...
Published 4 years, 3 months ago

Setting up Apache-PHP on windows.

http://digitalpbk.blogspot.com/2006/12/setting-up-apache-php-on-windows.html "C:\apache2\" is our directory.Verify your installation by taking your browser and visiting http://127.0.0.1 or http://localhost.You will see a page that confirms your apache installation.Step 3 : Configuring apacheNow goto "C:\Apache2\conf\".Open the file "httpd.conf" in any text editor.Lines beginning with # are comments .. just read them to know how to tweak apache.Change the DocumentRoot property to the folder which is the root of the site. ## DocumentRoot: The directory out of which ...
Published 5 years, 4 months ago

Using PHP for more than HTML

http://digitalpbk.blogspot.com/2007/04/using-php-for-more-than-html.html Using PHP for more than HTML IntroIt is mostly thought that PHP can be used only for making dynamic web pages. No. PHP can also be used to make dynamic images (jpg,gif,bmp,png..), javascript codes (js), Style sheets (css), XML files and in the advanced cases pdf's, docs etc.So How do we know the php is a different file ?By default the php file is rendered as a HTML file. The server does not need any recognition for the format of the php file, i.e, server doesn't care what the format is ...
Published 5 years ago

WORM_RONTOKBRO.Y versus me

http://digitalpbk.blogspot.com/2007/01/wormrontokbroy-versus-me.html WORM_RONTOKBRO.Y versus me This is the log of the war against the worm.How did the enemy get it ? It came along a couple of folders which was copied from a pen drive. It had the same folder name and looked exactly like a windows folder. In a hurry double clicked it, and the war began...Battle 1: End TaskI immediately realized it was a virus because it opened the My Documents folder, which was unusual. Then soon I pressed Ctrl + Alt + Del to end task the program. But the battle was won ...
Published 5 years, 4 months ago

Special characters for orkut

http://digitalpbk.blogspot.com/2006/12/special-characters-for-orkut.html Special characters for orkut Recently analyzing the traffic to my site I found that some wanted to know how to insert special characters in Orkut, yeah the fancy one's... So here is the info for them ... Method 1If you are on windows, take the character map from Start Menu > Programs > Accessories > System tools > Character Map. You will find all the special characters you need in there. Double clicking a character adds it to the text box below and when you have made your ...
Published 5 years, 4 months ago

Related help topics for how to connect a canon sx120 to a macbook pro More keywords like how to connect a canon sx120 to a macbook pro
More pages for how to connect a canon sx120 to a macbook pro


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Like a batman guarding his boat @ Elephant Beach Havelock Like a batman guarding his boat @ Elephant Beach Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk