Archive for June, 2009
decompile wordpress mo to po
Jun 30th
hi all,
wordpress is a very powerfull blog publishing application. it supports multilanguage. and its using (mo) and (po) files as languages files. po files are editable language file, where mo is a binary file.
normally language translation are prepared as po files. then they compiled to mo files. but today we More >
add jFileChooserFilter to your java code
Jun 21st
Hi,
Today I am going to show the way to use JFileChooser with FileNameExtensionFilter. This is very useful for building user friendly applications. FileNameExtensionFilter is used to tell which files extentions are allowed for the jFileChooser. This will make files with specific extensions appear and all other files disappear from the More >
Change, create, modify and access date time of a file
Jun 21st
Hi all,
This is a simple trick to change the created, modified and accessed data and time for a specific file.
First, change your operating system clock to the date/time you want. here i set it to 2000.
Then make a copy of your file. this will change the creation date and time More >
easy way to pass odesk reading test
Jun 14th
Hi all,
Today I am going to reveal an extremely easy way to pass oDesk Readiness Test for Independent Contractors and Company Managers.
This method is not about cheating, it is just about utilizing your results in old exams. still, using it i scored 5 out of 5 in 2 minutes, and More >
convert images using java imageIO
Jun 14th
Hi all, I learned how to use java ImageIO to convert images formats. It makes me happy, so I wanted to share my experience with all of you. As NetBeans told me, ImageIO is a class containing static convenience methods for locating ImageReaders and ImageWriters, and performing simple encoding and More >
Install anti-virus as replacement for an existing one
Jun 14th
Hi all, Anti viruses are protection softwares. They keep us safe from viruss attacks. There are many famous anti-viruss like Norton, eset, macafee ,etc. all are very good, still sometimes you need to replace one with another one. So today I am going to disscuss anti-viruses replacement scenarios and their More >
