Oct 27th, 2008 | Fun Tools | No Comments
Anytime have anybody felt like reading the online articles using magnifying glasses just because the font is very small or want to zoom a part of the picture ? Here we have a tool for you guys to magnify what you read which will give you a realistic lens simulation of the real world. The tool is called Magnifying Glass, really a fun tool created by 4Neurons.
→ continue reading
Popularity: 5% [?]
-->
Oct 24th, 2008 | Java | No Comments
Yesterday one of my friend asked me a question “What is the difference between java class file and c++ class file? What will happen if I provide c++ class file to JVM ?”. The question is really a good question so I thought of writing this article to explain the Myths of java class file and a small comparison with malicious or class files from C++. These class files are completely different from byte code to class loading and linking. Okie lets get down to business. Now answering the question mentioned above, Java class files are specifically designed for JVM (Java Virtual Machine) and all the .class files will be loaded and safely executed inside JVM.
→ continue reading
Popularity: 14% [?]
Oct 23rd, 2008 | Java | No Comments
In Java printing the program output to console for debugging purposes and sometimes for understanding the program flow is very common. Sometimes programmers feel comfortable if they are able to redirect the run-time exceptions and SOPs (System.out.println) to a file for future reference. Today I am going to write about redirecting console outputs and run-time exceptions to a file. One can always argue that we can use logging frameworks like log4j, java util logging by writing custom OutputStream class and using SOPs (System.out.println) is a bad practice. I too agree with that but this is just trick for beginners to understand the basics of java and one should always avoid using SOPs while writing applications.
→ continue reading
Popularity: 9% [?]
Oct 21st, 2008 | Softwares | 2 Comments
MDB file popularly known as Microsoft Access Database files and is one of the widely used database and quite handy desktop database for developing small applications in windows. Generally Microsoft Access comes as a part of Microsoft Office package and it needs a license to run. One cannot view or edit Microsoft Access database(mdb) without having Access installed in the machine. Today I will talk about a tool called MDB Viewer Plus which can be used to view and edit MDB files without having Microsoft Access installed in your desktop.
→ continue reading
Popularity: 6% [?]
Oct 19th, 2008 | How-To's | 2 Comments
Most of the Internet users must be familiar about creating tables in Microsoft word and its not a tough job too. The usual way to create table in Word is just by using ‘Tables and Borders’ button or by using the ‘Insert Table’ button. Today I am gonna show some technique without using any menu from Microsoft Word and draw the table just by using the keyboard.
→ continue reading
Popularity: 42% [?]