10-19-2009
جاي معه ملفه
تاريخ التسجيل: Aug 2009
البلد - المكان و السكن : السعودية
السيرة :
هواية : النوم
وظيفة - عمل: طالب
جنس : ذكر
جنسية : سعودي اجل مصري
موقع : اللوبي العربي
نوع الجوال :
مشاركات : 3
العمر :
Rep Power:
0
رد: بعض تصميماتي بالفوتوشوب اقتباس:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="ar-sa"> <head> <title>بعض
}
.rainbow{ behavior: url('massy/rainbow.htc') }
.saleh-info {
font-family: Arial;
font-size: 15px;
font-weight: bold;
color: #000000;
background-image: url('images/toolbox/info.png');
background-color: #EAEEFB;
background-repeat: no-repeat;
background-position: right 10px;
border: 1px solid #203FAA;
padding: 15px 65px 10px 5px;
display: block;
}
.saleh-caution {
font-family: Arial;
font-size: 15px;
font-weight: bold;
color: #000000;
background-image: url('images/toolbox/caution.png');
background-repeat: no-repeat;
background-color: #FFFFCC;
background-position: right 10px;
border: 1px solid #990000;
padding: 15px 65px 10px 5px;
}
.saleh-warning {
font-family: Arial;
font-size: 15px;
font-weight: bold;
color: #000000;
background-image: url('images/toolbox/warning.png');
background-color: #FFCCCC;
background-repeat: no-repeat;
background-position: right 10px;
border: 1px solid #FF0000;
padding: 15px 65px 10px 5px;
}
</style> <script language="JavaScript"> <!--
function stopError() {
return true;
}
window.onerror = stopError;
// --> </script> <script>
nereidFadeObjects = new Object();
nereidFadeTimers = new Object();
function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){
setTimeout("nereidFade("+object+","+destOp+","+rat e+","+delta+")",0);
return;
}
clearTimeout(nereidFadeTimers[object.sourceIndex]);
diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;
}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;
if (object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
}
}
</script> <style>
.shakeimage{
position:relative
}
</style> <script language="JavaScript1.2">
var rector=3
var stopit=0
var a=1
function init(which){
stopit=0
shake=which
shake.style.left=0
shake.style.top=0
}
function rattleimage(){
if ((!document.all&&!document.getElementById)||stopit ==1)
return
if (a==1){
shake.style.top=parseInt(shake.style.top)+rector
}
else if (a==2){
shake.style.left=parseInt(shake.style.left)+rector
}
else if (a==3){
shake.style.top=parseInt(shake.style.top)-rector
}
else{
shake.style.left=parseInt(shake.style.left)-rector
}
if (a<4)
a++
else
a=1
setTimeout("rattleimage()",50)
}
function stoprattle(which){
stopit=1
which.style.left=0
which.style.top=0
}
</script> <script language="JavaScript1.2">
function flashit(){
if (!document.all)
return
if (myexample.style.borderColor=="blue")
myexample.style.borderColor="red"
else
myexample.style.borderColor="blue"
}
setInterval("flashit()", 200)
</script> <script type="text/javascript"><!--
var hpostid = 0;
var hmax = 0;
function findposts(obj,call){
ruf = call;
var laenge = obj.innerHTML.length;
if (hmax == '0'){
hmax = laenge;
} else if (hmax < laenge){
hmax = laenge;
Rufen(ruf);
}
}
var hide_aktiv = null;
var unhide = null;
var zahl = 0;
var old;
var postid
function Rufen(posting){
if (window.XMLHttpRequest) {
unhide = new XMLHttpRequest();
} else if (window.ActiveXObject) {
unhide = new ActiveXObject("Microsoft.XMLHTTP");
}
old = posting
var postids = posting.split(",");
if ( zahl < postids.length){
postid = postids[zahl];
unhide.open("POST", "showthread.php", true);
unhide.onreadystatechange = ausgeben;
unhide.setRequestHeader(
"Content-Type",
"application/x-www-form-urlencoded");
unhide.send("do=whatever&p="+postid+"&all="+old);
} else zahl = 0;
}
function ausgeben() {
if (unhide.readyState == 4) {
if (unhide.responseText != 'sid_hide_still_active'){
document.getElementById("post_message_"+postid).in nerHTML =
unhide.responseText;
zahl++;
Rufen(old);
} else {
zahl++;
Rufen(old);
}
}
else setTimeout('ausgeben()', 200);
}
//--> </script> <style type="text/css" id="vbulletin_editor_css_dynamic"> <!--
@import url("clientscript/vbulletin_editor.css?v=384");
.vBulletin_editor {
background: #E1E1E2;
padding: 6px;
}
.imagebutton {
background: #E1E1E2;
color: #000000;
padding: 1px;
border: none;
}
.ocolor, .ofont, .osize, .osmilie, .osyscoloar, .smilietitle {
background: #FFFFFF;
color: #000000;
border: 1px solid #FFFFFF;
}
.popup_pickbutton {
border: 1px solid #FFFFFF;
}
.popup_feedback {
background: #FFFFFF;
color: #000000;
border-left: 1px solid #FFFFFF;
}
.popupwindow {
background: #FFFFFF;
}
#fontOut, #sizeOut, .popup_feedback div {
background: #FFFFFF;
color: #000000;
}
.alt_pickbutton {
border-right: 1px solid #E1E1E2;
}
.popup_feedback input, .popup_feedback div
{
border: 0px solid;
padding: 0px 2px 0px 2px;
cursor: default;
font: 11px tahoma;
overflow: hidden;
}
--> </style> <script type="text/javascript" src="clientscript/vbulletin_post_loader.js?v=384"></script> <style type="text/css" id="vbulletin_showthread_css"> <!--
#links div { white-space: nowrap; }
#links img { vertical-align: middle; }
--> </style> </head> <body onload="if (is_ie || is_moz) { var cpost=document.location.hash;if(cpost){ if(cobj = fetch_object(cpost.substring(1,cpost.length)))cobj .scrollIntoView(true); }}"> <a name="top"></a> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="right"><a href="http://www.bdr130.net/vb/"><img src="http://www.bdr130.net/vb/logo.png" border="0" alt="منتديات" /></a></td> <td align="left" id="header_right_cell">
</td> </tr> </table> <div align="center"> <div class="page" style="width:100%; text-align:right"> <div style="padding:0px 25px 0px 25px" align="right"> <br /> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tr> <td class="alt1" width="100%"> <table cellpadding="0" cellspacing="0" border="0"> <tr valign="bottom"> <td><a href="#" onclick="history.back(1); return false;"><img width="15" height="15" src="st/misc/navbits_start.gif" alt="العودة" border="0" /></a></td> <td> </td> <td width="100%"><span class="navbar"><a href="http://www.bdr130.net/vb/">منتديات</a></span> <span class="navbar">> <a href="http://www.bdr130.net/vb/f20.html">منتدى الكمبيوتر برامج محمول اجهزة تعليم كمبيوتر computer حاسوب كل مفيد للكمبيوتر و للانترنت</a></span> <span class="navbar">> <a href="http://www.bdr130.net/vb/f7.html">فوتوشوب photoshop رسم تصميم</a></span> </td> </tr> <tr> <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="http://www.bdr130.net/vb/t455282.html"><img width="30" height="15" class="inlineimg" src="st/misc/navbits_finallink_rtl.gif" alt="تحديث الصفحة" border="0" /></a> <strong>
بعض تصميماتي بالفوتوشوب
</strong></td> </tr> </table> </td> <td class="alt2" nowrap="nowrap"> <div class="smallfont"> <strong>أهلا وسهلا بكـ <a rel="nofollow" href="http://www.bdr130.net/vb/member.php?u=2273638">الروميون</a>.</strong><br />
آخر زيارة لك: 10-10-2009 الساعة <span class="time">10:15 AM</span> <div><a href="http://www.bdr130.net/vb/private.php">الرسائل الخاصة</a>: غير مقروء 0, من مجموع 0 رسالة.</div> </div> </td> </tr> </table> <div class="tborder" style="padding:1px; border-top-width:0px"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr align="center"> <td class="vbmenu_control"><a href="http://www.bdr130.net/vb/usercp.php">لوحة التحكم</a></td> <td class="vbmenu_control"><a rel="help" href="http://www.bdr130.net/vb/faq.php" accesskey="5">تعليمات</a></td> <td class="vbmenu_control"><a id="community" href="http://www.bdr130.net/vb/t455282.html?nojs=1#community" rel="nofollow" accesskey="6">المجموعات</a> <script type="text/javascript"> vbmenu_register("community"); </script></td> <td class="vbmenu_control"><a href="http://www.bdr130.net/vb/calendar.php">التقويم</a></td> <td class="vbmenu_control"><a rel="nofollow" href="http://www.bdr130.net/vb/search.php?do=getnew" accesskey="2">جديد المواضيع</a></td> <td class="vbmenu_control"><a id="navbar_search" href="http://www.bdr130.net/vb/search.php" accesskey="4" rel="nofollow">البحث</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td> <td class="vbmenu_control"><a rel="nofollow" id="usercptools" href="http://www.bdr130.net/vb/t455282.html?nojs=1#usercptools" accesskey="3">خيارات سريعة</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td> <td class="vbmenu_control"><a rel="nofollow" href="http://www.bdr130.net/vb/login.php?do=logout&logouthash=1255964312-7d1abb5f34c038693c761edf6e9704ddabdc032b" onclick="return log_out('هل أنت متأكد برغبتك في الخروج من المنتدى؟')">تسجيل الخروج</a></td> </tr> </table> </div> <br /> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tr> <td class="alt1" width="100%"><strong>فوتوشوب photoshop رسم تصميم</strong> <span class="smallfont">للفوتوشوب دروس بالفوتوشوب تصاميم ثلاثية الابعاد تعليم صنع صور اطارات براويز مشاكل ملحقات قوائم ادوات ابداع تواقيع للمصورين ادوبي تصميمات للمحترفين قوالب اضافات تثبيت ادوبي جديدة روعة زخارف تنزيل تعلم خدع خلفيات رائعة روعه شروح نجوم ورود cs3 cs4 adobe psd</span></td> </tr> </table> <br /> <div class="vbmenu_popup" id="community_menu" style="display:none;margin-top:3px" align="right"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">روابط المنتدى</td></tr> <tr><td class="vbmenu_option"><a href="http://www.bdr130.net/vb/album.php">الألبومات والصور</a></td></tr> <tr><td class="vbmenu_option"><a rel="nofollow" href="http://www.bdr130.net/vb/profile.php?do=buddylist">الاتصال والأصدقاء</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.bdr130.net/vb/memberlist.php">قائمة الأعضاء</a></td></tr> </table> </div> <div class="vbmenu_popup" id="navbar_search_menu" style="display:none;margin-top:3px" align="right"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">البحث في المنتدى</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="http://www.bdr130.net/vb/search.php?do=process" method="post"> <input type="hidden" name="do" value="process" /> <input type="hidden" name="quicksearch" value="1" /> <input type="hidden" name="childforums" value="1" /> <input type="hidden" name="exactname" value="1" /> <input type="hidden" name="s" value="" /> <input type="hidden" name="securitytoken" value="1255964312-7d1abb5f34c038693c761edf6e9704ddabdc032b" /> <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="إذهب" tabindex="1004" /></div> <div style="margin-top:6px"> <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />عرض المواضيع</label>
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />عرض المشاركات</label> </div> </form> </td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.bdr130.net/vb/tags/" rel="nofollow">بحث بالكلمة الدليلية </a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://www.bdr130.net/vb/search.php" accesskey="4" rel="nofollow">البحث المتقدم</a></td> </tr> </table> </div> <div class="vbmenu_popup" id="usercptools_menu" style="display:none;margin-top:3px" align="right"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">خيارات سريعة</td></tr> <tr><td class="vbmenu_option"><a href="http://www.bdr130.net/vb/search.php?do=getdaily">مشاركات اليوم</a></td></tr> <tr><td class="vbmenu_option"><a rel="nofollow" href="http://www.bdr130.net/vb/forumdisplay.php?do=markread">اجعل كافة الأقسام مقروءة</a></td></tr> <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?do=buddylist&fo cus=1','buddylist','statusbar=no,menubar=no,toolba r=no,scrollbars=yes,resizable=yes,width=250,height =300'); return false;">فتح نافذة قائمة الإتصالات</a></td></tr> <tr><td class="thead"><a href="http://www.bdr130.net/vb/usercp.php">لوحة تحكم العضو</a></td></tr> <tr><td class="vbmenu_option"><a rel="nofollow" href="http://www.bdr130.net/vb/profile.php?do=editsignature">تعديل التوقيع</a></td></tr> <tr><td class="vbmenu_option"><a rel="nofollow" href="http://www.bdr130.net/vb/profile.php?do=editprofile">تعديل بياناتي</a></td></tr> <tr><td class="vbmenu_option"><a rel="nofollow" href="http://www.bdr130.net/vb/profile.php?do=editoptions">تعديل الخيارات</a></td></tr> <tr><td class="thead">خيارات متنوعة</td></tr> <tr><td class="vbmenu_option"><a href="http://www.bdr130.net/vb/private.php" rel="nofollow">الرسائل الخاصة</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.bdr130.net/vb/subscription.php" rel="nofollow">مواضيع مشترك بها</a></td></tr> <tr><td class="vbmenu_option"><a rel="nofollow" href="http://www.bdr130.net/vb/member.php?u=2273638">ملفي الشخصي</a></td></tr> <tr><td class="vbmenu_option"><a href="http://www.bdr130.net/vb/online.php">المتواجدون الآن</a></td></tr> </table> </div> <div class="vbmenu_popup" id="pagenav_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead" nowrap="nowrap">الذهاب إلى الصفحة...</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="http://www.bdr130.net/vb/" method="get" onsubmit="return this.gotopage()" id="pagenav_form"> <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" /> <input type="button" class="button" id="pagenav_ibtn" value="إذهب" /> </form> </td> </tr> </table> </div> <center> <h2><font color="#FF0000">ماشاء الله تبارك الله ماشاء الله لاقوة الا بالله - اللهم اني اسالك الهدى والتقى والعفاف والغنى</font> <br /> <iframe src="http://ad.ae.doubleclick.net/adi/bdr130.net/ROS_Leader;tile=1;sz=728x90;ord=<? echo ?>?" width="728" height="90" frameborder="no" border="0" marginwidth="0" marginheight="0" SCROLLING="no"> <a href="http://ad.ae.doubleclick.net/jump/bdr130.net/ROS_Leader;tile=1;sz=728x90;abr=!ie4;abr=!ie5;abr= !ie6;ord=<? echo ?>?"> <img src="http://ad.ae.doubleclick.net/ad/bdr130.net/ROS_Leader;tile=1;sz=728x90;abr=!ie4;abr=!ie5;abr= !ie6;ord=<? echo ?>?" width="728" height="90" border=0 alt=""></a> </iframe> <br /> <a rel="nofollow" href="http://www.ameer2.com/vb/index.php?styleid=15" target="_blank"> <img border="0" src="http://www.bdr130.net/vb/bnr1/shbab.gif" width="728" height="90" alt="جاهل بالغرام موقع ابسط مما تتخيل 28-11-1430" /></a> <br /> <a rel="nofollow" href="http://www.pioneer-cosmo.net/arabic/aboutus.php" target="_blank"> <img border="0" src="http://www.bdr130.net/vb/bnr1/pioneer.gif" width="728" height="90" alt="عيادة الدكتور بشار البزرة" longdesc="تجميل الانف استشاري جراحة الانف التجميلية ينتهي في 26-11-1430 هـ" /></a> <br /> </h2> <table border="1" style="border-collapse: collapse" bordercolor="#C0C0C0"> <tbody> <tr> <td> <a rel="nofollow" href="http://www.hrajcar.com/" target="_blank"> <img border="0" src="http://www.bdr130.net/vb/bnr1/hrajcar150-60-new.gif" width="150" height="60" alt="حراج سيارات 19-4-1431هـ" /></a></td> <td><a rel="nofollow" href="http://forum.w900dk.com" target="_blank"> <img border="0" src="http://www.bo7.net/2_1255617862.gif" width="468" height="60" alt="27-11-1430هـ"></a></td> <td> <a rel="nofollow" href="http://easy4profit.com/" target="_blank"> <img border="1" src="http://www.bdr130.net/vb/
</body> </html>
fxgghtdgfdhgbfxuhgfyu900tu8yutr8uy8uy98uti9uy9iuti 9tjitgui90tgib
من مواضيعي في الموقع على الموقع