开发

IE6下PNG透明问题 PNG Transparent on IE6 Fixed

很久没有做关于页面、前端开发等工作了,虽然一直维护着自己的博客,但页面技术这块知识已经丢弃多年了,偶尔公司要开始做这方面的工作,且有新来同事对页面技术还有些陌生,索性趁此机会让自己总结下当年学习并用过的一些技术知识。

关于移动互联网的几点思考

移动互联网时代与2G时代对运营商最大的不同在于移动互联网时代运营商变得只有管道没有用户了,这才是他们最害怕地方。用户转移到移动互联 网公司手上,但是移动互联网公司没有前端收费的通道,赢利非常困难。现在运营商与移动互联网公司日子都不好过。将来公众平台会走上移动互联网巨头的SP模 式。

phpBB3 网站首页调用最新帖子

通过自定义查询实现读取phpBB最新帖子。

WordPress 调用文章第一张图片

Wordpress 主题 制作中,通过在主题函数 function.php 文件中添加函数 catch_that_image() 来获取文章中的第一章图片,利用 preg_match_all 对 img标签进行匹配,如果不存在这输出默认图。

14 条SEO建议

这是偶在翻看以前工作过的文档时找出的一篇文章,当时工作在Bysoft工作期间也积累了一些自己的方法与经验,今天看到出自Duck Duck Go 天使投资人 Gabriel Weinberg的文章,于是贴出来。受制于也估当时工作繁忙,没能及时把文章翻译完,有空再完善一下。

Htaccess 301 跳转配置案例

在进行301 跳转时,可能发生跳转后在首页根目录露出 index.php 等默认文件名,比如要统一地址 http://www.sheshui.me/index.php 为 http://www.sheshui.me/ 的形式,则可配置为

Git 快速教程

流程: 取代码 → 每次工作前更新代码到最新版本 → 修改代码 → 提交代码到服务器

win7下安装配置python和django环境

介绍Win下配置Django 开发环境

Hovercard plugin tutorials

Alternatively you can provide the username by adding a ‘data-hovercard’ attribute with the hovered label/link etc. Recommended when using multiple twitter/facebook hovercard on your page. Using data-hovercard will be as easy as this example

Full Calendar 文档

FullCalendar 是一款可自定义控件大小、支持拖拽的jQuery插件。可使用AJAX 获取事件悬浮放置在每一个月,而且也很容易使用你自己的Feed格式来配置日历(比如Google Calendar提供的扩展API)。

SSH Proxy

环境: win7 64bit 服务:Hostmonster SSH 工具:Putty.exe, Plink.exe 下载地址: chiark.greenend.org.uk…/putty

HOW TO USE IMPRESS.JS

Whilst that creates a simple slide, things are a lot more fun you start adding data properties to your slides. Data attributes signify properties of your slide for when it’s NOT the active slide. The following data properties are available to you…

10 useful htaccess tricks to improve your website

For some reason, the .htaccess file is often overlooked by web designers. If you have no idea what the .htaccess file is, I’ll just give you the Wikipedia definition: “A .htaccess (hypertext access) file is a directory-level configuration file supported by several web servers, that allows for decentralized management of web server configuration.”

Vanilla 开发:异步调用最新的20条帖子

Please note that this script uses jQuery so you’ll need to include that in your page as well. It is a very common library and should work. You should really know javascript and jQuery a little bit or you’ll be flying blind though.

Ruby 环境配置及HAML 及SASS 应用

之前 写过一篇 http://ued.ucoding.com/2011/07/21/ruby-enviroment-configuration/ , 在此中文整理一下。