[my work]Joomla修改日期時間格式

08.04.10

joomla 修改時間日期
http://www.blog.e-creative.tw/archives/687

echo date(”m/d/Y”, strtotime($item->created));
break;
case 2:
echo date(”H:i”, strtotime($item->created));
break;
default:
echo date(”m/d/Y H:i”, strtotime($item->created));
break;

如果外掛裡面有看到 d m Y H:i 、d m Y,可以直接修改日期時間格式。

/ <—-請自己加上去,但要看程式是否可以增加修改符號。

前台顯示會是 08/04/2010 (m/d/Y)

2010/08/04(Y/m/d)

可以更改年、月、日的順序

CSS+jQuery Technology

07.15.10

http://www.smashingmagazine.com/2010/02/18/50-css-and-javascript-techniques-for-layouts-forms-and-visual-effects/

http://css-tricks.com/how-to-create-a-horizontally-scrolling-site/

IE 6+7+8 up 工作老鼠屎

07.09.10

網頁設計所會遇到的爛問題,以及IE的BUG,還有其它瀏覽器所會遇到的問題。

本人最痛恨的瀏覽器,就是IE。=  =~~~
但為了工作需求,不得不妥協。(希望IE6有被踢除的一天。)

科技是為了求進步,不是為了求退化。

所有的瀏覽器都是不用錢的~~~只有作業系統才需要花錢。

你可以不爽的拒絕去一個沒有支援你的瀏覽器的網站,但是,設計師也可以不爽的不照你的意思去設計支援你的舊瀏覽器。

Google Chrome瀏覽器
http://www.google.com/chrome/index.html?hl=zh_tw&brand=CHMB&utm_campaign=zh_tw&utm_source=zh_tw-ha-apac-tw-sk&utm_medium=ha

Firefox瀏覽器
http://moztw.org/

Safari (Apple)瀏覽器
http://www.apple.com/tw/safari/download/

Opera瀏覽器
http://www.opera.com/

Read the rest of this entry »

::Projects::USB ICON

10.05.09

icon-design-finishIt’s finished work.

This few days I was busy for icon design with a project.
It’s my frist time to design it, I should say that I been had interest for the icon design, and found alot about icons design until now.
But it’s really first time to design it for a project, not for myself.

Read the rest of this entry »

::Design Week::N.Design Studio

09.19.09

ndesign-studiohttp://www.ndesign-studio.com/

Hi, see you again in this weekend.
First I want to say sorry that last week I forgot to writte ::design week::, and thanks for visiting my blog again.
Today, I want to talk about a man who is a freelancer for illustration and web design, and he is really good in design.
He is also a great CSS of web design, and done well for wordpress themes. Read the rest of this entry »