I happened to write this while I was digging into how Magento stores password. well magento stores hashed password separated by a two character salt … Read more “Password Hashing and Encryption”
Software Project Lifecycle
I never realised criticality involved with Software Project Lifecycle until I became part of – -Undefined Requirements – Vicious cycle of Rework and Rework – … Read more “Software Project Lifecycle”
Cart behavior on Login in Magento
While customizing Magento cart, if you are using quote id and item ids of cart in any reference then you must face a problem with … Read more “Cart behavior on Login in Magento”
Transferring Domain from Melbourne IT to Godaddy
I had a domain registered with Melbourne IT for which they were charging USD 35.50 for one year. I decided to shift the domain to … Read more “Transferring Domain from Melbourne IT to Godaddy”
Moodle Login Integration
Moodle login integration in other source Introduction  When we need Moodle integration in any site to use some functional part of Moodle like Quiz for … Read more “Moodle Login Integration”
How to resize or make thumbnail images in PHP
When we display images on our web pages we use <img src=”path” height=”” width=””> tag but this is a hardcode method to display the images. … Read more “How to resize or make thumbnail images in PHP”
How to reduce page load time by improving web performance
Before you try to worry about performance keep in mind that performance that comes at the cost of user experience is useless Almost everything … Read more “How to reduce page load time by improving web performance”
Create and read CSV file in PHP
CSV Files stores numbers and text in a plain text foam.Files are easily readable (eg-in a text editor).CSV file are in a simple format which … Read more “Create and read CSV file in PHP”
File Upload in PHP
Though PHP file upload is very common practice in web development and it is actually very easy to do but still some newbies face problems … Read more “File Upload in PHP”
Creating Backend Web Service for a Mobile Application (iPhone, Android, BlackBerry) using PHP
Web services are basically used for backend support for mobile apps. That means if we have to make an app which will use to save … Read more “Creating Backend Web Service for a Mobile Application (iPhone, Android, BlackBerry) using PHP”
Exploring New Arenas – iPhone/iPad Apps
Hi Everyone, As you all know, the team at Auriga believes in innovations and constantly learning new things, I am really happy to announce our … Read more “Exploring New Arenas – iPhone/iPad Apps”
Digital Risk Management
DRM – Digital Risk Management How to stop Piracy, duplication of media files, art work, presentation, digital library collections ??? This is the one of … Read more “Digital Risk Management”