最新动态
  • news日志翻译系统开通
  • QQ 本站QQ群:54245128(满)
  • ZF QQ ZF QQ群:25125789
  • ZF MSN ZF MSN群:group57479@xiaoi.com
用户登录
  用户:
  密码:
       注册 | 忘记密码
常用链接
本站Logo

 
Powered By
HappyCMS 0.3.0

Zend Framework 1.6.1

SiteMap | BBS Archives

站点链接
论坛新贴 最新精华
最新翻译Blog More...
   [ringtail] 使用NTILE()方便地生成tag云图 ...    [ringtail] Zend Framework Q&A Session
   [iwind] 友善地"死掉" - PHP register_shutdo ...    [mayongzhan] PHP6的新特性:Unicode和TextIterato ...
   [iwind] 站内新闻:转向Solar框架    [mayongzhan] 在javascript中使用php风格的$global ...
   [iwind] 用EditPlus通过ssh运行远程脚本 ...    [iwind] PHP APC函数apc_shm_create在命令行下 ...
   [iwind] DevShed: 使用PHP5的DOM XML扩展插入 ...    [mayongzhan] php5中Iterator与smarty整合
   [haohappy] Zend Framework获得Jolt大奖(生产效率 ...    [iwind] 开发者文集:在Windows上安装PHP ...
   [ringtail] 提交Bug报告    [iwind] Zend Framework 1.5 RC1发布
   加入 | 翻译团队: mayongzhan (18) iwind (10) ringtail (9) haohappy (6) helloyou (2) wohugb (0) jasonqi (0) littlexiang (0)
 全球PHP博客聚合         中文博客 | 英文博客      种子列表      
收缩所有 | 展开所有
 
百度是流氓,不可争议,很多非IT行业的朋友向我咨询,想找百度做排名推广,我都给制止了,那简直是拿钱打水漂,往无底洞里面扔。
我朋友的公司,刚成立不到一个月,平均每周接到三四个来自百度公司不同销售人员的电话,问是否需要做网站推广,这和当你马云的阿里巴巴骗那些江浙一带中小企业如出一辙。
今天,这两头狗相互咬起来了,而且很猛!一个号称如此如此,这般这般的搜索引擎公司,连最起码的公正性都做不到,还谈什么结果的满意度?
看看下面两张截图。(点击图片看大图)
今天早上,搜索site:taobao.com ,居然只有两个结果

搜索site:sina.com.cn,结果正常

2008-10-16 09:40:57 | 全文 | 评论(0)
 
In May of this year, the Dutch PHP Usergroup (phpGG) re-launched after a while of inactivity with a very successful PHP TestFest. After this succesful collaboration with our friends from phpBelgium and having done our first dutch meeting, we're again going to collaborate with phpBelgium to help the community at large: The BugHuntDay is coming!

2008-10-16 05:40:13 | 全文 | 评论(0)
 
  Zend Developer Zone: Zend Framework 1.7 Preview Release now available

The Zend Developer Zone has announced the release of the latest preview of the Zend Framework - the Preview Release for 1.7.

We are excited to announce that the Zend Framework 1.7 Preview Release is now available from the Zend Framework download site! While 1.7PR is not a feature complete release in the 1.7 series, it nevertheless contains some very important features scheduled for the 1.7 production release.

Updates included in this release are things like the Zend_Amf component, an update of the Dojo toolkit, support for the dijit editor, some performance enhancements and other locale and internationalization changes.

You can download this late ......

2008-10-16 05:40:09 | 全文 | 评论(0)
 
  Jamie Hemmett's Blog: Tips for PHP User Groups

Jamie Hemmett has a few suggestions for local user groups out there on what to do and not to do to help make their group successful. Some of it was gathered from personal experience, other tips from the recent user group panel discussion from this year's ZendCon.

I just listened to the PHP User group Panel discussion from the Unconference session at ZendCon. While I listened I took some notes to try and help our Irish PHP Users Group be awesome like some of the other groups out there. I reckon the podcast and great tips it contains will help other User Groups out there too (not just PHP).

Some of the observations/comments she men ......

2008-10-16 04:40:10 | 全文 | 评论(0)
 
  DevShed: Sub Classing Exceptions in PHP 5


DevShed has start up a new series today with the first part in a four-part series looking at exception handling in PHP5.



If you do any serious programming, whether it's in PHP 5 or some other language, you've needed to know how to handle run time errors and other "exceptional" conditions. You can do this by making your program throw generic exceptions. Or you can unlock the potential of PHP 5 and learn how to create custom exceptions, which is the subject of this four-part series.


In this first part they get you started with exceptions, showing how to throw them and catch them correctly (try/catch). They put it to good use in an example catching exceptions thrown from a MySQL connection and select.

2008-10-16 01:40:06 | 全文 | 评论(0)
 
  MrPHP.com.au: Image Cache using phpThumb and .htaccess

Brett send in a link to a new post on his "Mr PHP" blog about a method he's come up with to cache images using the phpThumb library.

Generate thumbs by visiting a URL such as your.com/thumbs/images/image.50x50.jpg. This will create a 50x50px thumbnail of your.com/images/image.jpg. The thumb will be stored on your server at your.com/thumbs/images/image.50x50.jpg so the next request for the same image will be loaded without loading php for ultra fast image cache.

The phpThumb tool lets you dynamically resize an image and, if one does not exist for it, make a thumbnail that's output and cached. From then on the script just pulls from that local copy. He includes his code to get it working and the mod_rewrite rule that maps an image request back to it (so it's still "/images/myimage.jpg" instead of ......

2008-10-16 00:40:04 | 全文 | 评论(0)
 

In the recent OpenMind conference we were discussing how open source projects simply don't die as long as there is an interested user community: Even if the original company or individual who built the application stops working on it, somebody will always rise and start maintaining it.

Last few weeks have been a great example of this. Nemein is the company which originally built the OpenPsa2 suite of project management and CRM tools for consulting companies. In last two years there have been some shifts in strategy, and so we ceased working on the product.

2008-10-15 23:40:08 | 全文 | 评论(0)

 

My last weeks have mostly been spent - beside work and normal housekeeping tasks - getting PEAR's documentation system (peardoc) to base on PhD, PHP's very own DocBook rendering system.

PhD, initiated as a $evilsearchenginename summer of code project, is a fully php-based tool to convert the documentation for PHP, which is written in Docbook 5, into Xhtml, PDF and manpages. The reason for PhD to exist was that the previously used DSSSL based system was slow: a full build (all formats and all languages) took 24 hours to complete. Further, the tools the system based on were old, rusty and nobody understood why they broke on some machines, but also why they worked on other ones. Having a php-based system for PHP ensures that there is always someone around who can fix it if it's broken. This wasn't the case with the old documentation build system.

In 2008-10-15 23:40:08 | 全文 | 评论(0)


查看更多日志