أسهل طريقة لاضافة السلايدر شو المحترف.

1 التعليقات
لإضافة المحترف بطريقة احترافية وسهلة ماعليك إلا تتبع الخطوات التالية.
معاينة الاداة من هنا
من  لوحة التحكم من هنا -> قالب -> تحرير HTML
 خذ نسخه احتياطيه لـ قالب المدونه قبل إجراء أية تغييرات
قبل كل شئ ان كان قالبك يتوفر على السلايدر شو مسبقا فابحث عن هذا الكود : 
border-top: 4px solid
وقم بحذفه. 
     1- قم بالبحث عن الكود التالي بالإستعانة بلوحة التحكم (CTRL+F)
]]></b:skin>
 والصق الكود التالي قبله تمامآ .
#alwansd{
height: 428px;
margin: 0 0 0px 0px;
padding: 15px 28px 15px 16px;
width: 672px;
background: #373737;
border-top: 4px solid #00B4FF;
}
.alwanw{
position: relative;
height:385px;
}
.alwanw .contentdiv{
visibility: hidden;
position: absolute;
opacity: 1;
}
.alwan-ps{
text-align: right;
float: left;
width: 670px;
height: 11px;
margin-left:-43px;
}
.alwan-ps .toc{
font-size: 0px;
width: 102px;
height: 11px;
float: right;
background: #5b5b5b;
margin-left: 1px;
}
.alwan-ps a.selected{
background:#dfdfdf;
}
.alwan-ps .prev, .alwan-ps .next {display:none; }
.alwanip{
width: 618px;
padding: 10px !important;
bottom: 0;
float: left !important;
position: absolute;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiye_joSjabCjcoIyYMtCdt0q6XZufQi4FeXu-wXywmlo7MR0AmB0BYtt4PNtViFttofW-dJCFT90aiqxhqDotz6euRq4kpE8G2vcNd3O4LzdLbVO3jhny6kA37QaXwxKRWxoIqKxf6MU0/s1600/backslide.png);
}
.alwanip a{
color:#dcdcdc;
font: 12px droidkufi-bold;
margin:0;
padding:0;
line-height: 19px;
}
.alwanip h6{margin: 0;}
.alwanip h6 a:hover {color:#c2df00;}
.alwanip .alwand{font:12px arial; margin:4px 0; color:#a5a5a5; }
.alwanip p{font-size: 13px;
margin: 0;
color: #a5a5a5;
line-height: 23px;
}
.alwansf a img{float: right !important; }
.alwansf {float: right !important; width:680px!important;}
.column-center-outer {
width: 680px;
}

قم بتغيير 00B4FF# بكود اللون المناسب لمدونتك يمكنك الحصول عليه من هنا.
بعد ذلك ابحث عن:

</head>

 والصق الكود التالي قبله مباشره {فوقه}.

&lt;script&gt; 
/* Script from:http://alb33dani.blogspot.com */
imgr = new Array();
imgr[0] = &quot;http://lh3.ggpht.com/_kViOplhgIHI/TKxBIScZTiI/AAAAAAAAAWE/PM7AQ1lf6ME/noimages.jpg&quot;;
showRandomImg = true;
aBold = true;
summaryPost = 150; 

numposts1 = 6; 
label1 = &quot; بلوجر&quot;;
function removeHtmlTag(strx,chop){var s=strx.split(&quot;&lt;&quot;);for(var i=0;i&lt;s.length;i++){if(s[i].indexOf(&quot;&gt;&quot;)!=-1){s[i]=s[i].substring(s[i].indexOf(&quot;&gt;&quot;)+1,s[i].length)}}s=s.join(&quot;&quot;);s=s.substring(0,chop-1);return s}
function showrecentposts1(json){j=(showRandomImg)?Math.floor((imgr.length+1)*Math.random()):0;img=new Array();for(var i=0;i&lt;numposts1;i++){var entry=json.feed.entry[i];var posttitle=entry.title.$t;var pcm;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k&lt;entry.link.length;k++){if(entry.link[k].rel==&#39;alternate&#39;){posturl=entry.link[k].href;break}}for(var k=0;k&lt;entry.link.length;k++){if(entry.link[k].rel==&#39;replies&#39;&amp;&amp;entry.link[k].type==&#39;text/html&#39;){pcm=entry.link[k].title.split(&quot;&quot;)[0];break}}
       
if (&quot;content&quot; in entry) {
var postcontent = entry.content.$t;}
else
if (&quot;summary&quot; in entry) {
var postcontent = entry.summary.$t;}
else var postcontent = &quot;&quot;;
postdate = entry.published.$t;
if(j&gt;imgr.length-1) j=0;
img[i] = imgr[j];
s = postcontent    ; a = s.indexOf(&quot;&lt;img&quot;); b = s.indexOf(&quot;src=\&quot;&quot;,a); c = s.indexOf(&quot;\&quot;&quot;,b+5); d = s.substr(b+5,c-b-5);
if((a!=-1)&amp;&amp;(b!=-1)&amp;&amp;(c!=-1)&amp;&amp;(d!=&quot;&quot;)) img[i] = d;
var month=[1,2,3,4,5,6,7,8,9,10,11,12];var month2=[&quot;Jan&quot;,&quot;Feb&quot;,&quot;Mar&quot;,&quot;Apr&quot;,&quot;May&quot;,&quot;Jun&quot;,&quot;Jul&quot;,&quot;Aug&quot;,&quot;Sep&quot;,&quot;Oct&quot;,&quot;Nov&quot;,&quot;Dec&quot;];var day=postdate.split(&quot;-&quot;)[2].substring(0,2);var m=postdate.split(&quot;-&quot;)[1];var y=postdate.split(&quot;-&quot;)[0];for(var u2=0;u2&lt;month.length;u2++){if(parseInt(m)==month[u2]){m=month2[u2];break;
}}
var daystr = day+ &#39; &#39; + m + &#39; &#39; + y ;
var trtd = &#39;&lt;div class=&quot;contentdiv&quot;&gt;&lt;div class=&quot;alwansf&quot;&gt;&lt;a href=&quot;&#39;+posturl+&#39;&quot;&gt;&lt;img width=&quot;617&quot; height=&quot;385&quot; class=&quot;alignnone&quot; src=&quot;&#39;+img[i]+&#39;&quot;/&gt;&lt;/a&gt;&lt;div class=&quot;sliderPostInfo&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;alwanip&quot;&gt;&lt;h6&gt;&lt;a href=&quot;&#39;+posturl+&#39;&quot;&gt;&#39;+posttitle+&#39;&lt;/a&gt;&lt;/h6&gt;&lt;div class=&quot;alwand&quot; &gt;&#39;+daystr+&#39;&lt;/div&gt;&lt;p&gt;&#39;
+removeHtmlTag(postcontent,summaryPost)+&#39;...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&#39;;   
document.write(trtd);      
j++;
}}
&lt;/script&gt;
قم بتغيير كلمة  بلوجر  باسم القسم او التسمية الذي سيتم عرض مواضيعه على السلايدرشو.
بعد ذلك قم بالبحث عن:

</body>
والصق الكود التالي قبله مباشره فوقه.
&lt;script src=&#39;http://dl.dropbox.com/u/12924430/contentslider.js&#39;&gt;&lt;/script&gt;
&lt;script&gt;
featuredcontentslider.init({
id: &quot;slider1&quot;, //id of main slider DIV
contentsource: [&quot;inline&quot;, &quot;&quot;], //Valid values: [&quot;inline&quot;, &quot;&quot;] or [&quot;ajax&quot;, &quot;path_to_file&quot;]
toc: &quot;#increment&quot;, //Valid values: &quot;#increment&quot;, &quot;markup&quot;, [&quot;label1&quot;, &quot;label2&quot;, etc]
nextprev: [&quot;Previous&quot;, &quot;Next&quot;], //labels for &quot;prev&quot; and &quot;next&quot; links. Set to &quot;&quot; to hide.
enablefade: [true, 0.5], //[true/false, fadedegree]
autorotate: [true, 6000], //[true/false, pausetime]
onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
}
})
&lt;/script&gt;
وبالاخير قم بالبحث عن:

<div id='main-wrapper'>

واذا لم تجده قم بالبحث عن احد الاكواد التاليه:
<div id='main-wrapper'>


<div id='content'>
او
<div id="content"></div>
او
<div class='column-center-inner'>

و الصق الكود التالي بعده/أسفله:

<b:if cond='data:blog.pageType == &quot;index&quot;'>
<div id='alwansd'>
<div class='alwanw' id='slider1'>
<script>
document.write(&quot;&lt;script src=\&quot;/feeds/posts/default/-/&quot;+label1+&quot;?max-results=&quot;+numposts1+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts1\&quot;&gt;&lt;\/script&gt;&quot;);
</script>
</div>
<div class='alwan-ps' id='paginate-slider1'>
</div>
</div>
</b:if>

بعد ذلك  قم بحفظ القالب وقم بالمعاينه ومبرووك عليك السلايدرشو الاحترافي.
لاي استفسار بالتعليقات.

طريقة إضافة تابعنا عبر الاجتماعية بخاصية jquery.

0 التعليقات

السلام عليكم ورحمة الله وبركاته .

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

الطريقة بسيطة فقط تدخل  إلى لوحة تحكم بلوجر من هنا.
ثم تذهب إلى التخطيط ثم بعد ذلك إضافة اداة وبعدها اضافة اداة {HTML/JavaScript}

ثم انسخ الكود التالي: 
<style>
img,a {
    border: 0;
}
#on {
    visibility: visible;
}
#off {
    visibility: hidden;
}
#facebook_div {
    width: 196px;
    height: 340px;
    overflow: hidden;
}
#twitter_div {
    width: 246px;
    height: 353px;
    overflow: hidden;
}
#google_plus_div {
    width: 152px;
    height: 97px;
    overflow: hidden;
    margin-left: 50px;
    margin-top: 10px;
}
#knfeedburner_div {
    width: 300px;
    height: 97px;
    overflow: hidden;
    margin-top: 5px;
    margin-left: -4px;
}
#kakinetwork_div {
    width: 300px;
    height: 97px;
    overflow: hidden;
}/* right side style */#facebook_right {
    z-index: 10005;
    border: 2px solid #3c95d9;
    background-color: #fff;
    width: 196px;
    height: 353px;
    position: fixed;
    right: -200px;
}
#facebook_right img {
    position: absolute;
    top: -2px;
    left: -35px;
}
#facebook_right iframe {
    border: 0px solid #3c95d9;
    overflow: hidden;
    position: static;
    height: 360px;
    left: -2px;
    top: -3px;
}
#twitter_right {
    z-index: 10004;
    border: 2px solid #6CC5FF;
    background-color: #6CC5FF;
    width: 246px;
    height: 353px;
    position: fixed;
    right: -250px;
}
#twitter_right_img {
    position: absolute;
    top: -2px;
    left: -35px;
    border: 0;
}
#google_plus_right {
    z-index: 10003;
    background-color: #F2F2F2;
    border: 2px solid #006ec9;
    border-top: 2px solid #0056a0;
    border-bottom: 2px solid #0056a0;
    border-right: 2px solid #0056a0;
    border-left: hidden;
    width: 152px;
    height: 97px;
    position: fixed;
    right: -154px;
}
#google_plus_right_img {
    position: absolute;
    top: -2px;
    left: -33px;
    border: 0;
}
#feedburner_right {
    z-index: 10003;
    background-color: #fefefe;
    border: 2px solid #5b5b5b;
    border-top: 2px solid #5b5b5b;
    border-bottom: 2px solid #5b5b5b;
    border-right: 2px solid #5b5b5b;
    border-left: hidden;
    width: 300px;
    height: 97px;
    position: fixed;
    right: -303px;
}
#feedburner_right_img {
    position: absolute;
    top: -2px;
    left: -33px;
    border: 0;
}
#kakinetwork_right {
    z-index: 10003;
    border: 2px solid #303030;
    background-color: #fff;
    width: 300px;
    height: 97px;
    position: fixed;
}
#kakinetwork_right img {
    position: absolute;
    top: -2px;
    left: -101px;
}/* left side style */#facebook_left {
    z-index: 10005;
    border: 2px solid #3c95d9;
    background-color: #fff;
    width: 196px;
    height: 353px;
    position: fixed;
    left: -200px;
}
#facebook_left img {
    position: absolute;
    top: -2px;
    right: -35px;
}
#facebook_left iframe {
    border: 0px solid #3c95d9;
    overflow: hidden;
    position: static;
    height: 360px;
    right: -2px;
    top: -3px;
}
#twitter_left {
    z-index: 10004;
    border: 2px solid #6CC5FF;
    background-color: #6CC5FF;
    width: 246px;
    height: 353px;
    position: fixed;
    left: -250px;
}
#twitter_left_img {
    position: absolute;
    top: -2px;
    right: -35px;
    border: 0;
}
#google_plus_left {
    z-index: 10003;
    background-color: #006ec9;
    border: 2px solid #006ec9;
    border-top: 2px solid #0056a0;
    border-bottom: 2px solid #0056a0;
    border-left: 2px solid #0056a0;
    border-right: hidden;
    width: 152px;
    height: 97px;
    position: fixed;
    left: -154px;
}
#google_plus_left_img {
    position: absolute;
    top: -2px;
    right: -33px;
    border: 0;
}
#feedburner_left {
    z-index: 10003;
    background-color: #fefefe;
    border: 2px solid #5b5b5b;
    border-top: 2px solid #5b5b5b;
    border-bottom: 2px solid #5b5b5b;
    border-left: 2px solid #5b5b5b;
    border-right: hidden;
    width: 300px;
    height: 97px;
    position: fixed;
    left: -303px;
}
#feedburner_left_img {
    position: absolute;
    top: -2px;
    right: -33px;
    border: 0;
}
#kakinetwork_left {
    z-index: 10003;
    border: 2px solid #303030;
    background-color: #fff;
    width: 300px;
    height: 97px;
    position: fixed;
}
#kakinetwork_left img {
    position: absolute;
    top: -2px;
    right: -101px;
}
.box-title1 {
    border: 1px solid #ddd;
/*border-radius*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
/*box-shadow*/
    -webkit-box-shadow: 5px 5px 5px #CCCCCC;
    -moz-box-shadow: 5px 5px 5px #CCCCCC;
    box-shadow: 5px 5px 5px #CCCCCC;
    padding: 10px;
    margin: 10px 0;
}
.enteryouremail {
    background: #fff !important;
    border: 1px solid #d2d2d2;
    padding: 0px 8px 0px 8px;
    color: #a19999;
    font-size: 12px;
    height: 25px;
    width: 165px;
/*border-radius*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px;
}
.submitbutton {
    background: #F2F2F2;
    border: 1px solid #F66303;
/*box-shadow*/
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
    font: bold 12px Arial, sans-serif;
    color: #000000;
    height: 25px;
    padding: 0 12px 0 12px;
    margin: 0 0 0 5px;
/*border-radius*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
</style><script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
<script type="text/javascript">jQuery(document).ready(function(){ jQuery("#facebook_right").hover(function(){ jQuery(this).stop(true,false).animate({right:  0}, 500); },function(){ jQuery("#facebook_right").stop(true,false).animate({right: -200}, 500); });    jQuery("#twitter_right").hover(function(){ jQuery(this).stop(true,false).animate({right:  0}, 500); },function(){ jQuery("#twitter_right").stop(true,false).animate({right: -250}, 500); });     jQuery("#google_plus_right").hover(function(){ jQuery(this).stop(true,false).animate({right:  0}, 500); },function(){ jQuery("#google_plus_right").stop(true,false).animate({right: -154}, 500); });    jQuery("#feedburner_right").hover(function(){ jQuery(this).stop(true,false).animate({right:  0}, 500); },function(){ jQuery("#feedburner_right").stop(true,false).animate({right: -303}, 500); });    });</script>
<div id="on">
 <div id="facebook_right" style="top: 18%;">
  <div id="facebook_div">
   <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGqfx27GJ3w_o2vjLz3CDYSZxBCfP_Nv4R9JQtTDkvPIsZiGhyphenhyphenrgfjDQCXQu0i4G6BLyqpTWgZyifi-7O4uIRwPDn2GElHECXznXABGmA-CIxGEm9QmbbVk7Kbn0G92DFIsI59gz8lhXY/s101/helperblogger.com-facebook-icon.png" alt=""/>
   <iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FBlogger.Azra9&amp;width=200&amp;height=346&amp;colorscheme=light&amp;show_faces=true&amp;border_color&amp;stream=false&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:346px;" allowtransparency="true">
   </iframe>
  </div>
 </div>
</div>
<div id="on">
 <div id="twitter_right" style="top: 35%;">
  <div id="twitter_div">
   <img id="twitter_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhc2g2pwweBnxFvMVeB5DRRrLhRccfTYycTHSHxfo5F6Baj5Bn-FQ-AG3k0m6Uz5H16tDBlTy7Z8w3BgDSFUxbFnCD1TItWh9dMCTz24pvef0pWty9Z_NLLmSosNufXZzOhetkXsrSEmrQ/s101/helperblogger.com-twitter-icon.png"/>
   <script src="http://widgets.twimg.com/j/2/widget.js"></script>
   <script>new TWTR.Widget({version: 2,type: 'profile',rpp: 4,interval: 1000,width: 246,height: 265,theme: {shell: {background: '#63BEFD',color: '#FFFFFF'},tweets: {background: '#FFFFFF',color: '#000000',links: '#47a61e'}},features: { loop: false,live: true,scrollbar: false,hashtags: false,timestamp: true,avatars: true,behavior: 'all' }}).render().setUser('FatihZakone').start();</script>
  </div>
 </div>
</div>
<div id="on">
 <div id="google_plus_right" style="top: 52%;">
  <div id="google_plus_div">
   <img id="google_plus_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh55pfHkG1HkrGl5YxZHaErWxC5LAAYhgnz8KTkNbFNZcJO2iE5GFERgKFXyhEKgv1lHTN-u4lI-sqQWRJNOeZG1xK6My6QCIV2pImeShoDr3xTnI-QzeND2LvsvdseW1n2a7tSu3yUgo0/s101/helperblogger.com-google-plus-icon.png"/>
   <div style="float:left;margin:10px 10px 10px 0;">
    <g:plusone size="tall" expr:href="data:post.url"></g:plusone>
   </div>
  </div>
 </div>
 <div id="on">
  <div id="feedburner_right" style=" top: 69%;">
   <div id="knfeedburner_div">
    <center>
    <h4 style="color:#F66303;">سجل إميلك وتوصل بأخر مواضيعنا :</h4>
    <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=blogspot/TTNhd', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
     <input gtbfieldid="10" class="enteryouremail" name="email" value="Enter your email here..." onblur="if (this.value == &#39;&#39;) {this.value = &#39;Enter your email here...&#39;;}" onfocus="if (this.value == &#39;Enter your email here...&#39;) {this.value = &#39;&#39;;}" type="text"/><input value="blogspot/TTNhd" name="uri" type="hidden"/><input value="أرسل" class="submitbutton" type="submit"/>
    </form>
    </center><img id="feedburner_right_img" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhL2jUrMvqlZZNrB37LrpqiK4aVC8mCfwYX2ZutOlyWlc5_Q6gRkX-HgVQPnWHN9BMlHcPZwkW6PARY91vWpdwDWhLErZBCuWuaU538CESTbNjxalE8A2m7tOQStF9_ZBmOWhe0DzrZ3oA/s101/helperblogger.com-subscribe-icon.png"/>
   </div>
  </div>
 </div>
</div>
<center/></center>

غير FatihZakone باسم المستخدم لحسابك بتويتر .

غيرBlogger.Azra9 باسم صفحتك على الفايسبوك.

غير blogspot/TTNhd بآخر رابط الخلاصة الخاص بك.

اي استفسار اكتبه في التعليقات.

طريقة إضافة تابعنا عبر الاجتماعية عائم بجانب التدوينة

0 التعليقات

السلام عليكم ورحمة الله وبركاته .
في هذه التدوينة ساتطرق لدرس بسيط وهو كيفية إضافة تابعنا عبر الاجتماعية عائم بجانب التدوينة.
لمعاينة الاداة من هنا
الطريقة بسيطة فقط تدخل  إلى لوحة تحكم بلوجر من هنا.
ثم تذهب إلى التخطيط ثم بعد ذلك إضافة اداة وبعدها اضافة اداة {HTML/JavaScript}
ثم انسخ الكود التالي:



الاداة متواجدة في اليمين .
لتغيير مكان الاداة ابحث عن Right وغير Right بجميع المكتوبة ب left لليسار.
اوغيرها ب Center للوسط.

غير https://twitter.com/FatihZakone بحسابك على تويتر .
غيرhttps://www.facebook.com/Blogger.Azra9 بحسابك على فايسبوك.
غير https://plus.google.com/109515829222980433157/posts بحسابك على جوجل+.
غير http://feeds.feedburner.com/BloggerAzra9 برابط الخلاصة الخاص بك.
غير http://blogger-azra9.blogspot.com برابط مدونتك.
اي استفسار اكتبه في التعليقات.

طريقة ترجمة اي موقع الى اي لغة تريدها عبر GooGle.

0 التعليقات

اليوم ساضع في هذه التدوينة طريقة سهلة لترجمة اي موقع الى اي لغة تريدها عبر الشهير GooGle Translate .
الطريقة جد بسيطة فقط ادخل ل GooGle Translate 
واتبع التعليمات:

    1-ادخل الى الموقع ثم ضع رابط الموقع الذي تريد:
في الخانة الاولى اختر الكشف عن اللغة او Detect Language.
وفي الخانة الثانية اختر اللغة التي تريد ان يترجم اليها الموقع.
 اي استفسار ضعه في التعليقات .

طريقة ترجمة مسند من اي إلى اي لغة تريد عبرGoogle .

0 التعليقات

اليوم ساضع في هذه التدوينة طريقة سهلة لدبلجة اي مسند الى اي لغة تريد وذلك عبر الشهير GooGle Translate .
الطريقة جد بسيطة فقط ادخل ل GooGle Translate 
واتبع التعليمات:

    1-ادخل الى الموقع واضغط على : Translate a Document أو ترجمة مستند.

   2-اضغط على : Choose File أو Parcourir.

3-اختار الملف التي تريد ان يترجم.

في الخانة الاولى اختار : كشف لغة او Detect Language.

 بعد ذلك ستضهر لك نافدة جديدة بها الترجمة (كما في الصورة)
 اي استفسار ضعه في التعليقات .

لعبة Angry Birds Seasons للآيفون واجهزة {iPa}.

0 التعليقات

ماهي لعبة Angry Birds Seasons:
Angry Birds Seasons
في الجزء الجديد من لعبة الطيور والخنازير وصلت إلى السيرك. الخنازير سخر من الطيور وأظهرت التركيز اختفاء البيض، والذي أثار غضب الطيور. ولكن الطيور الغاضبة لديها العديد من الحيل في المقابل.  
صور عن اللعبة:

 

      

تحميل العبة : Angry Birds Seasons

طريقة نشر تدوينات مباشرة على الفايسبوك.

0 التعليقات
الكثير من المدونين يريدون نشر تدويناتهم على الفايسبوك فور الانتهاء منها لاعجابات اكثر على الصفحة لذلك قررت ان اضع هذا الدرس المتواضع على مدونتي .
الطريقة جد بسيطة فقط يجب عليك الدخول لهذا الموقع: RSS Graffiti
 وتتبع التعليمات التالية:

 
 
 


  • اللون البنفسي هو مايجب تغييره.
  • مابين اطارين هو عدد المواضيع المعروضة في صفحتك اثناء اليوم الواحد.

تحميل Opera Next 15.0.1147.72.

0 التعليقات



  ما هو برنامج أوبرا التالي؟
الأوبرا تقدم منظمة بشكل أفضل من خلال نظام تجميع علامات التبويب والتوسعات الجديدة المطلوبة، التي التسويقي مباشرة في المستعرض. وبالإضافة إلى ذلك، فإنه يجعل من الملاحة أسرع مع زيادة تصل إلى 75٪ لتنفيذ سكريبت. أوبرا يحسن من الميزات التي جعلت من نجاح النسخة السابقة، بما في ذلك سرعة ميزة الطلب التي تتكيف على نحو أفضل إلى معظم الشاشات، ومعاينات من علامات التبويب مع حواف مدورة، والرؤية أفضل زر القائمة من وظيفة البحث أكثر ذكاء. أوبرا يشمل أيضا ميزة مشاركة من الموقع بحيث مواقع يمكن أن توفر مزيد من المعلومات مفيدة وذات صلة للمستخدم. وأخيرا، يقدم أوبرا في تحول الصغيرة لتصميم ميزة الرموز. من بين أحدث، فمن المهم أن نلاحظ وصول أداة جديدة لتخصيص بطريقة مستدامة المقترحة في "الطلب السريع" صفحة فضلا عن تنفيذ وحدة نمطية كلمات تزامن المواقع كلمات المرور والإشارات المرجعية في أوبرا وصله. وبالإضافة إلى ذلك، التحسينات، 
وعلة ويحدد التغييرات الشعار هي أمر اليوم. 

 تحميل برنامج OPera Next 

لعبة Subway Surfers للاندرويد

0 التعليقات

ماهي لعبة Subway Surfers:

مترو الانفاق سيرفرز التطبيق لأندرويد تحظى بشعبية كبيرة، وسوف الآلاف من اللاعبين في جميع أنحاء العالم أن تكون سعيدا للحصول عليه دون أي مدفوعات. ويمكننا مساعدتك! لتحميل سيرفرز المترو مجانا، ونحن ننصح لتحديد طراز الهاتف الخاص بك، ومن ثم سيقوم نظامنا اختيار الملفات APK أكثر ملائمة. تحميله هو بسيط جدا: حدد الملف المطلوب وانقر على زر "تنزيل حرة مترو الانفاق سيرفرز APK"، ثم اختر واحدا من الطرق التي ترغب في الحصول على الملف. فقط بضع خطوات سهلة وكنت تتمتع كامل الروبوت سيرفرز مترو الانفاق لوحي أو هاتف!
في لعبة مترو الأنفاق سيرفرز سيكون لديك لمساعدة جيك وأصدقائه هربا من المدعي بهم - المفتش، الذي اشتعلت لك في اللوحة عربات من القطار. تشغيل بأسرع ما يمكن التهرب العقبات وتجنب قدوم القطارات.

صور عن اللعبة:




















تحميل العبة : Subway Surfers

تغرة في ميديتل لمحبي التصفح.

0 التعليقات

اهلا وسهلا بكم يازوار المغاربة اليوم سنتحدث عن احدى شركات الاتصالات المغربية ميدتل .
ساتحدث في هذه التدوينة عن طريقة حصرية لمضاعفة التعبئة الى اربعة ايام بدل يوم واحد اكرر الطريقة حصرية فقط على أفكار الخبير اذا وجدتها في موقع آخر فاعلم انها منقولة.
الطريقة جد بسيطة فقط يجب انتتوفر على بطاقة ميدتل عادية بعد ذلك تعبئها ب10دراهم بعد ذلك تعبئها بيوم من الانترنت  اوجوازيوم وذلك بالاتصال بالرقم 555 ثم تضغط على 8 بعد ذلك 1 ثم اضغط على 1 لتفعيل الخدمة بعشرة دراهم ، بعد ذلك ادخلهافي موديم ميديتل  او اي مودم اخر مفكوك الشفرة.
للشارة فقط النت في هذه العملية تقيل لكن هناك بعض الحلول :
تحميل برنامج اوبرا الجديد من هنا .
تغير اشارة الموديم لتحصل على الاشارة الفضل.
آي استفسار اكتبه في التعليقات.

جميع الحقوق محفوظة المساعد االعربي ©2012-2013 | ، نقل بدون تصريح ممنوع . Privacy-Policy| أنضم ألى فريق التدوين