SQL Optimization Tips

SQL Optimization Tips: - Some techniques to write optimized queries in SQL which can make your life easy ! -   1) The SQL queries become faster if you select specific column names instead of using “ *

By |2023-01-17T20:00:07+05:3022 December 2012|0 Comments

Actionable Web Log Mining

In the Web world Web sites pulls vast amount Web traffic across the world every day, leaving behind Web site traversal information in the form of Web server or query logs. Analysis of these logs can provide various

By |2023-01-17T20:00:24+05:3022 December 2012|0 Comments

PHP Apache configurations

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

By |2023-01-17T20:03:28+05:3026 January 2012|0 Comments

Password Hashing and Encryption

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 = 353dc2ba6108461cf3468184bdd0e174:QP magentoPass =

By |2023-01-17T20:33:25+05:3025 January 2012|0 Comments

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 - Never Ending Projects - Bugs - Late Deliveries - Bad Cash flow  

By |2023-01-17T20:33:36+05:3021 January 2012|1 Comment

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 that we have to create Single sign on between both platforms. For that

By |2023-01-17T20:34:56+05:3014 December 2011|0 Comments
Go to Top