Make Your Own Font in Windows OS

February 14th, 2011 § Leave a Comment

        Create your own font using the below steps:
Steps:
     1.Go to Run
     2.Type eudcedit
Its a private character editor.
Try Making new fonts folks…

Translate Your Website Into What Language You Desired.

February 14th, 2011 § 1 Comment

        Google’s free online language translation service instantly translates text and web pages. This translator supports: English, Afrikaans, Albanian, Arabic,Hindi,Irish,Urdu,German,Greek,Dutch,Thai,polish,..etc
Visit:www.translate.google.com

Backing Up MySQL Database

January 19th, 2011 § Leave a Comment

MySQL database backup can be accomplished in two ways:

a) Copying the raw mysql database files &
b) Exporting tables to text files

Copying the MySQL database files

MySQL uses the same table format on different platforms, so it’s possible to copy MySQL table and index files from one platform and use them on another without any difficulties (assuming, of course, that you’re using the same version of MySQL on both platforms).

Exporting tables to text files

The MySQLDump is handy utility that can be used to quickly backup the MySQL Database to the text files. To use the MySQLDump utility it is required to logon to the System running the MySQL Databse. You can use Telnet to remotely logon to the system if you don’t have the physical access to the machine.

The syntax for the command is as follows.

mysqldump -u [Username] -p [password] [databasename] > [backupfile.sql]
[username] – this is your database username
[password]- this is the password for your database
[databasename] – the name of your database
[backupfile.sql] – the filename for your database backup

Let’s discuss the example of backing up MySQL Database named “accounts” into text file accounts.sql. Here are the scenarios of taking the backup assuming that both user name and password of the database is “admin”.

a) Taking the full backup of all the tables including the data.
Use the following command to accomplish this:
mysqldump -u admin -p admin accounts > accounts.sql

b) Taking the backup of table structures only.
Use the following command to accomplish this:
mysqldump -u admin -p admin –no-data accounts > accounts.sql

c) Taking the backup data only.
Use the following command to accomplish this:
mysqldump -u admin -p admin –no-create-info accounts > accounts.sql

Restoring MySQL Database

Restoring the MySQL is very easy job. You can use the following to command to restore the accounts database from accounts.sql backup file.

mysql – u admin -p admin accounts < accounts.sql

In this tutorial you learned how to take the backup of your MySQL Database and restore the same in the event of some database crash or on some other machine.

தேவதை

January 7th, 2011 § 2 Comments

“அந்த பிரமனை எச்சரித்தேன் அவள் போன்ற ஒரே ஒரு அழகியை மட்டும் படைத்தற்காக…!”
-ப.கு.விசுவபாரதி.

Microsoft’s Next OS

January 7th, 2011 § Leave a Comment

         Since Windows 7 has been released to public, Microsoft has started working on the next Windows version which is codenamed as “Windows 8″ at the moment.”Stephen Chapman” @ Microsoft Kitchen posted a Windows roadmap which clearly shows that Windows 8 is scheduled to release in 2012. Microsoft has also mentioned in past that it’ll try to keep a fixed 3 years gap between future Windows releases and it seems that they are really working hard to maintain this gap.
         Microsoft’s next-generation Windows operating system will be 32-bit and 64-bit with two separate interfaces. The main interface will be codenamed “Wind” and will initially only be supported by high-end notebook and desktop PCs with dedicated video cards. The interface will require around 170MB of video memory.

“Wind” will only activate on 64-bit copies of Windows 8 and will be fully 3D.

Reference: www.askvg.com

My Interview

January 4th, 2011 § 2 Comments

