Tampilkan postingan dengan label Software. Tampilkan semua postingan
Tampilkan postingan dengan label Software. Tampilkan semua postingan

Kamis, 23 Desember 2010

Sony Qriocity ready to rival iTunes

Sony officially launched its online music service providers dubbed Music Unlimited is powered by Qriocity. This service is claimed Sony ready rival competitors, iTunes, with about six million songs available for download.

Qriocity readiness in iTunes rival, indicated by its cooperation with leading record companies who have formed a partnership with Sony, namely Universal Music Group, Warner Music Group, EMI Music and Sony Music Entertainment, of course. Some are also many independent labels throughout the world.

About Qriocity which has been touted from the beginning, it was less familiar. Qriocity actually is a trade name for Sony's music streaming service, in which are also available games, ebook content and video on demand service.

Qriocity streaming video service has been present in the United States (U.S.) since April 2010. Currently, Sony was heavily to expand its market into Europe.

Read More..

Jumat, 12 November 2010

Counting Numbers Application Conversion Hexadecimal to Binary using VB.NET

This application was developed with the aim to convert numbers to hexadecimal format into a binary format, a simple application and the mini was developed with VB programming language and using Visual Studio 2005.

Hex to binary conversion application is based on the experience when I woke up also find references to the internet about this conversion code, I found it on the site visualbasiccode , starting from there I developed a counter application numbers and hex to binary conversion in accordance with my needs.

The following interface will display full / all code I can attach to each other to share the experience:)


in the image above is a page view counter applications and conversion hexadecimal numbers into binary form,


to the picture above is an example hex number which will be enumerated and converted into binary form which the results can be seen in richtextbox which also exist in the image above,


while following this picture is the code that I use during the process of conversion from hexadecimal to binary form, this code I got from the site visualbasiccode ,


for the above code is the code that I developed their own namely, the code to add a digit 0 (zero) on the conversion of the binary, because the results of the previous code conversion, the resulting value does not match the number of bits that should be of 8 bits, then if the converted value hex 2, which should be 10, will dipenuhkan be 0000 0010,


This is the last image that I attach, that is to cut off or chopping the converted hex number as 2 digits, so if there is a hex number 01 02 then, would appear in the application of the conversion of each of the 2 digits ie the conversion to 01 and conversion to 02 ,

This application can be downloaded with source code in the widget that I also found this site, the widget "My Shared Files" with the file name "Counting Numbers To Binary.rar Hex," Had enough of my share few, hopefully useful, always continue to share the spirit , thanks for the reference code of visualbasiccode :)
Read More..

Holidays counter application is developed using VB.Net

While still the holiday season, make fun of programming functions that actually just modify the function that I have ever posted in the previous article "Calculating Business Days on VB.Net". The function of this time just the opposite course, namely counting holidays. Sometimes the function is also used when calculating the number of times during a time that would later bermamfaat for counting the number of salaries (payroll application), fines (library application) or whatever. The following is a function which is built using a programming language that didevelop VB.Net using Visual Studio 2005:


Pictured above is a function that will calculate the number of days off (Saturday and Sunday only) at a specified time period.


And for the picture above it is composed of 2 pieces of the sub with the following explanation:
1. sub Hitung: as a procedure to insert values (the initial period and period end) which will be calculated by the function GetHariLibur
2. sub DateTimePickerTglAkhir_ValueChanged: as procedures that take advantage of dateTimePickerTglAkhir event, so every time change period end date, then the function will automatically calculate the number of days off during the period.


So with the above, then the above is a sample calculation program interface this holiday, which I attach the source code on this blog on the "My Shared Files" which, if necessary, sample applications Holidays calculation this can be downloaded. if anyone can I help you please ask.

Thank You.
Read More..

Weekday counter application is developed using VB.Net

Counting the number of working days is a matter that is often used in programming languages, for example the case in the process of determining the number of working days of a worker within a period of time or for any other calculation simply share for the need, here is an example of its function in VB.Net


In use in the counting process, here's how to call the function, where the variable hr will take the value from the calculation of these functions. The function above above GetHariKerja widget can be downloaded in the "My Shared Files" blog is to name the file "GetHariKerja.rar"


The explanation is as follows ...
Tgl_kembaliDateEdit.DateTime::: is the value date of the initial period
Tgl_pengembalianDateEdit.DateTime::: is the value date of the final period

The function above above GetHariKerja widget can be downloaded in the "My Shared Files" blog is to name the file "GetHariKerja.rar" Read More..

Selasa, 09 November 2010

How To Read File Format .DM and Played in MP3 Audio Player

Conversion File .DM into .MP3

DM formatted files are generally equipped with an audio file copy-protection. Known as a digital file management, file with this format can be read as an MP3 file format so it is more beneficial for burning to CD or for use with personal audio player.

Here are the ways for DM formatted files can be read as a file with the MP3 format:
1. in explorer, go to Tools> Folder Options, then will go out the window like this,


in the image above, do uncheck (V) on "Hide extentions for known file types", so that the file extension will be visible

2. examples on file test.DM then, the file just rename it takes in-test.MP3
3. after that the file will play directly can use ordinary MP3 player, like winamp
4. so without a converter application, for it good luck:)


Read More..

Kamis, 28 Oktober 2010

Suddenly The Color of File Name become blue, is it a virus?

Have you ever experienced anything like this?
Paper or file name suddenly changed color to blue, and it turns out only a few files that change color when in a folder at the same
I certainly experienced about that, like the one in the picture below


there are 2 pieces of a file that is blue and the 2 others the color is normal as usual (default is black) ..
is it a virus? worm? or trojan?

was not answered!
then why did they change color to blue?
turned in at the windows OS is sort of data backup facilities to safedisk, so the OS we mark several files by doing the compression on the file, writing the result files changed to blue. age it caused some of the files is longer than with other files.

like the color change that?
if you like to let stand alone, over time also most of all his writings turned blue. but if you do not like, is how I'll file his writings back to normal (black)
Right 1.klik file (that blue color),
2.Select Properties and click,
3.Pada tab ("General"), click the button ("Advanced ...")
4.unchecked ("Compress contents to save disk space")
5.OK
after that, Insyaallah your files back as they are, back in black color, skin color like you .. hehe Read More..