แสดงบทความที่มีป้ายกำกับ setting แสดงบทความทั้งหมด
แสดงบทความที่มีป้ายกำกับ setting แสดงบทความทั้งหมด

วันเสาร์ที่ 27 กุมภาพันธ์ พ.ศ. 2559


1.โค้ดห้ามลากดำ+ห้าม ctrl+A,C ในโค้ดเดียว
<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>

2.โค้ดห้ามคลิกขวา
ถ้าต้องการให้คลิกขวาเป็นข้อความอะไรให้เปลี่ยนตรง 'Sorry, Don't copy';
<script language=JavaScript>
<!--
var message="Sorry, Don't copy";
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// --> 
</script>

3.โค้ดห้ามคลิกขวา
ไม่ให้ปรากฏข้อความใดๆ
<script language=JavaScript>
<!--
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// --> 
</script>

วันพุธที่ 20 มกราคม พ.ศ. 2559

จะเป็นเกี่ยวกับ การตั้งค่าต่างๆของ  brush ใน Print Tool SAI
ถ้าเจออะไรดีๆอีกจะเอามาลงไว้ให้ดูนะ 
ที่มา : http://xsweetiepiex.tumblr.com/post/61497822378/hey-ham-ur-amazing-artist-and-ur-art-is-sooo-great

ที่มา : http://www.deviantart.com/art/Paint-Tool-Sai-Tool-Settings-310971587

ที่มา : http://mourantlune.deviantart.com/art/Paint-Tool-Sai-Settings-317099363

ที่มา : http://chenria.deviantart.com/art/SAI-Brush-settings-366221890

ที่มา : http://ptsbrushes.tumblr.com/post/39845501829/noxxville-my-paint-tool-sai-brush-settings-if

Comment

เรื่องเล่าโพสเมื่อ

ขับเคลื่อนโดย Blogger.

Popular Posts

Contact Us

ถ้าข้อความใดไม่ถูกต้องแจ้งได้ที่
Mail : mbkrattanakorn@gmail.com