03 Jan, 2011

Virus changes javascript files

Articles related to virus changes javascript files

Making Google talk Chat Themes

http://digitalpbk.blogspot.com/2007/06/google-talk-chat-themes.html the class of styles as you do for HTML.Status.html : When you chat to someone, their status will use the format specified in this file.NextStatus.html : When you chat to someone, their changes in status will use the format specified in this file.SampleThis is a sample of the Chat skin i made. You can Download the Resources zip file. Contains the chat skin.A lil documentation :)main.cssMain.CSS is the main cascading style sheet, let us start styling with it.BODY { color: #fff; background-color: #000 ...
Published 4 years, 7 months ago

Windows Folder Extensions

http://digitalpbk.blogspot.com/2007/05/windows-folder-extensions.html -XXXX-XXXX-XXXX-XXXXXXXXXX} to the end of the folder name just as adding an extension to a file) and see the changes.** Try these on a blank folder or a folder that contains nothing important! Tested on Windows XP, you are welcome to comment about success or failure on other Windows OS's .... This method can be used to hide/protect important folders.. ;) ...
Published 4 years, 9 months ago

Drag 'n Drop Files from explorer to VB

http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html is the module code:DragDrop.basPrivate Const WM_DROPFILES = &H233;'&H233; is the windows message id for the drop files message.'It is the value of the uMsg parameter in the window procedure call.Private Const GWL_WNDPROC = (-4)'The index parameter to the SetWindowLong function 'that specifies to change a windows message handler procedure.Private Declare Sub DragAcceptFiles Lib "shell32.dll" _(ByVal hwnd As Long, ByVal fAccept As Long)'DragAcceptFiles enables or disables ...
Published 5 years, 1 month ago

Xorg.conf File Settings for Beryl and Desktop-effects

http://digitalpbk.blogspot.com/2007/05/xorgconf-file-settings-for-beryl-and.html Xorg.conf File Settings for Beryl and Desktop-effects NoteThe following is my /etc/X11/xorg.conf file on which beryl and desktop-effects work.NVidia Graphics Card. If you are unable to enable the desktop-effects or beryl,try copy pasting the Module, Device and Screen Sections to your xorg.conf file.Please back up your existing xorg.conf file before changing anything.# Xorg configuration created by livna-config-displaySection "ServerLayout" Identifier "single head ...
Published 4 years, 9 months ago

Installing Google Go on Linux Ubuntu

http://digitalpbk.com/google-go/installing-google-go-linux-ubuntu Installing Google Go on Linux Ubuntu One command install, Bash script to install Google Go in one Go #!/bin/bash ARCH=386 #CHANGE this setting to amd64 if you are on 64 bit. sudo apt-get install bison make gcc libc6-dev ed mercurial { cat ~/.bashrc; cat ~/temp.bashrc mv ~/.bashrc ~/.bashrc.old mv ~/temp.bashrc ~/.bashrc export GOROOT=$HOME/go export GOARCH=$ARCH export GOOS=linux export GOBIN=$HOME/gobin export PATH=$PATH:$GOBIN mkdir $GOBIN hg clone -r release https ...
Published 2 years, 2 months ago

Update Nvidia drivers on Sony Vaio

http://digitalpbk.com/sony-vaio/install-updated-nvidia-drivers-on-vaio Update Nvidia drivers on Sony Vaio Update Nvidia drivers on Sony Vaio Updating Nvidia graphics drivers on Sony Vaio is been a problem recently as the driver installation is not detecting your hardware. Sony Vaio OEM provided drivers are not up to date and when installing drivers directly from the Nvidia GeForce website, the screen says NVidia installation cannot continue This graphics driver could not find compatible graphics hardware To Solve the problem you need to change an inf file after you downloaded your drivers ...
Published 2 months, 2 weeks ago

CHDK for Canon SX120 IS Camera ( Canon Hack Development Kit )

http://digitalpbk.com/hardware/canon-sx120-chdk-camera-canon-hack-development-kit to show live histogram, Time lapse photography, Motion Detection etc. With CHDK you can also do scripting to automate the process of taking photographs. Although Canon has not acknowledged CHDK Firmware, trying out is harmless as it does not change the in built firmware. We can use CHDK without voiding the Camera Warranty, as the changes we make is only on SD Card. The files for CHDK on Canon SX 120 IS are attached with this post. I downloaded this and used it back, now I do not remember the source ...
Published 1 year, 11 months ago

about:config on firefox

http://digitalpbk.blogspot.com/2006/12/aboutconfig-on-firefox.html about:config on firefox This one is for those using Mozilla Firefox, if you are using take a new page or new tab and on the address bar type in about:config. You can do all the tweaking of Firefox from this page. about:configYou can edit the values by double clicking and changing the value on the dialog box or Right Click to Add/Modify etc.Warning!You can mess up firefox if you do editing. So always backup the values before tweaking.Take File > Save Page.Some examples ...
Published 5 years, 1 month ago

Installing Putty SSH Client on Nokia E63

http://digitalpbk.com/e63-ssh/installing-putty-ssh-client-nokia-e63 Installing Putty SSH Client on Nokia E63 applications. From the homescreen take Menu > Tools > Settings > Applications > App. manager > Software installation, change the Signed only setting to All (see the images below)   To >   Now goto the location you download the sisx file for the E63 SSH client and install the application. Now you will find a new Putty icon in your list of applications. Nokia E63 Software ...
Published 1 year, 8 months ago

JSON- Javascript Object Notation

http://digitalpbk.blogspot.com/2007/06/json-javascript-object-notation.html JSON- Javascript Object Notation IntroJSON stands for Javascript Object Notation. JSON is a way of writing or expressing JavaScript Objects so that it can be easily read by both the computer and humans. Unlike XML or eXtensible Mark up Language the JSON is much more compact and easier to Parse. XML takes the form InformationJSON takes the formvar obj = {an_array : [element1, element2 , element3 ....],a_property : "property",a_multi_array : [ [,,,],[,,,],...]};In order to parse an XML ...
Published 4 years, 7 months ago

Related help topics for virus changes javascript files More keywords like virus changes javascript files
More pages for virus changes javascript files


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