<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Doyyy.com</title>
	<atom:link href="http://doyyy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://doyyy.com</link>
	<description>Web Developer Information Resources &#124; Jquery Mootools Javascript Ajax Mysql PHP Css Html</description>
	<lastBuildDate>Mon, 21 Dec 2009 08:19:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Barclays premier league vector logo</title>
		<link>http://doyyy.com/2009/12/21/barclays-premier-league-vector-logo/</link>
		<comments>http://doyyy.com/2009/12/21/barclays-premier-league-vector-logo/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 08:19:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[eps]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://doyyy.com/?p=458</guid>
		<description><![CDATA[Barclays premier league vector logo
Download Here
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdoyyy.com%2F2009%2F12%2F21%2Fbarclays-premier-league-vector-logo%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdoyyy.com%2F2009%2F12%2F21%2Fbarclays-premier-league-vector-logo%2F" height="61" width="51" /></a></div><p>Barclays premier league vector logo</p>
<p><a rel="attachment wp-att-459" href="http://doyyy.com/2009/12/21/barclays-premier-league-vector-logo/barclay/">Download Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://doyyy.com/2009/12/21/barclays-premier-league-vector-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Thumnail Class</title>
		<link>http://doyyy.com/2009/09/17/php-image-thumbnail/</link>
		<comments>http://doyyy.com/2009/09/17/php-image-thumbnail/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 06:13:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP, MySql]]></category>
		<category><![CDATA[php image resize]]></category>
		<category><![CDATA[php thumbnail]]></category>

		<guid isPermaLink="false">http://doyyy.com/?p=444</guid>
		<description><![CDATA[This post will guide you how to generate image thumbnails by cache an image file
You should download Smart Image Resizer from http://shiftingpixel.com/2008/03/03/smart-image-resizer/
Requirements
PHP 5.1.0+ compiled with GD (a version that supports imageconvolution(), such as the bundled version).
12345678910111213141516171819202122232425&#60;?php
// Created by: Somwang Souksavatd (http://doyyy.com)
// Date: September 17, 2009
// Based on: http://shiftingpixel.com/2008/03/03/smart-image-resizer/
class Thumbnail &#123; // Define Thumbnail Class
&#160;var $imagepath; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdoyyy.com%2F2009%2F09%2F17%2Fphp-image-thumbnail%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdoyyy.com%2F2009%2F09%2F17%2Fphp-image-thumbnail%2F" height="61" width="51" /></a></div><p>This post will guide you how to generate image thumbnails by cache an image file<span id="more-444"></span></p>
<p>You should download Smart Image Resizer from <a href="http://shiftingpixel.com/2008/03/03/smart-image-resizer/" target="_blank">http://shiftingpixel.com/2008/03/03/smart-image-resizer/</a></p>
<h4>Requirements</h4>
<p>PHP 5.1.0+ compiled with GD (a version that supports imageconvolution(), such as the bundled version).</p>
<div class="codecolorer-container php dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span><br />
<span style="color: #666666; font-style: italic;">// Created by: Somwang Souksavatd (http://doyyy.com)</span><br />
<span style="color: #666666; font-style: italic;">// Date: September 17, 2009</span><br />
<span style="color: #666666; font-style: italic;">// Based on: http://shiftingpixel.com/2008/03/03/smart-image-resizer/</span><br />
<span style="color: #000000; font-weight: bold;">class</span> Thumbnail <span style="color: #009900;">&#123;</span> <span style="color: #666666; font-style: italic;">// Define Thumbnail Class</span><br />
&nbsp;<span style="color: #000000; font-weight: bold;">var</span> <span style="color: #000088;">$imagepath</span><span style="color: #339933;">;</span> &nbsp;<span style="color: #666666; font-style: italic;">// Image Directory</span><br />
&nbsp;<span style="color: #000000; font-weight: bold;">var</span> <span style="color: #000088;">$image</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// Image File</span><br />
&nbsp;<span style="color: #000000; font-weight: bold;">var</span> <span style="color: #000088;">$width</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">150</span><span style="color: #339933;">;</span><br />
&nbsp;<span style="color: #000000; font-weight: bold;">var</span> <span style="color: #000088;">$height</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">150</span><span style="color: #339933;">;</span><br />
&nbsp;<span style="color: #000000; font-weight: bold;">var</span> <span style="color: #000088;">$class</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// CSS Class</span><br />
&nbsp;<span style="color: #000000; font-weight: bold;">var</span> <span style="color: #000088;">$alt</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// Image Alt</span><br />
&nbsp;<span style="color: #000000; font-weight: bold;">var</span> <span style="color: #000088;">$imagelib</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;../libraries/thumbnail/image.php/&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// Location of Smart Image Resizer Libraries</span><br />
&nbsp;<span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">function</span> thumb<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #666666; font-style: italic;">// thumb method</span><br />
&nbsp;<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;&lt;img src=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">imagelib</span><span style="color: #339933;">.</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">image</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;?width=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">width</span><br />
&nbsp;<span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&amp;amp;height=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">height</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&amp;amp;image=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">imagepath</span><span style="color: #339933;">.</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">image</span><br />
&nbsp;<span style="color: #339933;">.</span><span style="color: #0000ff;">&quot; alt=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">alt</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;class=&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">class</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&gt;&quot;</span><span style="color: #339933;">;</span><br />
&nbsp;<span style="color: #009900;">&#125;</span><br />
<span style="color: #009900;">&#125;</span><br />
<span style="color: #666666; font-style: italic;">//Using Class Thumbnail</span><br />
<span style="color: #000088;">$thumbnail</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> Thumbnail<span style="color: #339933;">;</span><br />
<span style="color: #000088;">$thumbnail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">imagepath</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;http://doyyy.com/content/galleries/&quot;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$thumbnail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">image</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;MyPicture.jpg&quot;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$thumbnail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">alt</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;This is Thumbnail Class&quot;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$thumbnail</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">thumb</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000000; font-weight: bold;">?&gt;</span></div></td></tr></tbody></table></div>
<p>There&#8217;re still many options for Smart Image Resizer please refer to  <a href="http://shiftingpixel.com/2008/03/03/smart-image-resizer/" target="_blank">http://shiftingpixel.com/2008/03/03/smart-image-resizer/</a></p>
<h4><a rel="attachment wp-att-451" href="http://doyyy.com/2009/09/17/php-image-thumbnail/thumbnail_class/">DOWLOAD PHP FILE</a></h4>
]]></content:encoded>
			<wfw:commentRss>http://doyyy.com/2009/09/17/php-image-thumbnail/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>15 Top PHP Coding Tutorials, Tips and Tricks</title>
		<link>http://doyyy.com/2009/09/15/15-top-php-coding-tutorials-tips-and-tricks/</link>
		<comments>http://doyyy.com/2009/09/15/15-top-php-coding-tutorials-tips-and-tricks/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 09:12:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP, MySql]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[php coding]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doyyy.com/?p=436</guid>
		<description><![CDATA[PHP is used in more a less most websites on the internet. I have compiled a list of 15 top useful PHP tips / tricks and tutorials. These should keep you busy for a while. They all can come in handy sometime when you are coding.
Limit Characters From Your Text
In this tutorial you will learn [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdoyyy.com%2F2009%2F09%2F15%2F15-top-php-coding-tutorials-tips-and-tricks%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdoyyy.com%2F2009%2F09%2F15%2F15-top-php-coding-tutorials-tips-and-tricks%2F" height="61" width="51" /></a></div><p>PHP is used in more a less most websites on the internet. I have compiled a list of 15 top useful PHP tips / tricks and tutorials. These should keep you busy for a while. They all can come in handy sometime when you are coding.<span id="more-436"></span></p>
<h4>Limit Characters From Your Text</h4>
<p>In this tutorial you will learn how to limit characters from a sentence without cutting words up. This is a really useful tutorial.<br />
<a href="http://www.jooria.com/Limit-Characters-From-Your-Text-a139.html" target="_blank">http://www.jooria.com/Limit-Characters-From-Your-Text-a139.html</a></p>
<h4>Create An Advanced Password Recovery Utility</h4>
<p>Learn how to create a very advanced password recovery tool using PHP. This can be useful, and you can implement it in to your website login system.<br />
<a href="http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/" target="_blank">http://net.tutsplus.com/tutorials/php/creating-an-advanced-password-recovery-utility/</a></p>
<h4>Login To Analytics API Using PHP</h4>
<p>Great little tip / trick that teaches you how to login to the Google Analytics API using ClientLogin.<br />
<a href="http://www.electrictoolbox.com/google-analytics-login-php-curl-username-password/" target="_blank">http://www.electrictoolbox.com/google-analytics-login-php-curl-username-password/</a></p>
<h4>Error 404 Pages With PHP Auto-Mailer</h4>
<p>An awesome tutorial for creating a custom error 404 page.<br />
<a href="http://net.tutsplus.com/tutorials/php/404403-website-error-pages-with-php-auto-mailer/" target="_blank">http://net.tutsplus.com/tutorials/php/404403-website-error-pages-with-php-auto-mailer/</a></p>
<h4>Resession (Session Manager)</h4>
<p>Check this out. Its a really nifty session manager that you can integrate with your website.<br />
<a href="http://www.milesj.me/resources/script/session-manager" target="_blank">http://www.milesj.me/resources/script/session-manager</a></p>
<h4>Web Contact Forms With PHP</h4>
<p>Learn how to create web radio buttons, and checkboxes using PHP.<br />
<a href="http://hubpages.com/hub/Web-Contact-Form-Radio-Buttons–Checkboxes" target="_blank">http://hubpages.com/hub/Web-Contact-Form-Radio-Buttons–Checkboxes</a></p>
<h4>Simple And Minimalistic User System</h4>
<p>This tutorial will teach you how to create a minimalistic user system for a website from scratch.<br />
<a href="http://rmb-scripting.com/tutorials.php?tutorial&amp;tid=371" target="_blank">http://rmb-scripting.com/tutorials.php?tutorial&amp;tid=371</a></p>
<h4>Simple PHP Class For Parsing Markup</h4>
<p>This tutorial will teach you how to make a simple class that wraps PHP’s various regex functions in a fluent interface.<br />
<a href="http://www.prodevtips.com/2009/03/26/simple-php-class-for-parsing-markup/" target="_blank">http://www.prodevtips.com/2009/03/26/simple-php-class-for-parsing-markup/</a></p>
<h4>PHP Based Address Book Using MySQL</h4>
<p>Learn how to create a PHP address book and store all the addresses in a MySQL database.<br />
<a href="http://hubpages.com/hub/Simple-PHP-web-based-address-book-using-MySql" target="_blank">http://hubpages.com/hub/Simple-PHP-web-based-address-book-using-MySql</a></p>
<h4>Single Signon Using OpenID, PHP and MySQL</h4>
<p>Enable your website / web application to accept OpenID as a way of login.<br />
<a href="http://www.webdesignermag.co.uk/tutorials/enabling-single-signon-using-open-id-login-php-and-mysql/" target="_blank">http://www.webdesignermag.co.uk/tutorials/enabling-single-signon-using-open-id-login-php-and-mysql/</a></p>
<h4>Creating a File &amp; Downloading It Using PHP</h4>
<p>In this tutorial, you will learn how to create a file using PHP, and then enable your users to download it.<br />
<a href="http://pfmashup.tumblr.com/post/90347622/creatingfiledownloadingitinphp" target="_blank">http://pfmashup.tumblr.com/post/90347622/creatingfiledownloadingitinphp</a></p>
<h4>Creating A Shopping Cart Using PHP</h4>
<p>This tutorial will teach you how to create a simple and easy to use shopping cart to use on your website. There are 3 parts, enjoy!<br />
<a href="http://www.insanelyart.com/tutorial.php?id=168" target="_blank">Part 1</a> / <a href="http://www.insanelyart.com/tutorial.php?id=170" target="_blank">Part 2</a> / <a href="http://www.insanelyart.com/tutorial.php?id=172" target="_blank">Part 3</a></p>
<h4>Zero Fill a Number</h4>
<p>Learn how to make a number a certain amount of characters. Such as 5 you could make to 005.<br />
<a href="http://www.wlscripting.com/tutorial/55" target="_blank">http://www.wlscripting.com/tutorial/55</a></p>
<h4>Make a Unique Hits Counter</h4>
<p>This tutorial will teach you how to create a unique hits counter, and keep the values permanently.<br />
<a href="http://designkai.com/unique-hits-counter/" target="_blank">http://designkai.com/unique-hits-counter/</a></p>
<h4>Tutorial Management System</h4>
<p>Learn in 5 parts, how to create a fully functional tutorial management system, including comments!<br />
<a href="http://designkai.com/complete-tutorial-management-system-part-1-getting-started/" target="_blank">Part 1</a> / <a href="http://designkai.com/complete-tutorial-management-system-part-2-managing-categories/" target="_blank">Part 2</a> / <a href="http://designkai.com/complete-tutorial-management-system-part-3-the-tutorials/" target="_blank">Part 3</a> / <a href="http://designkai.com/complete-tutorial-management-system-part-4-commenting/" target="_blank">Part 4</a> / <a href="http://designkai.com/complete-tutorial-management-system-part-5-finishing-up/" target="_blank">Part 5</a></p>
<p>Thank you: <a href="http://www.webdesigndev.com/" target="_blank">http://www.webdesigndev.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://doyyy.com/2009/09/15/15-top-php-coding-tutorials-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>3000 JavaScript</title>
		<link>http://doyyy.com/2009/09/15/3000-javascript/</link>
		<comments>http://doyyy.com/2009/09/15/3000-javascript/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 09:00:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[free javascript]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://doyyy.com/?p=433</guid>
		<description><![CDATA[The JAVA Script pack that includes 3000 source codes for Web Developerhttp://rapidshare.com/files/148465395/3000_JavaScript__NEW_.rar
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdoyyy.com%2F2009%2F09%2F15%2F3000-javascript%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdoyyy.com%2F2009%2F09%2F15%2F3000-javascript%2F" height="61" width="51" /></a></div><p>The JAVA Script pack that includes 3000 source codes for Web Developer<span id="more-433"></span><a href="http://rapidshare.com/files/148465395/3000_JavaScript__NEW_.rar" target="_blank">http://rapidshare.com/files/148465395/3000_JavaScript__NEW_.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://doyyy.com/2009/09/15/3000-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP File Size Calculate</title>
		<link>http://doyyy.com/2009/09/15/php-file-size-calculate/</link>
		<comments>http://doyyy.com/2009/09/15/php-file-size-calculate/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 08:48:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP, MySql]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[php size]]></category>
		<category><![CDATA[php size convert]]></category>

		<guid isPermaLink="false">http://doyyy.com/?p=429</guid>
		<description><![CDATA[After spend sometime of getting ID3v1 information from MP3 File finally i made it work, but the trouble is file size format is bytes, so i have made this PHP function to take care of those long number of bytes
12345678910111213141516171819&#60;?php

function filesize_con&#40;$bytes&#41;

&#123;

$kbytes = $bytes / 1024;

$mbytes = $kbytes / 1024; // Convert to MB

printf&#40;&#34;%10.2f&#34;,$mbytes&#41;; // Print [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdoyyy.com%2F2009%2F09%2F15%2Fphp-file-size-calculate%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdoyyy.com%2F2009%2F09%2F15%2Fphp-file-size-calculate%2F" height="61" width="51" /></a></div><p>After spend sometime of getting ID3v1 information from MP3 File finally i made it work, but the trouble is file size format is bytes, so i have made this PHP function to take care of those long number of bytes<span id="more-429"></span></p>
<div class="codecolorer-container php dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span><br />
<br />
<span style="color: #000000; font-weight: bold;">function</span> filesize_con<span style="color: #009900;">&#40;</span><span style="color: #000088;">$bytes</span><span style="color: #009900;">&#41;</span><br />
<br />
<span style="color: #009900;">&#123;</span><br />
<br />
<span style="color: #000088;">$kbytes</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$bytes</span> <span style="color: #339933;">/</span> <span style="color: #cc66cc;">1024</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #000088;">$mbytes</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$kbytes</span> <span style="color: #339933;">/</span> <span style="color: #cc66cc;">1024</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// Convert to MB</span><br />
<br />
<a href="http://www.php.net/printf"><span style="color: #990000;">printf</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;<span style="color: #009933; font-weight: bold;">%10.2f</span>&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$mbytes</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// Print MB with decimal number</span><br />
<br />
<span style="color: #009900;">&#125;</span><br />
<br />
<span style="color: #666666; font-style: italic;">//Using Function</span><br />
<br />
filesize_con<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;6584112&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;MB&quot;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #000000; font-weight: bold;">?&gt;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://doyyy.com/2009/09/15/php-file-size-calculate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jquery Tooltips (qTip)</title>
		<link>http://doyyy.com/2009/09/14/jquery-qtip-tootips/</link>
		<comments>http://doyyy.com/2009/09/14/jquery-qtip-tootips/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 05:05:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[qtip]]></category>
		<category><![CDATA[tooltips]]></category>

		<guid isPermaLink="false">http://doyyy.com/?p=399</guid>
		<description><![CDATA[qTip is Jquery&#8217;s Plug in that was created by Craig Thompson, it&#8217;s very cool and simple tooltips, this post will  guide you how to simple implement qTip within few steps, first of all you must download the whole code from http://craigsworks.com/projects/qtip/download/.
 Put this script before &#60;/head&#62;
123456789101112131415161718192021222324&#60;script type=&#34;text/javascript&#34; src=&#34;jquery-1.3.2.min.js&#34;&#62;&#60;/script&#62;
&#60;script type=&#34;text/javascript&#34; src=&#34;jquery.qtip-1.0.0-rc3.min.js&#34;&#62;&#60;/script&#62;
&#60;script type=&#34;text/javascript&#34;&#62;
$&#40;document&#41;.ready&#40;function&#40;&#41;
&#123;
&#160; &#160;$&#40;'ul.contain li a[title]'&#41;.qtip&#40;&#123;
&#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdoyyy.com%2F2009%2F09%2F14%2Fjquery-qtip-tootips%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdoyyy.com%2F2009%2F09%2F14%2Fjquery-qtip-tootips%2F" height="61" width="51" /></a></div><p>qTip is Jquery&#8217;s Plug in that was created by Craig Thompson, it&#8217;s very cool and simple tooltips, this post will  guide you how to simple implement qTip within few steps, first of all you must download the whole <span id="more-399"></span>code from <a href="http://craigsworks.com/projects/qtip/download/" target="_blank">http://craigsworks.com/projects/qtip/download/</a>.</p>
<p> Put this script before &lt;/head&gt;</p>
<div class="codecolorer-container javascript dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;height:300px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br /></div></td><td><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;script type=&quot;text/javascript&quot; src=&quot;jquery-1.3.2.min.js&quot;&gt;&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.qtip-1.0.0-rc3.min.js&quot;&gt;&lt;/script&gt;<br />
<span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span><br />
$<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><br />
<span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp;$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'ul.contain li a[title]'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">qtip</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; position<span style="color: #339933;">:</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;corner<span style="color: #339933;">:</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; target<span style="color: #339933;">:</span> <span style="color: #3366CC;">'bottomMiddle'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; tooltip<span style="color: #339933;">:</span> <span style="color: #3366CC;">'topMiddle'</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; style<span style="color: #339933;">:</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000066;">name</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">'dark'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;padding<span style="color: #339933;">:</span> <span style="color: #3366CC;">'7px 13px'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;width<span style="color: #339933;">:</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; max<span style="color: #339933;">:</span> 210<span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; min<span style="color: #339933;">:</span> 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;tip<span style="color: #339933;">:</span> <span style="color: #003366; font-weight: bold;">true</span><br />
&nbsp; &nbsp; &nbsp; <span style="color: #009900;">&#125;</span><br />
&nbsp; &nbsp;<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></div></td></tr></tbody></table></div>
<p>Put this code inside &lt;body&gt;</p>
<div class="codecolorer-container html4strict dawn" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;contain&quot;</span>&gt;</span><br />
&nbsp;<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Give content in your tooltips their own tooltips!&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>Hello World!<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp;<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Create a modal dialog effect for your tooltips, just like Boxy&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>I'm qTip!<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span></div></td></tr></tbody></table></div>
<p>In this case i just used a simple option for the object., there&#8217;re still have serveral featured for this qtip such as positon of tooltip and themes, for more info please visit <a href="http://craigsworks.com/projects/qtip/docs/tutorials" target="_blank">http://craigsworks.com/projects/qtip/docs/tutorials</a></p>
<h3><a href="http://doyyy.com/demo/jquery/qtip/index.html" target="_blank">DEMO</a> | <a href="http://doyyy.com/2009/09/14/jquery-qtip-tootips/jquery_qtip_1-0-0_doyyy-com-2/" target="_blank">DOWNLOAD</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://doyyy.com/2009/09/14/jquery-qtip-tootips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
