منتديات سوبر كول

<!-- Quick Register Box Dev : marsauae.com -->
<if condition="$show['guest']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="6"><phrase 1="$vboptions[bbtitle]">التسجيل السريع</phrase></td>
</tr>
<tr>

<td class="alt1" colspan="6">
<span class="smallfont"><script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<script type="text/javascript">
function verify_passwords(password1, password2)
{
// do various checks, this will save people noticing mistakes on next page
if (password1.value == '' || password2.value == '')
{
alert('لم تقم بتعبئة خانات الإسم المستخدم / كلمة المرور');
return false;
}
else if (password1.value != password2.value)
{
alert('Entered passwords do not match');
return false;
}
else
{


md5hash(password1, document.forms.register.password_md5);
md5hash(password2, document.forms.register.passwordconfirm_md5);



return true;
}
return false;
}
</script>
<form action="register.php" name="register" method="post" onsubmit="return verify_passwords(password, passwordconfirm);">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="addmember" />
<input type="hidden" name="url" value="index.php" />
<input type="hidden" name="agree" value="" />
<input type="hidden" name="password_md5" />
<input type="hidden" name="passwordconfirm_md5" />
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%">
<tr>
<td width="50%">الاسم المستخدم :</td>
<td width="50%"><input type="text" class="bginput" name="username" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">كلمة المرور :</td>
<td width="50%">
<input type="password" class="bginput" name="password" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">اعادة كتابة كلمة المرور :</td>
<td width="50%">
<input type="password" class="bginput" name="passwordconfirm" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">البريد الإلكتروني :</td>
<td width="50%">
<input type="text" class="bginput" name="email" maxlength="50" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">اعادة كتابة البريد الإلكتروني :</td>
<td width="50%">
<input type="text" class="bginput" name="emailconfirm" maxlength="50" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%"><input type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong>نعم ، قمت بالإطلاع على <a href="register.php?">شروط $vboptions[bbtitle]</a> وموافق عليها .</strong></td>
<td width="50%"><input type="submit" class="button" value="اتمام التسجيل" accesskey="s" /></td>
</tr>
</table>
</span>
</div></td>
</tr>
</thead>
</table>
</if>
<!-- / Quick Register Box Dev : marsauae.com -->


انضم إلى المنتدى ، فالأمر سريع وسهل

منتديات سوبر كول

<!-- Quick Register Box Dev : marsauae.com -->
<if condition="$show['guest']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="6"><phrase 1="$vboptions[bbtitle]">التسجيل السريع</phrase></td>
</tr>
<tr>

<td class="alt1" colspan="6">
<span class="smallfont"><script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<script type="text/javascript">
function verify_passwords(password1, password2)
{
// do various checks, this will save people noticing mistakes on next page
if (password1.value == '' || password2.value == '')
{
alert('لم تقم بتعبئة خانات الإسم المستخدم / كلمة المرور');
return false;
}
else if (password1.value != password2.value)
{
alert('Entered passwords do not match');
return false;
}
else
{


md5hash(password1, document.forms.register.password_md5);
md5hash(password2, document.forms.register.passwordconfirm_md5);



return true;
}
return false;
}
</script>
<form action="register.php" name="register" method="post" onsubmit="return verify_passwords(password, passwordconfirm);">
<input type="hidden" name="s" value="" />
<input type="hidden" name="do" value="addmember" />
<input type="hidden" name="url" value="index.php" />
<input type="hidden" name="agree" value="" />
<input type="hidden" name="password_md5" />
<input type="hidden" name="passwordconfirm_md5" />
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%">
<tr>
<td width="50%">الاسم المستخدم :</td>
<td width="50%"><input type="text" class="bginput" name="username" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">كلمة المرور :</td>
<td width="50%">
<input type="password" class="bginput" name="password" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">اعادة كتابة كلمة المرور :</td>
<td width="50%">
<input type="password" class="bginput" name="passwordconfirm" maxlength="15" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">البريد الإلكتروني :</td>
<td width="50%">
<input type="text" class="bginput" name="email" maxlength="50" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%">اعادة كتابة البريد الإلكتروني :</td>
<td width="50%">
<input type="text" class="bginput" name="emailconfirm" maxlength="50" value="" style="width:90px" size="20" /></td>
</tr>
<tr>
<td width="50%"><input type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong>نعم ، قمت بالإطلاع على <a href="register.php?">شروط $vboptions[bbtitle]</a> وموافق عليها .</strong></td>
<td width="50%"><input type="submit" class="button" value="اتمام التسجيل" accesskey="s" /></td>
</tr>
</table>
</span>
</div></td>
</tr>
</thead>
</table>
</if>
<!-- / Quick Register Box Dev : marsauae.com -->

منتديات سوبر كول

هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

