<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>PHP &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/PHP/</link>
	<description>Feed of posts on WordPress.com tagged "PHP"</description>
	<pubDate>Wed, 10 Feb 2010 04:50:43 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[PHP Frameworks]]></title>
<link>http://nsdhami.wordpress.com/2010/02/10/php-frameworks/</link>
<pubDate>Wed, 10 Feb 2010 04:27:31 +0000</pubDate>
<dc:creator>nsdhami</dc:creator>
<guid>http://nsdhami.wordpress.com/2010/02/10/php-frameworks/</guid>
<description><![CDATA[Here are the list of some popular PHP Frameworks: Akelos CakePHP Code Igniter KohanaPHP Pradosoft Se]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Here are the list of some popular PHP Frameworks:</p>
<ul>
<li><a href="http://www.akelos.org/">Akelos</a></li>
<li><a href="http://cakephp.org/">CakePHP</a></li>
<li><a href="http://codeigniter.com/">Code Igniter</a></li>
<li><a href="http://www.kohanaphp.com/">KohanaPHP</a></li>
<li><a href="http://www.pradosoft.com/">Pradosoft</a></li>
<li><a href="http://seagullproject.org/">Seafull</a></li>
<li><a href="http://www.symfony-project.org/">Symfony</a></li>
<li><a href="http://www.yiiframework.com/">Yii</a></li>
<li><a href="http://framework.zend.com/">Zend</a></li>
<li><a href="http://zoopframework.com/">Zoop</a></li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Article Template User Function Shit]]></title>
<link>http://grey2010.wordpress.com/2010/02/09/article-template-user-function-shit/</link>
<pubDate>Wed, 10 Feb 2010 04:03:29 +0000</pubDate>
<dc:creator>grey2010</dc:creator>
<guid>http://grey2010.wordpress.com/2010/02/09/article-template-user-function-shit/</guid>
<description><![CDATA[I&#8217;m going to start making and using some article templates for usage on non-EZA article sites ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;m going to start making and using some article templates for usage on non-EZA article sites to help with linking and all that shit. As such I took about 20 minutes to write a function to do the damn thing, and here it is:</p>
<pre>&#60;?php
/*
 Article Rewriter Function
 by grey2010

 Description: Takes input in the form of "My {dog&#124;cat&#124;rabbit} is my
 favorite pet." and chooses random words out of the choices, etc.

 Note: This does not work with nested replacements. For example,
 "My {{big&#124;small}&#124;dog}" will fuck this up because I did it in a hurry.
*/

function write_article($article)
{
 while (stripos($article,"{") &#38;&#38; stripos($article,"}"))
 {
 $start = stripos($article,"{");
 $length = (stripos($article,"}")-stripos($article,"{")+1);
 $inside = substr($article,$start+1,$length-2);

 $choice_array = array();
 $choice_array = explode("&#124;",$inside);
 $the_pick = rand(0,sizeof($choice_array)-1);

 $replacement = $choice_array[$the_pick];
 unset($choice_array);
 $article = substr_replace($article,$replacement, $start, $length);
 }

 return $article;
}

echo write_article("My {dog&#124;cat&#124;rabbit} is my {most fucked&#124;least fucked&#124;often gay} {pet&#124;lover}.");
?&#62;</pre>
<p>It&#8217;s basically a quick thrown together piece of shit but it will work for what I want it to do. So the output could be &#8220;My dog is my most fucked lover&#8221; or &#8220;My rabbit is my often gay pet&#8221;, etc.</p>
<p>I&#8217;m going to use this with some other stuff to make a badass article-writing script for this set of sites I&#8217;m doing.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Semantic news aggregation before it was cool]]></title>
<link>http://semanticdrift.wordpress.com/2010/02/10/semantic-news-aggregation-before-it-was-cool/</link>
<pubDate>Wed, 10 Feb 2010 00:12:16 +0000</pubDate>
<dc:creator>semanticdrift</dc:creator>
<guid>http://semanticdrift.wordpress.com/2010/02/10/semantic-news-aggregation-before-it-was-cool/</guid>
<description><![CDATA[I&#8217;ve been looking for this site for months now. We Feel Fine is a part-art design, part-sociol]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;ve been looking for this site for months now. <a title="We Feel Fine" href="http://wefeelfine.org/" target="_blank">We Feel Fine</a> is a part-art design, part-sociological, part-semantic web experiment by visual artist/developer <a title="Jonathan Harris" href="http://www.professorgitner.com/classblog/2010/02/08/memo3/www.number27.org" target="_blank">Jonathan Harris</a> and Computational Scientist <a title="Sep Kamvar" href="http://kamvar.org/" target="_blank">Sep Kamvar</a>.</p>
<p>We Feel scours the &#8216;net and in seconds provides the most-used terms, phrases and sentences that start with the words &#8220;I feel.&#8221; The different interactive ways they use to explore this simple concept and present the data are downright beautiful.</p>
<p>Oh and look mah, no Flash! Instead of Flash, the site employs database-querying PHPs in a custom-made applet. The database is instantly populated with information that link to the original source. Harris uses a similar applet in another project he made for DayLife called <a title="Universe" href="http://universe.daylife.com/" target="_blank">Universe: Revealing our Modern Mythology</a>.  This type of development allows for much more semantically labeled and organized information to than Flash tools. Kamvar himself has worked in the field of retrieving information from poorly meta-labeled information, so this practice makes sense to both developers.</p>
<p>For my project, I plan on making a similar yet much simpler tool that uses ongoing RSS feeds to create an XML-filled doctree, which XSLT can then query to present information sorted by location (of the source and the story itself), content type (images, print, video, etc.) as well as by topic. <a title="Topix" href="http://www.topix.com">Topix</a>, one of the first RSS feed readers, does this very sorting and querying action as well.</p>
<p>The problem I have run into so far has to do with retrieving information from inconsistently labeled XML files, for which I will probably need conditional statements to retrieve more detailed information (such as a command that says &#8220;if  the term &#8216;Port-au-Prince&#8217; appears, put the story in the folder for that region&#8221; and so forth).</p>
<p>If you have any tips or know of any useful methods of reading information that is not properly labeled, please leave a comment.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows Azure と インターオペラビリティ [ #cloud #cloudcomputing ]]]></title>
<link>http://agilecat.wordpress.com/2010/02/10/windows-azure-%e3%81%a8-%e3%82%a4%e3%83%b3%e3%82%bf%e3%83%bc%e3%82%aa%e3%83%9a%e3%83%a9%e3%83%93%e3%83%aa%e3%83%86%e3%82%a3-cloud-cloudcomputing/</link>
<pubDate>Tue, 09 Feb 2010 22:20:35 +0000</pubDate>
<dc:creator>Agile Cat</dc:creator>
<guid>http://agilecat.wordpress.com/2010/02/10/windows-azure-%e3%81%a8-%e3%82%a4%e3%83%b3%e3%82%bf%e3%83%bc%e3%82%aa%e3%83%9a%e3%83%a9%e3%83%93%e3%83%aa%e3%83%86%e3%82%a3-cloud-cloudcomputing/</guid>
<description><![CDATA[Windows Azure Platform and Interoperability http://www.microsoft.com/windowsazure/interop/ As part o]]></description>
<content:encoded><![CDATA[Windows Azure Platform and Interoperability http://www.microsoft.com/windowsazure/interop/ As part o]]></content:encoded>
</item>
<item>
<title><![CDATA[My Page Making Script Thingy]]></title>
<link>http://grey2010.wordpress.com/2010/02/09/my-page-making-script-thingy/</link>
<pubDate>Tue, 09 Feb 2010 22:00:02 +0000</pubDate>
<dc:creator>grey2010</dc:creator>
<guid>http://grey2010.wordpress.com/2010/02/09/my-page-making-script-thingy/</guid>
<description><![CDATA[I threw together a quick PHP thing to make pages based on a template file. In the template you put w]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I threw together a quick PHP thing to make pages based on a template file. In the template you put whatever tags you want to replace like %pagetitle%, or %pageheader%, or %shemalepornurl% and then use whatever to replace them. I made a form that you just fill in and it spits out a page. This is pretty rough but I&#8217;m going to post it here in case I lose it and can&#8217;t find it later because that&#8217;s like 20 minutes of typing that I don&#8217;t want to lose again.</p>
<pre>&#60;html&#62;
&#60;?php
/*
 Page Maker Script By grey2010

 Available tags

 %pagetitle% - in title tags
 %pageheader% - in h1 tags
 %pagebody% - body of text
*/

// First we capture the POST data for each of the tags above
// if there is any from submitting the form below

$pagetitle = $_POST['pagetitle'];
$pageheader = $_POST['pageheader'];
$pagebody = $_POST['pagebody'];

// This fixes a formatting thing, just leave it in

$previous = $_POST['previous']; 

// Now we open the template file and copy the contents into
// the variable $original

$templateFile = "template.txt";
$tf = fopen($templateFile, 'r');
$original = fread($tf, filesize($templateFile));
fclose($tf);

// Next we use a series of str_replace() instances to change out
// the real information for each of the tags in the template

$original = str_replace("%pagetitle%", $pagetitle, $original);
$original = str_replace("%pageheader%", $pageheader, $original);
$original = str_replace("%pagebody%", $pagebody, $original);

// If needed, we write the contents of $original as "example.html"
// and provide a link to the file

if ($previous == "yes")
{
 $outputFile = "example.html";
 $nf = fopen($outputFile, 'w') or die("Cannot open file for output.");
 fwrite($nf, $original);
 fclose($nf);
 echo "&#60;a href='".$outputFile."'&#62;".$outputFile."&#60;/a&#62;&#60;br&#62;&#60;br&#62;";
}

// This is the form we're going to use to make using this script easier
?&#62;
&#60;form method="post" action="pagemaker2.php"&#62;
pagetitle: &#60;input type="text" name="pagetitle"&#62;&#60;br&#62;&#60;br&#62;
pageheader: &#60;input type="text" name="pageheader"&#62;&#60;br&#62;&#60;br&#62;
pagebody: &#60;textarea name="pagebody" cols="40" rows="10"&#62;&#60;/textarea&#62;&#60;br&#62;&#60;br&#62;

&#60;input type="submit" value="OK"&#62;
&#60;input type="hidden" name="previous" value="yes"&#62;
&#60;/form&#62;</pre>
<p>For this example I just have three fields, a title which I guess would be used for a title tag like &#60;title&#62;%pagetitle%&#60;/title&#62; and then some other shit that does like the same thing. I tried to make it easy even for a total dumbass who doesn&#8217;t know shit about what he&#8217;s doing to use. So your template could look like this:</p>
<p>&#60;html&#62;<br />
&#60;title&#62;%pagetitle%&#60;/title&#62;<br />
&#60;h1&#62;%pageheader%&#60;/h1&#62;<br />
%pagebody%<br />
&#60;/html&#62;</p>
<p>And that&#8217;s about it.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tutorial: Menulis Kelas di PHP ]]></title>
<link>http://bilover.wordpress.com/2010/02/10/tutorial-menulis-kelas-di-php/</link>
<pubDate>Tue, 09 Feb 2010 19:52:56 +0000</pubDate>
<dc:creator>bilover</dc:creator>
<guid>http://bilover.wordpress.com/2010/02/10/tutorial-menulis-kelas-di-php/</guid>
<description><![CDATA[  Struktur Kelas Hal pertama yang kita butuhkan adalah kelas sendiri: &lt;?php class Page {  } ?&gt;]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><pre style="text-align:justify;"><span style="color:#000000;"><a href="http://bilover.files.wordpress.com/2010/02/images1.jpg"><img class="size-full wp-image-229   aligncenter" title="images" src="http://bilover.files.wordpress.com/2010/02/images1.jpg?w=143&#038;h=75" alt="" width="143" height="75" /></a></span><span style="color:#000000;"> </span></pre>
<pre style="text-align:justify;"><span style="color:#000000;"><strong>Struktur Kelas</strong></span></pre>
<pre style="text-align:justify;"><span style="color:#000000;">Hal pertama  yang kita butuhkan adalah kelas sendiri:</span></pre>
<div style="text-align:justify;">
<pre>
<div>
<pre><span style="color:#0000cc;">&#60;?php
</span><span style="color:#006600;"> class </span><span style="color:#0000cc;">Page </span><span style="color:#006600;">{

 }
</span><span style="color:#0000cc;">?&#62;</span></pre>
</div>
<p><span style="color:#000000;"> </span></p>
<p>Ini adalah kelas  dasar. Tidak  ada variabel, tidak ada fungsi, tidak ada - Sepenuhnya kosong.<br />
Semua  struktur kelas di sini terlihat sama dengan pengecualian pada 'Halaman'  nama.<br />
Setiap  kelas / obyek diberikan nama untuk referensi.<br />
Anda harus mengetahui hal ini untuk  membuat salinan baru dari objek,<br />
sehingga memilih sesuatu yang sederhana  dan bijaksana.</p>
<p>Selanjutnya,  kita perlu untuk dimasukkan ke dalam variabel kita.<br />
Kami membutuhkan  untuk halaman judul, kata kunci, dan tubuh konten, seperti</p>
<div><span style="color:#000000;"><br />
</span></p>
<pre>
<div>
<pre>
<div>
<pre><span style="color:#0000cc;">&#60;?php
</span><span style="color:#006600;">class </span><span style="color:#0000cc;">Page </span><span style="color:#006600;">{
   var </span><span style="color:#0000cc;">$Title</span><span style="color:#006600;">;
   var </span><span style="color:#0000cc;">$Keywords</span><span style="color:#006600;">;
   var </span><span style="color:#0000cc;">$Content</span><span style="color:#006600;">;
 }
</span><span style="color:#0000cc;">?&#62;</span></pre>
</div>
</pre>
</div>
<p><span style="color:#000000;">Sekarang, kita bisa benar-benar mulai menggunakan kelas di sini.Kami memiliki objek.</span></p>
<p>Tapi  itu tidak dilakukan - Kami masih ingin menambahkan beberapa fungsi,</p>
<p>untuk membuatnya lebih mudah untuk bekerja dengan.</p>
<p>Fungsi apa yang kita perlukan? Yah, kita perlu sesuatu untuk  membangun output HTML.</p>
<p>selanjutnya menyebutnya  'Tampilkan'.</p>
<p>Mari kita membuat fungsi sederhana untuk menampilkan  Judul dan Kata Kunci, juga.</p>
<p>Mari kita membuat fungsi untuk pengaturan isi juga.<br />
<span style="color:#000000;">Kode kelas akhir  adalah:</span></p>
<div>
<pre><span style="color:#0000cc;">&#60;?php
</span><span style="color:#006600;">class </span><span style="color:#0000cc;">Page </span><span style="color:#006600;">{
   var </span><span style="color:#0000cc;">$Title</span><span style="color:#006600;">;
   var </span><span style="color:#0000cc;">$Keywords</span><span style="color:#006600;">;
   var </span><span style="color:#0000cc;">$Content</span><span style="color:#006600;">;

   function </span><span style="color:#0000cc;">Display</span><span style="color:#006600;">( ) {
     echo </span><span style="color:#cc0000;">"&#60;HTML&#62;\n&#60;HEAD&#62;\n"</span><span style="color:#006600;">;
     </span><span style="color:#0000cc;">$this</span><span style="color:#006600;">-&#62;</span><span style="color:#0000cc;">DisplayTitle</span><span style="color:#006600;">( );
     </span><span style="color:#0000cc;">$this</span><span style="color:#006600;">-&#62;</span><span style="color:#0000cc;">DisplayKeywords</span><span style="color:#006600;">( );
     echo </span><span style="color:#cc0000;">"\n&#60;/HEAD&#62;\n&#60;BODY&#62;\n"</span><span style="color:#006600;">;
     echo </span><span style="color:#0000cc;">$this</span><span style="color:#006600;">-&#62;</span><span style="color:#0000cc;">Content</span><span style="color:#006600;">;
     echo </span><span style="color:#cc0000;">"\n&#60;/BODY&#62;\n&#60;/HTML&#62;\n"</span><span style="color:#006600;">;
   }

   function </span><span style="color:#0000cc;">DisplayTitle</span><span style="color:#006600;">( ) {
     echo </span><span style="color:#cc0000;">"&#60;TITLE&#62;" </span><span style="color:#006600;">. </span><span style="color:#0000cc;">$this</span><span style="color:#006600;">-&#62;</span><span style="color:#0000cc;">Title </span><span style="color:#006600;">. </span><span style="color:#cc0000;">"&#60;/TITLE&#62;\n"</span><span style="color:#006600;">;
   }

   function </span><span style="color:#0000cc;">DisplayKeywords</span><span style="color:#006600;">( ) {
     echo </span><span style="color:#cc0000;">'&#60;META NAME="keywords" CONTENT="' </span><span style="color:#006600;">. </span><span style="color:#0000cc;">$this</span><span style="color:#006600;">-&#62;</span><span style="color:#0000cc;">Keywords </span><span style="color:#006600;">. </span><span style="color:#cc0000;">'"&#62;'</span><span style="color:#006600;">;
   }

   function </span><span style="color:#0000cc;">SetContent</span><span style="color:#006600;">( </span><span style="color:#0000cc;">$Data </span><span style="color:#006600;">) {
     </span><span style="color:#0000cc;">$this</span><span style="color:#006600;">-&#62;</span><span style="color:#0000cc;">Content </span><span style="color:#006600;">= </span><span style="color:#0000cc;">$Data</span><span style="color:#006600;">;
   }
 }
</span><span style="color:#0000cc;">?&#62;</span></pre>
</div>
</pre>
</div>
<div>
<pre><span style="color:#000000;"> Implementasi pada halaman...</span><span style="color:#000000;"> </span></pre>
</div>
<div>
<pre><span style="color:#0000cc;">&#60;?php
</span> <span style="color:#000000;"><span style="color:#006600;">include </span><span style="color:#cc0000;">"page.class"</span><span style="color:#006600;">;

 </span><span style="color:#0000cc;">$</span></span><span style="color:#0000cc;">Sample</span><span style="color:#006600;"><span style="color:#000000;"><span style="color:#0000cc;"> </span><span style="color:#006600;">= new </span><span style="color:#0000cc;">Page</span><span style="color:#006600;">;

</span></span> <span style="color:#000000;"><span style="color:#0000cc;">$Content </span><span style="color:#006600;">= </span><span style="color:#cc0000;">"&#60;P&#62;This page was generated by the Page Class example.&#60;/P&#62;"</span><span style="color:#006600;">;

 </span><span style="color:#0000cc;">$</span></span></span><span style="color:#0000cc;">Sample</span><span style="color:#006600;"><span style="color:#000000;"><span style="color:#006600;">-&#62;</span><span style="color:#0000cc;">Title </span><span style="color:#006600;">= </span><span style="color:#cc0000;">"Using Classes in PHP"</span><span style="color:#006600;">;
 </span><span style="color:#0000cc;">$</span></span></span><span style="color:#0000cc;">Sample</span><span style="color:#006600;"><span style="color:#000000;"><span style="color:#006600;">-&#62;</span><span style="color:#0000cc;">Keywords </span><span style="color:#006600;">= </span><span style="color:#cc0000;">"PHP, Classes"</span><span style="color:#006600;">;
 </span><span style="color:#0000cc;">$</span></span></span><span style="color:#0000cc;">Sample</span><span style="color:#006600;"><span style="color:#000000;"><span style="color:#006600;">-&#62;</span><span style="color:#0000cc;">SetContent</span><span style="color:#006600;">( </span><span style="color:#0000cc;">$Content </span><span style="color:#006600;">);

 </span><span style="color:#0000cc;">$</span></span></span><span style="color:#0000cc;">Sample</span><span style="color:#006600;"><span style="color:#000000;"><span style="color:#006600;">-&#62;</span><span style="color:#0000cc;">Display</span><span style="color:#006600;">( );

</span><span style="color:#0000cc;">?&#62;</span></span></span></pre>
</div>
<div>
<pre>Lebih mudah di mengerti seperti ini kan??, bagaimana dengan kamu...</pre>
</div>
</pre>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Protecting Your PHP/MySQL Queries from SQL Injection]]></title>
<link>http://idonot.wordpress.com/2010/02/09/protecting-your-phpmysql-queries-from-sql-injection/</link>
<pubDate>Tue, 09 Feb 2010 16:49:22 +0000</pubDate>
<dc:creator>elikmono</dc:creator>
<guid>http://idonot.wordpress.com/2010/02/09/protecting-your-phpmysql-queries-from-sql-injection/</guid>
<description><![CDATA[SQL injection is a serious concern for webmasters, as an experienced attacker can use this hacking t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>SQL injection is a serious concern for webmasters, as an experienced attacker can use this hacking technique to gain access to sensitive data and/or potentially cripple your database. If you haven’t secured your applications, I implore you to get yourself familiar with the following method and grind it into your coding routine. One unsafe query can result in a nightmare for you or your client.<!--more--></p>
<p>I’ve read through a lot of guides, and they tend to over complicate this, so I’ll be as straight forward as possible. In PHP the easiest way is to pass your data through the <a href="http://www.php.net/mysql_real_escape_string">mysql_real_escape_string</a> function. By escaping special characters on fields where the user can manipulate the database, you will avoid being vulnerable. Take a look below at the example of what to do and what not to do.</p>
<div>
<pre>// This is a vulnerable query.
$query = "SELECT * FROM products WHERE name='$productname'";
mysql_query($query);
// This query is more secure
$query = sprintf("SELECT * FROM products WHERE name='%s'",
mysql_real_escape_string($productname));
mysql_query($query);</pre>
</div>
<p>Since I primarily code in PHP, I can’t confidently provide techniques for other programming languages. The most important part of protecting yourself is stopping users from being able to pass unaltered database manipulative special characters, like single quotes.</p>
<p><a href="http://msdn.microsoft.com/msdnmag/issues/04/09/SQLInjection/">MSDN &#8211; SQL Injection Article</a><br />
<a href="http://en.wikipedia.org/wiki/SQL_injection">Wikipedia &#8211; SQL Inection</a><br />
<a href="http://www.securiteam.com/securityreviews/5DP0N1P76E.html">SecuriTeam &#8211; SQL Injection Walkthrough</a><br />
<a href="http://www.sitepoint.com/article/sql-injection-attacks-safe">SitePoint &#8211; SQL Injection Attacks, Are You safe?</a></p>
<p><a href="http://www.metatitan.com/php/16/protecting-your-phpmysql-queries-from-sql-injection.html" target="_blank">Source</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Forking with PHP-CLI]]></title>
<link>http://shaymol.wordpress.com/2010/02/09/forking-with-php-cli/</link>
<pubDate>Tue, 09 Feb 2010 16:31:05 +0000</pubDate>
<dc:creator>shaymol</dc:creator>
<guid>http://shaymol.wordpress.com/2010/02/09/forking-with-php-cli/</guid>
<description><![CDATA[You know PHP does not support multi-threading as Java does, but it has linux like process control fu]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>You know PHP does not support multi-threading as Java does, but it has linux like process control functions which can be used from command line and off course under linux platorm.</p>
<p>In Linux, fork method create a child process that differs with the parent process only its PID and PPID. You will get more info about fork from <a href="http://linux.die.net/man/2/fork">here</a>. By forking we can execute multiple child processes at a time.</p>
<p>We can do similar process control in PHP by using PHP&#8217;s process control functions. and it is not enabled by default with PHP. For this we need to install PHP with &#8211;enable-pcntl configuration option. Please check the php manual about its installation details from <a href="http://www.php.net/manual/en/intro.pcntl.php">here</a>.</p>
<p>The idea is simple, get a process id, if it is a parent process we will wait, if it is a child process we will execute what we want to.</p>
<p>ex. from php manual<br />
<code><br />
$pid = pcntl_fork();<br />
if ($pid == -1) {<br />
die('could not fork');<br />
} else if ($pid) {<br />
// we are the parent<br />
pcntl_wait($status); //Protect against Zombie children<br />
} else {<br />
// we are the child<br />
}<br />
</code></p>
<p>Now lets see how we can implement it with real code. Some years ago, Hasin bhai post a blog about hacking slideshare slides at <a href="http://hasin.wordpress.com/2008/02/09/hacking-slidesharenet-using-php/">here</a>. Please visit the link and have a look at the code. We are going to update it with forking. The forking idea will be the same.</p>
<p><a href="http://gist.github.com/299352">Here</a> is the code with forking.</p>
<p>In the script it will create child processes and download each slide from there and thus it makes it parallel processing from serial iterating. You can check it without the forking and check the difference. The download time will vary by download speed though.</p>
<p>Happy forking<br />
ShaymoL</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[PHP - Run a Java Program in PHP]]></title>
<link>http://ykyuen.wordpress.com/2010/02/10/php-run-a-java-program-in-php/</link>
<pubDate>Tue, 09 Feb 2010 16:01:25 +0000</pubDate>
<dc:creator>ykyuen</dc:creator>
<guid>http://ykyuen.wordpress.com/2010/02/10/php-run-a-java-program-in-php/</guid>
<description><![CDATA[Running a Java program in PHP just like running the shell command as i mentioned yesterday. PHP ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Running a <font color="#FF00FF">Java program</font> in <font color="#0000FF">PHP</font> just like running the shell command as i  mentioned yesterday.</p>
<p><a href="http://ykyuen.wordpress.com/2010/02/09/php-run-shell-command/">PHP &#8211; Run Shell Command</a></p>
<p>But i have spent a morning to verify the <font color="#FF00FF">Java</font> works. =.=<br />
Here is a sample <font color="#0000FF">PHP</font> which will echo the <font color="#880088">Java version</font> in browser.</p>
<p><font color="#FF0000">java_version.php</font></p>
<pre class="brush: php;">
&#60;?php
        // Show whoami
        $output = shell_exec(&#34;whoami&#34;);
        echo &#34;&#60;strong&#62;WHOAMI&#60;/strong&#62;&#34;;
        echo &#34;&#60;hr/&#62;&#34;;
        echo &#34;$output&#60;br/&#62;&#60;br/&#62;&#60;br/&#62;&#60;br/&#62;&#34;;

        // Show The Java Version Before Setting Environmental Variable
        $output = shell_exec(&#34;java -version 2&#62;&#38;1&#34;);
        echo &#34;&#60;strong&#62;Java Version Before Setting Environmental Variable&#60;/strong&#62;&#34;;
        echo &#34;&#60;hr/&#62;&#34;;
        echo &#34;$output&#60;br/&#62;&#60;br/&#62;&#60;br/&#62;&#60;br/&#62;&#34;;

        // Set Enviromental Variable
        $JAVA_HOME = &#34;/usr/local/jdk1.5.0_15&#34;;
        $PATH = &#34;$JAVA_HOME/bin:/usr/local/bin:/usr/bin:/bin&#34;;
        putenv(&#34;JAVA_HOME=$JAVA_HOME&#34;);
        putenv(&#34;PATH=$PATH&#34;);

        // Show The Java Version After Setting Environmental Variable
        $output = shell_exec(&#34;java -version 2&#62;&#38;1&#34;);
        echo &#34;&#60;strong&#62;Java Version After Setting Environmental Variable&#60;/strong&#62;&#34;;
        echo &#34;&#60;hr/&#62;&#34;;
        echo $output;
?&#62;
</pre>
<p><strong>Running Enviroment</strong></p>
<ul>
<li><font color="#347C12">Ubuntu 8.04</font></li>
<li><font color="#347C12">PHP 5.2.4-2ubuntu5.6</font></li>
<li><font color="#347C12">JDK 1.5.0_15</font></li>
</ul>
<p><strong>Result</strong><br />
<a href="http://ykyuen.files.wordpress.com/2010/02/php_run_java_1.png"><img src="http://ykyuen.files.wordpress.com/2010/02/php_run_java_1.png?w=550&#038;h=501" alt="" title="php_run_java_1" width="550" height="501" class="alignleft size-full wp-image-1258" /></a><br />
&#160;</p>
<p>You can see that the user is <font color="#880088">www-data</font> can the default <font color="#880088">JDK</font> is <font color="#FF00FF">OpenJDK</font>.</p>
<p><strong><font color="#FF0000">SO WHAT MAKES ME SPEND A MORNING TO VERIFY THAT?</font><br />
<font color="#0000FF">Answer: java -version 2&#62;&#38;1</font></strong></p>
<p>The <font color="#0000FF">Java Version</font> is returned in <font color="#FF0000">stderr</font>&#8230; =.=</p>
<p>Done =)</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Zend Framework Cron Job Script]]></title>
<link>http://jameshd.wordpress.com/2010/02/09/zend-framework-cron-job-script/</link>
<pubDate>Tue, 09 Feb 2010 15:42:00 +0000</pubDate>
<dc:creator>jameshd</dc:creator>
<guid>http://jameshd.wordpress.com/2010/02/09/zend-framework-cron-job-script/</guid>
<description><![CDATA[Another little titbit of code to run cronjobs from Zend Framework Applications. I usually make this ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Another little titbit of code to run cronjobs from Zend Framework Applications.</p>
<p>I usually make this file inside /application//cronjobs/. It&#8217;s a copy of the Bootstrap, which I happen to think makes writing cron jobs hella easy!</p>
<pre class="brush: php;">
// important.. make sure we're working out of here.
chdir(dirname(__FILE__));

define('BASE_PATH', realpath(dirname(__FILE__) . '/../../'));
define('APPLICATION_PATH', BASE_PATH . '/application');

// Include path
set_include_path(
    BASE_PATH . '/library'
    . PATH_SEPARATOR . get_include_path()
);

// Define application environment
defined('APPLICATION_ENV')
    &#124;&#124; define('APPLICATION_ENV',
              (getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV')
                                         : 'development'));

// Zend_Application
require_once 'Zend/Application.php';

$application = new Zend_Application(
    APPLICATION_ENV,
    APPLICATION_PATH . '/configs/application.ini'
);

$application-&#62;bootstrap();

// cron job code goes here.
</pre>
<p>THis file can realisitically live anywhere within your application structure. I would recommend moving this into a separate file then in each cronjob add a call to require once to this file.</p>
<pre class="brush: php;">

require_once &#34;appLoader.php&#34;;

// now we can run external cron job code in Zf.
</pre>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Are PHP Namespaces Really So Bad?]]></title>
<link>http://rajark.wordpress.com/2010/02/09/are-php-namespaces-really-so-bad/</link>
<pubDate>Tue, 09 Feb 2010 15:08:16 +0000</pubDate>
<dc:creator>Raja R.K</dc:creator>
<guid>http://rajark.wordpress.com/2010/02/09/are-php-namespaces-really-so-bad/</guid>
<description><![CDATA[PHP developers have been demanding namespaces for some time. As PHP applications have grown larger a]]></description>
<content:encoded><![CDATA[PHP developers have been demanding namespaces for some time. As PHP applications have grown larger a]]></content:encoded>
</item>
<item>
<title><![CDATA[Fungsi-fungsi String di PHP]]></title>
<link>http://ri32.wordpress.com/2010/02/09/fungsi-fungsi-string-di-php/</link>
<pubDate>Tue, 09 Feb 2010 14:16:45 +0000</pubDate>
<dc:creator>Agus</dc:creator>
<guid>http://ri32.wordpress.com/2010/02/09/fungsi-fungsi-string-di-php/</guid>
<description><![CDATA[Tutorial ini membahas tentang fungsi-fungsi untuk manipulasi String di PHP. sepele sech&#8230;tapi p]]></description>
<content:encoded><![CDATA[Tutorial ini membahas tentang fungsi-fungsi untuk manipulasi String di PHP. sepele sech&#8230;tapi p]]></content:encoded>
</item>
<item>
<title><![CDATA[Effective tips for website development]]></title>
<link>http://whizkraft.wordpress.com/2010/02/09/effective-tips-for-website-development/</link>
<pubDate>Tue, 09 Feb 2010 13:16:46 +0000</pubDate>
<dc:creator>rosewhiz</dc:creator>
<guid>http://whizkraft.wordpress.com/2010/02/09/effective-tips-for-website-development/</guid>
<description><![CDATA[Website development is going cheaper these days. This is the best time for small scale businessmen t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://whizkraft.com/">Website development</a> is going cheaper these days. This is the best time for small scale businessmen to have their own website. It&#8217;s easy to preserve, no technical information is required.  Now Companies provide absolute web solutions <a href="http://whizkraft.com/index.php">website designing</a>, hosting and other services at low cost charges.  <a href="http://whizkraft.com/services.php">Website development</a> is developed from starting days.  These days the whole website is div &#38; CSS based. These types of sites have low load time than prior sites.</p>
<p>If you have technical facts of html and dream weaver software you can easily design your website without any cost. These are used for <a href="http://whizkraft.com/">website design</a>.  You just have to learn some basic things about these languages to design your websites. If you don’t have much time to learn these languages then no need to worry, search for a good website designer or <a href="http://whizkraft.com/index.php">website development</a> company, who will provide you best services. You can also search through internet or from yellow pages to fined professional designer.</p>
<p>Websites helps you in the presence of globally. It will help in growing your business at very low cost. Choose the <a href="http://whizkraft.com/services.php">website design</a> according to your services. Good looking website makes your work easier; as well good design your site need also good content. Write only content that will draw visitors.</p>
<p>For More Information</p>
<p><a href="http://whizkraft.com/">Website Development</a></p>
<p><a href="http://whizkraft.com/index.php">SEO</a></p>
<p><a href="http://whizkraft.com/services.php">Website Designing</a></p>
<p><a href="../2010/02/09/website-development-at-very-low-cost/">http://whizkraft.wordpress.com/2010/02/09/website-development-at-very-low-cost/</a></p>
<p><a href="../2010/02/09/website-development-improves-your-website-ranking/">http://whizkraft.wordpress.com/2010/02/09/website-development-improves-your-website-ranking/</a></p>
<p><a href="../2010/02/09/hire-best-services-for-website-development/">http://whizkraft.wordpress.com/2010/02/09/hire-best-services-for-website-development/</a></p>
<p><a href="../2010/02/09/website-development-and-promotions/">http://whizkraft.wordpress.com/2010/02/09/website-development-and-promotions/</a></p>
<p><a href="../2010/02/09/grow-your-business-with-website-development/">http://whizkraft.wordpress.com/2010/02/09/grow-your-business-with-website-development/</a></p>
<p><a href="http://whizkraft.blogspot.com/2010/02/website-development-at-very-low-cost.html">http://whizkraft.blogspot.com/2010/02/website-development-at-very-low-cost.html</a></p>
<p><a href="http://rosew1.livejournal.com/30886.html">http://rosew1.livejournal.com/30886.html</a></p>
<p><a href="http://rosewhiz.vox.com/library/post/website-development-at-very-low-cost.html">http://rosewhiz.vox.com/library/post/website-development-at-very-low-cost.html</a></p>
<p><a href="http://quizilla.teennick.com/stories/16175639/website-development-at-very-low-cost">http://quizilla.teennick.com/stories/16175639/website-development-at-very-low-cost</a></p>
<p><a href="http://whizkraft.weebly.com/">http://whizkraft.weebly.com/</a></p>
<p><a href="http://www.squidoo.com/whizkraft">http://www.squidoo.com/whizkraft</a></p>
<p><a href="http://digg.com/business_finance/Website_Development_Maintenance_is_the_Need_of_Businesses">http://digg.com/business_finance/Website_Development_Maintenance_is_the_Need_of_Businesses</a></p>
<p><a href="../2010/02/09/things-to-consider-before-website-development-and-web-design/">http://whizkraft.wordpress.com/2010/02/09/things-to-consider-before-website-development-and-web-design/</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Split WordPress Content Into Two or More Columns]]></title>
<link>http://rajark.wordpress.com/2010/02/09/how-to-split-wordpress-content-into-two-or-more-columns/</link>
<pubDate>Tue, 09 Feb 2010 12:39:53 +0000</pubDate>
<dc:creator>Raja R.K</dc:creator>
<guid>http://rajark.wordpress.com/2010/02/09/how-to-split-wordpress-content-into-two-or-more-columns/</guid>
<description><![CDATA[WordPress is a great CMS, but implementing some features within your theme can require a little late]]></description>
<content:encoded><![CDATA[WordPress is a great CMS, but implementing some features within your theme can require a little late]]></content:encoded>
</item>
<item>
<title><![CDATA[Things to Consider Before Website Development and Web Design]]></title>
<link>http://whizkraft.wordpress.com/2010/02/09/things-to-consider-before-website-development-and-web-design/</link>
<pubDate>Tue, 09 Feb 2010 12:28:55 +0000</pubDate>
<dc:creator>rosewhiz</dc:creator>
<guid>http://whizkraft.wordpress.com/2010/02/09/things-to-consider-before-website-development-and-web-design/</guid>
<description><![CDATA[Website development is going cheaper in our time.  It is superior time for a small business house to]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://whizkraft.com/">Website development</a> is going cheaper in our time.  It is superior time for a small business house to make their website.   It is easy to make, to develop a website technical knowledge is not required. These days’ companies give full web solutions, <a href="http://whizkraft.blogspot.com/2010/02/website-development-at-very-low-cost.html">website Designing</a>, hosting and other services at very low cost. <a href="http://digg.com/business_finance/Website_Development_Maintenance_is_the_Need_of_Businesses">Website development</a> is developed from starting days. Nowadays the entire website is div &#38; CSS based. These types of sites have low load time than previous sites.</p>
<p>If you have technical knowledge of html and dream weaver then you can easily design your site for free. These are used for <a href="../2010/02/09/grow-your-business-with-website-development/">website design</a>. You have to learn some basic things about these languages to design your websites. If you don’t have much time to learn these languages then no need to worry, search for a good website designer or <a href="http://www.squidoo.com/whizkraft">website development</a> company, who will provide you best services. Search on Internet &#38; yellow pages to find specialized designer.</p>
<p>Websites will help you in making a worldwide attendance in the world. This will help to increase your business at very low cost. Decide the <a href="http://digg.com/business_finance/Website_Development_Maintenance_is_the_Need_of_Businesses">website design</a> according to your services. Good looking website makes your work easier; also good design your site need also good content.  Write sole content that will draw visitors.</p>
<p>For More Information</p>
<p><a href="http://whizkraft.com/">Website Development</a></p>
<p><a href="http://whizkraft.blogspot.com/2010/02/website-development-at-very-low-cost.html">SEO</a></p>
<p><a href="http://digg.com/business_finance/Website_Development_Maintenance_is_the_Need_of_Businesses">Website Designing</a></p>
<p><a href="../2010/02/09/grow-your-business-with-website-development/">PHP</a></p>
<p><a href="http://www.squidoo.com/whizkraft">Search Engine Optimization</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to easily monitor your webserver using PHP]]></title>
<link>http://rajark.wordpress.com/2010/02/09/how-to-easily-monitor-your-webserver-using-php/</link>
<pubDate>Tue, 09 Feb 2010 11:29:57 +0000</pubDate>
<dc:creator>Raja R.K</dc:creator>
<guid>http://rajark.wordpress.com/2010/02/09/how-to-easily-monitor-your-webserver-using-php/</guid>
<description><![CDATA[In a new post to the CatsWhoCode.com blog Jean-Babtiste Jung walks you through the creation of a sim]]></description>
<content:encoded><![CDATA[In a new post to the CatsWhoCode.com blog Jean-Babtiste Jung walks you through the creation of a sim]]></content:encoded>
</item>
<item>
<title><![CDATA[Passing Data Between PHP and JavaScript Using JSON(Video)]]></title>
<link>http://rajark.wordpress.com/2010/02/09/passing-data-betwwen-php-and-javascript-using-jsonvideo/</link>
<pubDate>Tue, 09 Feb 2010 11:26:09 +0000</pubDate>
<dc:creator>Raja R.K</dc:creator>
<guid>http://rajark.wordpress.com/2010/02/09/passing-data-betwwen-php-and-javascript-using-jsonvideo/</guid>
<description><![CDATA[As Developer.com mentions in a new article, there&#8217;s a new video tutorial posted over on Intern]]></description>
<content:encoded><![CDATA[As Developer.com mentions in a new article, there&#8217;s a new video tutorial posted over on Intern]]></content:encoded>
</item>
<item>
<title><![CDATA[Grow your business with website development]]></title>
<link>http://whizkraft.wordpress.com/2010/02/09/grow-your-business-with-website-development/</link>
<pubDate>Tue, 09 Feb 2010 10:15:28 +0000</pubDate>
<dc:creator>rosewhiz</dc:creator>
<guid>http://whizkraft.wordpress.com/2010/02/09/grow-your-business-with-website-development/</guid>
<description><![CDATA[Website development is going cheaper these days. This is the best time for small scale businessmen t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="../2010/02/09/website-development-and-promotions/">Website development</a> is going cheaper these days. This is the best time for small scale businessmen to have their own website.  It is easy to make, to develop a website technical knowledge is not required. Now Companies provide whole web solutions <a href="http://whizkraft.com/">website designing,</a> hosting and other services at low cost charges. <a href="../2010/02/09/website-development-and-promotions/">Website development</a> is developed from starting days.  These days the complete website is div &#38; CSS based. These types of sites have low load time than preceding sites.</p>
<p>If you have technical information of html and dream weaver software you can easily design your website without any charge.  These are used to design websites.  You just have to learn some basic things about these languages to design your websites. If you have no time to learn these languages don&#8217;t worry, search a website designer or <a href="http://whizkraft.com/">website development</a> company that will make design for your website.  Search on Internet &#38; yellow pages to find expert designer.</p>
<p>Websites helps you in the attendance of globally. It will help in increasing your business at very low cost.  Prefer the <a href="../2010/02/09/website-development-and-promotions/">website design</a> according to your services. Good looking website makes your work easier; also good design your site need also good content.  Write exclusive content that will draw visitors.</p>
<p>For More Information</p>
<p><a href="../2010/02/09/website-development-and-promotions/">Website Development</a></p>
<p><a href="http://whizkraft.com/">SEO</a></p>
<p>Website Designing</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Website development and Promotions]]></title>
<link>http://whizkraft.wordpress.com/2010/02/09/website-development-and-promotions/</link>
<pubDate>Tue, 09 Feb 2010 10:12:33 +0000</pubDate>
<dc:creator>rosewhiz</dc:creator>
<guid>http://whizkraft.wordpress.com/2010/02/09/website-development-and-promotions/</guid>
<description><![CDATA[These days website development is getting cheaper. This is the best time for small scale businessmen]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>These days <a href="../2010/02/09/hire-best-services-for-website-development/">website development</a> is getting cheaper. This is the best time for small scale businessmen to have their own website. It&#8217;s easy to defend, no technical facts is required.  Now Companies provide totally web solutions <a href="http://blog.gojini.com/rosewhiz/3128/Website+Development+at+very+low+cost.html/">website designing</a>, hosting and other services at low cost charges. <a href="http://rosew1.livejournal.com/30886.html">Website development</a> is developed from beginning days. In our time the complete website is div &#38; CSS based. These types of sites have low load time than preceding sites.</p>
<p>If you have technical facts of html and dream weaver software you can easily design your website without any charge.  These are used to design websites.  You just have to learn some necessary things about these languages to design your websites. If you have no time to learn these languages don&#8217;t worry, search a website designer or <a href="http://blog.gojini.com/rosewhiz/3128/Website+Development+at+very+low+cost.html/">website development</a> company that will make design for your website.  You can also search through internet or from yellow pages to fined professional designer.</p>
<p>Websites will help you in making a worldwide audience in the world. This will help to increase your business at very low cost. Decide the <a href="../2010/02/09/hire-best-services-for-website-development/">website design</a> according to your services.  Only good looking websites makes your work easier, but good design with good content is also required. Write exclusive content that will draw visitors.</p>
<p>For More Information</p>
<p><a href="../2010/02/09/hire-best-services-for-website-development/">Website Development</a></p>
<p><a href="http://blog.gojini.com/rosewhiz/3128/Website+Development+at+very+low+cost.html/">SEO</a></p>
<p><a href="http://rosew1.livejournal.com/30886.html">Website Designing</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Hire best services for website development]]></title>
<link>http://whizkraft.wordpress.com/2010/02/09/hire-best-services-for-website-development/</link>
<pubDate>Tue, 09 Feb 2010 10:07:56 +0000</pubDate>
<dc:creator>rosewhiz</dc:creator>
<guid>http://whizkraft.wordpress.com/2010/02/09/hire-best-services-for-website-development/</guid>
<description><![CDATA[These days website development is getting cheaper. It is better time for a small business house to m]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>These days <a href="../2010/02/09/website-development-improves-your-website-ranking/">website development</a> is getting cheaper. It is better time for a small business house to make their website.  It&#8217;s easy to preserve, no technical information is required.   These days’ companies give full web solutions, website Designing, hosting and other services at very low cost. <a href="http://whizkraft.com/">Website development</a> is developed from opening days. These days the whole website is div &#38; CSS based. These types of sites have low load time than earlier sites.</p>
<p>If you have technical information of html and dream weaver software you can easily design your website without any price. These are used to design websites. You have to learn some basic things about these languages to design your websites.  If you have no time to learn these languages don&#8217;t worry, search a website designer or <a href="../2010/02/09/website-development-improves-your-website-ranking/">website development</a> company that will make design for your website.  You can also search through internet or from yellow pages to fined professional designer.</p>
<p>Websites will help you in making a worldwide attendance in the world. This will help to increase your business at very low cost. Decide the <a href="http://whizkraft.com/">website design</a> according to your services.  Only good looking websites makes your work easier, but good design with good content is also necessary. Write sole content that will draw visitors.</p>
<p>For More Information</p>
<p><a href="../2010/02/09/website-development-improves-your-website-ranking/">Website Development</a></p>
<p><a href="http://whizkraft.com/">SEO</a></p>
<p>Website Designing</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Website development improves your website ranking]]></title>
<link>http://whizkraft.wordpress.com/2010/02/09/website-development-improves-your-website-ranking/</link>
<pubDate>Tue, 09 Feb 2010 10:02:14 +0000</pubDate>
<dc:creator>rosewhiz</dc:creator>
<guid>http://whizkraft.wordpress.com/2010/02/09/website-development-improves-your-website-ranking/</guid>
<description><![CDATA[Nowadays website development is getting cheaper. This is the best time for small scale businessmen t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Nowadays <a href="../2010/02/09/website-development-at-very-low-cost/">website development</a> is getting cheaper. This is the best time for small scale businessmen to have their own website. It&#8217;s easy to defend, no technical information is required.  Now Companies provide totally web solutions <a href="http://whizkraft.com/">website designing</a>, hosting and other services at low cost charges.  Website development is developed from beginning days. Nowadays the complete website is div &#38; CSS based. These types of sites have low load time than preceding sites.</p>
<p>If you have technical knowledge of html and dream weaver software you can easily design your website without any price. These are used to design websites. You just have to learn some basic things about these languages to design your websites. If you don’t have much time to learn these languages then no need to worry, search for a good website designer or <a href="../2010/02/09/website-development-at-very-low-cost/">website development</a> company, who will provide you best services. You can also search through internet or from yellow pages to fined professional designer.</p>
<p>Websites will help you in making a worldwide attendance in the world. This will help to increase your business at very low cost. Choose the <a href="http://whizkraft.com/">website design</a> according to your services. Good looking website makes your work easier; also good design your site need also good content.  Write sole content that will draw visitors.</p>
<p>For More Information</p>
<p><a href="../2010/02/09/website-development-at-very-low-cost/">Website Development</a></p>
<p><a href="http://whizkraft.com/">SEO</a></p>
<p>Website Designing</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Website Development at very low cost]]></title>
<link>http://whizkraft.wordpress.com/2010/02/09/website-development-at-very-low-cost/</link>
<pubDate>Tue, 09 Feb 2010 09:58:47 +0000</pubDate>
<dc:creator>rosewhiz</dc:creator>
<guid>http://whizkraft.wordpress.com/2010/02/09/website-development-at-very-low-cost/</guid>
<description><![CDATA[These days website development is getting cheaper. It is better time for a small business house to m]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>These days <a href="http://www.wedelia.com/url/social-bookmarking---website-development-improves-your-website-ranking/">website development</a> is getting cheaper. It is better time for a small business house to make their website. It is easy to make, to develop a website technical knowledge is not required. Now Companies provide complete web solutions website designing, hosting and other services at low cost charges.  <a href="http://rosew1.livejournal.com/30886.html">Website development</a> is developed from launching days.  These days the whole website is div &#38; CSS based. These types of sites have low load time than prior sites.</p>
<p>If you have technical knowledge of html and dream weaver then you can easily design your site for free. These are used to design websites.  You just have to learn some necessary things about these languages to design your websites. If you have no time to learn these languages don&#8217;t worry, search a website designer or <a href="http://www.wedelia.com/url/social-bookmarking---website-development-improves-your-website-ranking/">website development</a> company that will make design for your website. You can also search through internet or from yellow pages to fined professional designer.</p>
<p>Websites helps you in the attendance of globally. This will help to increase your business at very low cost.  Decide the <a href="http://rosew1.livejournal.com/30886.html">website design</a> according to your services. Good looking website makes your work easier; as well good design your site need also good content. Write only content that will draw visitors.</p>
<p>For More Information</p>
<p><a href="http://www.wedelia.com/url/social-bookmarking---website-development-improves-your-website-ranking/">Website Development</a></p>
<p><a href="http://rosew1.livejournal.com/30886.html">SEO</a></p>
<p>Website Designing</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Asal: Movie Review]]></title>
<link>http://selvabalaji.wordpress.com/2010/02/09/asal-movie-review/</link>
<pubDate>Tue, 09 Feb 2010 09:38:41 +0000</pubDate>
<dc:creator>selvabalaji</dc:creator>
<guid>http://selvabalaji.wordpress.com/2010/02/09/asal-movie-review/</guid>
<description><![CDATA[Asal - Ajith kumar Ajith who went off the radar in his last &#8216;Aegan&#8217;, is back fit and fin]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="attachment_790" class="wp-caption alignright" style="width: 190px"><a href="http://selvabalaji.files.wordpress.com/2010/02/asal.jpeg"><img class="size-full wp-image-790" title="asal" src="http://selvabalaji.files.wordpress.com/2010/02/asal.jpeg?w=180&#038;h=216" alt="" width="180" height="216" /></a><p class="wp-caption-text">Asal - Ajith kumar</p></div>
<p>Ajith who went off the radar in his last &#8216;Aegan&#8217;, is back fit and fine in &#8216;Asal&#8217;. And perhaps to compensate the &#8216;Aegan&#8217; disappointment, he hogs all the limelight giving audience a double delight in the movie.</p>
<p>Though the story is not new, it is all about style and substance and the film is loaded with rich visuals and breathtaking sequences, making it a quality outing.</p>
<p>When a hit pair comes together, the expectations always bound to be high. So when Ajith and director Saran, who have back to back successes under their belt (&#8216;Kadhal Mannan&#8217;, &#8216;Amarkkalam&#8217; and &#8216;Attagasam&#8217;) joined hands for &#8216;Asal&#8217;, there was an air of expectancy.</p>
<p>&#8216;Asal&#8217; not just rises up to that level, but also good in its own way especially because Ajith is energetic and Saran efficient. Their good vibes are evident on screen.</p>
<p>Sivaji Productions deserves all credit, for at a time when the film industry is facing some troubled times, a production house going all guns without anything in mind but to come out with a quality product, deserves applause.</p>
<p>Unlike their earlier outings, Saran and Ajith have consciously chosen not to load the movie with mass hero matters and commercial elements alone. The intelligence in &#8216;Asal&#8217; lies in giving them in the under current as the story flows. At the same time, the film has not disappointed &#8216;Thala&#8217; fans too as they have moments to rejoice in cinema halls.</p>
<p>Yuhi Sethu, who is known as a taut screenplay writer, has ensured that the script has no loose ends and there is no logical lapse. Of course, with Ajith&#8217;s name as co-director, it makes one sit up and watch. The actor seems to have involved himself in the filmmaking department knowing his strength and the taste of his ardent-fans.</p>
<p>Jeevanathan (Ajith) is an arms dealer in France who supplies artillery only to the government. His sons are Sam (Sampath Raj), Prasad (Rajeev Krishna) and Shiva (Ajith). Sam and Prasad sideline Shiva all the time.</p>
<p>When the elder sons decide to strike a deal to sell weapons to a terror group, trouble breaks out. In spite of their father&#8217;s resistance, they go ahead with their plans with the help of their uncle (Milind). Crossing swords with them is a Mumbai-based group led by Shetty (Kelly Dorji).</p>
<p>What starts from here is a battle between brothers, besides their war with the competitors. The swiftness in the screenplay begins here. It is from here the movie takes a roller-coaster ride.</p>
<p>There is Sara (Sameera Reddy), who works in Franch Embassy and falls for Ajith. The scene-stealer here is Sulabha (Bhavana). Her scenes especially on Valentine&#8217;s Day is rip-roaring fun. Meanwhile there is Daniel Dharmaraj (Suresh) a French cop who adds twits to the tale.</p>
<p>Though influence of Hollywood movies like &#8216;Payback&#8217; could not be avoided especially in the second half, one can forget the fact since &#8216;Asal&#8217; is a rich attempt that is bright and beautiful. The conviction in narration and character establishment (except that of villains) is praiseworthy. Yuhi Sethu as Don Samosa provides lighter moment in the movie.</p>
<p>It&#8217;s Ajith&#8217;s aura all through. He brings all the necessary tricks involved to make the double role look different and also appeal to the masses. As father, he is stylish and elegant. As the son, he is committed. Though the former comes for just 15 minutes on screen, he walks away with all applause. Ajith is willing and efficient. He has a raw passion and comes out shining in the double role. He has the right nuances to differentiate the two characters. After a brief gap, one could see the actor fresh and fine in dance sequences too. He carries the story on his broad shoulders. The film’s success is mainly due to him. If &#8216;Billa&#8217; showed him oozing all stylish, &#8216;Asal&#8217; showcases him on roles with style and substance.</p>
<p>Sameera Reddy is chirpy and vivacious. Happy that Kollywood has an actress who combines glamour with performance. It&#8217;s a welcome break for Bhavana. The actress understanding the responsibility on her seems to have taken the role in her stride and renders enough justice to it.</p>
<p>As usual, Prabhu (who is the producer too) has been breezy and impressive on his part, while the rest of the cast do have a part to play in the script.</p>
<p>Prashanth D Mishalae, a former associate of Nirav Shah, is simply the man of the moment. His lens has given the whole movie a fresh coat. Stylish and suave all through, the cinematography sets up the momentum. Especially those sequences in France with different tone and colour, is a revelation to Tamil cinema.</p>
<p>Movies on underworld or those about a don do always have some breathtaking stunt sequences and so does ‘Asal’. The stunt choreographers including William Ong, Kanal Kannan, Thalapathi Dinesh, Patrick Bruneton have done justice to opportunities provided to them.</p>
<p>Bharadwaj seems to have repeated the magic (if you are ready to forget the background score). The songs are pleasant to listen to. Watch out for &#8216;Em Thandhai&#8230;&#8217; and &#8216;Tottadoing&#8230;&#8217;, they rock in the theatres.</p>
<p>To sum it up, Ajith, Saran and Bharadwaj have the struck the right chord again- for &#8216;Asal&#8217; in an unpretentious entertainer. Apart from the storyline, everything seems to be original here.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
