03 Jan, 2011

How to csrcs.exe removal tool

Articles related to how to csrcs.exe removal tool

How to make more fans on orkut?

http://digitalpbk.blogspot.com/2006/11/how-to-make-more-fans-on-orkut.html How to make more fans on orkut? Lets start by looking how you get a fan normally. You get a fan when one of your friends click the star near your name on the friends page. Next let us see the inner workings of the "Fanning Process".The "Star" that clicks has the following code . 0, 1, 0);"> alt="fan" title="fan" border="0" ...
Published 5 years, 2 months ago

Perl ImageMagick convert Images from one format to another

http://digitalpbk.blogspot.com/2009/07/perl-imagemagick-convert-jpeg-png-bmp.html Perl ImageMagick convert Images from one format to another IntroductionA Picture speaks louder than a thousand words. Most of the programming problems I usually worked with and involved in where dealing with just TEXT. So now I wanted to programatically work with images. I needed to warp, rotate, scale, stretch, convert from jpeg to png, png to jpeg, jpeg to bmp, bmp to jpeg etc. So I decided to search on how to do such a thing easily. Well the first obvious answer is to do handle all ...
Published 2 years, 6 months ago

Asynchronous Reading from Input

http://digitalpbk.blogspot.com/2007/11/kbhit-asynchronous-read-linux-fdzero.html messages. This is impossible using the normal scanf method, because at all times it would be waiting for our input and there would not be any recieved messages in that time period. So the process of receiving information while checking for input is an example of asynchronous reading.How ?On Windows ...On windows the input STDIN can be tested for data by the function kbhit()defined on conio.h. A simple program template would be#include int main(){ //... while(1) //Main Process loop { //Other Process ...
Published 4 years, 2 months ago

Buttons with Rollover Effect

http://digitalpbk.blogspot.com/2007/06/buttons-with-rollover-effect.html Buttons with Rollover Effect IntroIn this article, I am going to explain how to make a simple link that looks like a button with roll over effects using only CSS.First we have to decide on the dimensions of the image etc. And make an image that has the following format: The default image and then the rollover images.The above image is 382x225 containing 3 images each of 382x75 stacked top to bottom.The first image is the default image. The second is the hover image i.e., the image that is shown ...
Published 4 years, 8 months ago

My First useful PERL program

http://digitalpbk.blogspot.com/2007/05/my-first-useful-perl-program.html line argument you can get the same information of that account.How to use ?Check whether you have Perl installed on your computer.Start a command prompt and type perl -v, if the command is not found download and install Perl.Copy the source code given above and paste it in a new file say dstat.plRun the code by perl dstat.pl. ...
Published 4 years, 9 months ago

Making a Firefox extension

http://digitalpbk.blogspot.com/2007/02/making-firefox-extension.html Making a Firefox extension IntroThis section explains how to basically setup a Firefox extension. Setting up the development EnvironmentBefore jumping into making extensions, we must set up a development environment.Download and install firefox: If you haven't already done so. Download firefox and install. (Link is given on right bottom)Make a folder where you are going to make your Extension. Eg: D:\extension\helloworld\Making the files ...
Published 4 years, 11 months ago

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

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

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

Related help topics for how to csrcs.exe removal tool More keywords like how to csrcs.exe removal tool
More pages for how to csrcs.exe removal tool


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Transport Ships Bringing Raw materials to Havelock Transport Ships Bringing Raw materials to Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk