Programming
Computer Programming
SMSLib INSTALLER (.Net/Java)
May 14th
Hi there,
I started to work on some SMS related projects. SMSLib is the library that i am using for sending and receiving SMS messages via my Huawei GSM modem. time goes and i realized that the process of installing SMSLib is a bit long, so i decided to build a More >
Web page invoker using java
Mar 11th
Hi,
as a programmer there are a lot of problems to face. Fortunately, solutions exist no matter how big is the problem. In my case efficiency is not that big deal, so please ignore the algorithms complexity and other geekly stuff
The problem that made me write this article is: We More >
Binary, Octal, Decimal and Hexadecimal converter(Java)
Feb 22nd
I was working on a simple project that simulate CPU registers, where users can use an assembly-like commands to issue some process while watching changes on the virtual CPU registers.
you may visit it using this link: http://www.doitmyway.net/2010/02/21/cpu-registers-simulator-educational-project/
In fact CPU data are in binary, although users may want to read those More >
CPU registers simulator (educational project)
Feb 21st
Computer organization and assembly course was one of the best courses I took. As a computer scientist it opens the world of imagination in my mind so I started to see bits dancing in front of my eyes
3 years passed since that day, I still can remember how our More >
my batch Image Converter using java imageIO
Jul 10th
how many times you wanted to convert a batch of images from jpg/gif/png/ico to jpg/gif/png/ico?
this happens to me very rarely, still i want to solve this problem my way.
Once i was surfing the net and i found a software called “batch image converter”. it was a simple one. really i 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 >
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 >
java imageBox (0.0.6)
May 28th
hi all,
this is the new virsion of java imageBox. it is numbered as 0.0.6.
compared to older versions, this one has more flexiblity. add to that, it supports design time image rendering.
you can download it from this link: imagebox(0.0.6)
here are the steps to add imageBox to your netBeans project:
- create More >
