03 Jan, 2011

Drupal cannot modify header

Articles related to drupal cannot modify header

Perl - cPanel V3 and the @INC

http://digitalpbk.blogspot.com/2007/09/cpanel-v3-perl-include-inc.html Perl - cPanel V3 and the @INC Modifying @INC in a SCRIPTuse Module;is executed during compile time so if you modify the @INC array at run time it will not be reflected back in the compile time. So if you have to include any more include locations in the @INC inside a script, give it inside the BEGIN { }block.BEGIN{ push @INC,"location";}The BEGIN blocks are executed during compile time. So @INC is updated at compile time and the use module are correctly searched for in the updated ...
Published 4 years, 5 months ago

How to make Windows Media Player Skins

http://digitalpbk.blogspot.com/2006/12/how-to-make-windows-media-player-skins.html rectangle. The Picture here shows the skin on Windows Media Player 11.Next we can start making the actual theme. Modify the view node to accomodate the following :Show/Hide Codeleft="0" top="0" width="600" height="267"resizable="false"minWidth="600" minHeight="267"titlebar="false"title="Digitalpbk"scriptFile="digitalpbk.js"onload="init()"backgroundColor="none">Make a new js file ...
Published 5 years, 2 months ago

Remove old kernels in Ubuntu

http://digitalpbk.blogspot.com/2008/11/ubuntu-remove-old-kernel-grub-list-long.html ... DoneBuilding dependency tree Reading state information... DoneNote, selecting linux-headers-2.6.27-9-generic for regex '2.6.27-9-*'Note, selecting linux-image-2.6.27-9-generic for regex '2.6.27-9-*'Note, selecting linux-image-2.6.27-9-server for regex '2.6.27-9-*'Note, selecting linux-headers-2.6.27-9 for regex '2.6.27-9-*'Note, selecting linux-headers-lbm-2.6.27-9-generic for regex '2.6.27-9-*'Note, selecting linux-headers-2.6.27-9-server for regex ...
Published 3 years, 3 months ago

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

http://digitalpbk.com/perl-sms/perl-script-send-free-sms-any-mobile-number-india-using-way2sms ($deb); if($mech->response->header("Content-Encoding") eq "gzip") { $dest = Compress::Zlib::memGunzip($dest); $mech->update_html($dest); } $dest =~ s/update_html($dest); $mech->form_with_fields(("username","password")); $mech->field("username",$username); $mech->field("password",$keyword); print "Loggin...\n" if($deb); $mech->submit_form(); $dest= $mech->response->content; if($mech->response->header("Content-Encoding") eq "gzip") ...
Published 2 years, 2 months ago

Bypass Screen lock on Xorg-1.11 Debian

http://digitalpbk.com/debian/xorg-1.11-screen-lock-bypass Bypass Screen lock on Xorg-1.11 Debian This is a scary bug in Xorg-1.11 in which by pressing a certain key combination the screen locking process is killed. I.e, you can by pass the password authentication used in lock screens. This bug is found in version 1.11 of X-org. The entire process is killed and you cannot lock the screen again with the Ctrl + Alt + L combination. What is the combination? Press Ctrl + Alt + * (Multiplication key) This version is used in Debian and could be reproduced ...
Published 2 weeks, 5 days ago

Windows Drivers for Compaq Presario V3000

http://digitalpbk.blogspot.com/2007/03/windows-drivers-for-compaq-presario.html HDAUDIO Soft Data Fax Modem with SmartCP Driver » Broadcom Wireless LAN Driver » HP Wireless Assistant» Ricoh 5-in-1 Card Reader Host Controller and Driver» AMD Processor Update for Microsoft Windows XPHere is my device driver list screenshot after full installation : Fedora Core 6In FC6, changing the default driver from vesa to nv (nvidia) driver can cause the mouse pointer to disappear. Mouse pointer may be hidden or cannot be seen. So add the following lines to /etc/X11/xorg ...
Published 4 years, 10 months ago

Fedora 8 - Werewolf on Compaq Presario V3000

http://digitalpbk.blogspot.com/2008/01/fedora-8-compaq-presario-v3000.html that just around 12MB of the download is corrupted. Easily replaced the portion and voilla finished Fedora8.iso!! Learned a lot thank you fedora ;)First ImpressionsWell to start with it detected my Video Card, nVidia GeForce Go 6150, all of my hard drives and partitions, including NTFS drives without any additional software install. It looks classy not much fuzz. Butas usually there is the problem of mouse disappearing, and desktop-effects cannot be enabled!- the Mouse Disappearing can be fixed as shown ...
Published 4 years ago

Perl Script to HTML formatter

http://digitalpbk.blogspot.com/2007/06/perl-script-to-html-formatter_17.html Perl Script to HTML formatter IntroThis script converts a Perl Script to HTML so that it looks good with colour code formatting for keywords and variables. This isn't yet completed and may contain bugs but I guess its worth posting. Anyone is free to modify and redistribute the code as long as the first line remains intact.Usageperl format.pl ScriptFile.plOutput will be saved as ScriptFile.pl.htmlScriptstyle="color:#0ff">$cnt =~ s/&/&/g;$cnt =~ s ...
Published 4 years, 7 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

Linux style command line for Windows, Drag to Select, Right click to paste

http://digitalpbk.com/windows/linux-style-command-line-quick-edit-right-click-paste Linux style command line for Windows, Drag to Select, Right click to paste Modify the shortcut that launched this window. (If you executed from a shortcut, usually Cygwin) TADA, now you can use mouse to select text and right click to paste just like a Linux BASH command line shell. Windows Software ...
Published 1 year, 11 months ago

Related help topics for drupal cannot modify header More keywords like drupal cannot modify header
More pages for drupal cannot modify header


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Havelock Boat Jetty Havelock Boat Jetty in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk