ورود

View Full Version : حرفه ای: سری جدید تاپیک سورس های مفید اماده طراحی قالب



mohamad_torabi
شنبه 17 خرداد 1393, 23:48 عصر
سلام و احترام خدمت تمام دوستان گرامی
با توجه به استقبال از تاپیک قبلی سورس کد ها و اینکه نمیدونم چرا تاپیک نیست تصمیم به ایجاد تاپیک جدید نمودم ولی در این تا پیک چه چیزهایی قرار میگیره به صورت زیر است
اسکپریت های اماده به صورت php و asp
معرفی و اموزش پلاگین های جی کوئری
کد های css و css3
کد ها html
منو اماده اسلاید شوی اماده و ......
قالب های مختلف
منابع اموزشی
معرفی وب سایت های خلاق
گرداوری مطالب مهم انجمن شامل نکته ها و اموزش ها
و همه ی چیزهایی که برای طراحی و برنامه نویسی وب نیاز دارین
توجه داشته باشید که ممکنه سورس های قدیمی نیز گذاشته بشه
همکاری در تاپیک
از دوستان خواهشمند است اگر سورس کوچکی حتی اگر یک دستور ساده هم بود قرار بدین تا با کمک شما تاپیک رو جامعه کنم و به تاپیک های اعلان برسونم
و در اخر در گذاشتن سورس هاتون خسیس نباشید چرا که تعداد پس هاتون نیز بیشتر می شود ( یک شوخی:لبخند: )
ممنون

omidabedi
یک شنبه 18 خرداد 1393, 00:57 صبح
اسکریپت های php بخش خودشو در تالار php داره

اما برای بقیه ی چیزها خوبه که شروع کنید

موفق باشید

mohamad_torabi
یک شنبه 18 خرداد 1393, 01:35 صبح
اسکریپت های php بخش خودشو در تالار php داره

اما برای بقیه ی چیزها خوبه که شروع کنید

موفق باشید

البته بهتره تو این تاپیک هم بزارم تا تاپیک جامع شه شما نیز در این تاپیک همکاری کیند
از فردا فعالیت تاپیک رو شروع میکنم

mohamad_torabi
یک شنبه 18 خرداد 1393, 14:04 عصر
مجموعه آیکون های شبکه اجتماعی به صورتCSS3http://dl.persianscript.ir/img/css-animation-social.jpg
لینک (http://www.persianscript.ir/1393/03/15/css3-animated-social-buttons/)

mohamad_torabi
یک شنبه 18 خرداد 1393, 14:05 عصر
پلاگین اخبار سایت به صورت جی کوئری و حرفه ای
لینک (http://www.jquerynewsticker.com)

mohamad_torabi
یک شنبه 18 خرداد 1393, 14:06 عصر
پلاگین قبلی ولی میتونید سریع بدون فایل جی کوئری بزارید تو سایت کد زیر :

<div class="mod_type">
<span id="theTicker"> </span>
<script type="text/javascript">
var theSummaries = new Array();
var theSiteLinks = new Array();
theSummaries[0]='متن اول';
theSummaries[1]='متن دوم';
theSummaries[2]='متن سوم';
</script>
<script type="text/javascript">
var theCharacterTimeout = 100;
var theStoryTimeout = 3000;
var theWidgetOne = "_";
var theWidgetTwo = "-";
var theWidgetNone = "";
var theItemCount = theSummaries.length;
var NS6=(document.getElementById && !document.all) ? true : false;
function startTicker()
{
theCurrentStory = -1;
theCurrentLength = 0;
if (document.getElementById) runTheTicker();
else {document.write("<style>.ticki{display:none;}.ticko{border:0px; padding:0px;}</style>"); return true;}
}
function runTheTicker()
{
var myTimeout;
if(theCurrentLength == 0){
theCurrentStory++;
theCurrentStory = theCurrentStory % theItemCount;
theStorySummary = theSummaries[theCurrentStory];
theTargetLink = theSiteLinks[theCurrentStory];
}
var textTitle = theStorySummary.substring(0,theCurrentLength) + whatWidget();
if (theTargetLink ) {
if (NS6) document.getElementById("theTicker").innerHTML = '<a class=jstop target="_blank" href="'+ theTargetLink +'" target="_top">'+textTitle+'</a>';
else document.all.theTicker.innerHTML = '<a class=jstop target="_blank" href="'+ theTargetLink +'" target="_top">'+textTitle+'</a>';
}
else {
if (NS6) document.getElementById("theTicker").innerHTML = '<span>'+textTitle+'</span>';
else document.all.theTicker.innerHTML = '<span>'+textTitle+'</span>';
}
if(theCurrentLength != theStorySummary.length){theCurrentLength++; myTimeout = theCharacterTimeout;}
else{theCurrentLength = 0; myTimeout = theStoryTimeout;}
setTimeout("runTheTicker()", myTimeout);
}

function whatWidget()
{
if(theCurrentLength == theStorySummary.length) return theWidgetNone;
if((theCurrentLength % 2) == 1) return theWidgetOne;
else return theWidgetTwo;
}
startTicker();
</script>
</div>

mohamad_torabi
یک شنبه 18 خرداد 1393, 14:07 عصر
بهترین پلاگین پنجره بازشونده
لینک (http://fancybox.net/)

mohamad_torabi
یک شنبه 18 خرداد 1393, 14:09 عصر
اموزش استفادی از پلاگین fancyBox لینک (http://barnamenevis.org/showthread.php?452596-%D8%A7%D9%85%D9%88%D8%B2%D8%B4-%D8%A7%D8%B3%D8%AA%D9%81%D8%A7%D8%AF%DB%8C-%D8%A7%D8%B2-%D9%BE%D9%84%D8%A7%DA%AF%DB%8C%D9%86-fancyBox)

mohamad_torabi
یک شنبه 18 خرداد 1393, 14:12 عصر
آخرین اخبار و رویداد ها با سه افکت اسلاید و محو و تایپhttp://www.ijquery.ir/wp-content/uploads/2015/05/inewsticker.jpg
لینک (http://www.ijquery.ir/effect/inewsticker/)

mohamad_torabi
یک شنبه 18 خرداد 1393, 14:14 عصر
اسلاید شو مورد علاقه من که تو بیشتر پروژه ها ازش استفاده میکنم
اسلایدشو سادهhttp://www.ijquery.ir/wp-content/uploads/2013/04/screenshot16.png
لینک (http://www.ijquery.ir/slideshow/%D8%A7%D8%B3%D9%84%D8%A7%DB%8C%D8%AF%D8%B4%D9%88-%D8%B3%D8%A7%D8%AF%D9%87/)

mohamad_torabi
یک شنبه 18 خرداد 1393, 17:45 عصر
دوستان لطفا همکاری کنید

mohamad_torabi
چهارشنبه 21 خرداد 1393, 17:52 عصر
امتیاز دهی به مطالب به سبک جالبhttp://www.ijquery.ir/wp-content/uploads/2013/09/screenshot1.jpg
http://www.ijquery.ir/wp-content/themes/ijquery/images/dl.png (http://www.ijquery.ir/star-rating/%D8%A7%D9%85%D8%AA%DB%8C%D8%A7%D8%B2-%D8%AF%D9%87%DB%8C-%D8%A8%D9%87-%D9%85%D8%B7%D8%A7%D9%84%D8%A8-%D8%A8%D9%87-%D8%B3%D8%A8%DA%A9-%D8%AC%D8%A7%D9%84%D8%A8/)

mohamad_torabi
چهارشنبه 21 خرداد 1393, 17:55 عصر
دانلود نقشه ایران با فرمت SVG و بصورت ریسپانسیو http://barnamenevis.org/attachment.php?attachmentid=117691&d=1396895119
http://www.ijquery.ir/wp-content/themes/ijquery/images/dl.png (http://barnamenevis.org/showthread.php?447455-%D8%AF%D8%A7%D9%86%D9%84%D9%88%D8%AF-%D9%86%D9%82%D8%B4%D9%87-%D8%A7%DB%8C%D8%B1%D8%A7%D9%86-%D8%A8%D8%A7-%D9%81%D8%B1%D9%85%D8%AA-SVG-%D9%88-%D8%A8%D8%B5%D9%88%D8%B1%D8%AA-%D8%B1%DB%8C%D8%B3%D9%BE%D8%A7%D9%86%D8%B3%DB%8C%D 9%88)

mohamad_torabi
چهارشنبه 21 خرداد 1393, 17:57 عصر
سیستم مدیریت محتوای Sageframe به زبان ASP.NEThttp://dl.persianscript.ir/img/sageframe.jpg
http://www.ijquery.ir/wp-content/themes/ijquery/images/dl.png (http://www.persianscript.ir/1391/04/02/%D8%B3%DB%8C%D8%B3%D8%AA%D9%85-%D9%85%D8%AF%DB%8C%D8%B1%DB%8C%D8%AA-%D9%85%D8%AD%D8%AA%D9%88%D8%A7%DB%8C-sageframe-%D8%A8%D9%87-%D8%B2%D8%A8%D8%A7%D9%86-asp-net/)

mohamad_torabi
چهارشنبه 21 خرداد 1393, 17:59 عصر
اسکریپت فروشگاه ساز AspxCommerce نسخه 1.1 به زبانhttp://www.dl.persianscript.ir/img/aspxcommerce.jpg
http://www.ijquery.ir/wp-content/themes/ijquery/images/dl.png (http://www.persianscript.ir/1391/04/02/%D8%B3%DB%8C%D8%B3%D8%AA%D9%85-%D9%85%D8%AF%DB%8C%D8%B1%DB%8C%D8%AA-%D9%85%D8%AD%D8%AA%D9%88%D8%A7%DB%8C-sageframe-%D8%A8%D9%87-%D8%B2%D8%A8%D8%A7%D9%86-asp-net/)

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:05 عصر
لینک دونی کوچک و راحت

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1256">
<FORM name=take>
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD width="100%">
<SELECT style="WIDTH: 200px; background-color:White" size=6 name=take2>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>
<option value=site adres>link</option>

</SELECT>
<SCRIPT>
var setframes=6
var selected=-1
var switchit=-1
var cycle=0

function animate_go(){
if (cycle>=setframes){
document.take.take2.selectedIndex =selected
window.location=document.take.take2.options[document.take.take2.selectedIndex].value
return
}
switchit=(switchit==-1)? selected : -1
document.take.take2.selectedIndex =switchit
cycle++

setTimeout("animate_go()",100)
}
</SCRIPT>
</TD></TR>
<TR>
<TD width="100%">
<DIV align=center>
<P><INPUT onclick=selected=document.take.take2.selectedIndex ;cycle=0;animate_go() type=button value="go" name=B1></P></DIV></TD></TR></TBODY></TABLE></FORM></BODY></HTML></body>
</html>

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:07 عصر
کد اسلاید شو تصاویر


<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<td width="0"></td>
<table border="0" width="20%">
<tr>
<td><script
type="text/javascript"
src="http://karkasnews.persiangig.com/image/webtools/slideshow/2/jquery.js"></script><script
type="text/javascript"
src="http://karkasnews.persiangig.com/image/webtools/slideshow/2/fadeslideshow.js"></script><script
src="http://karkasnews.persiangig.com/image/webtools/slideshow/2/swfobject.js"></script><script
type="text/javascript">

var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [550, 200], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [

["http://karkasnews.persiangig.com/image/aletaha/IMG_0734.JPG",
"http://www.ir-uni.com", "_new", "مترجم بلوک امیر حسن زاده"],

["http://karkasnews.persiangig.com/image/aletaha/IMG_0749.JPG",
"http://www.ir-uni.com", "_new", "مترجم بلوک امیر حسن زاده"],

["http://karkasnews.persiangig.com/image/aletaha/IMG_0827.JPG",
"http://www.ir-uni.com", "_new", "مترجم بلوک امیر حسن زاده"],

["http://karkasnews.persiangig.com/image/aletaha/IMG_0838.JPG",
"http://www.ir-uni.com", "_new", "مترجم بلوک امیر حسن زاده"],

["http://karkasnews.persiangig.com/image/aletaha/IMG_0835.JPG",
"http://www.ir-uni.com", "_new", "مترجم بلوک امیر حسن زاده"]
//<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:1010, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})


</script><style type="text/css">

#fadeshow1 {
width: 550px;
height: 200px;
}</style>

<table style="WIDTH: 550px" align="center">
<tbody>
<tr>
<td style="WIDTH: 552px">

<div style="WIDTH: 550px; BACKGROUND: black; HEIGHT:
225px; VISIBILITY: visible; OVERFLOW: hidden"
id="fadeshow1"></div>
</td>
</tr>
</tbody>
</table></td>
</tr>
<p align="center"><span lang="fa"><a href="http://www.ir-uni.com">دریافت کد</a></span></p>
</html>

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:08 عصر
کد باز شدن وب دیگری همراه صفحه وب شما



<body onload="window.open('http://barnamenevis.org')"> </body>

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:13 عصر
کد اسلاید شو


<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<td width="0"></td>
<table border="0" width="20%">
<tr>
<td><script
type="text/javascript"
src="http://karkasnews.persiangig.com/image/webtools/slideshow/2/jquery.js"></script><script
type="text/javascript"
src="http://karkasnews.persiangig.com/image/webtools/slideshow/2/fadeslideshow.js"></script><script
src="http://karkasnews.persiangig.com/image/webtools/slideshow/2/swfobject.js"></script><script
type="text/javascript">

var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [550, 200], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [

["http://karkasnews.persiangig.com/image/aletaha/IMG_0734.JPG",
"http://www.ir-uni.com", "_new", "برنامه نویس"],

["http://karkasnews.persiangig.com/image/aletaha/IMG_0749.JPG",
"http://www.ir-uni.com", "_new", 'برنامه نویس"],

["http://karkasnews.persiangig.com/image/aletaha/IMG_0827.JPG",
"http://www.ir-uni.com", "_new", "برنامه نویس"],

["http://karkasnews.persiangig.com/image/aletaha/IMG_0838.JPG",
"http://www.ir-uni.com", "_new", "برنامه نویس"],

["http://karkasnews.persiangig.com/image/aletaha/IMG_0835.JPG",
"http://www.ir-uni.com", "_new", "برنامه نویس"]
//<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:1010, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})


</script><style type="text/css">

#fadeshow1 {
width: 550px;
height: 200px;
}</style>

<table style="WIDTH: 550px" align="center">
<tbody>
<tr>
<td style="WIDTH: 552px">

<div style="WIDTH: 550px; BACKGROUND: black; HEIGHT:
225px; VISIBILITY: visible; OVERFLOW: hidden"
id="fadeshow1"></div>
</td>
</tr>
</tbody>
</table></td>
</tr>
<p align="center"><span lang="fa"><a href="http://www.ir-uni.com">دریافت کد</a></span></p>
</html>

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:15 عصر
جلوگيري از دسترسي IP مشخصي به وبسايت شما


<script type="text/javascript">

//اي پي مورد نظرتان را اينجا وارد كنيد
var bannedips=["23.23.23.23", "11.11.11.11"]

var ip = '<!--#echo var="REMOTE_ADDR"-->'

var handleips=bannedips.join("|")
handleips=new RegExp(handleips, "i")

if (ip.search(handleips)!=-1){
alert("شما به هيچ وجه حق ورود به اين مكان را نداريد")
window.location.replace("http://barnamenevis")
}

</script>

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:17 عصر
این کد جاوا اسکریپت امکان جستجو در میان مطالب وبلاگ را برای کاربر فراهم می کنه


<!-- این قسمت را در تگ <head> قرار دهید -->
<script language="JavaScript">
var NS4 = (document.layers);
var IE4 = (document.all);
var win = window;
var n = 0;
function findInPage(str) {
var txt, i, found;
if (str == ""<img border="0" src="Http://mihanblog.com/Yahoo/3.Gif">
return false;
if (NS4) {
if (!win.find(str))
while(win.find(str, false, true))
n++;
else
n++;
if (n == 0)
alert("Not found."<img border="0" src="Http://mihanblog.com/Yahoo/3.Gif">;
}
if (IE4) {
txt = win.document.body.createTextRange();
for (i = 0; i <= n && (found = txt.findText(str)) != false; i++) {
txt.moveStart("character", 1);
txt.moveEnd("textedit"<img border="0" src="Http://mihanblog.com/Yahoo/3.Gif">;
}
if (found) {
txt.moveStart("character", -1);
txt.findText(str);
txt.select();
txt.scrollIntoView();
n++;
} else { if (n > 0) {
n = 0; findInPage(str);
} else
alert("Not found."<img border="0" src="Http://mihanblog.com/Yahoo/3.Gif">;
} } return false;}
</script>
<!-- این قسمت را در محل مورد نظر برای نمایش باگس جستجو قرار دهید -->
<form name="search" onSubmit="return findInPage(this.string.value);">
<font size=3><input name="string" type="text" size=15 onChange="n = 0;"></font>
<input type="submit" value="Find">
</form>
<!--end of the script-->

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:18 عصر
کیبورد فارسی


<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Farsi Keyboard</title>
</head>

<body>
<SCRIPT language=Javascript>
<!--
function selectAll(theField) **
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
}
//-->
</SCRIPT>

<form name="form1">
<div align="left">
<table align="center" cellPadding="2" cellSpacing="2" id="table1">

<tr>
<td>
<img height="190" src="http://www.uploadtak.com/images/96oe20zazh2yb10b91o9.gif" width="444" border="0"

usemap="#key"></td>
</tr>
<tr>
<td dir="rtl"><center><br>
<!input type="text" SIZE="62" name="text1" value="">
<textarea onKeyPress="return submitenter(this,event)" style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma" name="text1"

rows="6" wrap="PHYSICAL" cols="60"></textarea></center>

</td>
</tr>
</table>
<map name="key">
<area onClick="form1.text1.value=form1.text1.value + 'پ';" shape="RECT" coords="2,2,28,28">
<area onClick="form1.text1.value=form1.text1.value + '1';" shape="RECT" coords="30,2,58,28">
<area onClick="form1.text1.value=form1.text1.value + '2';" shape="RECT" coords="60,2,88,28">
<area onClick="form1.text1.value=form1.text1.value + '3';" shape="RECT" coords="90,2,117,28">
<area onClick="form1.text1.value=form1.text1.value + '4';" shape="RECT" coords="119,2,146,28">

<area onClick="form1.text1.value=form1.text1.value + '5';" shape="RECT" coords="148,2,175,28">
<area onClick="form1.text1.value=form1.text1.value + '6';" shape="RECT" coords="177,2,206,28">
<area onClick="form1.text1.value=form1.text1.value + '7';" shape="RECT" coords="208,2,236,28">
<area onClick="form1.text1.value=form1.text1.value + '8';" shape="RECT" coords="238,2,265,28">
<area onClick="form1.text1.value=form1.text1.value + '9';" shape="RECT" coords="267,2,295,28">
<area onClick="form1.text1.value=form1.text1.value + '0';" shape="RECT" coords="297,2,324,28">
<area onClick="form1.text1.value=form1.text1.value + '؟';" shape="RECT" coords="326,2,354,28">
<area onClick="form1.text1.value=form1.text1.value + 'آ';" shape="RECT" coords="356,2,382,28">
<area onClick="form1.text1.value=form1.text1.value + 'ژ';" shape="RECT" coords="384,2,413,28">

<area onClick="form1.text1.value=form1.text1.value + 'ض';" shape="RECT" coords="39,30,67,58">
<area onClick="form1.text1.value=form1.text1.value + 'ص';" shape="RECT" coords="69,30,96,58">
<area onClick="form1.text1.value=form1.text1.value + 'ث';" shape="RECT" coords="98,30,126,58">
<area onClick="form1.text1.value=form1.text1.value + 'ق';" shape="RECT" coords="128,30,155,58">
<area onClick="form1.text1.value=form1.text1.value + 'ف';" shape="RECT" coords="157,30,185,58">
<area onClick="form1.text1.value=form1.text1.value + 'غ';" shape="RECT" coords="187,30,214,58">
<area onClick="form1.text1.value=form1.text1.value + 'ع';" shape="RECT" coords="216,30,244,58">
<area onClick="form1.text1.value=form1.text1.value + 'ه';" shape="RECT" coords="246,30,274,58">
<area onClick="form1.text1.value=form1.text1.value + 'خ';" shape="RECT" coords="276,30,303,58">

<area onClick="form1.text1.value=form1.text1.value + 'ح';" shape="RECT" coords="305,30,332,58">
<area onClick="form1.text1.value=form1.text1.value + 'ج';" shape="RECT" coords="334,30,362,58">
<area onClick="form1.text1.value=form1.text1.value + 'چ';" shape="RECT" coords="364,30,391,58">
<area onClick="form1.text1.value=form1.text1.value + 'ش';" shape="RECT" coords="47,60,74,86">
<area onClick="form1.text1.value=form1.text1.value + 'س';" shape="RECT" coords="76,60,105,86">
<area onClick="form1.text1.value=form1.text1.value + 'ي';" shape="RECT" coords="107,60,134,86">
<area onClick="form1.text1.value=form1.text1.value + 'ب';" shape="RECT" coords="136,60,163,86">
<area onClick="form1.text1.value=form1.text1.value + 'ل';" shape="RECT" coords="165,60,193,86">
<area onClick="form1.text1.value=form1.text1.value + 'ا';" shape="RECT" coords="195,60,223,86">

<area onClick="form1.text1.value=form1.text1.value + 'ت';" shape="RECT" coords="225,60,252,86">
<area onClick="form1.text1.value=form1.text1.value + 'ن';" shape="RECT" coords="254,60,282,86">
<area onClick="form1.text1.value=form1.text1.value + 'م';" shape="RECT" coords="284,60,311,86">
<area onClick="form1.text1.value=form1.text1.value + 'ك';" shape="RECT" coords="313,60,341,86">
<area onClick="form1.text1.value=form1.text1.value + 'گ';" shape="RECT" coords="343,60,370,86">
<area onClick="form1.text1.value=form1.text1.value + 'ظ';" shape="RECT" coords="64,88,91,116">
<area onClick="form1.text1.value=form1.text1.value + 'ط';" shape="RECT" coords="93,88,122,116">
<area onClick="form1.text1.value=form1.text1.value + 'ز';" shape="RECT" coords="124,88,150,116">
<area onClick="form1.text1.value=form1.text1.value + 'ر';" shape="RECT" coords="152,88,179,116">

<area onClick="form1.text1.value=form1.text1.value + 'ذ';" shape="RECT" coords="182,88,210,116">
<area onClick="form1.text1.value=form1.text1.value + 'د';" shape="RECT" coords="212,88,239,116">
<area onClick="form1.text1.value=form1.text1.value + 'ئ';" shape="RECT" coords="241,88,269,116">
<area onClick="form1.text1.value=form1.text1.value + 'و';" shape="RECT" coords="271,88,298,116">
<area onClick="form1.text1.value=form1.text1.value + '.';" shape="RECT" coords="300,88,327,116">
<area onClick="form1.text1.value=form1.text1.value + ',';" shape="RECT" coords="329,88,358,116">
<area onClick="form1.text1.value=form1.text1.value + ' ';" shape="RECT" coords="110,118,332,145">
<area shape="RECT" coords="128,157,227,173" href="javascript:selectAll('form1.text1')">
</map>

</div>
<div align="center">
&nbsp;</div>
</form>

</body>

</html>

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:22 عصر
کد غیر فعال کردن انتخاب متن


<script

language="JavaScript1.2">
function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script><p align="center"><font face="Tahoma" style="font-size: 9pt"><a target="_blank" href="http://www.barnamenevis.org"><span style="text-decoration: none">جاوا اسكریپت</span></a></font></p>

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:22 عصر
ابزار نمایشگر آی پی و مشخصات بیننده


<script language="javascript" src="http://www.pichak.net/blogcod/show-ip/show-ip.php?type=2"></script><div style="display:none"><h1><a href=http://pichak.net>کد نمایش آی پی</a></h1><h1><a href=http://pichak.net/blogcod/show-ip>کد نمایش آی پی</a></h1></div>

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:27 عصر
قرار بود جز سورس کد به معرفی وب سایت هم بپردازم شما نیز همکاری کنید

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:28 عصر
دانلود پترن های زیبا
http://subtlepatterns.com/

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:29 عصر
آموزش های اچ تی ام ال به صورت ویدو
www.irsarzamin.com

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:30 عصر
----------------------------------------------------------------------------------------------------------------------------
1)آموزش css و jquery به صورت ویدئو
آدرس : www.cgtv.ir (http://www.cgtv.ir)
.................................................. .............
2) )آموزش css و jquery و html به صورت ویدئو
آدرس: www.p30sazan.com (http://www.p30sazan.com)
.................................................. ............
3)وب سایت جومینا برای جوملا کاران
آدرس: www.joomina.ir (http://www.joomina.ir)
.................................................. .............
4)آموزش jquery و Flash و فتوشاپ و css
آدرس netpixel.ir
.................................................. ..........
5) اگه میخاین از تجربه حرفه ای ها استفاده کنید حتما از این وب سایت دیدن کنید...نکات بسیار آموزند های رو بیان کرده
آدرس : www.webtarget.ir (http://www.webtarget.ir)
.................................................. ..........

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:31 عصر
سایت های اموزشی بیشتر در تاپیک زیر
لینک (http://barnamenevis.org/showthread.php?389648-%D9%85%D8%B9%D8%B1%D9%81%DB%8C-%D9%88%D8%A8-%D8%B3%D8%A7%DB%8C%D8%AA-%D9%87%D8%A7%DB%8C-%D9%81%D8%B9%D8%A7%D9%84-%D8%AF%D8%B1-%D8%B2%D9%85%DB%8C%D9%86%D9%87-%D8%A2%D9%85%D9%88%D8%B2%D8%B4-%D8%B7%D8%B1%D8%A7%D8%AD%DB%8C-%D9%88%D8%A8-%D8%B3%D8%A7%DB%8C%D8%AA)

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:31 عصر
مرجع اموزشی لرن فایلز
لینک (http://learnfiles.com/)

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:32 عصر
مرجع اموزشی دانشجوبار ویژه دانشجو ها
لینک (http://www.daneshjooyar.com/)

mohamad_torabi
چهارشنبه 21 خرداد 1393, 18:34 عصر
وب سایت جالب به نام وبسوال که با طراحان و برنامه نویسان موفق صحبت داشته
لینک (http://www.websoal.com)

mohamad_torabi
جمعه 23 خرداد 1393, 21:05 عصر
وبسایت هیولای قالب اماده وبسایت
http://monstertemplate.ir/

mohamad_torabi
جمعه 23 خرداد 1393, 21:06 عصر
دوستان حداقل سایت های خودشون رو معرفی کنند