<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Ersin Acar</title>
	<link>http://ersinacar.com</link>
	<description>PHP and Web Technologies Freak</description>
	<lastBuildDate>Fri, 21 Aug 2009 07:54:25 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>jQuery Visualize: Updated accessible charts and graphs</title>
		<description><![CDATA[Scott Jehl has released jQuery Visualize, the plugin that groks HTML tables and generates lovely charts from it, all from a simple $(&#8216;table&#8217;).visualize(); (lot&#8217;s of options for you to twiddle too if you want).
First, you create a bog standard table like:

&#60;table border=&#34;0&#34;&#62;
&#60;caption&#62;2009 Individual Sales by Category&#60;/caption&#62;
&#60;thead&#62;
&#60;tr&#62;
&#60;td&#62;&#60;/td&#62;
&#60;th&#62;food&#60;/th&#62;
&#60;th&#62;auto&#60;/th&#62;
&#60;th&#62;household&#60;/th&#62;
&#60;th&#62;furniture&#60;/th&#62;
&#60;th&#62;kitchen&#60;/th&#62;
&#60;th&#62;bath&#60;/th&#62;
&#60;/tr&#62;
&#60;/thead&#62;
&#60;tbody&#62;
&#60;tr&#62;
&#60;th&#62;Mary&#60;/th&#62;
&#60;td&#62;150&#60;/td&#62;
&#60;td&#62;160&#60;/td&#62;
&#60;td&#62;40&#60;/td&#62;
&#60;td&#62;120&#60;/td&#62;
&#60;td&#62;30&#60;/td&#62;
&#60;td&#62;70&#60;/td&#62;
&#60;/tr&#62;
&#60;tr&#62;
&#60;th&#62;Tom&#60;/th&#62;
&#60;td&#62;3&#60;/td&#62;
&#60;td&#62;40&#60;/td&#62;
&#60;td&#62;30&#60;/td&#62;
&#60;td&#62;45&#60;/td&#62;
&#60;td&#62;35&#60;/td&#62;
&#60;td&#62;49&#60;/td&#62;
&#60;/tr&#62;
...repetitive rows removed for brevity.&#60;/tbody&#62;&#60;/table&#62;

Then you visualize it. You end [...]]]></description>
		<link>http://ersinacar.com/jquery-visualize-updated-accessible-charts-and-graphs_182.html</link>
			</item>
	<item>
		<title>Text rotation with CSS</title>
		<description><![CDATA[Jonathan Snook posted good CSS stuff on Text Rotation with CSS that takes a nice bit of markup like this:

&#60;div class=&#34;example-date&#34;&#62;
  &#60;span class=&#34;day&#34;&#62;31&#60;/span&#62; 
  &#60;span class=&#34;month&#34;&#62;July&#60;/span&#62; 
  &#60;span class=&#34;year&#34;&#62;2009&#60;/span&#62;
&#60;/div&#62;

and converts it to:

all via the CSS:

-webkit-transform: rotate&#40;-90deg&#41;; 
-moz-transform: rotate&#40;-90deg&#41;;	
filter: progid:DXImageTransform.Microsoft.BasicImage&#40;rotation=3&#41;;

yeah as you can see it&#8217;s working on IE too. Not bad ha?
]]></description>
		<link>http://ersinacar.com/text-rotation-with-css_177.html</link>
			</item>
	<item>
		<title>Fuck This Website!</title>
		<description><![CDATA[I found this website about 2 or years ago. it&#8217;s freaking funny xD Here are some picture from the site;




]]></description>
		<link>http://ersinacar.com/fuck-this-website_175.html</link>
			</item>
	<item>
		<title>CSS 3 and  HTML 5 Cheat Sheet (PDF)</title>
		<description><![CDATA[I saw this and this post on smashin magazine.
You can download this sheets for free
CSS 3

HTML 5


]]></description>
		<link>http://ersinacar.com/css-3-and-html-5-cheat-sheet-pdf_171.html</link>
			</item>
	<item>
		<title>PHP 5.3 Released!! Horeyyy!!</title>
		<description><![CDATA[I can&#8217;t blog much cuz of my works. I&#8217;m pretty busy in these days. When i check php.net,  i saw PHP 5.3 released post in 30 Jun -.- nevermind. After a long string of delays, PHP 5.3 is finally out.  On the course of last 2 years, I was pretty sure a number [...]]]></description>
		<link>http://ersinacar.com/php-5-3-released-horeyyy_168.html</link>
			</item>
	<item>
		<title>How to change SSH welcome message on linux</title>
		<description><![CDATA[Every time I connect to my home server through my ssh client, I receive the same message and I’m getting bored of seeing it, so I decided to change the message to something else.
Here’s the message that I get every time:


Last login: Wed Jul  8 16:35:28 2009 from 192.168.2.3
Linux localhost 2.6.20-15-server #2 SMP Sun [...]]]></description>
		<link>http://ersinacar.com/how-to-change-ssh-welcome-message-on-linux_164.html</link>
			</item>
	<item>
		<title>Compaq ML and DL series CompaqSmartArray driver problem</title>
		<description><![CDATA[If you have problem with installation on compaq DL or ML servers (i have a ML370) with CompaqSmartArray Raid card, You can&#8217;t install ubuntu with normal way; you must use highway 
Ok here we go;

1st of all you need to make a custom CD ( You can use this one too http://skydisc.de/downloads/ubuntufeistysmartarray.iso)
To create the custom [...]]]></description>
		<link>http://ersinacar.com/compaq-ml-and-dl-series-compaqsmartarray-driver-problem_157.html</link>
			</item>
	<item>
		<title>How to find the size of a directory and free space in linux</title>
		<description><![CDATA[This article explains 2 simple commands that most people want to know when they are using Linux. You can find the size of a directory and find the amount of free space, which is on your computer. The command you use to specify the directory size is &#8220;du&#8221;. And, to the free space you can [...]]]></description>
		<link>http://ersinacar.com/how-to-find-the-size-of-a-directory-and-free-space_153.html</link>
			</item>
	<item>
		<title>how to convert linux timestamp to readable date in PHP</title>
		<description><![CDATA[Another simple trick;

$timestamp=&#34;1243949621&#34;;
echo  date&#40;&#34;d-m-Y&#34;, $timestamp&#41;;  //02-06-2009

]]></description>
		<link>http://ersinacar.com/how-to-convert-linux-timestamp-to-readable-date-in-php_145.html</link>
			</item>
	<item>
		<title>Copy entrie directories&#8217; content in PHP</title>
		<description><![CDATA[Here&#8217;s an easy to use function to copy entire directories

function dir_copy&#40;$src,$dst&#41; &#123;
    $dir = opendir&#40;$src&#41;;
    @mkdir&#40;$dst&#41;;
    while&#40;false !== &#40; $file = readdir&#40;$dir&#41;&#41; &#41; &#123;
        if &#40;&#40; $file != '.' &#41; &#38;&#38; &#40; $file != '..' &#41;&#41; &#123;
   [...]]]></description>
		<link>http://ersinacar.com/copy-entrie-directories-content-in-php_142.html</link>
			</item>
</channel>
</rss>
