February 6, 2012
We can upload data in database using excel easily but whenever we will upload any kind of date through excel than the uploaded date unrecognized sometimes.
This is because of different supported date formats by different versions of word editors. Lik
January 26, 2012
Server Request Response Flow-
Apache is web server, Its job is to receive the request and send the response. So if I opens a web page mydomain.com/test.html . request goes to server, server checks the mime type(.html in case) , executes the corres
January 25, 2012
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 in db. A sample looks like -
353dc2ba6108461cf3468184bdd0e174:QP
split = 353dc2ba6108461cf3468184b
January 21, 2012
I never realised criticality involved with Software Project Lifecycle until I became part of –
-Undefined Requirements
- Vicious cycle of Rework and Rework
- Never Ending Projects
- Bugs
- Late Deliveries
- Bad Cash flow
December 21, 2011
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 Godaddy which was much cheaper around USD 8.00 per year.
The exercise was not as easy as I had thought.
I had initiated
December 14, 2011
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 that we have to create Single sign on between both platforms. For that we have to create alternati
December 12, 2011
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. Now suppose the uploaded image is of larger size then the image loading will tak
November 24, 2011
Before you try to worry about performance keep in mind that performance that comes at the cost of user experience is useless
Almost everything you can do to improve performance will eventually end up at one or more of these principles.
1. Mi
November 16, 2011
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 helps consumer,business and scientific applications.
Creating or editing CSV files
CSV file to import and exp
November 14, 2011
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 while writing code to simply upload a file. This script here shows how to write a simple script for PHP file upl