Archive for 2009 - Page 1

  1. Remove Flash Tracking on AddThis module on Drupal 5

    If you use AddThis module on drupal, you might have noticed that a 1px by 1px flash object is created which sets tracking cookies on your pages. This is transparent to the user most time and you will see it only under generated source view. …

    read on

  2. Welcome to digitalpbk.com

    Well just to have something to get started. :)

    This is my experiment with drupal. I got somehow drupal to run, figured out and tinkered it as far as I know. I am a drupal 5 developer, has written a few modules in it, for …

    read on

  3. Photoshop Resize Batch images in a directory

    Photoshop Resize Batch images in a directory

    Nowadays most camera's produce so big photos like you could make a big banner with those. Inorder to upload photos to web to photo sharing services like Flickr or Picasa, or Social Networking sites such as Orkut and Facebook, we should reduce the image resolution …

    read on

  4. Optimize Javascript files with Google Closure compiler

    Optimize Javascript files with Google Closure compiler

    Google has released / open sourced one of its internal tools, the javascript closure compiler. The closure compiler is used to optimize javascript files. It works by analyzing the code and removing redundancies and shortening variable names.

    This tool can be used to compress javascript …

    read on

  5. Changing the default Boot OS in GRUB on Ubuntu 9.10

    Ubuntu 9.10 ships with the new GRUB (Grand Unified Boot Loader 1.97 beta) in plain words its the software that boots the operating system you choose when you boot the computer. In earlier versions of Ubuntu / Grub to change the menu on the grub …

    read on

  6. CHM Files Navigation to the webpage was cancelled

    CHM Files Navigation to the webpage was cancelled

    Does this window appear when you open CHM files ? CHM Navigation to the Webpage was cancelled

    This happend to me after upgrading to Internet Exporer 7.

    If you are wondering why you cant read the CHM files, just do the steps below :

    Steps for solving Navigation to the webpage was …

    read on

  7. 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. …

    read on

  8. How to remove a reference to a DLL or COM Component Object file in VB.Net

    How to remove a reference to a DLL or COM Component Object file in VB.Net

    A reference to 'XXXXX.dll' could not be added. A reference to the component 'XXXXX.dll' already exists in the project.

    This occurs when you add 2 versions of the same dll into your project. Before adding a reference to a new DLL you have to remove …

    read on

  9. Google Go HelloWorld Example Program

    Go is a new language from Google, and here is the first step to learn it:

    Google Go Hello World

    File : hello.go package main import "fmt" func main() { fmt.Printf("Hello World !!! \n") }

    Compiling & Running

    8g hello.go 8l hello.8 ./8.out

    Output

    Hello … read on

  10. 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 … read on

  11. Perl script to remove a directory and contents recursively

    This is the script for sandeep when he asked me how to delete a directory in perl. rmdir function only removes empty directories. So we need to remove the contents of the directory before removing the directory. So if the directory contains more directories / …

    read on

  12. How to Integrate another Website to Google Analytics Tracking and Adsense

    How to Integrate another Website to Google Analytics Tracking and Adsense

    This was supposed to be obvious, but I couldnt find easily how to integrate Google Adsense and Analytics to track your Adsense Ad performance on google analytics. Make sure you display ads on your page and the analytics tracking code. Make sure you have linked …

    read on

  13. Firefox 3.5 Embarrassing Error Message

    Firefox 3.5 Embarrassing Error Message

    Firefox Embarrassing

    That was an embarrassing error message :D

    read on

  14. Showing similar content nodes on Drupal

    To show similar content nodes on drupal you have to install the similar module. After installing the similar module

    • goto admin/build/block
    • Drag the Similar Entries module

    OR

    If you want to integrate the similar content to the node body, call the similar_content theme function. print … read on

  15. Perl Script to send Free SMS to any mobile number in INDIA using way2sms

    The following script sends SMS to any number in INDIA using the free service provided by Way2Sms.com Requires WWW::Mechanize and Compress::Zlib libraries.

    Please remember to fill the username and password in the fields that is mentioned in the script.

    Updated code on 28th October 2011. …

    read on

  • «
  • 1 (current)
  • 2
  • »
Tags
On Facebook
Email Newsletter