
Search In
Hi,
I was trying to rewrite a URL in .htaccess file on particular range of id's from 40 to 900. But it is not working as it is supposed to be.
Actually I want to redirect page if there is any Id from 40 to 190. But is also redirecting ids like 4, 41
Hello Readers, If you are a newbie in magento, then you should know How to enable remember me functionality in Magento, since by default “Remember me” functionality is not enabled in magento.
To enable it, login to admin panel then
Syst
In this tutorial, we will learn to load a html page inside another html page, to do that we usually go for HTML iframe tag in which we can either set HTML file path or any URL from different domain in src attribute.
like:
<iframe src="http
Hello Reader's If you have to return a image from PHP page. then you can use the code as written below:-
<?php
// open the file in a binary mode
$name = './img/ok.png';
$fp = fopen($name, 'rb');
// send the right headers
header("Content-Type: im
In below example I have written Python script to configure barcode. It will print one barcode on each page based on quantity available of selected products. Like below python code in .py file :
import logging
from openerp.osv import fields, orm
This tutorial will help us in learning how to create error pages in apache. We can customize the error pages based on different error codes that is writen in Apache server's Directive “ErrorDocument ”
Follwoing are the “Three digit error code”:
Apa
Simplenews module is used to implement Newsletter in drupal. There are lots of other options available with Simplenews module. Find below details to implement and use Simplenews module:
Simplenews: Send newsletters to subscribed e-mail addresses
Si
Draw Rectangle with Linear Gradient : In this article I will show you how to use Linear Gradient to draw the graphics. To draw graphics with Linear Gradient in web page we will use Canvas API, we will draw the createLinearGradient() method. Following
Hello Readers, In this blog i am going to show you "How to add drop down attribute in product view & list page.
Lets Suppose, If you want to display the color and size attributes of the configurable product , then you can Use f
Hello Readers ,
If any one enters the wrong URL then how to show our custom error page , follow the below code.
Exception render need to set as an AppExceptionRender.
/app/Config/core.php
Configure::write('Exception', array(
'handler' =&g