03 Jan, 2011

Drupal cannot modify header

Articles related to drupal cannot modify header

Extracting embedded Album art in mp3

http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source ...
Published 5 years, 1 month ago

Showing similar content nodes on Drupal

http://digitalpbk.com/2009/12/showing-similar-content-nodes-drupal 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 theme('similar_content', $node); on node.tpl.php Using the variables available withing node.tpl.php you can choose whether to display the similar content ...
Published 2 years, 2 months ago

CAPTCHA - What ?

http://digitalpbk.blogspot.com/2007/07/captcha-what.html CAPTCHA - What ? What is CAPTCHA ?? Seems like a weird word, but seems to be familiar ...CAPTCHA stands for Completely Automated Public Turing test to tell Computers and Humans Apart.Simply, its a test to check if you are a human or not. A simple form of CAPTCHA is an image that contains a language or a sign which can be easily understood by a human being. On the other hand a bot or a program or simply a machine cannot understand. Given the image to a program it cannot see into and tell ...
Published 4 years, 6 months ago

Remove Flash Tracking on AddThis module on Drupal 5

http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5 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. The flash button is added dynamically by the addThis module on the top of the page. This sometimes can be annoying since a white bar can appear at the top of the page due to this. In drupal 6, the flash ...
Published 2 years, 3 months ago

Firefox Browser within Browser

http://digitalpbk.blogspot.com/2007/01/firefox-browser-within-browser.html to functionality using JavaScript. To extend the browser, we modify parts of the browser UI by adding or modifying widgets. We add widgets by inserting new XUL DOM elements into the browser window, and modify them by using script and attaching event handlers. Have fun making tabs within tabs within tabs ......Did not work? Did not work ? What happened ? Lemme know ... Feel free to leave a comment ... ...
Published 5 years ago

Google Search for Pro's

http://digitalpbk.blogspot.com/2007/03/google-search-for-pros.html Google Search for Pro's IntroGoogle is more than simply search engine, it is a multi faceted tool which can be used by professionals in all ventures. Here is the google language for searching : [site:]This modifier is used to limit search results to a specified site. Eg:orkut hacks site:digitalpbk.blogspot.com[allintitle:]This modifier when used will limit all your search queries to within the title. Eg: allintitle:the digital me [intitle:]This modifier when used will limit first search ...
Published 4 years, 11 months ago

Using PHP for more than HTML

http://digitalpbk.blogspot.com/2007/04/using-php-for-more-than-html.html . But the browser does. So we have to notify the browser the content-type of the content we are sending to the browser.This is done by header("Content-Type: image/jpeg");?>The header function adds or replaces the default headers. Thus here the default content type being html/plain-text is replaced by image/jpeg. Thus on the viewers browser the php file would be rendered as an image. Thus would show an image if the coding is correct and the image format is correctly rendered.More about returning ...
Published 4 years, 9 months ago

PHP file_get_contents giving garbled output

http://digitalpbk.com/php/file_get_contents-garbled-gzip-encoding-website-scraping PHP file_get_contents giving garbled output Are you getting garbled values when using file_get_contents fetching an external URL (website scrapping using php) and wondering what went wrong ? The content is appearing to have wierd characters instead of normal HTML output because of GZIP output encoding by the website you are fetching. You can fix this issue in multiple ways. Method 1 : Accept-Encoding In this method we set the request headers so that the webserver is forced to respond ...
Published 1 year, 11 months ago

e-Mail structure and Mail Dir File format

http://digitalpbk.blogspot.com/2007/07/e-mail-structure-mail-dir-file-format.html ).The emails are stored as plain text in these files with the full headers and content. The e-Mail StructureEmails stored in the file with full headers and content.The Email structure can be divided intothe head and body.The head contains all the email related information Return-path: Envelope-to: Delivery-date: Received: Message-ID: Date: From:To: Subject:In-Reply-To:MIME-Version: 1.0Content-Type: multipart/alternative; boundary="----=_Part_21969_10709103.1184337589825"References: The body ...
Published 4 years, 7 months ago

Installing GCC for Linux (Fedora Core 6)

http://digitalpbk.blogspot.com/2007/04/installing-gcc-for-linux-fedora-core-6.html Installing GCC for Linux (Fedora Core 6) IntroductionPhew! Here are the steps for installing the GNU C Compiler (GCC) for Linux in Fedora Core 6 .StepsDownload the following files : libgomp-4.1.1-30.i386.rpmglibc-headers-2.5-3.i386.rpmglibc-devel-2.5-3.i386.rpmgcc-4.1.1-30.i386.rpmYou can get the above files by searching for the above files on http://rpmfind.net/linux/rpm2html/search.phpInstall the rpm's , open the console : [.....]# rpm -Uvh libgomp-4.1.1-30.i386.rpm..[.....]# rpm -Uvh ...
Published 4 years, 10 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
Transport Ships Bringing Raw materials to Havelock Transport Ships Bringing Raw materials to Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk