Posts Tagged Technology
Mattel’s Mindflex Duel… Original Mindflex… only Twice Better!!
Some time ago I had written about the Original Release of Mindflex (ARTICLE). The original game was shown of at CES 2009.. But the mass-market release took close to 1 Long Year!! However Mattel has come a long-way. Unreleased sales figure suggests a massive demand for the game. Some doctors a
Read Full PostEnable query cache in MySQL to improve performance
There are lot many solutions to cache your database queries. Some use client level cache, some server side cache. However, MySQL itself provides a cache mechanism which is called “Query Cache” in which the queries being fired at the database are cached. Clearly saying, the result sets are cached
Read Full PostReal-time feeds with PubSubHub
Heya Folks, At once you might have thought what on earth does the title mean, when you read PubSubHub - right ? Well the name seems absurd but has its own meaning inside. Just to relieve a little from your anxiety PubSubHub means PublishSubscribeHub. And its nothing but an open source server-to-s
Read Full Post