by Administrator
22. May 2011 22:59
AudioShell: a freeware shell extension that allows you to view and edit audio files tags directly in Windows Explorer (for individual files or groups of files). It adds tabs in the audio file’s right-click “properties” dialog that enable you to edit tag information on the fly. (Including album art, which you can easily import into the Audioshell tab and save it into the audio file itself.)
Audioshell will also display your audio file tag information inside tooltips when you mouse-over your audio files, and will add additional audio related columns that can be displayed in Windows explorer’s folder “detail” view (e.g. Title, Album, Artist, etc.)
Supported files and tags formats:
mp3 (all ID3 tag versions)
wma, asf and wmv (including DRM protected files)
Apple iTunes and iPod aac (m4a, m4b, m4v and m4p) and mp4 files
ogg, flac (vorbis comment tags)
mpc, mp+ (APE/APEv2 tags)
monkey's audio (APE/APEv2 tags)
wav pack (APE/APEv2 tags)
optim frog (APE/APEv2 tags)
wav (ID3v2 tag in 'tag ' RIFF chunk
Compatibility: Windows 2000, XP
Download
by Administrator
29. March 2011 07:18

First you need to edit the /etc/apt/sources.list file
sudo gedit /etc/apt/sources.list
Add one of the following
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
by Administrator
29. March 2011 07:16
The ICMP is an extension to the Internet Protocol which is used to communicate between
a gateway and a source host, to manage errors and generate control messages.
The Internet Protocol (IP) is not designed to be absolutely reliable. The purpose of
control messages (ICMP) is to provide feedback about problems in the communication
environment, not to make IP reliable.
More...
by Administrator
17. November 2010 22:48
Conventional insurance contains elements contradictory to Islamic Shari’ah.
Gharar: “Uncertainty”
The insurance contract contains uncertainty due to:
Uncertainty whether the payment will be accepted as promised
The amount to be paid is not known
The time it will occur is not known
Any form of contract which is lopsided in favour of one party at the expense and unjust loss to the other is classified as Gharar.
When a claim is not made the insurance company may acquire all the profits whilst the participant may not obtain any profit whatsoever. The loss of premiums on cancellation of a life insurance policy by the policyholder, or the "double standard" condition of charging a customary short period in general insurance, whilst only a proportional refund is made if the insurance company terminates the cover is also considered as unjust.
by Administrator
17. November 2010 22:31
Insurance institutions as known today is actually not knownin the early period of Islam, as a result many Islamic literature concludespriori that insurance can not be viewed as a lawful practice.Although it is clear about this insurance agency is not known in periodearly Islam, but there is some activity of life duringProphet that leads to the principles of insurance. For example the conceptshared responsibility with a system called 'Aqilah. The systemhas grown in Arab society before the birth of Prophet Muhammad Laterat the time of the Prophet Muhammad or Islam during the early period of the systempracticed among the immigrants and the Ansar. System 'is a system Aqilahbring together extended family members to contribute in a savingstogether known as "Kanz". Savings aims to providerelief to the families of those killed by accident andto free the slave.The emergence of Islamic insurance business can not be separated from the presence ofconventional insurance companies which have existed for a long time.
Beforethe establishment of Islamic insurance business, there are many companiesconventional insurance has long been developing. If the terms ofengagement of Islamic law is haraam conventional insurance. Thisbecause in conventional insurance operations contain elements gharar(Uncertainty), maysir (speculation / gambling) and riba (interest). More...
by Administrator
19. August 2010 08:06
General Settings (parameters used to do with network connections & MMS 3)
Setting GPRS
Data Bearer : GPRS
Access point name : 3gprs
User name : 3gprs
Password : 3gprs
Home : http://wap.three.co.id
Phone IP Address : Automatic
Proxy Server Address : 10.4.0.10
Proxy port number : 3128
Setting MMS
Connection name : 3mms
Data bearer : GPRS
Access point name : 3mms
User name : 3mms
Prompt Password : No
Password : 3mms
Authentication : Normal
Gateway IP address : 0.0.0.0
Homepage : http://mms.three.co.id
Phone IP address : Automatic
Primary name server : 0.0.0.0
Secondary name server : 0.0.0.0
Proxy server address : 10.4.0.10
Proxy port number : 3128
More...
by Administrator
1. August 2010 22:43
There are several different ways to enable port forwarding on a Linux system that provides NAT functions. One is to do it with iptables, using its NAT functionality. To do so, you can type a command similar to the following:
# iptables -t nat -A PREROUTING -p tcp -i external-interface \
--destination-port port-num -j DNAT --to dest-addr:port-num
Important features of this command include:
More...
by Administrator
16. July 2010 12:10
To start the SQL Server Browser service
1. On the Start menu, right-click My Computer, and then click Manage.
2. In Computer Management, expand Services and Applications, and then click Services.
3. In the list of services, double-click SQL Server Browser.
4. In the SQL Server Browser Properties window, click Start or Stop.
5. When the service starts or stops, click OK More...
by Administrator
16. July 2010 12:00
To Attach a Database File
1. Open the command prompt on the server.
2. From the command prompt, connect to an instance of SQL Server by using the following sqlcmd command:
sqlcmd -S Server\Instance
Where Server is the name of the computer and Instance is the name of the instance. More...
by Administrator
14. July 2010 12:14
JScript is the Microsoft implementation of the ECMA 262 language specification (ECMAScript Edition 3). With only a few minor exceptions (to maintain backwards compatibility), JScript is a full implementation of the ECMA standard. This overview is intended to help you get started with JScript.
Using JScript
JScript is an interpreted, object-based scripting language. Although it has fewer capabilities than full-fledged object-oriented languages like C++, JScript is more than sufficiently powerful for its intended purposes.
JScript is not a cut-down version of another language (it is only distantly and indirectly related to Java, for example), nor is it a simplification of anything. It is, however, limited. You cannot write stand-alone applications in it, for example, and it has no built-in support for reading or writing files. Moreover, JScript scripts can run only in the presence of an interpreter or "host", such as Active Server Pages (ASP), Internet Explorer, or Windows Script Host. More...