Hi Friends…
         For the first time I share my personal in this blog.Now I share my interview experience.Last year December month 09 and 10 I attended the CTS company.First day(09-12-10,Thursday) I had a written test.With the God’s grace I cleared the written test .At that day the written test result was came at night only.So I was so tired,I could not concentrate on my technical preparation.The next day at 9.00AM I had a technical interview.The interviewer was the senior software engineer in that company,who taken the PPT. I was the third member to attend the interview in my panel.Exactly 10.20AM I entered in to the panel.First he asked ‘tell about yourself’. I told.From my answer he asked some of the questions.I did not properly answer for that questions.And then he entered into my area of interest(DBMS).He asked very easy question ‘What is database’ , I answered for that question.But he wants the clear and depth answer.I could not answer.And another question to me was tell about the project.He asked very simple question from my project ‘how your project works’.I knew the answer.But I did not answer it.I am very shame to say this, he asked ‘what are the subjects studied in the 7th semester?’, at that time I was delayed to answer that question,but I answered.And then he asked ‘Do U have any questions ?’.I asked some of the questions.And My interview was over.When I came out from the panel,the time was 10.50AM. I Knew,i will not be selected.Result was came at evening 7.00PM , I was not selected.At that time I was not disappointed.
         The next week (14 and 15 ) I had Wipro interview.The first day (Tuesday) wipro was late to conduct the written test.They conducted the test at only evening 6.15pm.One hour test ,friends helped and I cleared the written test.They said that you people will come at next day (Wednesday) 5.00PM .I went to the waiting room at 5.30pm.They taken the interview for long time.So my interview was get delayed and I my number was 414 out of 419.My fiends was attended the interview.some of them cleared the technical interview and went for the HR interview.I wait for a long period of time.The time was going on.The time was reached 12.00AM.At that time was also i did not attend the interview.But I did not have fear about the interview.Finally they called me at 3.30AM.I entered into the panel,the interviewer was very cool.He asked the ‘tell about yourself’.I answered,but he did not say stop,i continued,I entered into the project,I asked to him ‘Can I write coding sir ‘.He permitted,I wrote the coding.He found that some of the errors and noted.I cleared the errors.He asked most of the questions from my project.In this time I clearly studied about the project. And I answered for his questions.With the Gods grace the previous day(wed) morning i little bit studied about the PHP (10 pages out of 150 pages) .He asked php related simple questions which i was studied in that 10 pages.He asked some of the questions related to the Linux, I did not answer. Finally he said “OK Visuwabharathi,You can carry on your HR interview ” and he gave one form (3.50AM). I was very happy,and I filled the form .They called me at 4.30AM.The HR interviewer did not say ‘have a sheet’ . So I asked him to ‘ Can I have sheet sir ‘ .Then he said ‘sure’. He asked the same question ‘tell about yourself ‘ .In my answer,I said mostly about my parents and truth ,from my answer he asked some of the questions (because my answer was entirely different from others,so only).He said that I need to improve the English Knowledge.My interview was end at 4.50AM.
The result was came at morning 6.00PM . Finally I selected .And I was told to my parents. They were happy.

Adding Your Website In Google Search

August 27th, 2010 § 1 Comment

Please enter your full URL, including the http:// prefix. For example: http://www.visuwabharathi.wordpress.com/. You may also add comments or keywords that describe the content of your page. These are used only for our information and do not affect how your page is indexed or used by Google.

Please note: Only the top-level page from a host is necessary; you do not need to submit each individual page. Our crawler, Googlebot, will be able to find the rest. Google updates its index on a regular basis, so updated or outdated link submissions are not necessary. Dead links will ‘fade out’ of our index on our next crawl when google update our entire index.
You Can Add Your Website Into The Google By Click The Following Link…

Click Here

Search Engines

October 1st, 2009 § Leave a Comment

*Usually all are use search engines for their own purpose.All use the Google Search engine.But more search engines are available. However why we mostly use the Google,the reason is this is most efficient than the other.
*Bing is one search engine.It is the microsoft’s search engine.It is also the efficient.But the google is the leading one.
So the microsoft is agreement with the Yahoo to lead the Google.Most people says that the (including the microsoft) Bing is the decision engine not a search engine.
*You can compare the Google results with the Bing results using following website.
“www.bing-vs-google.com”

Modern Panchatantra story

October 1st, 2009 § Leave a Comment

Once upon a time, there was a software engineer who used to develop programs on his Pentium machine, sitting under a tree on the banks of a river. He used to earn his bread by selling those programs in the Sunday market. <

One day, while he was working, his machine tumbled off the table and fell in the river. Encouraged by the Panchatantra story of his childhood (the woodcutter and the axe), he started praying to the River Goddess. The River Goddess wanted to test him and so appeared only after one month of rigorous prayers. The engineer told her that he had lost his computer in the river

As usual, the Goddess wanted to test his honesty. She showed him a match box and asked, "Is this your computer ?" Disappointed by the Goddess' lack of computer awareness, the engineer replied, "No."
She next showed him a pocket-sized calculator and asked if that was his.

Annoyed, the engineer said "No, not at all!!"
Finally, she came up with his own Pentium machine and asked if it was his.

The engineer, left with no option, sighed and said "Yes."

The River Goddess was happy with his honesty. She was about to give him all three items, but before she could make the offer, the engineer asked her, "Don't you know that you're supposed to show me some better computers before bringing up my own ?"

The River Goddess, angered at this, replied, "I know that, you stupid donkey! The first two things I showed you were the Trillennium and the Billennium, the latest computers from IBM !". So saying, she disappeared with the Pentium!!

Moral :If you're not up-to-date with technology trends, it's better to keep your mouth shut and let people think you're a fool than to open your mouth and remove all doubt.

Follow

Get every new post delivered to your Inbox.