Pages

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

Senin, 01 Oktober 2012

ABOUT WINAMP

Winamp was created by Nullsoft in 1997 as a community supported media play and was a pioneer as well as a disruptor in the digital media space. Lead by Justin Frankel and his merry band of developers, Winamp soon became one of the most revolutionary applications of its kind. Nullsoft, acquired by AOL in 1999, also created SHOUTcast, Gnutella (open source) and NSIS (open source installer used by Winamp, Dropbox, Firefox and others). Winamp was an early leader in community developed applications and helped to spawn the open source software movement for music. You can drop by our team & alumni pages to learn more about the people responsible for creating the player, turning out new revs, maintaining the website, and fostering relations with the developer community.

Today, Winamp is one of the world's most popular media players allowing users to manage and play audio and video files. Winamp supports playback of 60 audio and video formats, and is available in two versions: Winamp Standard and Winamp Pro. Although free, don't let the name fool you because Winamp Standard provides loads of features well beyond what you'd get from any plain vanilla media player. To name a few, it features robust tools for creating playlists, customizing your playback experience (aka "skinning"), managing podcasts, syncing portable devices, listening to internet radio stations, and accessing remote media (Winamp Remote).

The Pro version provides you with several additional features like mp3 ripping, high speed audio CD burning/ripping, extra-small file size encoding with AACPlus, and native support for H.264 encoded video. If you haven't tried Winamp lately, downloading the Winamp Media Player should be your first stop. From there you should visit Winamp.com which is home for all things Winamp, and will help you get the most out of your Winamp experience.

Example Winamp Visualization 

ABOUT NOTEPAD

Notepad is a common text-only (plain tect) editor. The resulting files—typically saved with the .txt extension—have no format tags or styles, making the program suitable for editing system files that are to be used in a DOS environment.
Notepad supports both left-to-right and right-to-left based languages, and one can alternate between these viewing formats by using the right or left Ctrl+Shift keys to go to right-to-left format or left-to-right format, respectively.
UnlikeWordPad, Notepad does not treat newlines in Unix- or Mac-style text files correctly.
Early versions of Notepad offered only the most basic functions, such as finding text. Newer versions of Windows include an updated version of Notepad with a search and replace function (Ctrl + H), as well as Ctrl + F for search and similar keyboard shortcuts. However it is still poor in comparison to Microsoft Word's Ctrl + F for search.
Notepad makes use of a built-in windows class named "EDIT". In older versions such as those included with Windows 95, Windows 98, Windows Me and Windows 3.1,  there is a 64k limit on the size of the file being edited, an operating system limit of the EDIT class.
Up to Windows 95, Fixedsys was the only available font for Notepad. Windows NT 4.0 and 98 introduced the ability to change this font. As of Windows 2000, the default font was changed to Lucida Console. The font setting, however, only affects how the text is shown to the user and how it is printed, not how the file is saved to disk.
Up toWindows Me, there were almost no keyboard shortcuts and no line-counting feature. Starting with Windows 2000, shortcuts for common tasks like new, open and save were added, as well as a status-bar with a line counter (available only when word-wrap is disabled).
In theWindows NT- based versions of Windows, Notepad can edit traditional 8-bit text files as well as Unicode text files (both UTF-8 and UTF-16, and in case of UTF-16, both little-endian and big-endian).
Notepad also has a simple built-in logging function. Each time a file that starts with .LOG is opened, the program inserts a text timestamp on the last line of the file.[1][2]
Notepad accepts text from the Windows clipboard. When clipboard data with multiple formats is pasted into Notepad, the program will only accept text in the CF_TEXT format.[3] This is useful for stripping embedded font type and style codes from formatted text, such as when copying text from a web page and pasting into an email message or other WYSIWYG text editor. The formatted text is temporarily pasted into Notepad, and then immediately copied again in stripped format to be pasted into the other program.
Simple text editors like Notepad may be used to edit text with markup, such as HTML. However, because they lack many features (such as syntax highlighting), web developers may favor more specialized editors for this purpose (see List of text editors).

source