14 Aug, 2010

How to view private orkut photos

Articles related to how to view private orkut photos

Adding HTML elements dynamically to a page

http://digitalpbk.com/javascript/adding-html-elements-dynamically-page Adding HTML elements dynamically to a page So when I was sitting idle, moosa asked me how to add dynamic textboxes into a form without loosing values of the form values on the previous textboxes. So I thought of documenting the method here just in case anyone of you might want this. So we have a form with a text box as shown below : Value 1 : The goal is to add a form as shown below, Clicking the Add More link will add more input boxes to the html form dynamically. var c = 2 ...
Published 2 years, 2 months ago

PERL: How to remove an element from hash or array?

http://digitalpbk.com/perl/how-remove-element-hash-or-array PERL: How to remove an element from hash or array? In order to remove an element from the array or hash, we have to use the delete keyword on perl. Using the delete keyword on the key of the hash or array (numeric keyed hash), we can delete elements of a hash or array. Example for deleting an element from a hash The following code deletes the key 'a' from the hash %hash. #!/usr/bin/perl $, = "\n"; # Fields separator my %hash = ( 'a' => 'aaa', 'b' ...
Published 1 year, 10 months ago

How to Enable/Disable Battery care function on Sony Vaio to improve Battery life.

http://digitalpbk.com/hardware/sony-vaio-enable-battery-care-function-improve-battery-life How to Enable/Disable Battery care function on Sony Vaio to improve Battery life. How to Enable/Disable Battery care function on Sony Vaio to improve Battery life. Sony Vaio Battery care function increases your battery life time and battery back up in the long run by limiting the max capacity of the battery to 80% or 50%. This means the battery would only be charged to 80% in each charge-discharge cycle. The backup would be lower in the beginning, but in the long run average battery backup would be more. Thus the battery capacity is not utilized fully. Battery life ...
Published 1 year, 9 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

Improve Battery life of Nokia E series, while using WiFi

http://digitalpbk.com/nokia-e-series/nokia-e-series-wifi-connection-battery-drain-improve-battery-life Improve Battery life of Nokia E series, while using WiFi Improve Battery life of Nokia E series, while using WiFi Nokia E Series (E63, E71, 72) phones seem to drain the battery sooner than usual when the wifi is turned on and used, hence here I show how to reduce the transmit power of the wifi antenna so that the battery lasts longer. To read more about e series, goto compare nokia e series post. Reducing antenna transmitt power of the nokia E series phone The following steps must be followed to reduce the transmit power of the wifi antenna ...
Published 1 year, 3 months ago

Less CSS Compiler for Windows (lessc.exe)

http://digitalpbk.com/less-css/less-css-compiler-windows-lesscexe Less CSS Compiler for Windows (lessc.exe) Less CSS Compiler for Windows (lessc.exe) LESS is a language that helps CSS Designers to write better manageable and extensible CSS style sheets. Current less compiler called lessc is only available for the *nix platforms, which can compile LESS files to CSS. Where is lessc.exe ? lessc.exe for those who are in a hurry :) . It is attached to the bottom of this post also so feel free to read on. How to use the lessc.exe This compiler is adapted from the .net port of less compiler ...
Published 9 months ago

An Introduction to PHP

http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html visit www.php.net.Inputing to PHPNow you have seen how the PHP outputs the DATA. Now lets see how to push data into the PHP code. Data can be pushed in two common ways : 1. GET : In get method, the data to be passed to the php page can be encoded in the URL in the following format : http://www.example.com/some/test.php?variable1=something&variable2;=something else These variables are automatically filled into the $_GET array. Therefore $_GET["variable1"] has the value ...
Published 4 years, 9 months ago

Introduction to XSS Part 1

http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html Introduction to XSS Part 1 This document is purely for illustrative purposes only. I am not responsible for any losses arising to the websites mentioned below. Webmasters please be more alert...What is it?XSS stands for cross site scripting (CSS) Since CSS is already taken by Cascaded Style Sheets, it is named XSS X standing for a Cross. It is a kind of hacking which allows you to deface websites, loggin as another user etc. IntroductionLet us start by looking how websites work. Starting ...
Published 5 years, 1 month ago

How to connect laptop to TV

http://digitalpbk.com/laptop-tv/how-to-connect-laptop-tv How to connect laptop to TV How to connect laptop to TV Various methods to connect laptop to TV, S-Video, DVI, RCA, VGA and steps to configure your laptop Want to Connect laptop to your TV? Find out how to connect your laptop to TV based on what technologies are available on your laptop and television. There are many options to connect your laptop to TV, choosing a connection depends on what laptop and Television you have. Based on your laptop and tv connectivity options, here is a list Laptop Technology Television ...
Published 4 months, 1 week ago

Tips to Improve your android battery life

http://digitalpbk.com/android/tips-to-save-android-battery-life Tips to Improve your android battery life overnight journeys and half the journey you may not have a signal) by turning on the Airplane mode. But you wont get any calls or messages making your phone useless, but battery is saved so that you can use it when you arrive at your destination. More tips on how to extend your battery life are on its way .. Have a tip that worked for you ? Share with others and let us know. Post a comment. Still your battery life is low ? Carry a USB data cable at all times. Android How to ...
Published 2 months, 1 week ago

Related help topics for how to view private orkut photos More keywords like how to view private orkut photos
More pages for how to view private orkut photos


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Tender Coconut water anyone ? Tender Coconut water anyone ? in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk