2010 Mar 26

13 Useful Code Snippets for WordPress Development

WordPress has grown to be commonly defined as the core solution for your blogging needs. It is the most recognized and sought after Content Management System by writers and designers. Consequently, over the past few years there has been a voluble increase in WordPress blogs, this has caused the “need” for useful tips, tricks, and hacks, all made to allow the customizing of your WordPress powered site. Here are 13 code snippets or hacks that will help you extend the capabilities of your WordPress site.
老外的文章总是“XX条关于XX的建议”,把发散的事物进行归纳,然后线性的罗列,这就是他们的思维。也是解释他们为何如此严谨的一个位置。
Wordpress人人用,你记录过你写模板时的常用代码么?在我印象中,我总是翻看自己下载的那些Cheetsheets⋯⋯
不过最近用上了一个叫Snippet的小软件,极大程度上的提高了代码收集、重用的能力啊。这不是广告⋯⋯

Read More

2010 Mar 26

Quick Tips For Creating a Mobile Optimized Site

Last year mobile web usage increased 148% worldwide. In the near future as smarthpones become more and more ubiquitous this number will continue to shoot up. As a developer, the time has arrived for you to seriously consider whether you should begin accommodating your mobile audience.

构建面向移动终端友好的站点。国内这项业务已经成了新的站点开发服务。我们面对的仍然是一些老问题:浏览器兼容性、浏览器兼容性以及浏览器兼容性⋯⋯
玩笑⋯⋯其实除了浏览器兼容性,还有设备兼容性(!?),例如显示屏尺寸、色彩等等。这篇文章简单的给出了一些基础性的建议。先翻阅一下咯。

Read More

2010 Mar 23

10 Simple and Light Weight CMS Solutions

Choosing the right content management system can be an overwhelming task for a web designer or developer. There are so many available, all with different features, it can be difficult to decide which is the best solution for a particular web project. For complex websites, a fully featured CMS is probably the best way to go. However, for simple sites, lots of bells and whistles can be overkill and actually be a bit confusing for the person maintaining the website.

In this article, I’ve rounded up 10 simple and light weight cms solutions. All of these systems were built with simplicity and ease-of-use in mind.

Wordpress已经是PHP领域的CMS王者,其余的Movable Type、ExpressionEngine、Drupal之类也是十分强悍。但是根据8:2理论,他们80%的功能我们是用不着的!我们有足够的理由换用一个更加轻量级的程序。文章便做了这样一个介绍。

Read More

2010 Mar 23

12 Tips for a More Accessible Website

Making your website accessible to everyone is not only a moral duty, it’s a legal obligation. Many organizations, including the International Olympic Committee, have been sued for not making their websites accessible enough. With 50 million Americans suffering from some disability or other, improving your site’s accessibility makes clear commercial sense too.

It’s not just those labeled as ‘disabled’ who stand to gain either. Research suggests that 57% of adult computer users will benefit from enhanced accessibility of some kind. Only 19% of websites currently meet the most basic accessibility requirements, so you can really stand out from the competition by making a few changes to your site.

In this article, we explore 12 ways in which you can make your site more accessible. Some methods are very cheap and quick to implement, others require a little more time and financial investment, but you should think of them as business opportunities. With the internet so central to all of our lives these days, it’s unfair that some people are being left behind.

增加可访问性可以笼统的理解为能让更多人有效的理解应用程序所传达的内容。你需要考虑的是一个构造良好的页面、在尽可能多的环境下可用的内容展现、对特殊人士的关怀⋯⋯
老外的12条遵则对中国大多数网站都是对牛弹琴,很可能从成本上我们的项目就无法兼顾这些东西,不过还是很值得学习的,这毕竟是未来的趋势。

Read More

2010 Mar 23

50 Excellent Tutorials for Web Development Using CSS3

In this modern web world we offering CSS3 techniques in these really useful tutorials with many exciting features and latest practice, after an detail research session about CSS3 (Cascade Style Sheet) make an roundup where amazing ideas about Web Developments.

CSS3 have more exciting features which are most compatible for cross browser usability as we using famous internet browsers: Internet Explorer 7 & 8, Firefox, Safari and chrome, they all very supporting of new CSS3 properties.

文章总结了CSS3最新的50个教程。CSS3呼之欲出,对于前端设计师来说,需要赶紧给自己充充电。虽然短期实用性不大,可是对于个别属性的支持,还是很有希望的。

Read More

2010 Mar 23

Get to Know the WordPress Hierarchy

the WordPress Hierarchy

WordPress’s popularity and usefulness as a multi-purpose content management system, continues to grow, and the more people flock to using this CMS the more an understanding of some of the basics of how it operates becomes necessary.

In that vein, I have put together this post that examines the WordPress template hierarchy and the use of conditional statements. Technically you only need two files for a WordPress theme to work, index.php and style.css.

Wordpress的模板系统是其最大的魅力,这篇文章讲解了Wordpress的模板体系结构。对于喜欢制作Wordpress主题的同学有很多帮助。

Read More

Page 3 of 1012345...Last »