دليل المدون
‏إظهار الرسائل ذات التسميات صفحات جاهزة. إظهار كافة الرسائل
‏إظهار الرسائل ذات التسميات صفحات جاهزة. إظهار كافة الرسائل

2012-06-01

تصميم ترحيب Html نوت بوك للفيس بوك Notebook for facebook

بسم الله الرحمن الرحيم
والصلاة والسلام على أشرف المرسلين
سيدنا محمد وعلى آله وصحبه أجمعين
 Notebook for facebook

تصميم ترحيب Html نوت بوك للفيس بوك Notebook for facebook

مميزات التصميم:
  •  التصميم على شكل نوت بوك يمكن كتابة نبذة عن الصفحة وإضافة الروابط والصور
  • به زر الإعجاب للفيس بوك وتويتر
  • به زر شير Share لجميع المواقع المفضلات الإجتماعية
  • التصميم بأبعاد التايم لاين عرض 820px  
  • سهل التعديل عليه  أون لاين من هــناااااااااااا

طريقة التعديل على التصميم :
أولا: إضافة تطبيق Html للفيس بوك كما موضح بهذا الموضوع
ثانيا: نسخ الكود التالى والتعديل عليه كما سنذكر بالشرح ثم لصقه بمكان الأكواد بالتطبيق الموجود بالصفحة
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=DOS-720">
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
 margin: 0;
 padding: 0;
 color: #600;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 line-height: 1.4;
 text-align: right;
 background-image: none;
}
#yellow {
 color: #FF0;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
 padding: 0;
 margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
 margin-top: 0;  /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
 padding-right: 15px;
 padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: bold;
 line-height: 30px;
}
.Red text {
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 18px;
 color: #C00;
}
.Ro {
 background-image: none;
 background-position: right;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
 border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
 color: #42413C;
 text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
 color: #6E6C64;
 text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
 text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
 width: 730px; /* the auto value on the sides, coupled with the width, centers the layout */
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 background-color: #FFF;
 background-image: url(http://img269.imageshack.us/img269/9277/69974962.jpg);
 background-repeat: no-repeat;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
 width: 750px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {

 padding: 10px 0;
}

/* ~~ The footer ~~ */
.footer {
 height: 150px;
 width: 730px;
 padding-top: 10px;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
 float: right;
 margin-left: 8px;
 font-size: 12px;
 width: 730px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
 float: left;
 margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
 clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}
.align { font-family: Tahoma, Geneva, sans-serif;
 font-size: 16px;
 font-style: italic;
 font-weight: bold;
 text-align: right;
}
.container .Red h2 {
 font-family: Verdana, Geneva, sans-serif;
 width: 450px;
}
-->
</style></head>

<body>


<div class="container">
<br
<div <!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fc8ee464b4cbec9"></script>
<!-- AddThis Button END --> <div
  <div class="Red">
    <blockquote>
      <blockquote>
        <p align="right">&nbsp;</p>
      </blockquote>
    </blockquote>
    <blockquote>
      <blockquote>
        <p>&nbsp;</p>
        <h1 align="center" class="Red">السلام عليكم ورحمة الله وبركاته</h1>
        <blockquote>
          <h1 align="center" class="Red">أكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتبالنص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هناب    هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص <span class="align">
          &nbsp;</h1>
</blockquote>
        <p align="right"></span><br>
        </p>
</blockquote>
    </blockquote>
    <div align="right"><!-- end .content -->    </div>
  </div>
  <div class="footer">
   
            <h2 align="center" class="fltrt">Copyright &copy; facebook Pages|  Design by<a href="http://conda3ianllkhir.blogspot.com/" target="_blank" class="fltrt" id="blue"> <strong>Dr.R.O</strong></a></h2>
          
    <!-- end .footer --></div>
<!-- end .container --></div>
</body>
</html>

ثالثاً:التعديل على الأكواد بما يناسب صفحتك:
وإتباع الشرح
الضغط على زر Code ونسخ الأكواد بالمربع هكذا
welcome pages صفحات ترحيب الفيس بوك
 بالضغط على زر Design سنجد التصميم موجود ومن السهل التعديل عليه وتنسيق الخط وإدراج الصور مثل الوورد
وهذا شرح لبعض خصائص البرنامج
نقوم بتظليل مكان النص وكتابة النص المناسب وتنسيقه من خلال البرنامج.
لتغيير الشعار الموجود بالهيدر نضغط على الصورة ثم نضيف رابط مباشر لصورة اللوجو الخاص بالصفحة بعد رفعها من هــنااااااااااا
يمكن أيضا وضع روابط وجدول بالتصميم
بعد ضبط الصفحة مرة أخرى نضغط على زر code وننسخ الأكواد الموجودة بالبرنامج ونلصقها فى مكان الأكواد بالبيدج على الفيس بوك


تنبيه : المرجو عدم نسخ الموضوع بدون ذكر مصدره المرفق بالرابط المباشر للموضوع الأصلي وإسم المدونة وشكرا  

2012-05-31

صفحة ويب أوراق الخريف جاهزة HTML

بسم الله الرحمن الرحيم
والصلاة والسلام على أشرف المرسلين
سيدنا محمد وعلى آله وصحبه أجمعين

تصميم مميز لصفحة ويب
مصممة من سكرابز أوراق الشجر
صفحات ترحيب الفيس بوك,قالب فيس بوك,Facebook tempelate

مميزات التصميم:


  • يحتوى على أزرار مشاركة جميع المواقع الإجتماعية
  • به مساحة كافية للكتابة به
  • سهل التعديل عليه

طريقة التعديل على التصميم:

التوجه لبرنامج فرونت بيج أون لاين
نسخ الكود بمصدر الأكواد ثم التعديل على التصميم بما يناسبك

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=DOS-720">
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
 margin: 0;
 padding: 0;
 color: #600;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 line-height: 1.4;
 text-align: right;
 background-image: none;
}
#yellow {
 color: #FF0;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
 padding: 0;
 margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
 margin-top: 0;  /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
 padding-right: 15px;
 padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 16px;
 font-style: italic;
 font-weight: bold;
}
.Red text {
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 18px;
 color: #C00;
}
.Ro {
 background-image: none;
 background-position: right;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
 border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
 color: #42413C;
 text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
 color: #6E6C64;
 text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
 text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
 width: 700px; /* the auto value on the sides, coupled with the width, centers the layout */
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 background-color: #FFF;
 background-image: url(http://img98.imageshack.us/img98/4958/84165750.png);
 background-repeat: no-repeat;
 height: auto;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
 width: 750px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {

 padding: 10px 0;
}

/* ~~ The footer ~~ */
.footer {
 height: 100px;
 width: 730px;
 padding-top: 10px;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
 float: right;
 margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
 float: left;
 margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
 clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}
.align { font-family: Tahoma, Geneva, sans-serif;
 font-size: 16px;
 font-style: italic;
 font-weight: bold;
 text-align: right;
}
.container .Red h2 {
 font-family: Verdana, Geneva, sans-serif;
}
.text {
 font-family: Andalus, "Bassam Ostorah", FS_Wood;
 font-size: 18px;
 width: 470px;
}
-->
</style></head>

<body>

<div class="container"><!-- AddThis Button BEGIN -->
  <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fba937a541cb17e"></script>
<!-- AddThis Button END --><div class="Red">
    <blockquote>
      <blockquote>
        <h1 class="Red">&nbsp;</h1>
        <h1 class="Red">&nbsp;</h1>
        <h1 class="Red">&nbsp;</h1>
        <blockquote>
          <h1 class="Red">السلام عليكم ورحمة الله وبركاته        </h1>
        </blockquote>
        <h2 align="justify" class="text"> أكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب    هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا </h2>
        <p align="justify">&nbsp;</p>
        <p align="justify">&nbsp;</p>
        <div class="addthis_toolbox addthis_default_style addthis_32x32_style"> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a> <a class="addthis_counter addthis_bubble_style"></a> </div>
        <p align="center">&nbsp;</p>
      </blockquote>
    </blockquote>
    <p align="center"><span class="align"></p>
    </span>
    <h2 class="content"><br>
  </h2>
    <!-- end .content --></div>
  <div class="footer">
    <h1 align="center" class="Ro">Copyright &copy; facebook Pages|  Design by<a href="http://conda3ianllkhir.blogspot.com/" target="_blank" class="header" id="yellow"> <strong>Dr.R.O</strong></a></h1>
    <!-- end .footer --></div>
<!-- end .container --></div>
</body>
</html>

نقوم بتظليل مكان النص وكتابة النص المناسب وتنسيقه من خلال البرنامج.
يمكن إضافة الصور والروابط عن طريق البرنامج.
تنبيه : المرجو عدم نسخ الموضوع بدون ذكر مصدره المرفق بالرابط المباشر للموضوع الأصلي وإسم المدونة وشكرا

2012-05-22

صفحة ترحيب إسلامية Html للفيس بوك جاهزة عرض 820px

بسم الله الرحمن الرحيم
والصلاة والسلام على أشرف المرسلين
سيدنا محمد وعلى آله وصحبه أجمعين
التصميم ذات الطابع الإسلامى
welcome pages صفحات ترحيب الفيس بوك


 مميزات التصميم:
  • يحتوى على هيدر ممكن أن يوضع به لوجو مناسب للصفحة
  • يحتوى على أزرار مشاركة جميع المواقع الإجتماعية
  • به مساحة كافية لكتابة نبذة عن موضوع البيدج
  • التصميم بأبعاد التايم لاين عرض 820px 
  • سهل التعديل عليه
طريقة التعديل على البيدج أو صفحة الفيس بوك:
أولا: إضافة تطبيق Html للفيس بوك كما موضح بهذا الموضوع
ثانيا: نسخ الكود التالى والتعديل عليه كما سنذكر بالشرح ثم لصقه بمكان الأكواد بالتطبيق الموجود بالصفحة

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=DOS-720">
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
 margin: 0;
 padding: 0;
 color: #600;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 line-height: 1.4;
 text-align: right;
 background-image: none;
}
#yellow {
 color: #FF0;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
 padding: 0;
 margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
 margin-top: 0;  /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
 padding-right: 15px;
 padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 16px;
 font-style: italic;
 font-weight: bold;
}
.Red text {
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 18px;
 color: #C00;
}
.Ro {
 background-image: none;
 background-position: right;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
 border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
 color: #42413C;
 text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
 color: #6E6C64;
 text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
 text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
 width: 730px; /* the auto value on the sides, coupled with the width, centers the layout */
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 background-color: #FFF;
 background-image: url(http://img18.imageshack.us/img18/9714/78626039.png);
 background-repeat: no-repeat;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
 width: 750px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {

 padding: 10px 0;
}

/* ~~ The footer ~~ */
.footer {
 height: 100px;
 width: 730px;
 padding-top: 10px;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
 float: right;
 margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
 float: left;
 margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
 clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}
.align { font-family: Tahoma, Geneva, sans-serif;
 font-size: 16px;
 font-style: italic;
 font-weight: bold;
 text-align: right;
}
.container .Red h2 {
 font-family: Verdana, Geneva, sans-serif;
}
-->
</style></head>

<body>

<div class="container"><span class="align"><img src="http://img560.imageshack.us/img560/6461/121t.png" width="400" height="137" alt="لوجو المدونة"></span>
  <!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fba937a541cb17e"></script>
<!-- AddThis Button END --><div class="Red">
    <h1 class="Red">السلام عليكم ورحمة الله وبركاته</h1>
    <h2 align="right"> أكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب    هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب    هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا </h2>
<h2 align="center">&nbsp;</h2>
    <p align="center">&nbsp;</p>
    
    <p align="center"><span class="align">
   &nbsp;</p>
    </span>
    <h2 class="content"><br>
  </h2>
    <!-- end .content --></div>
  <div class="footer">
    <h1 align="center">Copyright &copy; Islamic Pages|  Design by<a href="http://conda3ianllkhir.blogspot.com/" target="_blank" class="header" id="yellow"> <strong>Dr.R.O</strong></a></h1>
    <!-- end .footer --></div>
  <!-- end .container --></div>
</body>
</html>

ثالثاً:التعديل على الأكواد بما يناسب صفحتك:


وإتباع الشرح
الضغط على زر Code ونسخ الأكواد بالمربع هكذا

welcome pages صفحات ترحيب الفيس بوك
 بالضغط على زر Design سنجد التصميم موجود ومن السهل التعديل عليه وتنسيق الخط وإدراج الصور مثل الوورد
وهذا شرح لبعض خصائص البرنامج


نقوم بتظليل مكان النص وكتابة النص المناسب وتنسيقه من خلال البرنامج.
لتغيير الشعار الموجود بالهيدر نضغط على الصورة ثم نضيف رابط مباشر لصورة اللوجو الخاص بالصفحة بعد رفعها من هــنااااااااااا
يمكن أيضا وضع روابط وجدول بالتصميم

بعد ضبط الصفحة مرة أخرى نضغط على زر code وننسخ الأكواد الموجودة بالبرنامج ونلصقها فى مكان الأكواد بالبيدج على الفيس بوك

تنبيه : المرجو عدم نسخ الموضوع بدون ذكر مصدره المرفق بالرابط المباشر للموضوع الأصلي وإسم المدونة وشكرا  

2012-02-07

تصميم فيكتورى جاهز لصفحة ويلكم للفيس بوكwelcome tempelats

بسم الله الرحمن الرحيم

والصلاة والسلام على أشرف المرسلين

سيدنا محمد وعلى آله وصحبه أجمعين

مازال يتنافس صاحبى صفحات الفيس بوك (Admins) فى إبداع تصميم صفحاتهم بطرق مبتكرة وذلك يؤدى إلى نجاح البيدج وزيادة عدد المعجبين بها .
وهذا تصميم لصفحة ترحيب من تصميمى وتطويرى يستخدم بتطبيق i-frame الذى يتضمن أكواد Html,Css,Javascript




طريقة التعديل على التصميم بما يلائم الصفحة يتم كالآتى:
 عمل تطبيق i-frame كما فى هذا الدرس
تحميل الكود ونسخه بإستخدام ctrl+A  ثم ctrl+C ولصقه ctrl+v
إستخدام البحث من الكيبورد Ctrl+F

التصميم يحتوى على عنوان البيدج ويمكن كتابة مقدمة عن البيدج عن طريق التعديل فى الكود  بCtrl+F
والبحث عن العنوان مدونة كن داعيا للخير وإستبداله بإسم البيدج .
أيضا إستبدال النص (إكتب النص هناااااااإكتب النص هنااااااا........) بالنص المطلوب كمقدمة للبيدج
يحتوى التصميم أيضا على زر Like والمشاركة على الفيس بوك وتويتر.

  • لتبديل الصور يجب البحث عن الروابط
https://sites.google.com/site/conda3ianllkhir2/home/pic2.jpg
https://sites.google.com/site/conda3ianllkhir2/home/pic2.jpg
وتبديلها بروابط مباشرة للصور يمكن رفع الصور من هنــــــــااااااااااااااااا
أبعاد الصور يجب أن تكون 100*150 ، 100*70

  • لإدراج رابط الصفحة على الفيس بوك وتويتر  يجب البحث عن هذا الروابط
http://www.facebook.com/designsblog
https://twitter.com/drro2
وتبديلها بالروابط الخاصة بصفحتكم
ثم نضغط prview لإختبار التصميم ثم 
Save changes
تحميل الكود

تعديل أكواد صفحات الفيس بوك أون لاين من خلال هذا البرنامج

المزيد من الصفحات الجاهزة

تنبيه : المرجوا عدم نسخ الموضوع بدون ذكر مصدره المرفق بالرابط المباشر للموضوع الأصلي وإسم المدونة وشكرا  

2012-02-04

تصميم لصفحة ويب مميزة على web Pages

بسم الله الرحمن الرحيم

والصلاة والسلام على أشرف المرسلين

سيدنا محمد وعلى آله وصحبه أجمعين


 أقدم هذه الخلفية الترحيبية ذات الألوان الرمادية مع الزخارف الفيكتورية الصفراء والبيضاء



من مميزات هذا التصميم أنه بالإمكان كتابة عنوان الصفحة وكتابة عبارة ترحيبية وبها مساحة كافية لعرض نص كافى كمقدمة عن موضوع الصفحة وممكن أيضاً إضافة صورتين بجانب النص.



يمكن التعديل على التصميم بإستخدام هذا البرنامج أون لاين ووضع الروابط والتعديل على النصوص

أو بهذه الطريقة اليدوية:
طريقة التعديل على التصميم بما يلائم الصفحة يتم كالآتى:
 عمل تطبيق i-frame كما فى هذا الدرس
تحميل الكود ونسخه بإستخدام ctrl+A  ثم ctrl+C ولصقه ctrl+v
إستخدام البحث من الكيبورد Ctrl+F
  • لكتابة إسم الصفحة البحث عن كلمة مدونة كن داعيا للخير وتبديلها بإسم البيدج
  • لكتابة النصوص البحث عن جزء كتب هنا النص ، أكتب هنااااااااااااااااأكتب هنا النص ، أكتب هنا النص ، أكتب هنا النص ، أكتب هنا النص ، أكتب هناااااااااااااااا أكتب هنا النص 
وتبديله بالنص المراد عرضه عن موضوع البيدج
  • لعرض الصور التى تجانب النص يجب البحث عن الروابط
https://sites.google.com/site/conda3ianllkhir2/home/pic2.jpg
https://sites.google.com/site/conda3ianllkhir2/home/pic2.jpg
وتبديلها بروابط مباشرة للصور يمكن رفع الصور من هنــــــــااااااااااااااااا
أبعاد الصور يجب أن تكون 100*150 ، 100*70
  • لوضع رابط الصفحة على الفيس بوك وتويتر  يجب البحث عن هذا الروابط
http://www.facebook.com/designsblog
https://twitter.com/drro2
وتبديلها بالروابط الخاصة بصفحتكم
ثم نضغط prview لإختبار التصميم ثم Save changes
تنبيه : المرجو عدم نسخ الموضوع بدون ذكر مصدره المرفق بالرابط المباشر للموضوع الأصلي وإسم المدونة وشكرا

2012-01-25

قالب فيس بوك جاهز للصفحات الإخبارية Welcome Pages

بسم الله الرحمن الرحيم

والصلاة والسلام على أشرف المرسلين

سيدنا محمد وعلى آله وصحبه أجمعين

صفحة ترحيب جاهزة لصفحة i-Frame تصلح للبيدجات الإخبارية
 من تطويرى

أعتبرها كغلاف كغلاف مجلة للبيدج 
ويمكن كتابة إسم الصفحة مع عرض مقدمة عن المواضيع
وتزويدها بروابط لصفحات i-frame أوصفحات FBMl أخرى




فى البداية لا بد من إضافة تطبيق Html  كما ذكرنا من قبل فى هذا الموضوع
ثم نسخ كود الصفحة فى تطبيق HTML


التعديل على القالب يمكن بإستخدام ctrl +F من لوحة المفاتيح كمحرك بحث
للبحث عن الكودالخاص بالشعار
https://sites.google.com/site/conda3ianllkhir2/home/news_logo.png

وتبديله بالرابط المباشر شعار الخاص بالصفحة ويجب أن يكون أبعاده  280*86
يمكن رفع الصور بروابط مباشرة من هـــنااااااااااااا

من مميزات القالب أيضا يمكن مشاركته مع تويتر 
ويمكن ربطه بصفحات أخرى عن طريق تعديل الروابط

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

 

تنبيه : المرجو عدم نسخ الموضوع بدون ذكر مصدره المرفق بالرابط المباشر للموضوع الأصلي وإسم المدونة وشكرا  

2011-09-30

خلفيات إسلامية لصفحات ترحيب Fbml للفيس بوك Islamic backgrounds

بسم الله الرحمن الرحيم

والصلاة والسلام على أشرف المرسلين سيدنا محمد وعلى آله وصحبه أجمعين

تحديث : تم إلغاء تطبيق fbml من قبل ادارة الفيس بوك لذلك يمكن الاستعانة بتطبيقات iframe , iwipa


ويمكنا التحكم فى طول الخلفية بتغيير القيمة
height:3000px

أكواد Fbml  للخلفيات الإسلامية




<div style="background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhe-4-1T_URkOB4Rymm_vHA8P9Im9VG9qvWi5QmQP1kuH4we5bbC35j1PXHtuIp9JYbTPt_hjBDXBb7U1XI_Su54Nx6tAZaGtY0xUOkOvjaGoUTPVM5pL49PD1NiJVh1nfTi8nJ0Nn4TjDw/);
 background-repeat:repeat;
 width:520px;
 height:3000px;">
<p>
<IMG SRC="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjz5QsMhl6JkUtVUiD6bJfIRqR8Q1xvWEoSWFZyyjYCkYMhr1ouZ3E_YCvrctWNGn1d3BSBkofU9I-4hxrDLeDCKO9Y9sXn74VcVMH0s4y_7kueLEoIbTQ7nZfLQ2e99KBCufWPt_RHC-Er/">
<center>
<A HREF="http://conda3ianllkhir.blogspot.com/"> تم التصميم بواسطة مدونة كن داعيا للخير </A>
<center>




<div style="background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixhyVTDZWTYih3qACXHK3ughGpPtTnQfSSBk7sUPMpe_kNuZi7tU-OoocU3xoTQ67JgvLIjN6B4csmOfVxdFPYnQPKHSthmsoXg6Nl0pQ7_iaL19QWHLzLE2N7dLxfKfV6anIacE_WZxLp/);
 background-repeat:repeat;
 width:520px;
 height:3000px;">
<p>
<IMG SRC="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6mPianI11gDKODiRevbrT8g9vArNCnVZI_ffg2b_RxBOjn2BkBk78edwIIfSZInNSWzEpwCeQfH0I_7pZtu-BMqUN3F_XBPKUUbl5NICHjqkhOv-dMUp21BFHpAjZpOxysTzP2xluk8La/">
<center>
<A HREF="http://conda3ianllkhir.blogspot.com/"> تم التصميم بواسطة مدونة كن داعيا للخير </A>
<center>








<div style="background-image:url(http://img11.imageshack.us/img11/3177/148it.jpg);
 background-repeat:repeat;
 width:520px;
 height:3000px;">
<p>
<IMG SRC="http://img190.imageshack.us/img190/5449/127qr.jpg">





<div style="background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4rC0BAjmdOKjZ94GBFcGXz2S_ONylHp8uyNZx6j0H0ICL0uXwSVMgSwui6RDkoOOQEWAJZ-Uh5LKGaYtVZaRt4FnKaZV4soA5zHo2dCYQooIE6n5dc6DXmOL_8vnMv6oEALTlCpsZh2Xt/);
 background-repeat:repeat;
 width:520px;
 height:3000px;">
<p>
<IMG SRC="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwI2iX9zztuAoJ277-Z49m-4vPJr0LRHcGvmCnuuas7lfGK2SUnyxSEnHvosdLR9_dorp7FEPZ9t0ZbsVznWhYWMezxw5IZ56s0wwDoYt4In83z3nHP7Xy7rR59oEa63EmRwdUa6fuRz51/">
<A HREF="http://conda3ianllkhir.blogspot.com/"> تم التصميم بواسطة مدونة كن داعيا للخير </A>




<div style="background-image:url(http://img717.imageshack.us/img717/9836/25150996.jpg);
 background-repeat:repeat;
 width:520px;
 height:3000px;">
<p>
<IMG SRC="http://img546.imageshack.us/img546/4794/57129508.jpg">



<div style="background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9OAxa1JTMzHPlxbeypqTacG6wNq1XkhXkmfOZ_yo9HzwoYicIfgl28A_m42qATFgtVYTWevfbAaKlkM1S-zeN9nU_AfdcpxTYaVHJ3cFGuidmrHVwQTzBcEfNVcmO8FbslOM9PmFI8OHb/);
 background-repeat:repeat;
 width:520px;
 height:3000px;">
<p>
<IMG SRC="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjX1CjyQEnba9ZjkFslfrZL6vH7Rg7VJB-St1kZP6yqgttrjN1-9Q_5PGhjfe44HLOtOksEbu-bgDKexPdPAb2TC5Tbvdr1Ieo109lWY_RPGrByabAWr0Ox7QSGNe0Vdvg0EAoueuZw0lQB/">
<center>
<A HREF="http://conda3ianllkhir.blogspot.com/"> تم التصميم بواسطة مدونة كن داعيا للخير </A>
<center>



<div style="background-image:url(http://img64.imageshack.us/img64/1511/124rt.jpg);
 background-repeat:repeat;
 width:520px;
 height:3000px;">
<p>
<IMG SRC="http://img810.imageshack.us/img810/4486/83093049.jpg">




<div style="background-image:url(http://img198.imageshack.us/img198/2967/81971138.jpg);
 background-repeat:repeat;
 width:520px;
 height:3000px;">
<p>
<IMG SRC="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivlUMNg7MgJE6ulX5nHX0ZuPuGXIC8P4EmsM5jUThWM9jOgAKjyfZYGZSG-0uLMt_ohrcJ2zedTRjeJSGlMKw6G5gCNMxSTUZyGGNeJaAYe1kHX38Ug5fWeGz6wSUTT_dSMvIU3CMVaeCX/">
<A HREF="http://conda3ianllkhir.blogspot.com/"> مدونة كن داعيا للخير </A>





<div style="background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHTsmuopzXhMufBGmkYRQg73dlfZpQcFSAtcTf0AF_7pHYqdj7OEoO4xbj4mHKjjD-brCJqRcw-dHPoU5wErIzn1AlErJn1q4P2HAvOAGhkwSWL7YHZicUxA4kfQIGsN3wOtjQcyYmAolE/);
 background-repeat:repeat;
 width:520px;
 height:3000px;">
<p>
<IMG SRC="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDsz-D8GO0M6_hksaXpyqjKNhdVe5Tc2tuvimu6jXjjJimkKDBcWeFEvEw9VL_5v2lOBeAVQ8SJjLlb2DlXjeoqXHgCnW8u_1XfQdxcKTxtZltWpci6g7HD-4PagQ1idcmFZUypZMFMppe/">
<A HREF="http://conda3ianllkhir.blogspot.com/"> مدونة كن داعيا للخير </A>


<div style="background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhngcVeHqskFo8GUofyjoi4BsrogVPwxVE5jHwUnbTyBJWWLZtjI0m9o9f_qVM3ddiBpYTSh5aJrVNrtB8kHZvVg-ptz1RkfDilaPrX7s1Ys4rP-cwlcE5I4dRb2MJzTi2qwzY0aH41qeD9/);
 background-repeat:repeat;
 width:520px;
 height:3000px;">
<p>
<IMG SRC="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9UaRZG66TOmj_QNdSPjQGIMUlkzYj0BFWZYvBIf1wgNkH-jsNTXtJeKpnI-xzryAYW_xVcRp3xHFk0d8TAcKpbl4QPmFVYpjQ2i7ZFEM9OwkppQFafjQOOLFb0Rs5a0S4Bs4WoNKXmCjS/">
<A HREF="http://conda3ianllkhir.blogspot.com/"> تم التصميم بواسطة مدونة كن داعيا للخير </A>



<div style="background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigocXigD1Z58B31Vyszle4HStT9x0Z_wpSRwWXeRE_-cOtg5gOYLJQ9xbwmSeSzt7sFVBooV1oFNHoOdymLruN2xdHHXlCwHRnyFp5hTpeI0mMKkKgehPBLYo6op5os4MlpZfANCxW5XX8/);
 background-repeat:repeat;
 width:520px;
 height:3000px;">
<p>
<IMG SRC="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRpz-UjflV1xC0B2KUxj4Jqi84dvrZ_Qa8XKcp6Ylcyw5AIS65U4XDcKQb31LsC3iviPiSCfThw01Mx3szUpguJqr87TtdrSf49iR_V0nG4KePFlV4i0qlWMBM5PF_Puk4px7ijFUHNMSo/">
<center>
<A HREF="http://conda3ianllkhir.blogspot.com/"> تم التصميم بواسطة مدونة كن داعيا للخير </A>
<center>



أتمنى أن تنال إعجابكم

تنبيه : المرجوا عدم نسخ الموضوع بدون ذكر مصدره المرفق بالرابط المباشر للموضوع الأصلي وإسم المدونة وشكرا  

قد يهمك أيضا:

إضافة المصحف الجامع والمزيد من التطبيقات الإسلامية لصفحات الفيس بوك

الترحيب بإسم الزائر وإضافة الفيديو لصفحات الفيس بوك

Privacy-Policy | إعلن لدينا
جميع الحقوق محفوظة لــ كن داعيا للخير 2011-2022 ©

تصميم كن مدون