Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

URL rewriting using .htaccess

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

Enable remember me functionality in Magento

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

How to Load a HTML Page Inside Another HTML Page in AngularJS

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

How to make PHP page as an image in return

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

How to configure the Barcode through Python code in OpenERP(Odoo)?

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

How to create custom error pages in Apache

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

Implement newsletter using simplenews module in Drupal

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

HTML Canvas Linear Gradient

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

Add drop down attribute in product view page ?

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

How to make custom error pages in cakephp

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

1 3 170
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: