vijaybalajithecitizen.blogspot.com
A Blog For Technology: February 2010
http://vijaybalajithecitizen.blogspot.com/2010_02_01_archive.html
A Blog For Technology. Writer Sujatha Rangarajan - Memory waves. Writer Sujatha Rangarajan - Memory waves. I started reading books written by Sujatha Rangarajan at the age of 12. He is my favorite Writer. He wrote more than 100 Novels, 250 Short Stories. He has writtern dialogue for many Films including National Award winning Film by Mani Rathnam (ROJA). Please visit here to view Videos about : In Memory of Writer Sujatha. Please visit the following :. Top 10 Quotes by Sujatha. For Ganesh, Vasanth's Fans.
vijaybalajithecitizen.blogspot.com
A Blog For Technology: July 2009
http://vijaybalajithecitizen.blogspot.com/2009_07_01_archive.html
A Blog For Technology. How To Triple Boot Ubuntu Linux, XP, Vista? How To Triple Boot Ubuntu Linux, XP, Vista? Multi boot or Multi booting (usually dual booting, but many OSes can be booted from the same computer) is the act of installing multiple operating systems on a computer, and being able to choose which one to boot when switching on the computer power. The program which makes multi booting possible is called a boot loader. Want to Fix Issues about Linux, Networking? Registering for a free account.
vijaybalajithecitizen.blogspot.com
A Blog For Technology: June 2010
http://vijaybalajithecitizen.blogspot.com/2010_06_01_archive.html
A Blog For Technology. Tamil computing: the present and the future. Tamil computing: the present and the future M. Anandakrishnan. The number of Tamil websites has become large, and it is growing. These include those of Tamil newspapers and magazines and e-journals. Then there are greeting cards, matrimonial sites, on-line learning. Resources, those sites devoted to cookery, beauty tips, health issues,. Songs, movies, tourism information, games, puzzles and so on, in. Government of Tamil Nadu. A larg...
vijaybalajithecitizen.blogspot.com
A Blog For Technology: May 2009
http://vijaybalajithecitizen.blogspot.com/2009_05_01_archive.html
A Blog For Technology. How to get embedded flash games / flash files? Do you want to download embedded Flash files in a web page? We are seeing more flash based web pages in internet these days. In this days lots of flash based free games are available in internet. 1) Please do open the web page which consists flash resource. 2) Click on Tools. General Tab. Choose Browsing History's Settings. 3) Click on View Files. There you can see all the files. Look for . swf. 2) Click on Tools. Page Info - Media Tab.
vijaybalajithecitizen.blogspot.com
A Blog For Technology: December 2009
http://vijaybalajithecitizen.blogspot.com/2009_12_01_archive.html
A Blog For Technology. Microsoft Download Center in Our Native Language. Microsoft delivers downloads in more than 80 languages worldwide. The Download Center now combines all English downloads into a single "English" Download Center. We no longer offer separate downloads for United States English, United Kingdom English, Australian English, and Canadian English. You have two primary ways to find worldwide downloads. Visit a Worldwide Download Center Site. Go to the Worldwide Downloads page. The "Change ...
codetweets.blogspot.com
code Tweets: Jun 29, 2009
http://codetweets.blogspot.com/2009_06_29_archive.html
Small pieces of code. Monday, June 29, 2009. C# Read text from .doc to c# application. Read text from word file (.doc). Add referance to MicroSoft Word 11.0 object library. WordApplicationClass wordApp = new Word.ApplicationClass();. String filePath = "c: tempfile.doc";. Object file = filePath;. Object nullobj = System.Reflection.Missing.Value;. Object nosave = Word.WdSaveOptions.wdDoNotSaveChanges;. String m Content = doc.Content.Text;. DocClose(ref nosave, ref nullobj, ref nullobj);.
codetweets.blogspot.com
code Tweets: Compare tables with same data
http://codetweets.blogspot.com/2009/06/compare-tables-with-same-data.html
Small pieces of code. Saturday, June 27, 2009. Compare tables with same data. SQL Query Compare data in two tables having same data. SELECT * FROM @Table1 EXCEPT SELECT * FROM @Table2) UNION (SELECT * FROM @Table2 EXCEPT SELECT * FROM @Table1). Will return unque records, if the query returned no records, the data in both table are same. Subscribe to: Post Comments (Atom). Compare tables with same data. Aayus Technologies, Pune. View my complete profile.
SOCIAL ENGAGEMENT