Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the “Refresh” button in your web browser to retry your request.
(continue reading…)
Server Application Unavailable
typo3取消Imagemagick锐化效果
install里设置:
$TYPO3_CONF_VARS[‘GFX’][‘im_no_effects’] = ‘1’;
staticinfotables调用方法
pi中常用到国家列表,我们调用static info tables,方法如下: (continue reading…)
fancybox失效解决方法
通常我们这样使用:
$(“#test”).fancybox();
但没有效果。
原因之一是因为js引用的问题.
将以下代码放到HTML中,而不是像typo3用TS配置。
<script type=”text/javascript” src=”fancybox/jquery.fancybox-1.3.1.js”></script>
[JS]图片倒影效果
(1)此js支持IE5.5+,Firefox1.5+,Opera9+,Safari等大部分浏览器,对于老版本的浏览器无任何影响。
(2)使 用简单方便。不需要其他程序的支持,外部调用js文件。然后在需要倒影效果的图片上添加:class=”reflect”即可。
(3)倒影自动渐 变至背景色,效果自然。可支持jpg,gif,png等图片格式。IE还支持gif动画。不支持链接图片。
(4)js文件小巧,只有4K不到。 (continue reading…)
Using htmlArea RTE in a frontend plugin
Extension developers may use the htmlArea RTE to edit textarea fields in frontend plugins. In order to do so, you must invoke the htmlArea plugin in the plugin class and insert some markers in the HTML template. (continue reading…)
Defining the “default” language flag
If you want to specify the name of the default language and a flag icon you can do so for a branch of the page tree by setting this Page TSconfig for the root page of your website: (continue reading…)