أكواد المدونة

كود أذكار 

<table width="99%" border="1" bgcolor="#dbdab3">
    <tbody>
        <tr>
            <td width="21%">
            <p align="center"><strong><span lang="ar-sa"><font face="Simplified Arabic" color="#000000" size="3">  أذكار ||</font></span></strong></p>
            </td>
            <td width="79%"><strong><font color="#000000" size="4"> <marquee bgcolor="#f4f3d7" direction="right">   لا إِله إلا أنت سبحانك ربي إني كنت من الظالمين - حسبي الله لا إله إلا هو عليه توكلت وهو رب العرش العظيم - رضيت بالله رباً وبالإسلام ديناً ومحمد عليه أفضل الصلاة والسلام نبياً - لا حول ولا قوة إلا بالله العلي العظيم - يارب لك الحمد كما ينبغي لجلال وجهك وعظيم سلطانك - اللهم صلي وسلم وبارك على سيدنا ونبينا محمد عليه أفضل الصلاة والسلام - سبحان الله والحمد لله ولا إله إلا الله والله أكبر - حسبنا الله ونعم الوكيل أستغفر الله العظيم من كل ذنب عظيم</marquee></font></strong></td>
        </tr>
    </tbody>
</table>

<font><font size="5"><font color="black">             </font></font></font><font><font size="5"><font color="black">             </font></font></font>


كود التاريخ و الساعة

<div style="color:#000000;font-size:28px;font-family:Times New Roman;font-weight:bold;font-style:normal;text-decoration:none" id="basicdate"></div>
<script type="text/javascript">
   var now = new Date();
   var days = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
   var months = new Array('January','February','March','April','May','June','July','August','September','October','November','December');
   var date = ((now.getDate() < 10) ? "0" : "") + now.getDate();
   var year = (now.getYear() < 1000) ? now.getYear() + 1900 : now.getYear();
   today = days[now.getDay()] + ", " + months[now.getMonth()] + " " + date + ", " + year;
   var basicdate = document.getElementById('basicdate');
   basicdate.innerHTML = today;
</script>





<div style="color:#000000;font-size:72px;font-family:Times New Roman;font-weight:bold;font-style:normal;text-decoration:none" id="basicclock"></div>
<script type="text/javascript">
function clock() 
{
   var digital = new Date();
   var hours = digital.getHours();
   var minutes = digital.getMinutes();
   var seconds = digital.getSeconds();
   if (minutes <= 9) minutes = "0" + minutes;
   if (seconds <= 9) seconds = "0" + seconds;
   dispTime = hours + ":" + minutes + ":" + seconds;

   var basicclock = document.getElementById('basicclock');
   basicclock.innerHTML = dispTime;
   setTimeout("clock()", 1000);
}
clock();
</script>


كود تيفي قرءان

<a href="http://www.tvquran.com/" target="_blank"><img src="http://www.tvquran.com/banr/tvquran_21.gif" alt="TvQuran" border="0" /></a>


كود لوحة مفاتيح اللغة العربية
<a href="http://www.ajurry.com/ArabicKeyboard/"><img src="http://i45.servimg.com/u/f45/17/05/11/87/key111.gif" id="Image1" alt="" border="0" style="width:288px;height:100px;" /></a>


كود مشغل القراءات

<center><iframe align="center" id="IW_frame_1438" src="http://www.tvquran.com/add/index.htm" frameborder="0" allowtransparency="1" scrolling="no" width="302" height="334"></iframe></center>


كود الترحيب

<div style="color:#000000;font-size:26px;font-family:Times New Roman;font-weight:bold;font-style:normal;text-decoration:none;" id="yetanotherscroller"></div>

<script language="javascript">
<!-- 
var nSpeed = 80;
var nMsg = 0;

var messages = new Array
(
   'السلام عليكم ورحمة الله وبركاته',
   'بسم الله الرحمن الرحيم ',
   'أهلا بكم في مدونة أهل الأثر'
);

function doScroller(text, pos, direction)
{
   var yetanotherscroller = document.getElementById('yetanotherscroller');
   var hasInnerText = (document.getElementsByTagName("body")[0].innerText != undefined) ? true : false;   

   if (hasInnerText)
      yetanotherscroller.innerText = '[' + text.substring(0, pos) + ']';
   else
      yetanotherscroller.textContent = '[' + text.substring(0, pos) + ']';   

   pos += direction;
   if (pos > text.length)
      setTimeout('doScroller("'+text+'",'+pos+','+(-direction)+')', nSpeed*10);
   else
   {
     if (pos < 0)
     {
        nMsg++;
        if(nMsg >= messages.length)
          nMsg = 0;
        text = messages[nMsg];
        direction = -direction;
     }
     setTimeout('doScroller("'+text+'",'+pos+','+direction+')', nSpeed);
   }
}
doScroller(messages[0], 0, 1);

// -->
</script>