http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html
with the simple ones, for example take this blog. It consists of a series of pages,
connected by many links. This is just a simple case, now let us take a look at websites that are interactive. We are particularly interested in websites that allows us to post something and it appears on the site. The most simple example is google.com, when you search for something, it appears on their site. Or take the example of digg.com, reddit.com etc where you can submit information that is displayed on their site. Phase ...
Published 5 years, 5 months ago
http://digitalpbk.com/android/tips-to-save-android-battery-life
operating devices that are turned on affects your battery life. This includes
WiFi
BlueTooth
GPS (Global Position System)
NFC (Near Field Communications)
3G/Data
connection
2G voice communication.
So the more devices that are turned on the more battery is consumed. Typically you would not need to use BlueTooth and GPS so you can turn it off when not used. Typically the wireless settings are under Settings > Wireless and Networks, as shown below:
Similarly with GPS which is under Settings ...
Published 5 months, 3 weeks ago
http://digitalpbk.blogspot.com/2007/06/orkut-mass-scrapper-scrap-all-friends.html
(",$i,")".$prc[0] if($i); } if($i { print $mech->response->as_string; return; } print $prc[2]; if($mech->title !~ m/orkut.*home/i) { print $mech->response->as_string; print "Not Logged In!",$prc[0]; print "\nLogin? [y] : "; $com=;chomp $com; if(not($com eq "n")) { login; goto REHOME; } else { return; } } #$mech->save_content("home.html"); $cnt = $mech->response->as_string; $cnt =~ s/\n|\s+/ /g; if($cnt =~ m/You are
connected ...
Published 4 years, 11 months ago