<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
	<channel>
		<title>HotPHPPER Feed</title>
		<link>http://lylina.sf.net</link>
		<description>PHP の国内外の最新フィードを集めています</description>
		<dc:date>2008-11-22T11:11:01Z</dc:date>
		<item>
			<title>XOOPS Cube公式サイト: XOOPS Cube Legacy 2.1.6 安定版リリース！</title>
			<link>http://xoopscube.jp/modules/xigg/index.php/node/317</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">バグレポート、パッチ、テストなど、開発へのご協力をいつもありがとうございます。バージョン 2.1.6 の RC （リリース候補版）の検証スケジュールは無事終了しまして、 2.1 系最新の安定版としてリリースを行いました。たくさんのバグ修正が行われてますので是非バージョンアップしてください。プロジェクトはこれで 2.1 系の主な作業を完了しました。これからは Legacy 2.2 はもちろん、コア 1.0 や、新型 BASE の開発を本格的にスタートさせます。- リリースノート（英語）- ダウンロード- GIJOEさんが作ってくれた差分アーカイブはこちら</content:encoded>
			<dc:date>2008-11-22T21:11:00Z</dc:date>
			<guid>61d76f55e10b8e697dc1a5cbd089185a:6d8394e5dd12533d5f5e770fed35345c</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: Увеличение производительности сервера. Nginx</title>
			<link>http://blog.theringing.net/uvelichenie-proizvoditelnosti-servera-nginx/</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">Увеличение производительности сервера. Nginx 22.11.2008    В жизни каждого успешного проекта наступает период, когда нагрузки на сервер возрастают неимоверно - проекту уже тесно на обычном виртуальном хостинге и он требует переезда на VDS или VPS. В такие дни администратору приходится задуматься об экономии ресурсов сервера.  Одним из помощников в этом деле является Nginx.  nginx (engine x) — это свободно распространяемый веб- и почтовый прокси-сервер, работающий на Unix-подобных операционных си</content:encoded>
			<dc:date>2008-11-22T20:11:23Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:c74308ced25853cd2c8fcc38bc1e8465</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: SQL to order Null values on top with CakePHP</title>
			<link>http://www.palivoda.eu/2008/11/sql-to-order-null-values-on-top-with-cakephp/</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml"> It’s clear - to make null values on top can be used  that SQL: ORDER BY date_end IS NULL DESC, date_end DESC  and here is how to pas that SQL order in CakePHP: array('date_end' =&gt; 'IS NULL DESC', 'Model.date_end' =&gt; 'DESC')  Here is few things you should keep in mind:  1) if you just write date_end IS NULL as string, CakePHP will fail with error ‘date_end IS NULL’ column not found, thats why we have that array to pass order fields;  2) the second parameter is Model.date_end, because is yo</content:encoded>
			<dc:date>2008-11-22T20:11:09Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:16542d2bd4c8eafce851d2dafe7146ac</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: Photos of toddlers dressed like cute animals</title>
			<link>http://badass-website-ideas.blogspot.com/2008/11/photos-of-toddlers-dressed-like-cute.html</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">OK, I promised to write about niches that young male geeks seldom take advantage, and therefore have less competition. Here is one: an overly cute blog where people can send photos of their babies dressed as animals. Although this excessively sugared idea almost makes me puke, never forget what we learned from Lolcats: you can make a HUGE amount of money with cute site. Does it really matter if</content:encoded>
			<dc:date>2008-11-22T19:11:13Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:988e2475f81d62b6d011bec9e6aaf753</guid>
		</item>
		<item>
			<title>CakePHP Users in Japan: Re: ローカルサーバで1.2が重いのはなぜ？</title>
			<link>http://cakephp.jp/modules/newbb/viewtopic.php?topic_id=1592&amp;forum=3&amp;post_id=3686#forumpost3686</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">アドバイスありがとうございます。&lt;br /&gt;1.2はRC3 です。&lt;br /&gt;cake/testを削除しても変わりませんでした。&lt;br /&gt;apacheのDocumentRootを変えて階層をなくしても&lt;br /&gt;やっぱり遅いので、CakePHPの何かだと思うのですが。&lt;br /&gt;リモートでは遅さを感じないのが解せないところです。&lt;br /&gt;もう少しいろいろ試してみます。&lt;br /&gt;</content:encoded>
			<dc:date>2008-11-22T19:11:54Z</dc:date>
			<guid>e87e2b67530ef554b8817a4f2dbffa27:18a39df4c59e62b5f41a5aee7374dc3b</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: memcachedをインストールしphpから使用する</title>
			<link>http://www.sj6.org/memcached_install_with_php/</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml"> サーバーにmemcachedを入れてphpから使用することがあったので、今更だけど、インストールメモ。  memcachedとは何かというと、独立したサーバプログラムで、メモリ上にデータを保持することができます。  メモリ空間を使用するので、とにかくデータの呼び出しがDBと比較して格段に早いです。  ここでは、デーモンとして常駐するmemcachedとphpから操作する為のインターフェースMemcacheモジュールをインストールします。    まずは、memcachedをインストール  wget http://www.danga.com/memcached/dist/memcached-1.2.6.tar.gz tar zxvf memcached-1.2.6.tar.gz cd memcached-1.2.6 ./configure   libeventが無いと怒られるので、yumで入れる  yum install -y libevent-devel.i386   再コンパイル  ./configure make make install   んーあっさり完了。  memcache</content:encoded>
			<dc:date>2008-11-22T19:11:39Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:44b67ddafc1b92f4c2484ffc99a98c44</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: Create Your MSN Messenger Bot Using Bitlbee</title>
			<link>http://www.lampedia.org/?p=8</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">  I recently had to create a messenger bot for some of the leading Instant messengers such as MSN, Yahoo and Gtalk. After some googling I realized the best way to do it would be using Bitlbee, an open source IRC to other chat networks gateway. Bitlbee helps in managing other chat networks such as MSN, Yahoo, GTalk, ICQ, AIM and Jabber. from an IRC channel.  I do not intend to make this an introduction to Bitlbee, my aim is to provide you an insight into bot development using bitlbee and PHP.  If</content:encoded>
			<dc:date>2008-11-22T19:11:53Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:155f1398fb331b6d81c7c611bdeac1b3</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: Interest Still High In the Netflix Algorithm Competition</title>
			<link>http://php-feeds.kalexandr.com/6159/interest-still-high-in-the-netflix-algorithm-competition.html</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">Interest Still High In the Netflix Algorithm Competition November 22nd, 2008    circletimessquare brings us an update to the status of the million-dollar Netflix competition to develop a better algorithm for movie recommendations. We’ve discussed aspects of the competition since it started two years ago, but the New York Times has a lengthy overview of where it stands now. “The Netflix competition is still going strong, with a vibrant, competitive roster of some 30,000 programmers around the glo</content:encoded>
			<dc:date>2008-11-22T19:11:00Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:c9ea0a935ae6a45a9472d7ae264ebc6d</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: Brauche Hilfe bei &amp;quot;Seiten-Blätter-Funktion&amp;quot;</title>
			<link>http://www.php.de/php-einsteiger/49239-brauche-hilfe-bei-seiten-blaetter-funktion.html</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">Hallo,    ich habe mich an einer Seiten-Blätter-Funktion versucht und das ist rausgekommen...  Vielleicht könntet ihr mal drüber schauen und mir Verbesserungsvorschläge posten?  Bis jetzt habe ich alles nur local getestet und so wie es aussieht, dauert die Ausgabe schon länger. Liegts am Code?    Ich hoffe ihr versteht den Code? :smile:     PHP-Code:      </content:encoded>
			<dc:date>2008-11-22T18:11:56Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:c0af5ca392e171eae7df2a0cd4f1312c</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: Weiterleitung von passwortgeschützter Seite</title>
			<link>http://www.php.de/php-einsteiger/49238-weiterleitung-von-passwortgeschuetzter-seite.html</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">Hallo  ich benötige eine Administrationsseite, die passwortgeschützt ist, mit einer entsprechenden Weiterleitung auf andere Seitenn.    Dies habe ich so gelöst:  abfrage.php     PHP-Code:                    &lt;h1&gt;Administrations-Seite&lt;/h1&gt;      &lt;p&gt; Bitte geben Sie Ihren Namen und Ihr Passwort ein: &lt;/p&gt;            &lt;form action=&quot;check.php&quot; method=&quot;post&quot;&gt;          Name:&lt;input type=&quot;text&quot; /&gt;          &lt;p&gt;          Passwort:&lt;/p&gt;&lt;/form&gt;</content:encoded>
			<dc:date>2008-11-22T18:11:55Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:5778f6fcdb97402a7f14d73c88e41421</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: Php Programmer</title>
			<link>http://www.smartfreelancers.com/projects/php-jobs/129661-php-programmer.html</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml"> xzeroscripts.com want not integrate in script need only a file outside to import csv files in database 3-4 hours work i think. Place bid          </content:encoded>
			<dc:date>2008-11-22T18:11:07Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:a91335ef9b25c0aa6025f182d258b355</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: User Registration For My Site</title>
			<link>http://www.smartfreelancers.com/projects/php-jobs/129660-user-registration-for-my-site.html</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">This project is for highly capable programmers. If you are not a top notch PHP programmer, then I strongly suggest you look for other projects. This is not a project where you can experiment with your skills — if that is the case, you will be disappointed. The project will be highly rewarding for professional [...]          </content:encoded>
			<dc:date>2008-11-22T18:11:00Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:970c0232878f8f8aa4b42bc948c1fb81</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: Php/myslq Clone Script</title>
			<link>http://www.smartfreelancers.com/projects/php-jobs/129659-phpmyslq-clone-script.html</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">Im looking to get a mafia script that is a clone to www.thecartelproject.com made from scratch. except i want it to have a new look also the Game name Rank names Car names Protection names things like that changed so it dosent look like 100% clone. I expect updates and to be [...]          </content:encoded>
			<dc:date>2008-11-22T18:11:53Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:0c4cb840483a2739b7665dd98b717b68</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: Need Shipping Module</title>
			<link>http://www.smartfreelancers.com/projects/php-jobs/129658-need-shipping-module.html</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">Hi, I need the delta cargo and Delta Dash shipping module in my oscommerce site. Please check the clone of www.clubflyers.com Place bid          </content:encoded>
			<dc:date>2008-11-22T18:11:46Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:231f0230fd617f34f249d1fd9ea160cc</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: Подключаем FCKeditor к CodeIgniter</title>
			<link>http://www.simplecoding.org/podklyuchaem-fckeditor-k-codeigniter.html</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">    FCKeditor, на мой взгляд, один из лучших online редакторов. И в теории его можно подключить практически к любому сайту, независимо от того какой движок/фреймворк/CMS используется.  Но, естественно, всегда существует несколько нюансов, которые немного усложняют жизнь    В этой статье речь пойдет о том как подключить этот редактор к сайту использующему PHP фреймворк CodeIgniter. Вообще-то я нашел довольно много статей и рекомендаций на эту тему, но в большинстве из них предлагается скопировать</content:encoded>
			<dc:date>2008-11-22T18:11:35Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:4d4735295489763e93ecb56b2a98ced3</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: Job Opening: Sr. PHP Developer @ Surat, Gujarat</title>
			<link>http://www.jobholic.com/2008/11/job-opening-sr-php-developer-surat.html</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">Hello Friends, My company has an immediate opening for Senior PHP Developer @ Surat If you or someone to your knowledge is looking forward to work in a good company and has experience in PHP then he can contact immediately at jobs@infysol. com or info@infysol. com Senior PHP Developer Job Description: -Dynamic website development using PHP, HTML/XHTML/XML, Smarty. -Experience in building</content:encoded>
			<dc:date>2008-11-22T18:11:51Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:04e3ecec1729e5dfddbd241f8eb886c4</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: EMAIL PROMOTION Opt in mailings by Ronnie36</title>
			<link>http://www.allfreelanceprojects.com/email-promotion-opt-in-mailings-by-ronnie36.html</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml">EMAIL PROMOTION Opt in mailings by Ronnie36  33 minutes ago   Who have a database of many opt in emails? pls contact us (Budget: $30-250, Jobs: PHP, SEO, Web Promotion, Website Design) </content:encoded>
			<dc:date>2008-11-22T17:11:08Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:0d3e522f0e8d32b1e1f61aeb85263c81</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: Limb</title>
			<link>http://www.hazelnotes.com/2008/11/limb/</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml"> Limb is an OpenSource(LGPL) PHP framework mostly aimed for rapid web application prototyping and development.  Limb3 is not a monolithic framework, it’s rather a library which consists of many reusable components distributed as packages on Limb3 PEAR channel. Thus you can cherry pick the components you need and combine them with other frameworks and libraries(e.g. ZendFramework, Symfony, PEAR, etc).</content:encoded>
			<dc:date>2008-11-22T17:11:22Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:9f314ca750c5eaaa3bbdd7209e8ce0a4</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: xajax</title>
			<link>http://www.hazelnotes.com/2008/11/xajax/</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml"> xajax is an open source PHP libary for building Web-based Ajax applications.  with xajax you can save time when developing online applications that have the touch of web 2.0</content:encoded>
			<dc:date>2008-11-22T17:11:37Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:cc87da537abcda7c4270b807c1f3f3bc</guid>
		</item>
		<item>
			<title>[Technorati] Tag results for php: Seagull</title>
			<link>http://www.hazelnotes.com/2008/11/seagull/</link>
			<content:encoded xmlns="http://www.w3.org/1999/xhtml"> Seagull is a mature OOP framework for building web, command line and GUI applications. Licensed under BSD, the project allows PHP developers to easily integrate and manage code resources, and build complex applications quickly.  Many popular PHP applications are already seamlessly integrated within the project, as are various templating engines, testing tools and managed library code. If you’re a beginner, the framework provides a number of sample applications that can be customised and extende</content:encoded>
			<dc:date>2008-11-22T17:11:36Z</dc:date>
			<guid>cf10092790c86406a38cd51a53ecd03a:48625388eb79c390db6da28a81267bfb</guid>
		</item>
	</channel>
</rss>
