<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>المُعاصر &#187; javascript</title>
	<atom:link href="http://www.mo3aser.com/blog/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mo3aser.com</link>
	<description>مدونة تتناول بشكل رئيسي تصميم و تطوير المواقع و المجتمعات الالكترونية و مصادر مفيدة المصممين و المطورين .. ومواضيع أخرى !</description>
	<lastBuildDate>Thu, 04 Mar 2010 12:28:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>إصنع قائمة أزرار منزلقة بإستخدام jQuery</title>
		<link>http://www.mo3aser.com/blog/%d8%a5%d8%b5%d9%86%d8%b9-%d9%82%d8%a7%d8%a6%d9%85%d8%a9-%d8%a3%d8%b2%d8%b1%d8%a7%d8%b1-%d9%85%d9%86%d8%b2%d9%84%d9%82%d8%a9-%d8%a8%d8%a5%d8%b3%d8%aa%d8%ae%d8%af%d8%a7%d9%85-jquery/</link>
		<comments>http://www.mo3aser.com/blog/%d8%a5%d8%b5%d9%86%d8%b9-%d9%82%d8%a7%d8%a6%d9%85%d8%a9-%d8%a3%d8%b2%d8%b1%d8%a7%d8%b1-%d9%85%d9%86%d8%b2%d9%84%d9%82%d8%a9-%d8%a8%d8%a5%d8%b3%d8%aa%d8%ae%d8%af%d8%a7%d9%85-jquery/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 21:38:18 +0000</pubDate>
		<dc:creator>المُعاصر</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery.noConflict]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://www.mo3aser.com/?p=1204</guid>
		<description><![CDATA[تطبيق متميز لعمل قوائم تتمدد بشكل منزلق عند مرور الماوس .. بإستخدام مكتبة jQuery .. يمكنك رؤية نماذج لمواقع إستخدمت فيها  التطبيق بزيارة  مدونة صوت الفؤاد أو مدونة عبدالله السعيد أو شاهد هذا الديمو ..

طريقة الإستخدام :


قم بتحميل التطبيق من هذه الصفحة 


اضف الكود التالي في ترويسه صفحة Html  الخاصه بك :

	&#60;link rel=&#34;stylesheet&#34; [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1205" title="smooth-animated" src="http://www.mo3aser.com/wp-content/uploads/2009/09/smooth-animated.jpg" alt="smooth-animated" width="520" height="100" />تطبيق متميز لعمل قوائم تتمدد بشكل منزلق عند مرور الماوس .. بإستخدام مكتبة jQuery .. يمكنك رؤية نماذج لمواقع إستخدمت فيها  التطبيق بزيارة  مدونة <a href="http://www.fou2ad.com/">صوت الفؤاد</a> أو <a href="http://www.asaeed.ws/blog/">مدونة عبدالله السعيد</a> أو شاهد <a href="http://buildinternet.com/live/smoothmenu/animated-menu.html">هذا الديمو</a> ..</p>
<p><span id="more-1204"></span><br />
<strong>طريقة الإستخدام :</strong></p>
<ul>
<li>
قم بتحميل التطبيق من <a href="http://buildinternet.com/2009/01/how-to-make-a-smooth-animated-menu-with-jquery/">هذه الصفحة </a>
</li>
<li>
اضف الكود التالي في ترويسه صفحة Html  الخاصه بك :</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;">	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">link</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;stylesheet&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;YourPath/animated-menu.css&quot;</span><span style="color: #66cc66;">/</span>&gt;</span>
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://jqueryjs.googlecode.com/files/jquery-1.3.js&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;YourPath/js/jquery.easing.1.3.js&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;YourPath/animated-menu.js&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></div></div>

<p>لا تنسى تغيير مسار الملفات لما يناسب موقعك .. في الكود أعلاه يتم إستدعاء مكتبة jQuery من على جوجل كود .. إذا أردت يمكنك <a href="http://jqueryjs.googlecode.com/files/jquery-1.3.js">حفظة </a>ورفعه على موقعك و تغيير المسار الخاص به
</li>
<li>
في جسم الصفحة Body .. أضف القائمة الخاصه بك ..</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;">	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>الرئيسية<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>عني<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>عن المدونة<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>راسلني<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&gt;</span></pre></div></div>

</li>
<li>
يمكنك التحكم في إرتفاع القائمة عند مرور الماوس بتغيير قيمة height في الدالة mouseover و تغيير إرتفاع القائمة بعد إبعاد الماوس بتغيير قيمة height في الدالة mouseout  و التحكم في سرعه الإنزلاق عند مرور أو إبعاد الماوس بتغيير قيمة duration في نفس الدالتين في الكود أعلاه الموجود في ملف animated-menu
</li>
</ul>
<p><strong>حل التعارض :</strong><br />
إذا حدث تعارض بين هذا التطبيق و أي تطبيق أخر يستخدم مكتبة أخرى غير jQuery ..  فراجع <a href="http://www.mo3aser.com/blog/%d8%ad%d9%84-%d8%a7%d9%84%d8%aa%d8%b9%d8%a7%d8%b1%d8%b6-%d8%a8%d9%8a%d9%86-jquery-%d9%85%d8%b9-%d9%85%d9%83%d8%aa%d8%a8%d8%a7%d8%aa-%d8%ac%d8%a7%d9%81%d8%a7%d8%b3%d9%83%d8%b1%d9%8a%d8%a8%d8%aa-%d8%a7/">هذه التدوينة</a> أو قم بتحرير ملف animated-menu.js و إستبدل محتوياته بالتالي :</p>

<div class="wp_syntax"><div class="code"><pre class="javascript javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> $j <span style="color: #339933;">=</span> jQuery.<span style="color: #660066;">noConflict</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
$j<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
	<span style="color: #006600; font-style: italic;">//Fix Errors - http://www.learningjquery.com/2009/01/quick-tip-prevent-animation-queue-buildup/</span>
&nbsp;
	<span style="color: #006600; font-style: italic;">//Remove outline from links</span>
	$j<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;a&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$j<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">blur</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	<span style="color: #006600; font-style: italic;">//When mouse rolls over</span>
	$j<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;li&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">mouseover</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$j<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">stop</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>height<span style="color: #339933;">:</span><span style="color: #3366CC;">'150px'</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span>queue<span style="color: #339933;">:</span><span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span> duration<span style="color: #339933;">:</span><span style="color: #CC0000;">600</span><span style="color: #339933;">,</span> easing<span style="color: #339933;">:</span> <span style="color: #3366CC;">'easeOutBounce'</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	<span style="color: #006600; font-style: italic;">//When mouse is removed</span>
	$j<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;li&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">mouseout</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$j<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">stop</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>height<span style="color: #339933;">:</span><span style="color: #3366CC;">'50px'</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span>queue<span style="color: #339933;">:</span><span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span> duration<span style="color: #339933;">:</span><span style="color: #CC0000;">600</span><span style="color: #339933;">,</span> easing<span style="color: #339933;">:</span> <span style="color: #3366CC;">'easeOutBounce'</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;</pre></div></div>

<p><!--Ads4--></p>
<p><strong>التخصيص :</strong><br />
عند إستخدامك لهذا التطبيق فإن كل <strong>Li </strong>في الصفحة سيُطبق عليها التأثير وهذا ليس عملياً وغير مرغوب فيه  .. فالمطلوب هو تطبيق التأثير على قائمة بحد ذاتها .. إذا أردت ذلك يُمكنك تحرير ملف animated-menu و إستبدل محتوياته بالتالي ..</p>

<div class="wp_syntax"><div class="code"><pre class="javascript javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> $j <span style="color: #339933;">=</span> jQuery.<span style="color: #660066;">noConflict</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
$j<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
	<span style="color: #006600; font-style: italic;">//By Mo3aser.com</span>
 		m<span style="color: #339933;">=</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'buttons'</span><span style="color: #009900;">&#41;</span>;
		sa<span style="color: #339933;">=</span>m.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'li'</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	<span style="color: #006600; font-style: italic;">//Fix Errors - http://www.learningjquery.com/2009/01/quick-tip-prevent-animation-queue-buildup/</span>
&nbsp;
	<span style="color: #006600; font-style: italic;">//Remove outline from links</span>
	$j<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;a&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$j<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">blur</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	<span style="color: #006600; font-style: italic;">//When mouse rolls over</span>
	$j<span style="color: #009900;">&#40;</span>sa<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">mouseover</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$j<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">stop</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>height<span style="color: #339933;">:</span><span style="color: #3366CC;">'150px'</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span>queue<span style="color: #339933;">:</span><span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span> duration<span style="color: #339933;">:</span><span style="color: #CC0000;">600</span><span style="color: #339933;">,</span> easing<span style="color: #339933;">:</span> <span style="color: #3366CC;">'easeOutBounce'</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	<span style="color: #006600; font-style: italic;">//When mouse is removed</span>
	$j<span style="color: #009900;">&#40;</span>sa<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">mouseout</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$j<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">stop</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>height<span style="color: #339933;">:</span><span style="color: #3366CC;">'50px'</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span>queue<span style="color: #339933;">:</span><span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span> duration<span style="color: #339933;">:</span><span style="color: #CC0000;">600</span><span style="color: #339933;">,</span> easing<span style="color: #339933;">:</span> <span style="color: #3366CC;">'easeOutBounce'</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;</pre></div></div>

<p>الأن سيتم التطبيق على كل <strong>Li </strong>الموجوده داخل العنصر المعرف بـ ID خاص وهو <strong>buttons</strong> قد يكون هذا العنصر الحاوي Div او Ul .. كالتالي :</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;buttons&quot;</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>الرئيسية<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>عني<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>عن المدونة<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>راسلني<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&gt;</span></pre></div></div>

<p>هذا كل شئ .. لا تنسى أن تشاركنا برابط موقعك إذا أستخدمت فيه التطبيق ^_^</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mo3aser.com/blog/%d8%a5%d8%b5%d9%86%d8%b9-%d9%82%d8%a7%d8%a6%d9%85%d8%a9-%d8%a3%d8%b2%d8%b1%d8%a7%d8%b1-%d9%85%d9%86%d8%b2%d9%84%d9%82%d8%a9-%d8%a8%d8%a5%d8%b3%d8%aa%d8%ae%d8%af%d8%a7%d9%85-jquery/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>حل التعارض بين jQuery مع مكتبات جافاسكريبت الأخرى</title>
		<link>http://www.mo3aser.com/blog/%d8%ad%d9%84-%d8%a7%d9%84%d8%aa%d8%b9%d8%a7%d8%b1%d8%b6-%d8%a8%d9%8a%d9%86-jquery-%d9%85%d8%b9-%d9%85%d9%83%d8%aa%d8%a8%d8%a7%d8%aa-%d8%ac%d8%a7%d9%81%d8%a7%d8%b3%d9%83%d8%b1%d9%8a%d8%a8%d8%aa-%d8%a7/</link>
		<comments>http://www.mo3aser.com/blog/%d8%ad%d9%84-%d8%a7%d9%84%d8%aa%d8%b9%d8%a7%d8%b1%d8%b6-%d8%a8%d9%8a%d9%86-jquery-%d9%85%d8%b9-%d9%85%d9%83%d8%aa%d8%a8%d8%a7%d8%aa-%d8%ac%d8%a7%d9%81%d8%a7%d8%b3%d9%83%d8%b1%d9%8a%d8%a8%d8%aa-%d8%a7/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 20:57:59 +0000</pubDate>
		<dc:creator>المُعاصر</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery.noConflict]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[جافاسكريبت]]></category>

		<guid isPermaLink="false">http://www.mo3aser.com/?p=1158</guid>
		<description><![CDATA[في بعض الأحيان نلجأ لإستخدام أكثر من مكتبة جافاسكريبت في صفحة واحدة لتشغيل اكثر من تطبيق مختلف .. مثل إستخدام jQuery مع Mootools او jQuery مع prototype &#8230; في الغالب يؤدي هذا إلى توقف احد التطبيقات عن العمل بسبب حدوث تعارض بين المكتبات المُستخدمة .. هنا ساعرض بعض الطرق للتغلب على التعارض بين jQuery و [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1159" title="jquery" src="http://www.mo3aser.com/wp-content/uploads/2009/08/jquery.gif" alt="jquery" width="520" height="100" />في بعض الأحيان نلجأ لإستخدام أكثر من مكتبة جافاسكريبت في صفحة واحدة لتشغيل اكثر من تطبيق مختلف .. مثل إستخدام <a href="http://jquery.com/">jQuery </a>مع <a href="http://mootools.net/">Mootools </a>او <a href="http://jquery.com/">jQuery </a>مع <a href="http://www.prototypejs.org/">prototype </a>&#8230; في الغالب يؤدي هذا إلى توقف احد التطبيقات عن العمل بسبب حدوث تعارض بين المكتبات المُستخدمة .. هنا ساعرض بعض الطرق للتغلب على التعارض بين <strong>jQuery </strong>و المكتبات الأخرى ..</p>
<p>لنفرض أن لدينا هذا الكود و عند إستخدامه يحدث التعارض إما بتوقف عمل هذا الكود او توقف تطبيقات اخرى في الصفحة عن العمل :<span id="more-1158"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
</pre></td><td class="code"><pre class="javascript javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
	m<span style="color: #339933;">=</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'buttons'</span><span style="color: #009900;">&#41;</span>;
	sa<span style="color: #339933;">=</span>m.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a'</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;a&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">blur</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	$<span style="color: #009900;">&#40;</span>sa<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">mouseover</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">stop</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>height<span style="color: #339933;">:</span><span style="color: #3366CC;">'50px'</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span>queue<span style="color: #339933;">:</span><span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span> duration<span style="color: #339933;">:</span><span style="color: #CC0000;">1200</span><span style="color: #339933;">,</span> easing<span style="color: #339933;">:</span> <span style="color: #3366CC;">'easeOutBounce'</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	$<span style="color: #009900;">&#40;</span>sa<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">mouseout</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">stop</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>height<span style="color: #339933;">:</span><span style="color: #3366CC;">'20px'</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span>queue<span style="color: #339933;">:</span><span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span> duration<span style="color: #339933;">:</span><span style="color: #CC0000;">900</span><span style="color: #339933;">,</span> easing<span style="color: #339933;">:</span> <span style="color: #3366CC;">'easeOutBounce'</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;</pre></td></tr></table></div>

<p>سنحاول الأن حل هذا التعارض باستخدام <a href="http://docs.jquery.com/Core/jQuery.noConflict">jQuery.noConflict</a>  وهناك طريقتان لإستخدامها ..<br />
<strong>الطريقة الأولى : </strong> سنقوم أولا بإستدعاء الدالة بكتابتها بالشكل التالي jQuery.noConflict(); بعد ذلك في الدوال سنقوم بإستبدال $ بـ jQuery مع وضع $ داخل قوسي function .. هذا سيتيح لنا إستخدام $ داخل الدالة بدون مشاكل &#8230;  أتوقع أنك لم تفهم شئ <img src='http://www.mo3aser.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  &#8230;. حسناً شاهد الكود التالي و لاحظ التغيير في السطرين الأول و الثاني</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
</pre></td><td class="code"><pre class="javascript javascript" style="font-family:monospace;">jQuery.<span style="color: #660066;">noConflict</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
jQuery<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>$<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
	m<span style="color: #339933;">=</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'buttons'</span><span style="color: #009900;">&#41;</span>;
	sa<span style="color: #339933;">=</span>m.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a'</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;a&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">blur</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	$<span style="color: #009900;">&#40;</span>sa<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">mouseover</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">stop</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>height<span style="color: #339933;">:</span><span style="color: #3366CC;">'50px'</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span>queue<span style="color: #339933;">:</span><span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span> duration<span style="color: #339933;">:</span><span style="color: #CC0000;">1200</span><span style="color: #339933;">,</span> easing<span style="color: #339933;">:</span> <span style="color: #3366CC;">'easeOutBounce'</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	$<span style="color: #009900;">&#40;</span>sa<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">mouseout</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">stop</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>height<span style="color: #339933;">:</span><span style="color: #3366CC;">'20px'</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span>queue<span style="color: #339933;">:</span><span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span> duration<span style="color: #339933;">:</span><span style="color: #CC0000;">900</span><span style="color: #339933;">,</span> easing<span style="color: #339933;">:</span> <span style="color: #3366CC;">'easeOutBounce'</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;</pre></td></tr></table></div>

<p><strong>الطريقة الثانية : </strong>  سنقوم بإسناد jQuery.noConflict إلى متغير معين وليكن $j ثم نستخدم $j بدلاً من $ في التطبيق .. شاهد المثال ولاحظ السطر الأول وكيف تم إستبدال $ في باقي الكود بـ $j</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
</pre></td><td class="code"><pre class="javascript javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> $j <span style="color: #339933;">=</span> jQuery.<span style="color: #660066;">noConflict</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
$j<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	m<span style="color: #339933;">=</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'buttons'</span><span style="color: #009900;">&#41;</span>;
	sa<span style="color: #339933;">=</span>m.<span style="color: #660066;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a'</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	$j<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;a&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$j<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">blur</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>;
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	$j<span style="color: #009900;">&#40;</span>sa<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">mouseover</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$j<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">stop</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>height<span style="color: #339933;">:</span><span style="color: #3366CC;">'50px'</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span>queue<span style="color: #339933;">:</span><span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span> duration<span style="color: #339933;">:</span><span style="color: #CC0000;">1200</span><span style="color: #339933;">,</span> easing<span style="color: #339933;">:</span> <span style="color: #3366CC;">'easeOutBounce'</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
	$j<span style="color: #009900;">&#40;</span>sa<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">mouseout</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
		$j<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">stop</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">animate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>height<span style="color: #339933;">:</span><span style="color: #3366CC;">'20px'</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span>queue<span style="color: #339933;">:</span><span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">,</span> duration<span style="color: #339933;">:</span><span style="color: #CC0000;">900</span><span style="color: #339933;">,</span> easing<span style="color: #339933;">:</span> <span style="color: #3366CC;">'easeOutBounce'</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;</pre></td></tr></table></div>

<p>هناك طريقة أخرى لا تعتمد على  <a href="http://docs.jquery.com/Core/jQuery.noConflict">jQuery.noConflict</a> عن طريق إستبدال $ بـ jQuery ولكنها تتطلب إستدعاء مكتبة jQuery قبل المكتبات الأخرى كما أنها لا تعمل بشكل سليم في كثير من الأحيان &#8230;..  ( على الأقل من واقع تجربتي ^_^ )</p>
<p>راجع ايضاً .. <a href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries">Using jQuery with Other Libraries</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mo3aser.com/blog/%d8%ad%d9%84-%d8%a7%d9%84%d8%aa%d8%b9%d8%a7%d8%b1%d8%b6-%d8%a8%d9%8a%d9%86-jquery-%d9%85%d8%b9-%d9%85%d9%83%d8%aa%d8%a8%d8%a7%d8%aa-%d8%ac%d8%a7%d9%81%d8%a7%d8%b3%d9%83%d8%b1%d9%8a%d8%a8%d8%aa-%d8%a7/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>[ أفكار ] إصنع ساعة بإستخدام CSS , javascript</title>
		<link>http://www.mo3aser.com/blog/%d8%a3%d9%81%d9%83%d8%a7%d8%b1-%d8%a5%d8%b5%d9%86%d8%b9-%d8%b3%d8%a7%d8%b9%d8%a9-%d8%a8%d8%a5%d8%b3%d8%aa%d8%ae%d8%af%d8%a7%d9%85-css-javascript/</link>
		<comments>http://www.mo3aser.com/blog/%d8%a3%d9%81%d9%83%d8%a7%d8%b1-%d8%a5%d8%b5%d9%86%d8%b9-%d8%b3%d8%a7%d8%b9%d8%a9-%d8%a8%d8%a5%d8%b3%d8%aa%d8%ae%d8%af%d8%a7%d9%85-css-javascript/#comments</comments>
		<pubDate>Fri, 15 May 2009 11:36:19 +0000</pubDate>
		<dc:creator>المُعاصر</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[أفكار]]></category>

		<guid isPermaLink="false">http://www.mo3aser.com/?p=817</guid>
		<description><![CDATA[
فكرة و تطبيق لصنع ساعة بإستخدام CSS و Javascript أعجبتني الفكرة و طريقة التنفيذ فاردت مشاركتكم بها &#8230;
لمشاهدة مثال تجريبي
للاطلاع على الفكرة و طريقة الاستخدام
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-818" title="css-clock" src="http://www.mo3aser.com/wp-content/uploads/2009/05/css-clock.png" alt="css-clock" width="500" height="150" /></p>
<p>فكرة و تطبيق لصنع ساعة بإستخدام CSS و Javascript أعجبتني الفكرة و طريقة التنفيذ فاردت مشاركتكم بها &#8230;</p>
<p><a href="http://www.sohtanaka.com/web-design/examples/css-clock/js-clock.html" target="_blank">لمشاهدة مثال تجريبي</a></p>
<p><a href="http://www.sohtanaka.com/web-design/css-clock-a-css-javascript-experiment/" target="_blank">للاطلاع على الفكرة و طريقة الاستخدام</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mo3aser.com/blog/%d8%a3%d9%81%d9%83%d8%a7%d8%b1-%d8%a5%d8%b5%d9%86%d8%b9-%d8%b3%d8%a7%d8%b9%d8%a9-%d8%a8%d8%a5%d8%b3%d8%aa%d8%ae%d8%af%d8%a7%d9%85-css-javascript/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>تخصيص CSS للمستعرضات &#8230; باستخدام جافا سكريبت</title>
		<link>http://www.mo3aser.com/blog/css-browser-selector/</link>
		<comments>http://www.mo3aser.com/blog/css-browser-selector/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 23:00:17 +0000</pubDate>
		<dc:creator>المُعاصر</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[conditional-css]]></category>
		<category><![CDATA[مستعرضات ويب]]></category>

		<guid isPermaLink="false">http://www.mo3aser.com/?p=295</guid>
		<description><![CDATA[تحدثت في تدونية سابقه عن تطبيق conditional-css .. لتخصيص أكواد css للمستعرضات باستخدام php .. في هذه التدوينة سأستعرض تطبيق أخر لتخصيص أكواد css للمستعرضات و لاكن هذه المره باستخدام الجافا سكريبت .
CSS Browser Selector
تطبيق صغير الحجم لا يتعدي الكيلو بايت مبني باستخدام جافا سكريبت .. التطبيق يتيح تخصيص اكواد CSS لتظهر بشكل مختلف على [...]]]></description>
			<content:encoded><![CDATA[<p>تحدثت في <a href="http://www.mo3aser.com/blog/conditional-css/">تدونية سابقه</a> عن تطبيق <a href="http://www.conditional-css.com/">conditional-css</a> .. لتخصيص أكواد css للمستعرضات باستخدام php .. في هذه التدوينة سأستعرض تطبيق أخر لتخصيص أكواد css للمستعرضات و لاكن هذه المره باستخدام الجافا سكريبت .</p>
<p><strong><a href="http://rafael.adm.br/css_browser_selector/">CSS Browser Selector</a></strong><br />
تطبيق صغير الحجم لا يتعدي الكيلو بايت مبني باستخدام جافا سكريبت .. التطبيق يتيح تخصيص اكواد CSS لتظهر بشكل مختلف على مستعرض دون الأخر أو على نظام تشغيل دون الأخر .<br />
<span id="more-295"></span><br />
<strong>أسماء المستعرضات المدعومه وكود استخدام كل منها  :</strong></p>
<ul>
<li> <em>ie </em>- Internet Explorer (جميع الاصدارات )</li>
<li> <em>ie8 </em>- Internet Explorer 8.x</li>
<li> <em>ie7 </em>- Internet Explorer 7.x</li>
<li> <em>ie6 </em>- Internet Explorer 6.x</li>
<li> <em>ie5 </em>- Internet Explorer 5.x</li>
<li> <em>gecko </em>- Mozilla, Firefox (جميع الاصدارات), Camino</li>
<li> <em>ff2 </em>- Firefox 2</li>
<li> <em>ff3 </em>- Firefox 3</li>
<li> <em>opera </em>- Opera (جميع الاصدارات)</li>
<li> <em>opera8 </em>- Opera 8.x</li>
<li> <em>opera9 </em>- Opera 9.x</li>
<li> <em>konqueror </em>- Konqueror</li>
<li> <em>webkit or safari </em>- Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome</li>
<li> <em>chrome </em>- Google Chrome</li>
</ul>
<p><strong>اسماء نظم التشغيل وكود استخدام كل منها :</strong></p>
<ul>
<li>  <em>win </em>- Microsoft Windows</li>
<li>  <em>linux </em>- Linux</li>
<li>  <em>mac </em>- Mac OS</li>
</ul>
<p><strong><br />
طريقة الاستخدام :</strong><br />
أولا : قم بتضمين ملف الجافا سكريبت في ترويسة الصفحة عن طريق الكود التالي :</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;css_browser_selector.js&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></div></div>

<p>ثانيا : قم بكتابة أكواد CSS الخاصه مسبوقة بكود المستعرض ( و نظام التشغيل ان اردت ) مثال :</p>

<div class="wp_syntax"><div class="code"><pre class="css css" style="font-family:monospace;"><span style="color: #6666ff;">.ie</span> <span style="color: #6666ff;">.example</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">yellow</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.ie7</span> <span style="color: #6666ff;">.example</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> orange
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.gecko</span> <span style="color: #6666ff;">.example</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">gray</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.win</span><span style="color: #6666ff;">.gecko</span> <span style="color: #6666ff;">.example</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">red</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.linux</span><span style="color: #6666ff;">.gecko</span> <span style="color: #6666ff;">.example</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> pink
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.opera</span> <span style="color: #6666ff;">.example</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">green</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.konqueror</span> <span style="color: #6666ff;">.example</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">blue</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.webkit</span> <span style="color: #6666ff;">.example</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">black</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.example</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</span>;
<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100px</span>;
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p><a href="http://rafael.adm.br/css_browser_selector/">لمزيد من المعلومات</a><br />
<a href="http://github.com/rafaelp/css_browser_selector/tree/master">لتحميل التطبيق</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mo3aser.com/blog/css-browser-selector/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>انعكاس الصور بإستخدام جافا سكريبت</title>
		<link>http://www.mo3aser.com/blog/reflection-images-javascript/</link>
		<comments>http://www.mo3aser.com/blog/reflection-images-javascript/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 21:32:32 +0000</pubDate>
		<dc:creator>المُعاصر</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[reflection]]></category>

		<guid isPermaLink="false">http://www.mo3aser.com/?p=201</guid>
		<description><![CDATA[انعكاس الصور هو احد التأثيرات الجميلة التي يمكن تطبيقها على الصور ، يمكن تطبيق هذا الانعكاس من خلال برامج تحرير الصور مثل الفوتوشوب .
انتشرت في الفترة الاخيرة عدد من تطبيقات الجافا سكريبت التي تسهل اضافة تاثير الانعكاس على الصور بكل سهولة دون الحاجه الى برامج تحرير الصور &#8230; هذه التطبيقات كثيرة و متعددة ولكني ساقتصر [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-203" style="float:right; margin-left:8px" title="mo3aser-reflection" src="http://www.mo3aser.com/wp-content/uploads/2008/09/mo3aser-reflection.gif" alt="" width="200" height="84" />انعكاس الصور هو احد التأثيرات الجميلة التي يمكن تطبيقها على الصور ، يمكن تطبيق هذا الانعكاس من خلال برامج تحرير الصور مثل الفوتوشوب .</p>
<p>انتشرت في الفترة الاخيرة عدد من تطبيقات الجافا سكريبت التي تسهل اضافة تاثير الانعكاس على الصور بكل سهولة دون الحاجه الى برامج تحرير الصور &#8230; هذه التطبيقات كثيرة و متعددة ولكني ساقتصر في هذه التدوينة على تطبيق <a href="http://cow.neondragon.net/stuff/reflection/">Reflection.js </a>.<br />
<span id="more-201"></span><br />
يتيح <a href="http://cow.neondragon.net/stuff/reflection/">Reflection.js</a> تطبيق انعكاس على الصور مع امكانية تغيير مقدار ارتفاع الصورة المنعكسة و مدى شفافيتها كذلك فهو متوافق مع اكثر المتصفحات انتشاراً :</p>
<p><strong>توافق تطبيق Reflection.js مع المستعرضات :</strong></p>
<ul>
<li>Internet Explorer 5.5+</li>
<li>Mozilla Firefox 1.5+</li>
<li>Opera 9+</li>
<li>Safari 2+</li>
</ul>
<p><strong>طريقة الاستخدام :</strong></p>
<ol>
<li>قم <a href="http://cow.neondragon.net/stuff/reflection/">بتحميل التطبيق</a> .</li>
<li> أضف السطر التالي في ترويسة الصفحة التي تريد استخدام التطبيق فيها :

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;your-path/reflection.js&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></div></div>

<p>حيث your-path هو المسار الموجود عليه الملف reflection.js</li>
<li>لتطبيق الانعكاس على الصورة قم باضافة class=&#8221;reflect&#8221; الى وسم الصورة ليكون بالشكل التالي :

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;reflected.gif&quot;</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;reflect&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;example image&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

</li>
</ol>
<p><strong>التحكم في ارتفاع الصور المنعكسة و شفافيتها :</strong></p>
<p>للتحكم في ارتفاع الصورة المنعكسة اضف rheight متبوعة بالارتفاع المطلوب مثلا rheight66 الى class المحتوية على reflect لتكون بالشكل التالي :</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;">class=&quot;reflect rheight66&quot;</pre></div></div>

<p>للتحكم في مدى شفافية الصورة المنعكسة اضف ropacity متبوعة بالقيمه المطلوبه مثلا ropacity66 الى class المحتوية على reflect لتكون بالشكل التالي :</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;">class=&quot;reflect ropacity66&quot;</pre></div></div>

<p>
<a href="http://cow.neondragon.net/stuff/reflection/">صفحة التطبيق</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mo3aser.com/blog/reflection-images-javascript/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Smooth Scroll الانتقال المرن بين اجزاء الصفحة</title>
		<link>http://www.mo3aser.com/blog/smooth-scroll/</link>
		<comments>http://www.mo3aser.com/blog/smooth-scroll/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 08:04:39 +0000</pubDate>
		<dc:creator>المُعاصر</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Dezinerfolio]]></category>

		<guid isPermaLink="false">http://www.mo3aser.com/?p=112</guid>
		<description><![CDATA[
Smooth Scroll هو تطبيق Javascript مجاني تم بنائه بواسطه Dezinerfolio يتيح لك هذا التطبيق صغير الحجم 1024 bytes التنقل بين اجزاء الصفحة بطريقة مرنه .
لتجربه تاثيره قم بالنزول لنهاية هذه الصفحة و اضغط على ( الى الاعلى ) او قم بزيارة هذه الصفحة لتجربتة التطبيق .

طريقة الاستخدام :
قم بتضمين ملف javascript عن طريق اضافة هذا [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dezinerfolio.com/2007/08/08/df-javascript-smooth-scroll/"><img src="http://www.mo3aser.com/wp-content/uploads/2008/08/smoothscroll.jpg" alt="" title="smoothscroll" class="aligncenter size-full wp-image-115" /></a></p>
<p>Smooth Scroll هو تطبيق Javascript مجاني تم بنائه بواسطه <a href="http://www.dezinerfolio.com/">Dezinerfolio</a> يتيح لك هذا التطبيق صغير الحجم <strong>1024 bytes</strong> التنقل بين اجزاء الصفحة بطريقة مرنه .<br />
لتجربه تاثيره قم بالنزول لنهاية هذه الصفحة و اضغط على ( الى الاعلى ) او قم بزيارة <a href="http://www.dezinerfolio.com/wp-content/uploads/smoothscrolldemo/df_smooth_scroll.html">هذه الصفحة</a> لتجربتة التطبيق .<br />
<span id="more-112"></span><br />
<strong>طريقة الاستخدام :</strong></p>
<p>قم بتضمين ملف javascript عن طريق اضافة هذا السطر في ترويسة الصفحة :</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;yourpath/smooth.pack.js&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></div></div>

<p>ضع هذا السطر في بداية المنطقة التي تريد الانتقال اليها .</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;top&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></div></div>

<p>رابط الانتقال الى المنطقة المطلوبه :</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#top&quot;</span>&gt;</span>إلى الأعلى<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></div></div>

<p><a href="http://www.dezinerfolio.com/wp-content/plugins/wp-downloadMonitor/download.php?id=16">لتحميل التطبيق</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mo3aser.com/blog/smooth-scroll/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>10 تطبيقات لقوائم الانزلاق &#8211; Accordion Scripts</title>
		<link>http://www.mo3aser.com/blog/accordion-scripts/</link>
		<comments>http://www.mo3aser.com/blog/accordion-scripts/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 14:33:07 +0000</pubDate>
		<dc:creator>المُعاصر</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[accordion scripts]]></category>

		<guid isPermaLink="false">http://www.mo3aser.com/?p=69</guid>
		<description><![CDATA[انشغلت الاسبوع الماضي بزفاف احد أقربائي &#8230; في العادة لا احضر حفلات الزفاف ولكن عندما يتعلق الامر باحد اقربائي فالوضع مختلف فليس المطلوب فقط الحضور ولكن المساهمة في التجهيزات و ما الا ذلك .
قمت باضافة صفحة جديدة اسميتها &#8221; منصة العمل &#8221; وضعت فيها صورة لحاسوبي وبعض التفاصيل عن مواصفاته .
نعود لموضوع التدوينه &#8230;
Accordion Scripts [...]]]></description>
			<content:encoded><![CDATA[<p>انشغلت الاسبوع الماضي بزفاف احد أقربائي &#8230; في العادة لا احضر حفلات الزفاف ولكن عندما يتعلق الامر باحد اقربائي فالوضع مختلف فليس المطلوب فقط الحضور ولكن المساهمة في التجهيزات و ما الا ذلك .<br />
قمت باضافة صفحة جديدة اسميتها &#8221; <a href="http://www.mo3aser.com/my-computer/" target="_blank">منصة العمل</a> &#8221; وضعت فيها صورة لحاسوبي وبعض التفاصيل عن مواصفاته .</p>
<p>نعود لموضوع التدوينه &#8230;</p>
<p>Accordion Scripts او ما تعرف بقوائم الانزلاق هي تطبيقات جافا سكريبت تتيح انشاء قوائم افقية او عمودية وعند المرور او الضغط عليها تتمدد ليظهر محتوى اسفل منها .</p>
<p>لنستعرض بعض هذه التطبيقات &#8230;</p>
<p><span id="more-69"></span></p>
<hr /><a href="http://www.dezinerfolio.com/2007/07/19/simple-javascript-accordions/" target="_blank">Simple Javascript Accordions</a></p>
<p><img class="aligncenter size-full wp-image-70" title="simple-javascript-accordions" src="http://www.mo3aser.com/wp-content/uploads/2008/07/simple-javascript-accordions.gif" alt="" width="370" height="240" /></p>
<p>تطبيق صغير الحجم (<strong>1,149  bytes</strong> ) ، متوافق مع اشهر متصفحات الويب ، يمكن استخدامه بطريقة الالسنه</p>
<p><a href="http://www.dezinerfolio.com/wp-content/uploads/accordemo/01.html" target="_blank">لتجربة التطبيق</a> | <a href="http://www.dezinerfolio.com/wp-content/plugins/wp-downloadMonitor/download.php?id=14" target="_blank">لتحميل التطبيق</a></p>
<hr /><a href="http://www.stickmanlabs.com/accordion/" target="_blank">Accordion v2.0</a></p>
<p><img class="aligncenter size-full wp-image-71" title="accordion-v20" src="http://www.mo3aser.com/wp-content/uploads/2008/07/accordion-v20.gif" alt="" width="490" height="331" /></p>
<p><a href="http://www.stickmanlabs.com/accordion/" target="_blank">لتجربة التطبيق</a> | <a href="http://www.stickmanlabs.com/accordion/accordion.zip" target="_blank">لتحميل التطبيق</a></p>
<hr /><a href="http://moofx.mad4milk.net/" target="_blank">Moofx</a></p>
<p><img class="aligncenter size-full wp-image-72" title="moo-fix" src="http://www.mo3aser.com/wp-content/uploads/2008/07/moo-fix.gif" alt="" width="460" height="275" /></p>
<p><a href="http://moofx.mad4milk.net/" target="_blank">لتجربة التطبيق</a> | <a href="http://moofx.mad4milk.net/#download" target="_blank">لتحميل التطبيق</a></p>
<hr /><a href="http://www.solutoire.com/experiments/mootools/acc_ex3.html">Solutoire MooTools Accordion</a><br />
<img class="aligncenter size-full wp-image-73" title="mootools-accordion" src="http://www.mo3aser.com/wp-content/uploads/2008/07/mootools-accordion.gif" alt="" width="412" height="207" /></p>
<hr /><a href="http://dev.portalzine.de/index?/Horizontal_Accordion">jQuery &#8211; Horizontal Accordion</a></p>
<p><img class="aligncenter size-full wp-image-74" title="horizontal-accordion" src="http://www.mo3aser.com/wp-content/uploads/2008/07/horizontal-accordion.gif" alt="" width="490" height="295" /></p>
<hr /><a href="http://aariadne.com/accordion/">Aariadne Accordion</a></p>
<p><img class="aligncenter size-full wp-image-75" title="aariadne-accordion" src="http://www.mo3aser.com/wp-content/uploads/2008/07/aariadne-accordion.gif" alt="" width="273" height="249" /></p>
<p>قائمة انزلاق مع اتاحة امكانية السحب و الادراج لاجزاء القائمة .</p>
<hr /><a href="http://www.chrisesler.com/mootools/mootools-accordion.html">Chrisesler MooTools Accordion</a></p>
<p><img class="aligncenter size-full wp-image-76" title="chrisesler" src="http://www.mo3aser.com/wp-content/uploads/2008/07/chrisesler.gif" alt="" width="394" height="207" /></p>
<hr /><a href="http://www.artviper.eu/mootoolsmenu/">Artviper Accordeon &amp; Effects</a></p>
<p><img class="aligncenter size-full wp-image-77" title="artviper" src="http://www.mo3aser.com/wp-content/uploads/2008/07/artviper.gif" alt="" width="249" height="221" /></p>
<p>قائمة انزلاق مع تأثيرات عند مرور الفائرة على عناصر القائمة</p>
<hr /><a href="http://www.learningjquery.com/2007/02/more-showing-more-hiding">Learning jQuery</a></p>
<p><img class="aligncenter size-full wp-image-78" title="learningjquery" src="http://www.mo3aser.com/wp-content/uploads/2008/07/learningjquery.gif" alt="" width="357" height="224" /></p>
<hr /><a href="http://bassistance.de/jquery-plugins/jquery-plugin-accordion/">jquery-plugin-accordion</a></p>
<p><img class="aligncenter size-full wp-image-79" title="jquery-plugin-accordion" src="http://www.mo3aser.com/wp-content/uploads/2008/07/jquery-plugin-accordion.gif" alt="" width="216" height="107" /></p>
<p><a href="http://jquery.bassistance.de/accordion/demo/" target="_blank">لتجربة التطبيق</a> | <a href="http://jquery.bassistance.de/accordion/jquery.accordion.zip" target="_blank">لتحميل التطبيق</a></p>
<hr />هل تعرف تطبيقات اخرى لقوائم الانزلاق .. شاركنا بها</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mo3aser.com/blog/accordion-scripts/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>dfFlexiGrid &#8230; لجعل اجزاء صفحتك أكثر حيوية</title>
		<link>http://www.mo3aser.com/blog/dfflexigrid/</link>
		<comments>http://www.mo3aser.com/blog/dfflexigrid/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 11:59:06 +0000</pubDate>
		<dc:creator>المُعاصر</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[dfFlexiGrid]]></category>

		<guid isPermaLink="false">http://www.mo3aser.com/?p=15</guid>
		<description><![CDATA[
dfFlexiGrid تم بناء هذا التطبيق المجاني باستخدام javascript بواسطة Dezinerfolio
يُمكنك هذا التطبيق من منح اجزاء صفحتك بعض الحيويه فمثلا يمكنك من خلاله وضع ازار لاخفاء القائمة اليمنى أو اليسرى وكذلك لجعل الموقع يتمدد بقياس الشاشه او يعرض موقعك في عرض التصغير ( 800 px مثلا ) بالاضافة لامكانية تكبير و تصغير الخط المستخدم في الصفحة [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.dezinerfolio.com/wp-content/uploads/2008/03/flexigrid.jpg" alt="صورة توضيحية للتطبيق" height="142" width="422" /></p>
<p>dfFlexiGrid تم بناء هذا التطبيق المجاني باستخدام javascript بواسطة <a href="http://dezinerfolio.com/" target="_blank">Dezinerfolio</a><br />
يُمكنك هذا التطبيق من منح اجزاء صفحتك بعض الحيويه فمثلا يمكنك من خلاله وضع ازار لاخفاء القائمة اليمنى أو اليسرى وكذلك لجعل الموقع يتمدد بقياس الشاشه او يعرض موقعك في عرض التصغير ( 800 px مثلا ) بالاضافة لامكانية تكبير و تصغير الخط المستخدم في الصفحة . و كل هذا يتم بشكل مرن و انسيابي .</p>
<p><span id="more-15"></span></p>
<p>هذا التطبيق متوافق مع أغلب المتصفحات :</p>
<ul>
<li>Internet Explorer 6, 7</li>
<li>Firefox 1.5 +</li>
<li>Opera 9.1 +</li>
<li>Netscape 8.1 +</li>
<li>Safari 3</li>
</ul>
<p><a href="http://www.dezinerfolio.com/wp-content/uploads/griddemo/dfFlexiGrid.html#" title="dfFlexiGrid" target="_blank">لتجربه هذا التطبيق</a></p>
<p><a href="http://www.dezinerfolio.com/2008/03/24/dfflexigrid-liquid-javascript-grid-layout/" title="dfFlexiGrid" target="_blank">للتحميل والاطلاع على كيفية الاستخدام</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mo3aser.com/blog/dfflexigrid/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