[center][flash(510,320)](http://dc10.arabsh.com/i/01510/dceclisehb02.swf)[/flash][/center]

منتديات سوبر كول ترحب بك   مويجب التسجيل و الانضمام إلى الاسره لتسجيل اضغط هنا

2 مشترك

    اشياء ما تصدقهاا ادخل للعلم

    الجديد
    الجديد
    .:[مدير المنتدى]:.


    . : المدير
    الاوسمة : اشياء ما تصدقهاا ادخل للعلم W4
    المشاركات : 438
    تاريخ التسجيل : 26/08/2009
    العمر : 33

    اشياء ما تصدقهاا ادخل للعلم Empty اشياء ما تصدقهاا ادخل للعلم

    مُساهمة من طرف الجديد الإثنين 16 نوفمبر 2009 - 22:55

    لقطات مذهلة
    كل الصور التي ستشاهونها الآن تم تصويرها باستخدام مجهر المسح الإلكتروني ،
    يمكن الاطلاع على تفاصيل لا تصدق بمقاس من 1 إلى 5nm (نانومتر).

    سبحـــــــــــــــــــــــــــــان الله العظيـــــــــــــــــــم



    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    1. Red Blood Cells

    They look like little cinnamon candies here, but they're actually the most common type of blood cell in the human body - red blood cells (RBCs). These biconcave-shaped cells have the tall task of carrying oxygen to our entire body; in women there are about 4 to 5 million RBCs per micro liter (cubic millimeter) of blood and about 5 to 6 million in men. People who live at higher altitudes have even more RBCs because of the low oxygen levels in their environment.





    1- خلايا الدم الحمراء.
    انها تبدو مثل حلوى الأطفال هنا ، ولكنها في الواقع النوع الاكثر شيوعا من خلايا الدم في جسم الإنسان, خلايا الدم الحمراء (كرات الدم الحمراء). هذه الخلايا ثنائية التقعر مهمتها حمل وتوزيع الأوكسجين إلى الجسم بأكمله ؛ في النساء هناك ما يقرب من 4 إلى 5 ملايين كرة دم حمراء في الملليمتر المكعب من الدم ، وحوالي 5 إلى 6 ملايين في الرجال. الناس الذين يعيشون على ارتفاعات أعلى يكون عدد كرات الدم الحمراء لديهم اكبر بسبب انخفاض مستويات الاواللهجين في بيئتهم.






    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    2. Split End of Human Hair

    Regular trimmings to your hair and good conditioner should help to prevent this unsightly picture of a split end of a human hair.





    2- صورة لطرف شعرة إنسان:
    القص الجيد للشهر والتنظيف المستمريساعد على منع هذه الصورة الموحشة لتشقق أطراف شعرة الإنسان.



    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    3. Purkinje Neurons

    Of the 100 billion neurons in your brain. Purkinje (pronounced purr-kin-jee) neurons are some of the largest. Among other things, these cells are the masters of motor coordination in the cerebellar cortex. Toxic exposure such as alcohol and lithium, autoimmune diseases, genetic mutations including autism and neurodegenerative diseases can negatively affect human Purkinje cells.




    3- الخلايا العصبية
    من 100 بليون خلية عصبية في الدماغ. المسؤول الرئيسي عن تنسيق العمليات ونقل الأوامر داخل جسم الإنسان. التعرض للمواد السامة مثل الكحول والليثيوم ، وأمراض المناعة الذاتية ، والطفرات الوراثية بما في ذلك مرض التوحد وأمراض الاعصاب يمكن أن تؤثر سلبا على الخلايا العصبية البشرية.







    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    4. Hair Cell in the Ear

    Here's what it looks like to see a close-up of human hair cell stereo cilia inside the ear. These detect mechanical movement in response to sound vibrations.






    4- خلية الشعر في الأذن
    رؤية قريبة لأهداب الخلية البشرية المكونة من الشعرداخل الأذن.الحركة الميكانيكية لهذه الخلية تكون لدينا استجابة لذبذبات الصوت.



    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    5. Blood Vessels Emerging from the Optic Nerve

    In this image, stained retinal blood vessels are shown to emerge from the black-colored optic disc. The optic disc is a blind spot because no light receptor cells are present in this area of the retina where the optic nerve and retinal blood vessels leave the back of the eye.






    5- الأوعية الدموية الخارجة من العصب البصري
    في هذه الصورة. المنطقة السوداء في الصورة هي منطقة عمياء لأنه لا تةجد فيها الخلايا المستقبلة للضوء من شبكية العين حيث العصب البصري والأوعية الدموية.



    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    6. Tongue with Taste Bud

    This colour-enhanced image depicts a taste bud on the tongue. The human tongue has about 10,000 taste buds that are involved with detecting salty, sour, bitter, sweet and savory taste perceptions.






    6- براعم التذوق في اللسان
    صورة لبراعم التذوق على اللسان. اللسان البشري له حوالي 10،000 براعم الذوق التي تساعد في الكشف عن المالح والحامض والمر والحلو وانواع الطعام.



    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    7. Tooth Plaque

    Brush your teeth often because this is what the surface of a tooth with a form of “corn-on-the- cobâ€
    plaque looks like.





    7- بلاك او جير الاسنان
    فرش ونظف أسنانك بإستمرار لأن هذا هو شكل التراكمات على السن الغير نظيفه.



    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    8. Blood Clot

    Remember that picture of the nice, uniform shapes of red blood cells you just looked at? Well, here's what it looks like when those same cells get caught up in the sticky web of a blood clot. The cell in the middle is a white blood cell.




    10- تجلط الدم
    هل تذكر الصورة الجميلة والنظيفة التي شاهدتها في الأعلى؟ هنا نفس الخلايا ولكنها عالقة في شبكة لزجة من مخلفات الدم, وهذا ما يسبب الجلطه. الخلية في المنتصف هي خلايا الدم البيضاء.


    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    9. Alveoli in the Lung

    This is what a colour-enhanced image of the inner surface of your lung looks like. The hollow cavities are alveoli; this is where gas exchange occurs with the blood.




    9- الحويصلات الهوائية في الرئة
    هذا هو شكل السطح الداخلي للرئة لديك. تجاويف جوفاء هي الحويصلات الهوائية ، والتي يحدث فيها تبادل الغازات مع الدم.




    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    10. Lung Cancer Cells

    This image of warped lung cancer cells is in stark contrast to the healthy lung in the previous picture.




    10- خلايا سرطان الرئة
    هذه الصورة من خلايا سرطان الرئة وهي مشوه في تناقض صارخ مع رئة سليمة في الصورة السابقة.


    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    11. Villi of Small Intestine

    Villi in the small intestine increase the surface area of the gut, which helps in the absorption of food. Look closely and you will see some food stuck in one of the crevices.






    11- الزوائد في الأمعاء الدقيقة
    الزوائد في الامعاء الدقيقة لزيادة المساحة السطحية للامعاء ، والتي تساعد في امتصاص الطعام. ننظر عن كثب وسوف ترون بعض الطعام عالقة في واحدة من الشقوق.



    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    12. Human Egg with Coronal Cells

    This image is of a purple, colour-enhanced human egg sitting on a pin. The egg is coated with the zona pellicuda, a glycoprotein that protects the egg but also helps to trap and bind sperm. Two coronal cells are attached to the zona pellicuda.






    12- بويضة بشرية غير ملقحة مع الاكليل
    هذه الصورة هي لبويضة بشرية وهي مغلفة ببروتين سكري يحميها وييساعد أيضا على مصيدة الحيوانات المنوية.



    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    13. Sperm on the Surface of a Human Egg

    Here's a close-up of a number of sperm trying to fertilize an egg.





    13- الحيوانات المنوية على سطح البويضه
    هنا في صورة نرى عدد من الحيوانات المنوية تحاول تخصيب البويضة.



    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    14. Human Embryo and Sperm

    It looks like the world at war, but it is actually five days after the fertilisation of an egg, with some remaining sperm cells still sticking around. This fluorescent image was captured using a confocal microscope. The embryo and sperm cell nuclei are stained purple while sperm tails are green. The blue areas are gap junctions, which form connections between the cells.






    14- عملية تخصيب البويضه
    يبدو ان الوضع في حالة حرب ، ولكنه في الواقع البويضة بعد خمسة أيام من الإخصاب، مع بعض الخلايا المنوية المتبقية لا تزال شائكة حولها. نرىالجنين ونوى الخلايا المنوية باللون الأرجواني بينما ذيول الحيوانات المنوية هي الخضراء. المناطق الزرقاء هي تقاطعات الفجوة ، والتي تشكل الاتصالات بين الخلايا.






    [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذه الصورة]
    15. Colored Imge of a 6 day old Human Embryo Implanting






    15- صورة ملونة لجنين عمره 6 أيام
    »̵ζ͡β!şση«
    »̵ζ͡β!şση«
    .:[العسول نائب المدير]:.


    الاوسمة : اشياء ما تصدقهاا ادخل للعلم Vbfs2
    المشاركات : 330
    تاريخ التسجيل : 31/08/2009
    العمر : 32
    الموقع : جدة ام الرخاء والشدة

    اشياء ما تصدقهاا ادخل للعلم Empty رد: اشياء ما تصدقهاا ادخل للعلم

    مُساهمة من طرف »̵ζ͡β!şση« الأربعاء 25 نوفمبر 2009 - 16:25

    وااااااااااااو جدا جدا راااااائع

    مشكووووور عالموضووووع
    الجديد
    الجديد
    .:[مدير المنتدى]:.


    . : المدير
    الاوسمة : اشياء ما تصدقهاا ادخل للعلم W4
    المشاركات : 438
    تاريخ التسجيل : 26/08/2009
    العمر : 33

    اشياء ما تصدقهاا ادخل للعلم Empty رد: اشياء ما تصدقهاا ادخل للعلم

    مُساهمة من طرف الجديد السبت 13 فبراير 2010 - 9:10

    مشكووور علىــ المرررروور عطر

      الوقت/التاريخ الآن هو الخميس 28 مارس 2024 - 14:48