Archive for the "Software Development" category

 

Business and technology planning – do it now before it is too late!

 

I was having a discussion over the Friend Feed Social-Media room if people thought there were any parallels to the Dot-Com (Bomb) days with Social Web companies.   Some great points were made that there is a much larger audience now versus then and one comment that software platforms are more accommodating and the barrier to [...]

Continue reading

 
 

MySQL Query Caching

 

MySQL query caching is simple to implement and very beneficial to high volume websites. Query cache actually caches the query results for a given SQL query. To see if MySQL has query caching enabled issue the following command:
mysql> show variables like ‘query%’;
+——————————+———+

| Variable_name [...]

Continue reading