How to auto save the data table in memory into database?

2010-04-01 We frequently get to fetch data from the database, update them and then write them back to the database. Most of the time we only have to write them back as individual records. How about updating a whole database table in the memory and having to synchronize all changes to the actual data table? My initial thoughtContinue reading “How to auto save the data table in memory into database?”

A Simple JavaScript To Get English Language Definition From A Dictionary

2009-05-19 English is not my first language so I use online dictionaries frequently as a part of my daily routine to clarify and learn unfamiliar words as I read through articles in the Internet. I have been using http://www.ditionary.com for a long time and I had the plan to make this work easy by creatingContinue reading “A Simple JavaScript To Get English Language Definition From A Dictionary”