
Search In
When your site is getting memory exhaustion errors it get hard to figure out which pages are getting the memory errors and how much memory they are using. After lot of search I found below link which help me lot to understand more about memory exhau
Sometime we need to send a invoice pdf in a invoice mail in magento, so here I am explaining how to add invoice pdf in invoice mail.
1) Override the app/code/core/Mage/Core/Model/Email/Template/Mailer.php file in your module
2) Add one protected va
Hello Readers,
In order to create any web application using Codeigniter framework or any other PHP framework we need to configure database .
We have the database file inside application folder of a Codeigniter framework , inside application folder
Delete a file Using Php
In PHP, we can use unlink() function to delete a file from given folder/path.
unlink() returns boolean value. It returns TRUE on success and FALSE on failure.
Syntax:
unlink($targetFilename);
Arg:
1. $targetFilename i
In magento layouts are used to display contents of each page using layout.xml which we will found in app/design/frontend//default/layout. Each module have it's own layout file e.g. customer module has customer.xml and catalog module have catalog.xml
In magento layouts are used to display contents of each page using layout.xml which we will found in app/design/frontend//default/layout. Each module have it's own layout file e.g. customer module has customer.xml and catalog module have catalog.xml
jQuery-noConflict():
In order to resolve the conflict between Jquery & any other
JavaScript framework that also use the '$' sign as a shortcut the jQuery team implemented a
method called the noConflict() method.
&nbs
Hi,
If your old page url that are currently not available is showing up in Google search result page and you don't want them to come up in search result page means you want to remove them form search result page/Google for this you have to perform th
Hi Geeks,
I am feeling excited to create this video blog about the FindNerd Community Forum and its special features. In this video blog, you will learn how you can handle Java Programming Queries & Language Issues. There are many programmers
We can configure MySQL in Liferay very easily. The configuration for MySQL is done in the properties file named as "portal-ext.properties".
You just need to follow the below steps:
If portal-ext.properties is not available then you can manually c
