http://digitalpbk.com/php/warning-cannot-modify-header-information-headers-already-sent
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 Cannont 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 1 year, 10 months ago
http://digitalpbk.com/nexus-s/how-to-root-nexus-s-windows
How to easily unlock and root the Samsung Google Nexus S on Windows
Easily root your Google Nexus S or the i9023/i9020 manufactured by Samsung by following these simple steps. There are plenty of rooting steps out there but all of them required you to download a lot of files and do a lot of complicated steps. Moreover not one worked for me fully. Skip to the rooting steps
What is rooting? Why should I root ?
By default your Nexus S phone comes with default users and many system functionality ...
Published 2 months, 4 weeks ago
http://digitalpbk.blogspot.com/2007/07/captcha-what.html
what's written in it (easily). CAPTCHA's are present in most sites including here. Try posting a comment and you will be asked to enter a word as shown in the figure.CAPTCHA's are used to prevent bots or programs to spam the site with lots of biasing information or advertisements. Effectiveness of CAPTCHACAPTCHA has been here for a couple of years and hence programs defeating the CAPTCHA's have obviously been developed! So
how does an effective CAPTCHA system work?A good captcha ...
Published 4 years, 6 months ago
http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html
asking for your bank account details to help them transfer money, and you will get a fair share of it.Or you have won a big sum of money in some lottery in some unknown place, and you have to provide the bank account details to get the money.If you fall for these scams, most probably you will loose everything you have.
How to get smart?Phishing is mostly successful because of ignorance from the part of customers and the thought of making easy money. So its time to get smart! Phishing mails + are mass ...
Published 5 years, 1 month ago
http://digitalpbk.blogspot.com/2006/11/about-hosts-file.html
.25.63.10 x.acme.com # x client host127.0.0.1 localhostThe Lines followed by a # are comments and explains
how to use the HOSTS file. 127.0.0.1 is the IP address that is used to loopback to your computer itself. So if you are running an apache or IIS server or anyother server software, you can access it by the url http://localhost or http://127.0.0.1 What now ? Suppose you want to block some sites for example say you want to block "www.sicksite.com". All you have to do is add ...
Published 5 years, 2 months ago
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
http://digitalpbk.com/sony-vaio/dell-inspiron-laptop-14r-vs-sony-vaio-vpccw26fg-laptop
Base-TX / 1000Base-T x 1
Integrated 10/100 Ethernet LAN
Lets now see
how the windows experience index rates the two laptops.
Windows Experience Index - Performance Index by Windows Sony Vaio vs Dell Inspiron
Sony Vaio CW
Dell Inspiron 14R
Component
Details
Subscore
Base score
Processor
Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz
6.7
5.8
Determined by lowest subscore
Memory (RAM)
4.00 GB
5.9
Graphics ...
Published 1 year, 2 months ago
http://digitalpbk.com/laptop/restore-power-plan-missing-saver-high-performance-balanced-windows-7
.
This is "Example" of
how the reg would look like after exported.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes]
"ActivePowerScheme"="381b4222-f694-41f0-9685-ff5bb260df2e"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e]
"Description"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,\
00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00 ...
Published 1 year, 9 months ago