<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>WeBBirU</title>
	<link>http://www.webbiru.com</link>
	<description>Web's Technology</description>
	<lastBuildDate>Fri, 02 May 2008 03:06:42 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Catch keywords from Google with PHP script</title>
		<description>
&#60;?php
function get_search_phrase($referer){

$key_start = 0;
$search_phrase = "";

// used by google, msn, alta vista, ask jeeves, all the web, teoma, wisenut, search.com
if (strpos($referer, 'q=') !==  false) $key_start = strpos($referer, 'q=') + 2;

// if present, get the search phrase from the referer
if ($key_start &#62; 0){
if (strpos($referer, '&#38;', $key_start) !== false){
$search_phrase = substr($referer, ...</description>
		<link>http://www.webbiru.com/2007/11/17/catch-keywords-from-google-with-php-script.html</link>
			</item>
	<item>
		<title>The Usage of Quotation mark for PHP Script Optimization</title>
		<description>The usage of quotation mark in script PHP very often we meet, maybe can be every script that we make existed the usage of quotation mark referred.

In PHP the usage of quotation mark differentiated between single quotation mark and double quote. This Difference is made not without meaning and its ...</description>
		<link>http://www.webbiru.com/2007/11/16/the-usage-of-quotation-mark-for-php-script-optimization.html</link>
			</item>
	<item>
		<title>Shuffle Function in Array</title>
		<description>This function randomizes the order of the elements in an array also used together with srand() function.

shuffle() example:




And the result of the code above:

First value:
Index[ 0 ] => A
Index[ 1 ] => B
Index[ 2 ] => C
Index[ 3 ] => D
Index[ 4 ] => E
Index[ 5 ] => F

After shuffle():
Index[ ...</description>
		<link>http://www.webbiru.com/2007/11/14/shuffle-function-in-array.html</link>
			</item>
	<item>
		<title>Squid-Password Authentication Using NCSA</title>
		<description>Anda bisa mengatur Squid untuk menanyakan para pemakai untuk satu username dan password. Squid datang dengan satu program yang disebut ncsa_auth yang membaca NCSA-compliant apapun meng-enkripsi file password. Anda bisa menggunakan program htpasswd yang datang meng-install dengan Apache untuk menciptakan password anda. Berikut cara membuatnya:

1) Buat file password. Nama file ...</description>
		<link>http://www.webbiru.com/2007/09/07/squid-password-authentication-using-ncsa.html</link>
			</item>
	<item>
		<title>Making Your Squid Server Transparent To Users</title>
		<description>It is possible to limit HTTP Internet access to only the Squid server without having to modify the browser settings on your client PCs. This called a transparent proxy configuration. It is usually achieved by configuring a firewall between the client PCs and the Internet to redirect all HTTP (TCP ...</description>
		<link>http://www.webbiru.com/2007/09/06/making-your-squid-server-transparent-to-users.html</link>
			</item>
	<item>
		<title>Control the playhead of a MovieClip using ActionScript</title>
		<description>
&#160;


In this tutorial it will be analized how can be controlled the playhead of a MovieClip using  ActionScript play() and stop() methods.
1. Create a new Flash document 400x300 dimensions
 2. Create two new layers
Rename the layers actions, movie, button starting from the top (like in the picture below).


3. Draw ...</description>
		<link>http://www.webbiru.com/2007/09/03/control-the-playhead-of-a-movieclip-using-actionscript.html</link>
			</item>
	<item>
		<title>Moving an object using the arrow key in Adobe Flash 8</title>
		<description>This tutorial is about how to move an object using the LEFT, RIGHT, UP and DOWN  heys in Adobe Flash 8. 1. Create a new Flash8 document with 400x300 dimensions. Save it as flash8keys.fla.
2. Insert a new layer. Rename layers actions and object like in the picture below:

3. In ...</description>
		<link>http://www.webbiru.com/2007/09/03/moving-an-object-using-the-arrow-key-in-adobe-flash-8.html</link>
			</item>
	<item>
		<title>OPEN SOURCE MENUJU OPEN STANDARD</title>
		<description>
Open standard merupakan parameter untuk menyamakan standard dari beberapa system peranti keras dan peranti lunak, agar dapat jalan dengan baik dan saling kompetibel satu samalainnya. Inisiatif pemanfaatan open standard dilakukan oleh banyak Negara di Eropa, karena kebanyakan penemuan-penemuan berasal dari sana. Walaupun dalam 20 tahun terakhir ini Amerika ikut meramaikan ...</description>
		<link>http://www.webbiru.com/2007/08/20/open-source-menuju-open-standard.html</link>
			</item>
	<item>
		<title>Optimasi PHP</title>
		<description>PHP merupakan bahasa pemrograman yang sangat cepat, namun masih banyak cara mengoptimasi PHP tidak hanya sekedar seberapa cepat eksekusi kode.

http://phplens.com/lens/php-book/optimizing-debugging-php.php </description>
		<link>http://www.webbiru.com/2007/08/13/optimasi-php.html</link>
			</item>
	<item>
		<title>Kebutuhan seorang programer</title>
		<description>
Salah satu jenis pekerjaan yang dibutuhkan dalam sebuah perusahaan yang berbasis teknilogi informasi adalah Programmer, adalah sebuah software house. Bagaimana menciptakan sebuah lingkungan yang nyaman untuk bekerja bagi para programmer ini?
Kata orang, programer memiliki kebutuhan yang berbeda dalam bekerja dengan pekerja lainnya. Jika kita ambil asumsi hal ini benar maka ...</description>
		<link>http://www.webbiru.com/2007/08/09/kebutuhan-seorang-programer.html</link>
			</item>
</channel>
</rss>
