公告版位

本站於2009年10月28日成立,本人將盡力提供好的資訊,希望對大家會有幫助。也希望大家可以幫忙點一下廣告,謝謝大家。

GoMy 線上購物 - 聯盟網站:10766 歡迎參觀我的賣場

版權所有,引用請註明引用來源,謝謝光臨。 部份文章來源為網路上,如有侵權,請留言,我會馬上刪除,謝謝。

筆刷:http://myphotoshopbrushes.com/brushes

圖樣:http://myphotoshopbrushes.com/patterns

自訂形狀:http://myphotoshopbrushes.com/custom_shapes

樣式及漸層:http://myphotoshopbrushes.com/styles_and_gradients

教學:http://myphotoshopbrushes.com/tutorials

請按下載。

你可以參考:

Photoshop 自訂形狀- 載入網路上下載的形狀

Posted by css6 at 痞客邦 PIXNET 留言(0) 引用(0) 人氣()

JQUERY-在表單文字欄位輸入開頭文字,自動顯示相關文字

如:http://game.acd.idv.tw的搜尋

請先下載:http://ok6.cc/~css/100920/jaueryautocomplete.zip

下面範例需要資料庫哦,所以要自行建立資料庫哦。

在<head>...</head>之間加上下面語法:

<link rel="stylesheet" type="text/css" href="jquery.autocomplete.css" />
<script type="text/javascript" src="jquery.js"></script> 
<script type="text/javascript" src="jquery.autocomplete.js"></script>
<script type="text/javascript"> 
$(function() {       
  $("#t1").autocomplete("s.php", {matchContains: true});      
});  
</script>

在<body>...</body>之間加上下面語法:

<form id="form1" name="form1" method="post" action="">
  <label for="t1"> </label>
  <input type="text" name="t1" id="t1" />
</form>

開一個新的php檔案,儲存成「s.php」,語法如下:

<?php  
header('Content-Type: text/html;charset=UTF-8');
require_once('Connections/conn.php');
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
  if (PHP_VERSION < 6) {
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
  }

  $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);

  switch ($theType) {
    case "text":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;   
    case "long":
    case "int":
      $theValue = ($theValue != "") ? intval($theValue) : "NULL";
      break;
    case "double":
      $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
      break;
    case "date":
      $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
      break;
    case "defined":
      $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
      break;
  }
  return $theValue;
}
}
$colname_Recordset1 = "%";
if (isset($_GET['q'])) {
 $colname_Recordset1 = $_GET['q']; 
}
//if (!$q) return; 
mysql_select_db($database_conn, $conn);
$query_Recordset1 = sprintf("SELECT gname FROM games WHERE gname LIKE %s LIMIT 0 , 10", GetSQLValueString("%" . $colname_Recordset1 . "%", "text"));
$Recordset1 = mysql_query($query_Recordset1, $conn) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
do{
     printf("%s\n" ,$row_Recordset1['gname'] );
} while ($row_Recordset1 = mysql_fetch_assoc($Recordset1));
?> 

就可以用了。

Posted by css6 at 痞客邦 PIXNET 留言(5) 引用(0) 人氣()

網站內容推到Facebook的方法:

我們可以在做網站時,讓網友可以把網站內容推到Facebook的「塗鴉牆」。

 請先在網頁的<head>到</head>之間,放上下面的語法:如果你是使用Dreamweaver,請放在「程式碼」。

<meta name="title" content="遊戲巢-美奇電腦-好玩小遊戲-機器人大戰" />
<meta name="description" content="記住左邊機器人頭上出現的← → ↑ ↓跟笑臉.笑臉是空白鍵.
換右邊機器人玩時.照剛才記住的去按..像記憶的跳舞機" />
<link rel="image_src" href="http://game.acd.idv.tw/game/2010072903.jpg" />

 

再把下面語法放在你要出現「推到Facebook」文字的地方:

<a href="javascript: void(window.open('http://www.facebook.com/share.php?u='.concat(encodeURIComponent(location.href)) ));">[推到 Facebook]</a>

就可以了哦。

 

Posted by css6 at 痞客邦 PIXNET 留言(1) 引用(0) 人氣()

Posted by css6 at 痞客邦 PIXNET 留言(5) 引用(0) 人氣()

網站圖片版權為各作者所有,本頁所載作品只做為展示用,並未營業,如有侵權,請留言告知,站長將立即刪除。

2010年8月27日結訓

網址::http://ok6.cc/~css/homework/stud_100901

2010年8月27日結訓

網址::http://ok6.cc/~css/homework/stud_100902

Posted by css6 at 痞客邦 PIXNET 留言(0) 引用(0) 人氣()

很多人都是學Powerpoint 2003的,但是到Powerpoint 2007時,卻不會用了,所以微軟做了一Powerpoint 2003 to 2007的命令對照-互動式Flash,提供給使用者。
下載網址:

Posted by css6 at 痞客邦 PIXNET 留言(0) 引用(0) 人氣()

很多人都是學Outlook 2003的,但是到Outlook 2007時,卻不會用了,所以微軟做了一Outlook 2003 to 2007的命令對照-互動式Flash,提供給使用者。
下載網址:

Posted by css6 at 痞客邦 PIXNET 留言(0) 引用(0) 人氣()

很多人都是學Word 2003的,但是到Word 2007時,卻不會用了,所以微軟做了一Word 2003 to 2007的命令對照-互動式Flash,提供給使用者。
下載網址:

Posted by css6 at 痞客邦 PIXNET 留言(0) 引用(0) 人氣()

很多人都是學Excel 2003的,但是到Excel 2007時,卻不會用了,所以微軟做了一Excel 2003 to 2007的命令對照-互動式Flash,提供給使用者。


下載網址:

下載

Posted by css6 at 痞客邦 PIXNET 留言(0) 引用(0) 人氣()



先在上面選字母,再從左邊選字型,輸入驗證碼,再按「Download Font!」,就可以下載
 

Posted by css6 at 痞客邦 PIXNET 留言(0) 引用(0) 人氣()