13 Aug, 2010
What is used to compress google javascript
Articles related to what is used to compress google javascript
http://digitalpbk.blogspot.com/2008/07/dataone-hosting-site-my-computer-home.html
Hosting a Site at your Home
using Dataone
IntroThis is just a timepass for anyone who would want to try making their home PC to a server. The details are for my BSNL Dataone Router WA300XXX, But you can do it on any router provided your ISP supports, it works for BSNL (Bharath Sanchar Nigam Limited, INDIA) (Hurray!) .So the first step is to setup apache, HTTP Server. I have covered this topic in my earlier post and doesnt want to repeatQuick install for Linux/Debian way : sudo apt-get install ...
Published 3 years, 7 months ago
http://digitalpbk.blogspot.com/2007/03/windows-registry-something-you-must.html
Windows Registry : Something you must know
Intro
Whats this all about ? Registry is the place where most windows programs store some data associated with that program. Moreover, registry is
used by windows to store much of the configuration information, file associations, start up programs, etc ...The registry is mainly divided into 5 sections HKEY_CLASSES_ROOTHKEY_CURRENT_USER : Current User Preferences.HKEY_LOCAL_MACHINE (HKLM): Global Preferences.HKEY_USERSHKEY_CURRENT_CONFIG : Current System ...
Published 4 years, 11 months ago
http://digitalpbk.blogspot.com/2007/12/virtual-hosts-apache-226-windows.html
Virtual Hosts on Apache 2.2.6 [Windows]
What ?Virtual Hosts allow you to simulate multiple sites on a single server.i.e, One Server many Websites.Virtual Hosts is enabled by uncommenting the line :# Virtual hosts#Include conf/extra/httpd-vhosts.conf #Uncomment this lineon httpd.confThe virtual host conf file ./conf/extra/httpd-vhosts.confEg:## Virtual Hosts## If you want to maintain multiple domains/hostnames on your# machine you can setup VirtualHost containers for them. Most configurations ...
Published 4 years, 2 months ago
http://digitalpbk.blogspot.com/2007/05/custom-extenstion-for-server-script.html
Custom extenstion for a Server Script
IntroPHP files have a ".PHP" extension and is by default the extension
used to run php scripts. Thats ordinary. Now it would be cool if we could name another extension (say .do or .html) for a PHP script and get the same output. This is precisely
what the following is about.In order to map a particular extension to a particular application, apache
uses handlers. Basically you can define an extension and add the corresponding handler. This can ...
Published 4 years, 8 months ago
http://digitalpbk.blogspot.com/2007/05/my-first-useful-perl-program.html
My First
useful PERL program
#!/usr/bin/perl -w$username = $ARGV[0];$username = "s28arunpbk" if(!$username); ## Get the username from the first command line argument# If null assign my user id.#
use LWP;
use LWP::UserAgent;## Initialize objects#$ua = LWP::UserAgent->new;$ua->agent("Checkmap/1.0");my $req=HTTP::Request->new(GET => "http://sitemeter.com/?a=stats&s;=$username&r;=0");my $res = $ua->request($req);## Send a request and grab ...
Published 4 years, 9 months ago
http://digitalpbk.com/laptop-tv/how-to-connect-laptop-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
http://digitalpbk.com/javascript/adding-html-elements-dynamically-page
;
function addfield() {
var e = document.createElement("div");
e.innerHTML = 'Value '+c+' : ';
document.getElementById("extendable").appendChild(e);
c++;
}
Value 1 :
Add More
The Code to add dynamic Input Elements
The following is the simple
javascript code that adds html input elements dynamically to the form. Add to the head tag within <script> tag:
var c = 0;
function addfield() {
var e = document.createElement("div"); ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2008/03/repair-windows-linux-invalid-sytem32.html
Repair Windows with Linux
IntroInvalid System FileCorurpt or missing : C:\WINDOWS\SYSTM32\CONFIG\SYSTEMPut Windows CD Press r blaah!Warning: Do it carefully or you might end up in reinstalling :) Pre RequisitesAny Linux OS, Live CD might work as well.
What to do?Boot into the linux OS, and run as root dosfsck -a /dev/sdaXwhere /dev/sdaX is the Drive windows is installed on.This should fix a corrupt file system.(Applicable only for vFAT, NTFS no idea :) Reboot the systemIf it doesn't work ...
Published 3 years, 10 months 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.com/hardware/sony-vaio-cw-vpccw26fg-edid-extended-display-identification-data
Sony Vaio CW VPCCW26FG EDID (Extended display identification data)
Extended display identification data (EDID) is a data structure provided by a computer display to describe its capabilities to a graphics card. It is
what enables a modern personal computer to know
what kind of monitor is connected. EDID is defined by a standard published by the Video Electronics Standards Association (VESA). The EDID includes manufacturer name and serial number, product type, phosphor or filter type, timings ...
Published 1 year, 10 months ago
Related help topics for what is used to compress google javascript
More keywords like what is used to compress google javascript
More pages for what is used to compress google javascript