WordPress Plugin To Disable wlw_manifest & EditURI Link From WordPress Blog Header 플러그 접속식 wordpress 블로그에서 링크를 해제하려면 헤더 wlw_manifest & edituri

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. 그들을 사용해야합니다 당신의 윈도우 라이브 작가 wordpress 블로그에 쓸 수있습니다. However many, like me, do not use Windows Live Writer. 그러나 많은 분들이 나 같은 사람, 윈도우 라이브 작가를 사용하지 마십시오. 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 ( Angsunan's Windows Live Manifest Remover WordPress plugin ) which removes these two header links from your WordPress blog. 이러한 블로거 (과반수 라는건) 여기는 간단한 플러그 접속식 (윈도우 라이브 매니 페스트 제거제 angsunan의 플러그 접속식)을이 두 헤더의 링크를 제거합니다 wordpress 블로그합니다.

Download Angsuman's Windows Live Header Remover Plugin 플러그인을 다운로드 angsuman의 윈도우 라이브 헤더 제거제 and install (upload to plugins wp-content/folder and activate) it as usual. 및 설치 (업로드를 플러그인 wp-content/folder 및 활성화)이 평소처럼합니다. It requires zero configuration. 제로 구성이 필요합니다. It does one thing and does it well - remove these two useless headers from your WordPress blog. 그것이 하나 있고 그 잘 - wordpress 블로그에서 헤더를 제거하는 쓸모없는 이들 두합니다.

Technical Note: There is a similar WordPress plugin which does the same thing. 기술 참고 사항 :이 플러그 접속식하는 것이 똑같은 유사합니다. 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 . 합니다.

How To: Non-Blocking Semaphore Access in PHP 방법 : 없음 - 블로킹 세마포어 액세스를 php

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 단어)»

Programming Language Survey: Please Provide Your Input & See Results 프로그래밍 언어 조사 : 입력 & 참조 검색 결과를 제공해 주시기 바랍니다

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 단어)»

Program (Source Code) to Trim Whitespaces from Files… 프로그램 (소스 코드)를 손질 파일에서 공백…

April 20th, 2008 2008년 4월 20일

PHP is not only a very competent web development language (and part of LAMP stack). php는 아주 유능한뿐만 아니라 웹 개발 언어 (그리고 일부 램프 스택). It is also a very capable language for writing (command line) scripts. 그것도 아주 익숙한 언어를 쓰기 (커맨드 라인) 스크립트가있습니다. You can write simpler and cleaner scripts with php than perl. 클리너 스크립트를 작성할 수있습니다 php보다 간편하고 펄합니다. 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. 여기에 코드를이 파일 이름을 입력, 파일의 각 라인의 공백을 조정 그리고 마지막으로 그 결과 다시 제자리에 동일한 파일을 저장합니다.

Read more (149 words) » 더 많은 내용보기 (149 단어)»

Translator Plugin Gold 1.1 Released 통역 플러그 접속식 골드 1.1 출시

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의 언어 - 독일어, 스페인어, 프랑스어, 이탈리아어, 포르투갈어, 일본어, 한국어, 중국어 간체, 중국어 번체, 노르웨 이어, 네덜란드어, 그리스어, 러시아어, 노르웨 이어, 브라질 portugue, 불가 리아어, 크로 아티 아어, 체코어 , 덴마크, 핀란드, 헝가리, 아이슬란드, 라틴 아메리카 스페인어, 필리핀, 폴란드, 루마니아, 세르비아어, 슬로 베 니아어, 스웨덴어, 핀란드어, 웨일스, 터키, 라틴합니다.

