Angsuman Chakraborty日由Angsuman Chakraborty June 30th, 2008 2008年6月30日 WordPress, in recent versions, have forces the display of WordPress as the generator in meta tags along with the version information in the header of your WordPress blogs -在WordPress ,在最近的版本,有力量,展示的WordPress作为发电机在META标记随的版本信息的标题,如此即可WordPress Blogs的- . 。 Unlike previous versions there is not easy way to remove it.不像以前的版本有是不容易的方法,将它移除。 Unless WordPress is using that to provide support (which it doesn’t), I don’t see any good reason for providing that extra bit of help to hackers, do you?在WordPress ,除非是使用提供支持(这并不) ,我看不出有任何好的理由,提供额外的一点帮助黑客的攻击,你呢? Here is a simple plugin which will remove the WordPress generator meta tag along with its version information.这里是一个简单的插件,其中将删除的WordPress发电机中继标记,随着其版本信息。 Read more (171 words) » 阅读更多( 171字) » Filed under提起下 Headline News头条新闻 , , How To如何 , , PHP PHP的 , , Pro Blogging赞成Blogging , , Programming编程 , , Web网页 , , Web 2.0 Web 2.0的 , , WordPress在WordPress , , WordPress Plugin wordpress插件 | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty June 29th, 2008 2008年6月29日 Newer versions of WordPress (2.3.1 and above) adds two extra lines to your blog header.较新版本的WordPress所( 2.3.1及以上)增加了两个额外的线路到您的博客标题。 They are:他们是: You need them to use Windows Live Writer to write to your WordPress blog.您需要他们使用Windows Live作家写信给您的WordPress博客。 However many, like me, do not use Windows Live Writer.然而,许多和我一样,不使用Windows Live作家。 For them such headers are simply junk and add to the size of their pages (and download time) without adding any value to them or to their users.为他们这样的标题纯粹是垃圾,并加入到大小其网页(下载时间)在不增加任何价值,他们或向他们的用户。 For such bloggers (majority I presume) here is a simple WordPress plugin ( Angsuman's Windows Live Manifest Remover WordPress plugin ) which removes these two header links from your WordPress blog.这种博客(多数我假设)在这里是一个简单的wordpress插件( Angsuman的的Windows Live舱单器wordpress插件 ) ,其中删除了这两个标题的链接从您的WordPress博客。 Download Angsuman's Windows Live Header Remover Plugin下载Angsuman的的Windows Live头器插件 , rename the file to angsumans-windows-live-header-remover.php, upload it to wp-content/plugins folder of your blog and activate it from Plugin Management screen. ,将该文件重命名为angsuman的窗口-生活-标题- remover.php ,将其上传到wp-content/plugins文件夹,您的博客并激活它从插件管理画面。 It requires zero configuration.它要求零配置。 It does one thing and does it well - remove these two useless headers from your WordPress blog.但这一件事,是否以及-删除这两个无用的标题从您的W ordPress博客。 Technical Note: There is a similar WordPress plugin which does the same thing.技术说明:有一个类似的wordpress插件,这是否同一件事。 This plugin works differently in that it doesn't add the code directly to the plugin body but to the 'init' hook.此插件工程不同,因为它不添加代码,直接向插件机构,但以' init的'钩。 This ensures that this plugin will remain compatible with future versions of WordPress as it doesn't depend on the relative order of execution of the plugins versus the default WordPress filters.这将确保此插件将继续与未来版本的WordPress的,因为它不依赖于相对的顺序执行该插件银两默认的WordPress过滤器。 Sounds complicated?听起来复杂吗? To put it simply - Install the plugin and then forget about it forever.把它简单-在电脑上安装插件,然后忘记它永远。 It will continue to serve you (your blog) in the background for a very long time.它将继续为您服务(您的博客)在背景中一段很长的时间。 You can get more你可以获得更多 free WordPress plugins here免费wordpress插件在这里 . 。 Filed under提起下 Headline News头条新闻 , , How To如何 , , Open Source Software开放源码软件 , , PHP PHP的 , , Pro Blogging赞成Blogging , , Programming编程 , , Web网页 , , Web 2.0 Web 2.0的 , , WordPress在WordPress , , WordPress Plugin wordpress插件 | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 pratima June 3rd, 2008 2008年6月3日 Semaphore is used to restrict access to shared resources, such as shared memory or to limit the number of processes that may simultaneously use a resource, in a multi-process or multi-threaded environment.信号灯是用来限制访问共享资源,如共享内存或限制其进程数目可能同时使用一种资源,在一个多进程或多线程环境。 In php using semaphore a process must wait while accessing a shared resource currently used by another process.在PHP中使用信号灯的进程必须等待的同时访问共享资源,目前所采用的另一个进程。 But this may not be required for all cases.不过,这可能不是所需的所有案件。 Sometimes we need to just verify whether a resource has been locked and move on.有时我们需要验证是否只是一种资源已被锁定,并继续前进。 Unfortunately we have no way to check the status of a semaphore lock in php.不幸的是,我们没有办法检查的地位,一个信号灯锁定在PHP 。 Let’s see how we can implement non-blocking semaphore access in PHP.让我们看看我们如何能够落实非阻断信号通道在PHP 。 Read more (351 words) » 阅读更多( 351字) » Filed under提起下 Headline News头条新闻 , , PHP PHP的 , , Programming编程 | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty May 15th, 2008 2008年5月15日 A short survey on your programming language preferences, shouldn’t take more than 1 minute of your time.一份简短的问卷调查对您的编程语言偏好,不应该采取更超过1分钟,您的时间。 Please participate and let others know too.请参与并让其他人知道太多。 Read more (41 words) » 阅读更多( 41字) » Filed under提起下 .NET 。净额 , , Java Software Java软件 , , Javascript JavaScript的 , , PHP PHP的 , , Programming编程 , , Python巨蟒 , , Ruby红宝石 , , Web网页 | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty April 20th, 2008 2008年4月20日 PHP is not only a very competent web development language (and part of LAMP stack). PHP是不仅是一个非常能干的Web开发语言(和部分LAMP堆叠) 。 It is also a very capable language for writing (command line) scripts.这也是一个非常能干的语言写作(命令行)脚本。 You can write simpler and cleaner scripts with php than perl.你也可以撰写的简单和更清洁的脚本用PHP比的Perl 。 Here is a php code which takes a file name as input, trims whitespace from each line of the file and finally saves the result back in the same file.这里是一个PHP代码,这需要一个文件名作为投入,投资的空白,从每一行的文件,最后保存的结果早在相同的档案中。 Read more (149 words) » 阅读更多( 149字) » Filed under提起下 Headline News头条新闻 , , How To如何 , , PHP PHP的 , , Programming编程 , , Tech Note技术说明 , , Web网页 | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty April 4th, 2008 2008年4月4日 Translator Plugin Gold翻译插件黄金 provides automatic machine translation of your WordPress blog in 32 languages - German, Spanish, French, Italian, Portuguese, Japanese, Korean, Chinese Simplified, Chinese Traditional, Arabic, Dutch, Greek, Russian, Norwegian, Brazilian Portugue, Bulgarian, Croatian, Czech, Danish, Finnish, Hungarian, Icelandic, Latin American Spanish, Filipino, Polish, Romanian, Serbian, Slovenian, Swedish, Welsh, Turkish and Latin.提供自动的机器翻译您的WordPress所博客在32种语言-德语,西班牙语,法语,意大利语,葡萄牙语,日语,韩语,简体中文,繁体中文,阿拉伯文,荷兰文,希腊,俄罗斯,挪威,巴西p ortugue,保加利亚语,克罗地亚语,捷克语,丹麦语,芬兰语,匈牙利语,冰岛语,拉丁美洲西班牙语,菲律宾语,波兰语,罗马尼亚语,塞尔维亚,斯洛文尼亚,瑞典,威尔士,土耳其和拉丁美洲。
The new features in version 1.1 are:新功能在1.1版是: 1. 1 。 In the option page (under Advanced -> Miscellaneous section) it now provides SQL queries which you can execute in your database to significantly speed-up Translator Pro on heavily trafficked sites.在选项页(先进-> “杂项段) ,它现在提供的S QL查询,您可以执行在您的数据库,大大加快后续翻译亲对交通繁忙的地点。 It adds indexes to the tables for faster querying.它增加了指标表更快的质疑。 2. 2 。 Improved user interface改进的用户界面 3. 3 。 Translator Plugin Pro adds a new feature to verify completeness of translated pages by checking for keywords or tags in your page.翻译插件亲加入新的功能,以核实的完整性,翻译的页面由检查关键字或标签在您的网页。 This elegantly handles the failures in third party translation engine.这优雅的处理失败,第三党的翻译引擎。 This adds to the extensive checks we perform to ensure quality and completeness of translated pages.这增加了广泛的检查,我们执行,以确保质量和完整性翻译的页面。 4. 4 。 New translation engine errors have been added for automatic fail-over support and load-balancing.新的翻译引擎的错误已被列入自动停电超过支持和负载平衡。 5. 5 。 Overall performance improvement and optimizations have been added to this release.整体表现的改善和优化,已被列入本新闻稿。 6. 6 。 New extensive documentation have been added in this release, old documentation revised and updated.新的广泛的文件已被列入本新闻稿中,旧文件的修改和更新。 You can read the full documentation您可以阅读完整的说明文件 here这里 . 。 Don’t forget to check our不要忘记,检查我们的 developer API开发人员API for writing your custom look and extensions.写您的自定义外观和扩展。 You can read about all the features您可以阅读有关的所有功能 here这里 . 。 We now provide online help desk on our new我们现在提供在线帮助台对我们的新 support site支持网站 . 。 Please register there for customer support.请登记,有客户的支持。 Please post your feedback in请后您的意见 Translator Plugin Gold forum翻译插件黄金论坛 . 。 Translator Plugin Gold 1.1 is fully compatible with WordPress 2.5 as well as earlier version of WordPress. 翻译插件黄金 1.1是完全符合的WordPress 2.5以及较早版本的WordPress 。
Filed under提起下 Company公司 , , Enterprise Software企业软件 , , Headline News头条新闻 , , PHP PHP的 , , Pro Blogging赞成Blogging , , Programming编程 , , SEO徐 , , Taragana采购Taragana , , Technology技术 , , Translator Plugin Gold翻译插件黄金 , , Web网页 , , Web 2.0 Web 2.0的 , , Web Services Web服务 , , WordPress在WordPress , , WordPress Plugin wordpress插件 | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty March 22nd, 2008 2008年3月22日 PHP files are scripts which are interpreted by php interpreter (php.exe in windows). PHP文件是脚本的解释,这是由PHP口译( php.exe的权限在Windows ) 。 Converting them to exe files makes it easy to distribute PHP applications to Windows users.转换他们exe文件更容易被分发的PHP应用到Windows用户。 Unfortunately Zend, the PHP company, doesn’t provide a way to convert PHP scripts to Windows executables.可惜的Zend , PHP的公司,并不提供一种方法,转换为PHP脚本到Windows可执行文件。 Today I am going to show you a simple way to convert your PHP scripts to regular Windows executable files (.exe).今天我要告诉您一个简单的方法来转换您的PHP脚本,以定期的Windows可执行文件( 。 exe )的。 Not only that you can also convert an entire directory of PHP scripts and assign one of the files as the main file to execute first.不仅如此,您也可以转换成一整个目录的PHP脚本,并指定其中一个档案,作为主要文件的执行第一。 Additionally the source files are encoded which not only improves the performance but also protects your source code.另外,源文件编码,这不仅提高了性能,但也保护您的源代码。 You can also set the icon for the file which is useful when you are distributing your PHP application as a stand-alone executable.您也可以设定文件的图标,这是有益的当你分发你的PHP应用作为一个独立的可执行文件。
Read more (333 words) » 阅读更多( 333字) » Filed under提起下 Headline News头条新闻 , , How To如何 , , Microsoft微软 , , PHP PHP的 , , Programming编程 , , Web网页 , , Windows在Windows | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty March 3rd, 2008 2008年3月3日 Suhosin is an advanced protection system for PHP installations. suhosin是一种先进的保障制度,对于PHP设施。 It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core.这是旨在保护服务器和用户从已知和未知的漏洞,在PHP的应用和PHP核心。 Suhosin comes in two independent parts, that can be used separately or in combination. suhosin来在两个独立的部分,可以分开使用或在组合。 The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections.第一部分是一个很小的修补程序对PHP核心,即实行少数低级别的保护,对bufferoverflows或格式字符串漏洞和第二部分是一个功能强大的PHP扩展执行的所有其他保护。
Read more (141 words) » 阅读更多( 141字) » Filed under提起下 Computer Security计算机安全 , , Open Source Software开放源码软件 , , PHP PHP的 , , Programming编程 , , Web网页 , , Web Services Web服务 | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty March 3rd, 2008 2008年3月3日 I am very happy to announce the much-awaited release of我很高兴地宣布,备受期待已久的释放 Comment Guard Pro for WordPress blogs评论民警卫队亲为WordPress Blogs的 . 。 Comment Guard Pro is designed to unobtrusively protect your blog against all types of comment spams - trackback spam, pingback spam, robotic spam using comment form, human submitted spam (where the spammers actually goes to your site to spam you; they are the hardest to detect), referrer spam etc. We provide multiple layers of protection against all kind of comment spams.评论民警卫队Pro是旨在unobtrusively保护您的博客对所有类型的评论垃圾邮件-垃圾邮件跟踪, p ingback垃圾邮件,垃圾邮件的机器人使用评论的形式,人力提交的垃圾邮件(如垃圾邮件发送者,其实去您的网站,以垃圾邮件你,他们是最难检测) ,引荐垃圾邮件等,我们提供多层保护,对所有种评论垃圾邮件。
Comment Guard Pro is a zero configuration plugin, even your grandma can use it.评论民警卫队亲是一个零配置的插件,甚至是您的奶奶可以使用它。 However if you want, you can configure every aspect of the system.但是如果你想要,您可以设定的每一个方面的制度。 You can make it your own, implement your own vision, replace, enhance and extend its functionality.您可以使您自己,推行自己的抱负,取代,加强和扩大其功能。 Comment Guard Pro is state-of-the-art comment spam detection software based on expert system to classify comments.评论民警卫队Pro是国家- - -艺术评论的垃圾邮件检测软件,基于专家系统的分类意见。 Comment Guard Pro leverages several tried and tested comment spam fighting techniques & knowledge which is the result of several man-years of research into comment spam detection, both in-house and by the anti-spam community.评论民警卫队亲利用几个是经得起考验的垃圾评论的战斗技巧与知识,这是由于几个人多年的研究,成为评论的垃圾邮件检测,无论是在内部和由反垃圾邮件社区。 We extensively tested and re-tested and fine-tuned the system with the key criteria - elimination of false positives and false negatives in comment spam detection.我们广泛的测试及重新测试和微调系统的关键标准-消除假阳性和假阴性在评论垃圾邮件检测。 Most spams are outright rejected without filling up your database and consuming your resource.大部分垃圾邮件是买断卖断无拒绝填写您的资料库和消费您的资源。 Comment Guard Pro doesn’t normally ask your viewers to do anything extra like solving a problem etc.评论民警卫队亲通常不会要求您的观众做任何额外的一样,解决问题等。 Note: We reject a comment only when we are sure about its spamminess.注:我们拒绝发表评论,只有当我们确信其spamminess 。 Comment Guard Pro was born after years of frustration with the state of comment spam prevention software available today.评论民警卫队亲出生,经过多年的挫折与国家的垃圾评论预防可用的软件今天。 They fall in two major categories.他们属于在两大类。 Either they are ineffective in stopping spam (too many false negatives) or too strict and even deny legitimate comments (false positives).无论他们是无效的阻止垃圾邮件(太多的假阴性)或太严格,甚至否定合法的评论(假阳性) 。 They are a pain in the neck for genuine commenters, resulting in bloggers losing their audience, and generate lots of false positives (marks a genuine comment as spam) which consume bloggers time to moderate.他们是疼痛,在颈部真正提意见,导致在博客失去观众,并产生大量的假阳性(马克一个真正的评论,作为垃圾邮件) ,其中消费博客的时间温和。 They also consume bandwidth and CPU by saving the junk comments in your database.他们还消耗的带宽和CPU节省垃圾评论在您的数据库。 There is another issue.有是另一个问题。 To eliminate false positives from existing plugins, you have to check their spam queue manually.消除假阳性从现有的外挂程式,你必须检查他们的垃圾邮件队列手动。 It might be ok for 5-10 comments in queue, but not for say 2000-10000 comments in spam queue as is commonly the case with a widely used Comment spam protection plugin today.它可能被确定为5月10日的评论在排队,但不为2000-10000评论说,在垃圾邮件队列,作为普遍的情况与一种广泛使用的垃圾评论的保护插件今天。 Most of such plugins protect against some type of comment spam or other but not the whole range.大部分这类插件防止某种类型的垃圾评论或其他,而不是整个范围。 Frequency based spam detection techniques, for example, let in deluge of spams from new spammers.频率为基础的垃圾邮件检测技术,例如,让在众多的垃圾邮件由新垃圾邮件发送者。 None of these are acceptable.这些都不是可以接受的。 Ultimately you get frustrated and tired of bloggng and suffer burn-out.最终,你得到沮丧和疲倦的bloggng和遭受烧伤。 A big issue with today’s comment spam protection software is that you get a blackbox with no direct control over its actions.一个大问题,与今天的评论垃圾邮件防护软件,是您会获得一个黑盒没有直接控制其行动。 A widely used anti-spam plugin today is renowned for marking even the blog author’s comment as spam and another for even locking out the blogger from his own blog!一种广泛使用的反垃圾邮件插件,今天是著名的标记,甚至博客作者的意见,为垃圾邮件,另一个甚至锁定了Blogger的由他自己的博客! The software today doesn’t respect your preferences.软件今天不尊重您的偏好。 In short you lose control over your comments and have to blindly trust a third party for making the right decision about your comments; and often it fails.在短期内,你失去的控制权您的意见和要盲目信任的第三方作出正确的决定,关于您的意见;往往失败。 Not any more.没有任何更多。 Comment Guard Pro puts you back in control over your comments.评论民警卫队亲,让您早在掌控自己的意见。 You control how it makes its decision.你如何控制它使其决定。 If you don’t like the logic employed by a pluglet (a rule) then you can decrease its score, change its decision on success or failure and you can even disable it.如果你不喜欢的逻辑,受雇于一pluglet (一规则) ,那么你就可以降低其评分,改变其决定,成功或失败,您甚至可以禁用它。 You can even add your own pluglets to implement your grand vision.您甚至可以添加您自己的pluglets实施您的宏伟远景。 You are the boss.你是老板。 Comment Guard Pro gives you back the control and time to do what you do best, blog.评论民警卫队亲让您回到控制和时间做什么,你做的最好,博客。 Comment Guard Pro is pluggable.评论民警卫队Pro是拔插的。 You can individually control each pluglets, configure and fine-tune their functionality and weightage.您可以单独控制每个pluglets ,配置和微调,其功能和weightage 。 You can also write your own pluglets to add more spam prevention techniques, gather more statistics or anything else you may desire like sending a cute / angry note to spammers and more.您也可以自己写pluglets添加更多的垃圾邮件防治技术,收集更多的统计或其他任何您可能的愿望一样,发出了一个可爱的/愤怒的注意和更多的垃圾邮件发送者。 It comes with fully documented open pluglet API and examples to enable you to write your own pluglets.届时,它充分记录开放pluglet API和例子,让您撰写自己的pluglets 。 It comes with lots of valuable features and functionalities.它有很多宝贵的特性和功能。 It was extensively tested for about a year with over 5 million comments.这是广泛的测试,大约一年有超过五百万的评论。 It came out with flying colors.它出来与飞行的颜色。 Read more阅读更多 here这里 ( ( press新闻 ). ) 。 Filed under提起下 Comment Guard Plugin评论民警卫队插件 , , Headline News头条新闻 , , PHP PHP的 , , Pro Blogging赞成Blogging , , Programming编程 , , Spam Watch垃圾邮件观赏 , , Technology技术 , , Web网页 , , Web 2.0 Web 2.0的 , , Web Services Web服务 , , WordPress在WordPress , , WordPress Plugin wordpress插件 | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty March 1st, 2008 2008年3月1日 The most common use of this is to display the current year in the copyright message dynamically.最常见的使用方式,这是为了显示本年度在版权信息,动态。 Anyone who really knows PHP should be able to do it easily.任何人谁真正知道的PHP应该能够这样做很容易。 However not everyone who has to use PHP knows PHP, like, for example, people using snippets in ModX or modifying templates in WordPress.但不是每个人都谁已经使用PHP众所周知的PHP , ,例如,人们使用片段在modx或修改模板在WordPress 。 Here is the code snippet for them:这里是代码段为他们: Read more (65 words) » 阅读更多( 65字) » Filed under提起下 How To如何 , , Open Source Software开放源码软件 , , PHP PHP的 , , Programming编程 , , Web网页 , , Web 2.0 Web 2.0的 , , WordPress在WordPress | | 5 Comments 5评论 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 | |