Below is a comprehensive list of naats, speeches, audio, quran
recitation and of videos from around the world. Please click on the
link to listen to them. Our team are constantly working to put these
online.
You will need Real Audio or Windows Media Player to listen to
these naats and various Islamic Audio.
Feel free to download naats and
other Islamic audio such as Qasidah Burdah Sharif.
Islamic
Audio
QURANIC RECITATION
Qari Abd Al Basit Abd As
Samad
Sheikh Abd Al Basit Abd As
Samad
[b. 1927]. He came to Cairo from
the city of Armant in Upper Egypt in 1950, having established
his reputation in the south. He is the first reciter in his
family, but his grandfather was a religious scholar of
al-Azhar training. Shaykh cAbd al-Bāsit is probably the
best-known of Egyptian reciters outside of Egypt, as he was
the first to make commercial recordings of his reciting, and
he has traveled extensively outside of Egypt. Among his
recordings are the complete text of the Qur'ān in both styles,
murattal and mujawwad. Shaykh cAbd al-Bāsit is one of thc four
top-ranking reciters in Egypt. He was the first president of
the newly formed Reciters' Union. Shaykh cAbd al-Bāsit is
admired for breath control and his high, clear (harīmī)
voice.
Milad un Nabi 2004
- London These are just small clips of the
milad un nabi (london) programme. More will be updated soon.
The full video will be availble to purchase from our
bookshop.
Below are some of the Faizan e Islam audio &
video publications available for sale. For general or wholesale
enquiries please do not hesitate to contact us on 0161
877 4847
AUDIO
VIDEO
NAATS &
SPEECHES
Click
on one of our many naats to
hear islamic audio from around the world
Download our latest Faizan
e Islam Wallpapers for your PC Or simply go to our downloads
section.
TELL A FRIEND
Please enter your friends email
address below and click on the button <%
dim done
done = request.form("done")
if done = "" then
done = "No"
%>
<%
Else
if request.form("done") = "Yes" then
'sets variables
dim email, sendmail
email = request.form("email")
Set sendmail = Server.CreateObject("CDONTS.NewMail")
'put the webmaster address here
sendmail.From = "webmaster@faizaneislam.org"
'The mail is sent to the address entered in the previous page.
sendmail.To = email
'Enter the subject of your mail here
sendmail.Subject = "Check out this website"
'send a specific page or send a site url
dim url
'url = Request.ServerVariables("HTTP_REFERER")
url = "http://www.faizaneislam.org/"
'This is the content of thr message.
sendmail.Body = "Site recommendation from a friend!" & _
vbCrlf & vbCrlf & "A friend has sent you this email and thought you would should check out this site." & _
vbCrlf & url & vbCrlf
'this sets mail priority.... 0=low 1=normal 2=high
sendmail.Importance = 2
sendmail.Send 'Send the email!
response.redirect Request.ServerVariables("HTTP_REFERER")
'Response.write ("Sent to ") & email
End if
End if
%>