The new features in version 1.1 are: 이 버전 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. 이 옵션을 페이지 (아래 고급 -> 기타 '섹션) sql 쿼리를 제공하는 지금의 데이터베이스를 실행할 수있습니다 -을 번역기를위한 속도를 크게을 대폭 인신 매매 사이트를합니다. It adds indexes to the tables for faster querying. 그것은 인덱스를 줄이기 위해 테이블을 쿼리합니다.

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. 이 우아한 번역 엔진을 처리합니다 제 3 자의 실패합니다. This adds to the extensive checks we perform to ensure quality and completeness of translated pages. 이렇게하면 광범위한 검사를 수행할 수 있도록 우리 제품의 품질 및 완성도 페이지를 번역했다.

4. New translation engine errors have been added for automatic fail-over support and load-balancing. 새 번역 엔진 오류를 자동으로 실패 - 이상이 추가되었습니다 및로드 - 균형 조정을 지원합니다.

5. Overall performance improvement and optimizations have been added to this release. 전반적인 성능 개선 및 최적화가이 릴리스되었습니다.

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. 통역 플러그 접속식 골드와 완벽하게 호환 wordpress 1.1은 이전 버전의 2.5뿐만 아니라 wordpress합니다.

How To: PHP Script To Windows EXE File Generation 방법 : php 스크립트를 exe 파일을 생성하는 windows

March 22nd, 2008 2008년 3월 22일

php 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 응용 프로그램을 윈도우 유저를 배포합니다. Unfortunately Zend, the PHP company, doesn’t provide a way to convert PHP scripts to Windows executables. 불행히도 젠드, php 회사로 변환하는 방법을 제공하지 않습니다 windows php 스크립트를 실행합니다. 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 단어)»

PHP Security through Suhosin or Hardening Patch php suhosin 또는 경화 패치를 통한 보안

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 단어)»

Comment Guard Pro (WordPress Comment Spam Protection Software) Released 코멘트 경비대 직업은 (wordpress 코멘트 스팸 방지 소프트웨어) 출시

March 3rd, 2008 2008년 3월 3일

코멘트를 감시를위한 I am very happy to announce the much-awaited release of 나는 아주 행복 - 대망의 정도를 발표하겠습니다 Comment Guard Pro for WordPress blogs wordpress 블로그에 대한 감시를위한 의견 . 합니다. 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. 코멘트를 겸손하게 보호하도록 설계되었습니다 가드 프로는 모든 종류의 코멘트 스팸은 블로그를 반대 - 트랙백 스팸 메일, pingback 스팸 메일, 스팸 메일 로봇 의견 양식을 사용하여, 인간의 제출 스팸 (스패머는 사실은 어디에 귀하의 사이트를 방문하여 스팸 메일을 고집해서, 그들은 어려운 검출), 추천 스팸 메일 등 여러 계층의 보호를 제공, 모든 종류의 코멘트 스팸을합니다.

Comment Guard Pro is a zero configuration plugin, even your grandma can use it. 코멘트 가드 프로는가 0 구성을 플러그 접속, 심지어 할머니를 사용할 수있다. 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. 주석 -은 - 가드 프로는 주 - 미술 코멘트 스팸 탐지 소프트웨어를 기반으로 전문 시스템을 분류할 의견합니다. 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. 그들은 정품을 목에 통증이 commenters 그 결과를 잃고있다 블로거 관객, 그리고 많은 잘못된 판단을 생성 (정품 코멘트를 스팸으로 표시)을 적당한 시간을 소모하는 블로거합니다. They also consume bandwidth and CPU by saving the junk comments in your database. 또한, 컴퓨터 특판 대역폭을 소모하여 데이터베이스를 저장하여 쓰레기 의견을합니다.

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! 넓게 사용 방지 - 스팸 메일 플러그 접속식 오늘은 명성의 블로그에 대한 저자의 의견도 스팸으로 표시하고 다른 하나는 자신의 블로그에서 블로그에도 잠금 밖으로! 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. 요컨대이 손실하게 제어할 눈 멀게 여러분의 의견과 신뢰를 만들기위한 제 3 자에 귀하의 의견에 대해 올바른 결정을, 그리고 종종 실패합니다.

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. 장바구니 자신을 pluglets4 수도있습니다 당신의 그랜드 비전을 구현합니다. 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. 코멘트 가드 프로는 플러그합니다. You can individually control each pluglets, configure and fine-tune their functionality and we