Archive for March, 2011

How to install Django in windows?

1. Download django Django-1.3.tar.gz 2. Extract it to get Django-1.3 folder. 3. Open Command Prompt 4. Go to the location where you extracted Django-1.3 5. Type python setup.py install If you get error in step 5, you may not have registered in Environment variable. To do this Right Click My computer > Advance > Environment Variables > Path and add 'C:\python26' Full story

How to solve “Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error: Unknown: Failed opening required ‘/opt/lampp/htdocs/……/index.php’ (include_path=’.:/opt/lampp/lib/php’) in Unknown on line 0 ” problem?

This error is due to the file permission. To resolve this issue we should change permission with SuperUser(sudo). So syntax is sudo chmod -R 0755 foldername I have installed lampp in /opt/lampp/htdocs folder so command for this is sudo chmod -R 0755 /opt/lampp/htdocs Open your terminal and run this command, hope this helps. If you are helped with this please don't forget to post comment. Full story

How to solve indexOf javascript problem in internet Explorer?

indexOf is not supported by dump web browser internet explorer. To solve this we need to add following code in our javascript file. Full story
Copyright © 2024 Programmer to Programmer- A website for web programming and mobile application programming tutorials.
Wordpress themes