Author Archive

email製作

email製作跟網頁有一點不同
首先有些軟體可能上面會是信件的目錄,下面才會是內容區塊。
所以最上面300xp最好要有一些簡短的重要訊息
而比較好的寬度是600px以內
放上取消訂閱連結
如果方便取消訂閱會比他把mail設定為垃圾郵件好

Read the rest of this entry »

Tags: , ,

No Comments


firebug和css


通常按下這個鍵
你可以在畫面上亂晃,你會看到藍色線框在畫面上跑
下面的資訊跟著你指的東西動 Read the rest of this entry »

Tags: ,

No Comments


joomla灌兩個一樣的module

基本上如果都是同樣的功能要出現在畫面兩個地方
就用同一個module就好
但是有時候你希望其中一個有一點不一樣,就需要改一下
改module的話同樣的名子就不能安裝兩次,不過基本上會自己寫的人就會去寫這個了
所以我也不知道寫這篇出來是要幹嘛,所以這是給我自己看得大家不要看我這篇
把module解壓縮之後
php跟xml 檔名改你要的名子改一樣
叫做mod_aaa好了mod_aaa.php mod_aaa.xml

接下來xml的部分
在很前面的地方

1
 <name>aaa</name>

這邊是你在後台會看到的module名稱
這個像我一樣一開始忘記改的人,就只好像我一樣很可憐在後台試著裝一下看他是哪一個

1
2
3
<files>
         <filename module="mod_aaa">mod_aaa.php</filename>
     </files>

這樣就可以安裝了

Tags: ,

No Comments


改joomla 後台及icon

改joomla 後台及icon

joomla 後台的路徑在joomla/administrator/templates/khepri/images/h_green

icon的路徑在joomla/installations/ Read the rest of this entry »

No Comments


Newsflash Scroller for joomla 跑馬燈

首先article裡面要先有文章

This module is for joomla 1.0

如果使用joomla 1.5

要去Plugin Manager 找到System-Legacy把他打勾

接著安裝

安裝完之後進入 Module Manager並且在這個頁面點進去設定

在右邊選了Sections 之後 去前台看就會看到那些文章在跑馬燈了

不過你會看到上面有個連到他們網站

以及你可能不希望這邊出現內文,只要點進去再看到文章就好

連結的部分 到設定 下面有個Return Link  改成no

內文的部分 可以到文章設定 把閱讀全文放在最上面

Tags: ,

No Comments


Simple Mp3 Bar for joomla

Simple Mp3 Bar
你可以找到這個extention在這個頁面

安裝之後進去

Read the rest of this entry »

Tags: ,

2 Comments


安裝完joomlat出現It is not safe to rely on the system's timezone settings..

joomlae 剛安裝完會在很多地方出現

It is not safe to rely on the system's timezone settings..

.........xampp\htdocs\Joomla\libraries\joomla\utilities\date.php

find out php.ini

it's located in xampp/php

;date.timezone =

replace with

date.timezone = "Asia/Taipei"

Tags: ,

No Comments


illustrator畫好多好多的格子呦

因為可以直接畫一個方格往右複製完
再往下複製,所以一直就沒有發現這個功能了
不過最近剛好需要話到準確的間距的東西
這個功能就可以做到了 Read the rest of this entry »

Tags:

No Comments


IE6沒有min-height

min-height:100px;
height: auto !important;
height: 100px;

只有
height: 100px;
是給IE6
IE6的height就是min-height

Tags: ,

No Comments



SetPageWidth