<?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>Web-kreation &#187; PHP</title>
	<atom:link href="http://web-kreation.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://web-kreation.com</link>
	<description>Web &#38; Graphic Design by Jeremie Tisseau, Web Design Consultant at Calleo</description>
	<lastBuildDate>Thu, 15 Jul 2010 08:40:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Migrating a WordPress Site &#8211; FTP, PhpMyAdmin and SQL queries</title>
		<link>http://web-kreation.com/tutorials/migrating-a-wordpress-site-ftp-phpmyadmin-and-sql-queries/</link>
		<comments>http://web-kreation.com/tutorials/migrating-a-wordpress-site-ftp-phpmyadmin-and-sql-queries/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 02:31:04 +0000</pubDate>
		<dc:creator>Jeeremie</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://web-kreation.com/?p=3228</guid>
		<description><![CDATA[In this tutorial we are going to explore how to migrate your Wordpress site from one host to another, using FTP and PhpMyAdmin. We will cover everything from exporting/importing a database in PhpMyAdmin to creating a new one, creating a new user, updating user privileges... And last but not least, I will show you how to update your old domain name URIs (e.g. http://old-domain.com) to your new domain name (e.g. http://new-domain.com) using SQL Queries in PhpMyAdmin.]]></description>
			<content:encoded><![CDATA[<p>In this tutorial we are going to explore how to migrate your WordPress site from one host to another, using FTP and PhpMyAdmin. </p>
<p><strong>Overview</strong></p>
<p>We will cover everything from exporting/importing a database in PhpMyAdmin to creating a new one, creating a new user, updating user privileges&#8230; And last but not least, I will show you how to update your old domain name URIs (e.g. http://old-domain.com) to your new domain name (e.g. http://new-domain.com) using SQL Queries in PhpMyAdmin. </p>
<p>SQL Query is a powerful tool that you can use within your MySQL database: you can create, drop or update one of your tables, select or delete a specific row&#8230; and much more. So as always, be sure to make a backup of your database before playing with this tool; if not, you could seriously screw it up. I always recommend to save your backups in at least two different places. That could be on your computer, external hard drive or in the cloud (<a href="http://www.dropbox.com">Dropbox</a>, <a href="http://mozy.com/">Mozy Backup</a>&#8230;).</p>
<p>For this tutorial, I will assume you have an Apache server and PhpMyAdmin installed. PhpMyAdmin is easier to use than it might seem at first glance so don&#8217;t let this scare you. This step by step tutorial should hopefully be simple enough even for a first time user. </p>
<p>If you are a more experienced user, you may want to skip some sections and go straight to &#8220;<a href="#queries">Step 6: SQL Queries</a>&#8220;.</p>
<p><strong>Let&#8217;s get started!</strong></p>
<h2>Step 1 &#8211; Download/Upload all your WordPress files Via FTP</h2>
<p>First things first, you will need to download <strong>ALL</strong> your files from your old host and upload them to your new host. </p>
<ul>
<li>Connect via FTP or SFTP to your old host with your favorite FTP client. Mine is <a href="http://filezilla-project.org/" target="_blank" title="Filezilla, FTP client">Filezilla</a> but <a title="Winscp" href="http://winscp.net/eng/index.php" target="_blank">WinSCP</a> is also a good alternative for Windows. To configure your FTP client, refer to your host documentation. If you can not find it, contact a technician. Hosting companies usually offer a 24/7 support and they should be able to provide an answer within a few hours or less.
<p><strong>Note:</strong> <em>SFTP stands for <strong>SSH File Transfer Protocol</strong>. Not all hosts allow you to transfer files via SFTP but if they do you should favor this protocol over FTP. That basically means that all your files will be encrypted during transfer (read &#8220;more secure&#8221;).</em>
</li>
<li>Once connected, browse to your WordPress folder and download all your files locally onto your desktop or into a specific folder of your choice. This includes files from your themes folder and plugins folder. Make sure to save the .htaccess file at the root of your WordPress site. Neglecting to save your .htaccess file will result in broken permalinks. That is of course if you are using permalinks.</li>
<li>Now that you have made a backup of your WordPress site, you will need to upload ALL your WordPress files to the new host. Configure your FTP client to connect to it.</li>
<li>Browse to your new site directory and transfer all the files from your machine to the server.</li>
</ul>
<h2>Step 2 &#8211; Export your database</h2>
<p>Connect to PhpMyAdmin on your old host. Most hosting companies have <a href="http://en.wikipedia.org/wiki/CPanel" title="Wikipedia: cpanel">Cpanel</a> or a similar control panel. On the main screen, you should see a bunch of icons. Scroll down to the Databases section and log into PhpMyAdmin.</p>
<ul>
<li>Once you have reached PhpMyAdmin, you will see all your databases on the right hand side of the panel. Select the database that correspond to your WordPress install. It will load all your tables on the next screen. Click the export tab on the top.<br />
<img class="alignnone size-full wp-image-3263" src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-export-database.jpg" alt="" width="550" height="218" /></li>
<li>On the next screen, select all the tables.<br />
<img class="alignnone size-full wp-image-3264" src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-export-database-2.jpg" alt="" width="550" height="558" /></li>
<li>Scroll to the bottom and check &#8220;Save as file&#8221;. Leave the default valued (_DB_) or give it a custom name. If you have a large database you might want to zip it. <strong>Click Go</strong>. It will ask you where you want to save the file. Select a folder and click save.<br />
<img class="alignnone size-full wp-image-3265" src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-export-database-save-file.jpg" alt="" width="550" height="113" /></li>
</ul>
<h2>Step 3 &#8211; Create a new database</h2>
<p>If you have Cpanel, you can directly create a new database right from the control panel (<em>Cpanel -&gt; Databases -&gt; MySQL Databases -&gt; Create Database</em>) but since we are talking about PhpMyAdmin in this tutorial, I am going to show you how to do so in PhpMyAdmin.</p>
<ul>
<li>Connect to PhpMyAdmin on your new host. On the home page, you should see a field to create a new database. Enter the name of your database and click &#8220;Create&#8221;.
<p><img class="alignnone size-full wp-image-3247" src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-create-a-new-database.jpg" alt="" width="550" height="203" /></p>
<p>If everything has worked correctly, you should see this message:</p>
<p><img class="alignnone size-full wp-image-3248" src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-Database-Succesfully-created.jpg" alt="" width="550" /></li>
</ul>
<h2>Step 4 &#8211; Create new user in PhpMyAdmin</h2>
<p>Once you created a new database, the next step is to create a user to administrate this database.</p>
<ul>
<li>Click on the privileges tab on top.
<p><img class="alignnone size-full wp-image-3249" src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-privileges.jpg" alt="" width="550" height="150" /></li>
<li>It will take you to this page:<br />
<img class="alignnone size-full wp-image-3250" src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-Create-New-user.jpg" alt="" width="550" height="251" /></li>
<li>Click on &#8220;Add a new user&#8221;. On the next page, choose your username and then select &#8220;localhost&#8221; in the Host section. For password, you can either enter your own or generate one.<img class="alignnone size-full wp-image-3252" src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-Add-a-new-user.jpg" alt="" width="502" height="331" /></li>
<li>Now Scroll down to Global privileges section. Leave it blank at the moment as shown in the screenshot below. Click on the &#8220;Go&#8221; button.<br />
<img class="alignnone size-full wp-image-3253" src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-global-privileges.jpg" alt="" width="546" height="597" /></li>
<li>If everything worked fine, you should see this dialogue:<br />
<img class="alignnone size-full wp-image-3254" src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-edit-privileges-user-added.jpg" alt="" width="550" height="111" /></li>
<li>On the same page, scroll down to the &#8220;Database-specific privileges&#8221; section and select the database you previously created.<br />
<img class="alignnone size-full wp-image-3255" src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-Database-specific-privileges.jpg" alt="" width="499" height="307" /></li>
<li>It will take you to this screen. I usually check all the boxes and leave the admin section unchecked. Click &#8220;Go&#8221; when you are done.<br />
<img class="alignnone size-full wp-image-3256" src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-edit-privileges.jpg" alt="" width="550" height="404" /></li>
<li>You should see another message:<br />
<img class="alignnone size-full wp-image-3257" src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-edit-privileges-updated.jpg" alt="" width="550" height="144" /></li>
</ul>
<h2>Step 5 &#8211; Import your database</h2>
<ul>
<li>Still in PhpMyAdmin, click the import tab (make sure your new database is selected on the right).<br />
<img src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-Import-Tab.jpg" alt="" width="550" height="131" class="alignnone size-full wp-image-3273" /></li>
<li>On the next page, select the database you exported in step 2. Click &#8220;Go&#8221;.<br />
<img src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-File-to-import.jpg" alt="" width="550" height="75" class="alignnone size-full wp-image-3274" /></li>
<li>You should see this message if everything worked fine.<br />
<img src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-Import-succesfully-finished.jpg" alt="" width="550" height="97" class="alignnone size-full wp-image-3275" /></li>
</ul>
<h2 id="queries">Step 6 &#8211; SQL Queries</h2>
<p>Now that we have successfully imported the database onto the new server, we need to replace the old website URI (e.g. &#8216;http://www.old-domain.com&#8217;) with the new URI (e.g. &#8216;http://www.new-domain.com&#8217;). </p>
<p>(<strong>Note:</strong> <em>This step is actually optional. In most cases, the domain name will remain the same. If so, you can just skip this section.</em>)</p>
<p>In a default WordPress install, you only need to replace the URI in 3 tables: wp_posts, wp_postmeta and wp_options. </p>
<ul>
<li>To run a SQL Query, click on the SQL tab on top<br />
<img src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-sql-tab.jpg" alt="" width="550" height="171" class="alignnone size-full wp-image-3280" /></li>
<li>This will take you to this screen.<br />
<img src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-run-sql-query.jpg" alt="" width="550" height="323" class="alignnone size-full wp-image-3281" /></li>
<li>Now enter the following queries <strong>one by one</strong> and click go for each. Don&#8217;t forget to change <em>http://www.old-domain.com</em> and <em>http://www.new-domain.com</em> by your old domain name and new one respectively. Also, if you changed the default table prefix (e.g. &#8220;wp_&#8221;) to something else, make sure to update it in the queries below.

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p3228code1'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p32281"><td class="code" id="p3228code1"><pre class="php" style="font-family:monospace;">UPDATE wp_posts SET guid <span style="color: #339933;">=</span> replace<span style="color: #009900;">&#40;</span>guid<span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://www.old-domain.com'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'http://www.new-domain.com'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>


<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p3228code2'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p32282"><td class="code" id="p3228code2"><pre class="php" style="font-family:monospace;">UPDATE wp_posts SET post_content <span style="color: #339933;">=</span> replace<span style="color: #009900;">&#40;</span>post_content<span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://www.old-domain.com'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://www.new-domain.com'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>


<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p3228code3'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p32283"><td class="code" id="p3228code3"><pre class="php" style="font-family:monospace;">UPDATE wp_postmeta SET meta_value <span style="color: #339933;">=</span> replace<span style="color: #009900;">&#40;</span>meta_value<span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://www.old-domain.com'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://www.new-domain.com'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>


<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p3228code4'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p32284"><td class="code" id="p3228code4"><pre class="php" style="font-family:monospace;">UPDATE wp_options SET option_value <span style="color: #339933;">=</span> replace<span style="color: #009900;">&#40;</span>option_value<span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://www.old-domain.com'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://www.new-domain.com'</span><span style="color: #009900;">&#41;</span> WHERE option_name <span style="color: #339933;">=</span> <span style="color: #0000ff;">'home'</span> OR option_name <span style="color: #339933;">=</span> <span style="color: #0000ff;">'siteurl'</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>You probably noticed that the last query is a little bit different from the others. What we do here is to replace the old domain name with the new one only for &#8220;home&#8221; and &#8220;siteurl&#8221; in the option_name column. Here&#8217;s how it looks in PhpMyAdmin when you browse the wp_options table:</p>
<p><img src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-browse-wp_options.jpg" alt="" width="550" height="240" class="alignnone size-full wp-image-3278" /></li>
<li>If your query was successfully executed you should see a dialog like the one below with the number of raw affected.<br />
<img src="http://web-kreation.com/wp-content/uploads/2010/06/PhpMyAdmin-sql-query-successful.jpg" alt="" width="550" height="142" class="alignnone size-full wp-image-3282" /></li>
</ul>
<p>(<strong>Note:</strong> <em>Some plugins need the site URI. You might need to update that as well. The easiest way to check if another table contain the old domain name is to do a search in PhpMyAdmin  (your database -&gt; Search tab -&gt; Select all the tables). It will return all the tables that contain the old site URI and you can then change accordingly as explained above.)</em> </p>
<h2>Step 7 &#8211; Edit wp-config.php</h2>
<ul>
<li>Open and edit wp-config.php in your favorite web/text editor (Dreamweaver, Aptana, Notepad&#8230;).
<p>Replace the old settings with your new database name, username and password you created in steps 3 and 4.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p3228code5'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p32285"><td class="code" id="p3228code5"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #009933; font-style: italic;">/** The name of the database for WordPress */</span>
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_NAME'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'new-site'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009933; font-style: italic;">/** MySQL database username */</span>
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_USER'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'yourusernamehere'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009933; font-style: italic;">/** MySQL database password */</span>
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_PASSWORD'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'yourpasswordhere'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009933; font-style: italic;">/** MySQL hostname */</span>
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_HOST'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'localhost'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009933; font-style: italic;">/** Database Charset to use in creating database tables. */</span>
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_CHARSET'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'utf8'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009933; font-style: italic;">/** The Database Collate type. Don't change this if in doubt. */</span>
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_COLLATE'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

</li>
<li>Save the document and upload it to your server via FTP.</li>
</ul>
<h3>Conclusion</h3>
<p>That&#8217;s it! Load the site in your browser and if everything went well, you should see it as it was on the old host. I hope you enjoyed this tutorial. If you have any question, leave a comment below and I will do my best to answer you.</p>
<p>If you want to learn more about SQL query, read this excellent article from Onextrapixel.com: <a href="http://www.onextrapixel.com/2010/01/30/13-useful-wordpress-sql-queries-you-wish-you-knew-earlier/" target="_blank" title="13 Useful WordPress SQL Queries You Wish You Knew Earlier">13 Useful WordPress SQL Queries You Wish You Knew Earlier</a>.</p>
<p>Do you know any other SQL query tricks? Share them with us!</p>
]]></content:encoded>
			<wfw:commentRss>http://web-kreation.com/tutorials/migrating-a-wordpress-site-ftp-phpmyadmin-and-sql-queries/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>100 + 1 FREE photo/image galleries (AJAX, Flash, PHP)</title>
		<link>http://web-kreation.com/all/101-free-photo-image-galleries-ajax-flash-php/</link>
		<comments>http://web-kreation.com/all/101-free-photo-image-galleries-ajax-flash-php/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 06:03:13 +0000</pubDate>
		<dc:creator>Jeeremie</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://web-kreation.com/?p=953</guid>
		<description><![CDATA[This post is an attempt to collect all the major Flash/AJAX/PHP photo galleries in jut one place. Most of them are entirely free of charge. Some, however, have some limitations to their free versions but is should not stop you from trying them.]]></description>
			<content:encoded><![CDATA[<p>This post is an attempt to collect all the major Flash/AJAX/PHP photo galleries in jut one place. Most of them are entirely free of charge. Some, however, have some limitations to their free versions but is should not stop you from trying them.</p>
<h2>Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://gallery.menalto.com/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/gallery2.jpg" alt="" class="alignright" /></a>Gallery gives you an intuitive way to blend photo management seamlessly into your own website whether you&#8217;re running a small personal site or a large community site.<br />
<em class="grey">Requirements: PHP 4.3.0+ , PHP safe_mode must be turned off, ImageMagick or NetPBM, MySQL 3+</em></p>
<p><a target="_blank" rel="nofollow" href="http://gallery.menalto.com/">Visit &raquo;</a></p>
<h2>Plogger</h2>
<p><a target="_blank" rel="nofollow" href="http://www.plogger.org/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/plogger.jpg" alt="" class="alignright" /></a>Plogger is your photos integrated into your website, a fully featured photo sharing package with an attractive and easy to use administrative interface that makes managing your galleries a breeze.<br />
<em class="grey">Requirements: MySQL v3.23+, GD1.0+, and PHP4+</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.plogger.org/">Visit &raquo;</a></p>
<h2>Coppermine</h2>
<p><a target="_blank" rel="nofollow" href="http://coppermine-gallery.net/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/coppermine.jpg" alt="" class="alignright" /></a>Coppermine is a multi-purpose fully-featured and integrated web picture gallery script written in PHP using GD or ImageMagick as image library with a MySQL backend.<br />
<em class="grey">Requirements: PHP 4.2.0 +, MySQL 3.23.23 +, either GD or ImageMagick (any version)</em></p>
<p><a target="_blank" rel="nofollow" href="http://coppermine-gallery.net/">Visit &raquo;</a></p>
<h2>4images Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://www.4homepages.de/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/4images.jpg" alt="" class="alignright" /></a>4images is a powerful web-based image gallery management system. Features include comment system, user registration and management, password protected administration area with browser-based upload and HTML templates for page layout and design.<br />
<em class="grey">Requirements: PHP, MySQL</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.4homepages.de/">Visit &raquo;</a></p>
<h2>Minishowcase</h2>
<p><a target="_blank" rel="nofollow" href="http://minishowcase.net/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/minishowcase.jpg" alt="" class="alignright" /></a>Minishowcase is a small and simple php/javascript online photo gallery, powered by AJAX that allows you to easily show your images online, without complex databases or coding, allowing to have an up-and-running gallery in a few minutes.<br />
<em class="grey">Requirements: php/javascript</em></p>
<p><a target="_blank" rel="nofollow" href="http://minishowcase.net/">Visit &raquo;</a></p>
<h2>Galleriffic</h2>
<p><a target="_blank" rel="nofollow" href="http://www.twospy.com/galleriffic/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/galleriffic.jpg" alt="" class="alignright" /></a>A jQuery plugin for rendering fast-performing photo galleries.<br />
<em class="grey">Requirements: jQuery-1.2.6</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.twospy.com/galleriffic/">Visit &raquo;</a></p>
<h2>dfGallery</h2>
<p><a target="_blank" rel="nofollow" href="http://www.dezinerfolio.com/2007/06/07/dfgallery/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/dfGallery.jpg" alt="" class="alignright" /></a>Flash Gallery to support both Flickr , Picasa , Fotki, Photobucket and Custom Images.<br />
<em class="grey">Requirements: PHP 5</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.dezinerfolio.com/2007/06/07/dfgallery/">Visit &raquo;</a></p>
<h2>ZenPhoto</h2>
<p><a target="_blank" rel="nofollow" href="http://www.zenphoto.org/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/ZenPhoto.jpg" alt="" class="alignright" /></a>Zenphoto is an online photo gallery application designed to be &#8220;a simpler web photo album&#8221;. It includes dynamic image processing, folder-based albums, &#8230;<br />
<em class="grey">Requirements: PHP 4.10+ with GD support, MySQL 3.23+</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.zenphoto.org/">Visit &raquo;</a></p>
<h2>NoobSlide</h2>
<p><a target="_blank" rel="nofollow" href="http://www.efectorelativo.net/laboratory/noobSlide/"><img src="http://web-kreation.com/wp-content/uploads/2008/09/noobslide.jpg" alt="" class="alignright" /></a>Nice and easy plugin for image slider. 8 slider samples in total.<br />
<em class="grey">Requirements: Mootools v1.11 and v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.efectorelativo.net/laboratory/noobSlide/">Visit &raquo;</a></p>
<h2>Imago</h2>
<p><a target="_blank" rel="nofollow" href="http://imago.codeboje.de/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/imago.jpg" alt="" class="alignright" /></a>Ajax Image Gallery with focus on simplicity and ease of use. This gallery has connectors for Flickr, SmugMug &amp; SimpleViewer to call images from them or use their XML files.<br />
<em class="grey">Requirements: Mootools v1.11</em></p>
<p><a target="_blank" rel="nofollow" href="http://imago.codeboje.de/">Visit &raquo;</a></p>
<h2>(E)<sup>2</sup> Photo Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://www.e2interactive.com/e2_photo_gallery/demo.php"><img src="http://web-kreation.com/wp-content/uploads/2008/09/e2_photo_gallery.jpg" alt="" class="alignright" /></a>(E)<sup>2</sup> Photo Gallery is a open source gallery. Designed to allow you to upload your photos to a desired folder, tell the (E)<sup>2</sup> Photo Gallery what folder to look at and it will automatically load the images using PHP.<br />
<em class="grey">Requirements: Mootools v1.1</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.e2interactive.com/e2_photo_gallery/demo.php">Visit &raquo;</a></p>
<h2>Pathfusion : Slideshow</h2>
<p><a target="_blank" rel="nofollow" href="http://www.phatfusion.net/slideshow/"><img src="http://web-kreation.com/wp-content/uploads/2008/09/pathfusionslideshow.jpg" alt="" class="alignright" /></a>Slideshow with transition between images.<br />
<em class="grey">Requirements: Mootools v1.11</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.phatfusion.net/slideshow/">Visit &raquo;</a></p>
<h2>Galleria</h2>
<p><a target="_blank" rel="nofollow" href="http://devkick.com/lab/galleria/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/galleria.jpg" alt="" class="alignright" /></a>Galleria is a javascript image gallery written in jQuery. It loads the images one by one from an unordered list and displays thumbnails when each image is loaded. It will create thumbnails for you if you choose so, scaled or unscaled, centered and cropped inside a fixed thumbnail box defined by CSS<br />
<em class="grey">Requirements: Jquery</em></p>
<p><a target="_blank" rel="nofollow" href="http://devkick.com/lab/galleria/">Visit &raquo;</a></p>
<h2>PixelPost</h2>
<p><a target="_blank" rel="nofollow" href="http://www.pixelpost.org/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/pixelpost.jpg" alt="" class="alignright" /></a>Pixelpost is an open-source, standards-compliant, multi-lingual, fully extensible photoblog application for the web.<br />
<em class="grey">Requirements: PHP 4.3+ / MySQL 3.23.58+</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.pixelpost.org/">Visit &raquo;</a></p>
<h2>SmoothGallery</h2>
<p><a target="_blank" rel="nofollow" href="http://smoothgallery.jondesign.net/what/"><img src="http://web-kreation.com/wp-content/uploads/2008/09/smoothgallery.jpg" alt="" class="alignright" /></a>This gallery and slideshow system allows you to have simple and smooth (cross-fading&#8230;) image galleries, slideshows, showcases and other cool stuff on your website&#8230;<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://smoothgallery.jondesign.net/what/">Visit &raquo;</a></p>
<h2>FlashFlickr PhotoGallery</h2>
<p><a target="_blank" rel="nofollow" href="http://www.sephiroth.it/file_detail.php?id=153"><img src="http://web-kreation.com/wp-content/uploads/2008/10/FlashFlickr.jpg" alt="" class="alignright" /></a>A photogallery made in Flex2/AS3 using Flickr API. This application let users to browse your flickr pictures, see your sets, tags and notes.<br />
<em class="grey">Built with Flex 2 / AS3.</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.sephiroth.it/file_detail.php?id=153">Visit &raquo;</a></p>
<h2>MooFlow</h2>
<p><a target="_blank" rel="nofollow" href="http://www.outcut.de/MooFlow/example-fullsize-viewer.html"><img src="http://web-kreation.com/wp-content/uploads/2008/09/mooflow.jpg" alt="" class="alignright" /></a>iTunes like image gallery. It is the script I chose to use to display my showcase on my homepage.<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.outcut.de/MooFlow/example-fullsize-viewer.html">Visit &raquo;</a></p>
<h2>LightWindow</h2>
<p><a target="_blank" rel="nofollow" href="http://stickmanlabs.com/lightwindow/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/LightWindow.jpg" alt="" class="alignright" /></a>A more advanced Lightbox clone.<br />
<em class="grey">Requirements: Prototype &amp; Scriptaculous</em></p>
<p><a target="_blank" rel="nofollow" href="http://stickmanlabs.com/lightwindow/">Visit &raquo;</a></p>
<h2>Viewer &#8211; mootools</h2>
<p><a target="_blank" rel="nofollow" href="http://www.efectorelativo.net/laboratory/viewer/"><img src="http://web-kreation.com/wp-content/uploads/2008/09/viewer.jpg" alt="" class="alignright" /></a>Slideshow to display image galleries or page sections.<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.efectorelativo.net/laboratory/viewer/">Visit &raquo;</a></p>
<h2>Slimbox</h2>
<p><a target="_blank" rel="nofollow" href="http://www.digitalia.be/software/slimbox"><img src="http://web-kreation.com/wp-content/uploads/2008/09/slimbox.jpg" alt="" class="alignright" /></a>Slimbox is a 4kb visual clone of the popular Lightbox JS v2.0 by Lokesh Dhakar, written using the ultra compact mootools framework.<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.digitalia.be/software/slimbox">Visit &raquo;</a></p>
<h2>Revolver &#8211; Fast Image Rotation Engine</h2>
<p><a target="_blank" rel="nofollow" href="http://www.tubatomic.com/revolver/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/revolver.jpg" alt="" class="alignright" /></a>Revolver can be used as a clean, simple way to showcase a design portfolio, sketchbook, photoblog, or simple image gallery.<br />
<em class="grey">Requirements: PHP 4+</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.tubatomic.com/revolver/">Visit &raquo;</a></p>
<h2>ImageFlow</h2>
<p><a target="_blank" rel="nofollow" href="http://finnrudolph.de/ImageFlow/Introduction"><img src="http://web-kreation.com/wp-content/uploads/2008/10/imageFlow.jpg" alt="" class="alignright" /></a>ImageFlow is an unobtrusive and user friendly JavaScript image gallery.<br />
<em class="grey">Requirements: PHP 4.3.2+ with the GD extension 2.0.1+</em></p>
<p><a target="_blank" rel="nofollow" href="http://finnrudolph.de/ImageFlow/Introduction">Visit &raquo;</a></p>
<h2>BarackSlideshow</h2>
<p><a target="_blank" rel="nofollow" href="http://devthought.com/wp-content/moogets/BarackSlideshow/demo.html"><img src="http://web-kreation.com/wp-content/uploads/2008/09/barackslideshow.jpg" alt="" class="alignright" /></a>An elegant, lightweight slideshow script based on Obama&#8217;s homepage slideshow.<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://devthought.com/wp-content/moogets/BarackSlideshow/demo.html">Visit &raquo;</a></p>
<h2>SlideShow 2</h2>
<p><a target="_blank" rel="nofollow" href="http://www.electricprism.com/aeron/slideshow/"><img src="http://web-kreation.com/wp-content/uploads/2008/09/slideshow2.jpg" alt="" class="alignright" /></a>Slideshow 2! is a javascript class for Mootools 1.2 to stream and animate the presentation of images on your website.<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.electricprism.com/aeron/slideshow/">Visit &raquo;</a></p>
<h2>Showcase</h2>
<p><a target="_blank" rel="nofollow" href="http://dev.victorstanciu.ro/experimente/prototype-showcase/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/Showcase.jpg" alt="" class="alignright" /></a>CoverFlow gallery like.<br />
<em class="grey">Requirements: Prototype</em></p>
<p><a target="_blank" rel="nofollow" href="http://dev.victorstanciu.ro/experimente/prototype-showcase/">Visit &raquo;</a></p>
<h2>PathFusion : multibox</h2>
<p><a target="_blank" rel="nofollow" href="http://www.phatfusion.net/multibox/"><img src="http://web-kreation.com/wp-content/uploads/2008/09/pathfusion.jpg" alt="" class="alignright" /></a>Another lightbox clone that supports images, flash, video, mp3s, html.<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.phatfusion.net/multibox/">Visit &raquo;</a></p>
<h2>UvumiTools Gallery Plugin </h2>
<p><a target="_blank" rel="nofollow" href="http://tools.uvumi.com/gallery.html"><img src="http://web-kreation.com/wp-content/uploads/2008/10/uvumitools_image_gallery.jpg" alt="" class="alignright" /></a>If you&#8217;re sick of the overused Lightbox image viewer, bring something fresh and new to your web site with the UvumiTools Gallery.<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://tools.uvumi.com/gallery.html">Visit &raquo;</a></p>
<h2>3D Curve Photo Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://www.flashmo.com/preview/flashmo_122_3d_curve_gallery"><img src="http://web-kreation.com/wp-content/uploads/2008/10/3d_curve_photo_gallery.jpg" alt="" class="alignright" /></a>3D Curve Flash Photo Gallery using Papervision3D and XML.<br />
<em class="grey">Requirements: Adobe Flash (version 9) is required to edit the FLA file.</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.flashmo.com/preview/flashmo_122_3d_curve_gallery">Visit &raquo;</a></p>
<h2>Stack Photo Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://www.flashmo.com/preview/flashmo_130_stack_gallery"><img src="http://web-kreation.com/wp-content/uploads/2008/10/stack_photo_gallery.jpg" alt="" class="alignright" /></a>Flash XML gallery built on Adobe Flash CS3 ActionScript 3.0.<br />
<em class="grey">Requirements: Adobe Flash (version 9) is required to edit the FLA file.</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.flashmo.com/preview/flashmo_130_stack_gallery">Visit &raquo;</a></p>
<h2>SqueezeBox &#8211; Expandable Lightbox</h2>
<p><a target="_blank" rel="nofollow" href="http://digitarald.de/project/squeezebox/1-1/showcase/ajax/"><img src="http://web-kreation.com/wp-content/uploads/2008/09/expandablelightbox.jpg" alt="" class="alignright" /></a>SqueezeBox is an unobtrusive LightBox inspired overlay, for modal boxed content on your site. It’s a snap to show images but just as easy to use HTML elements, Ajax requests, iFrames, SWF movies and more.<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://digitarald.de/project/squeezebox/1-1/showcase/ajax/">Visit &raquo;</a></p>
<h2>MediaBox</h2>
<p><a target="_blank" rel="nofollow" href="http://iaian7.com/webcode/Mediabox/"><img src="http://web-kreation.com/wp-content/uploads/2008/09/mediabox.jpg" alt="" class="alignright" /></a>Using the MooTools javascript library, Mediabox lets you open flash, video, and html content in a floating &#8220;lightbox&#8221; style window.<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://iaian7.com/webcode/Mediabox">Visit &raquo;</a></p>
<h2>Space Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://eyecon.ro/spacegallery/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/SpaceGallery.jpg" alt="" class="alignright" /></a>Simple image gallery built with jQuery.<br />
<em class="grey">Requirements: jQuery</em></p>
<p><a target="_blank" rel="nofollow" href="http://eyecon.ro/spacegallery/">Visit &raquo;</a></p>
<h2>Javascript Image Gallery Using Mootools (part 2)</h2>
<p><a target="_blank" rel="nofollow" href="http://tutorialdog.com/javascript-image-gallery-using-mootools-part-2/"><img src="http://web-kreation.com/wp-content/uploads/2008/09/javascriptgallery.jpg" alt="" class="alignright" /></a>HTML friendly Javascript image gallery using mootools.<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://tutorialdog.com/javascript-image-gallery-using-mootools-part-2/">Visit &raquo;</a></p>
<h2>Image Gallery v1.0</h2>
<p><a target="_blank" rel="nofollow" href="http://www.tonyyoo.com/gallery/gallery.html"><img src="http://web-kreation.com/wp-content/uploads/2008/10/imageGalleryV1-0.jpg" alt="" class="alignright" /></a>Flash Image gallery. When you click a thumbnail, original image opens in a Lightbox like window.<br />
<em class="grey">Requirements: Flash</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.tonyyoo.com/gallery/gallery.html/">View Demo</a> | <a target="_blank" rel="nofollow" href="http://tonyyoo.com/gallery/ImageGallery.zip">Download</a></p>
<h2>Circular Thumbnail Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://www.flashmo.com/preview/flashmo_129_circle"><img src="http://web-kreation.com/wp-content/uploads/2008/10/circularThumbnailGallery.jpg" alt="" class="alignright" /></a>A circular thumbnail gallery.<br />
<em class="grey">Requirements: Adobe Flash (version 9) is required to edit the FLA file.</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.flashmo.com/preview/flashmo_129_circle">Visit &raquo;</a></p>
<h2>Flash Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://www.flash-gallery.org/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/FlashGallery.jpg" alt="" class="alignright" /></a>Flash Gallery is a free application that allows you to create a slideshow on your website easy and fast.<br />
<em class="grey">Requirements: PHP (not requred if you work with Flickr)</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.flash-gallery.org/">Visit &raquo;</a></p>
<h2>flashLightBoxInjector</h2>
<p><a target="_blank" rel="nofollow" href="http://www.bram.us/projects/flashlightboxinjector/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/flashLightBoxInjector.jpg" alt="" class="alignright" /></a>flashLightBoxInjector is a PrototypeJS class that bridges the gap between Flash and Lightbox2.<br />
<em class="grey">Requirements: PrototypeJS</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.bram.us/projects/flashlightboxinjector/">Visit &raquo;</a></p>
<h2>Multiple Photo Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://www.flashmo.com/preview/flashmo_060_photo_gallery"><img src="http://web-kreation.com/wp-content/uploads/2008/10/multiple_photo_gallery.jpg" alt="" class="alignright" /></a>Flash photo gallery for multiple categories powered by XML files.<br />
<em class="grey">Requirements: Adobe Flash (version 8 or higher) is required to edit the FLA file.</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.flashmo.com/preview/flashmo_060_photo_gallery">Visit &raquo;</a></p>
<h2>Milkbox</h2>
<p><a target="_blank" rel="nofollow" href="http://reghellin.com/milkbox/"><img src="http://web-kreation.com/wp-content/uploads/2008/09/milkbox.jpg" alt="" class="alignright" /></a>Another lightbox clone, but this time is written for Mootools 1.2.<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://reghellin.com/milkbox/">Visit &raquo;</a></p>
<h2>FotoViewr</h2>
<p><a target="_blank" rel="nofollow" href="http://www.fotoviewr.com/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/FotoViewr.jpg" alt="" class="alignright" /></a>Web-based image gallery application which enables you to create 3D image galleries for your Flickr photos. They even provide you with the code to embed the gallery in your site or blog.<br />
<em class="grey">Requirements: Flickr account</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.fotoviewr.com/">Visit &raquo;</a></p>
<h2>DhoniShow</h2>
<p><a target="_blank" rel="nofollow" href="http://lifedraft.de/projekte/dhonishow/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/DhoniShow.jpg" alt="" class="alignright" /></a>Ever wanted an easy inline gallery on your website? Then DhoniShow is for you. Just throw some images into your HTML source and let JavaScript do the rest!<br />
<em class="grey">Requirements: Prototype 1.5+ and Script.aculo.us</em></p>
<p><a target="_blank" rel="nofollow" href="http://lifedraft.de/projekte/dhonishow/">Visit &raquo;</a></p>
<h2>Zen Flash Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://flash-gallery.com/zen-flash-gallery/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/Zen-Flash-Gallery.jpg" alt="" class="alignright" /></a>Zen Flash Gallery combines simplicity and elegance. Minimalism goes together with functionality and does not distract the user from viewing of images, his main task.<br />
<em class="grey">Requirements: No special requirements</em></p>
<p><a target="_blank" rel="nofollow" href="http://flash-gallery.com/zen-flash-gallery/">Visit &raquo;</a></p>
<h2>Art Flash Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://flash-gallery.com/art-flash-gallery/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/Art-Flash-Gallery.jpg" alt="" class="alignright" /></a>Art Flash Gallery will organically blend with any design thanks to multiple appearance settings.<br />
<em class="grey">Requirements: No special requirements</em></p>
<p><a target="_blank" rel="nofollow" href="http://flash-gallery.com/art-flash-gallery/">Visit &raquo;</a></p>
<h2>Slideroll Gallery AV</h2>
<p><a target="_blank" rel="nofollow" href="http://my.slideroll.com/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/slideroll.jpg" alt="" class="alignright" /></a>Gallery AV creates great-looking, customizable Flash photo and video galleries. Simply drag and drop your photos and videos onto the creator.<br />
<em class="grey">Compatibility: Windows &amp; Mac OS X</em></p>
<p><a target="_blank" rel="nofollow" href="http://my.slideroll.com/">Visit &raquo;</a></p>
<h2>JSGallery</h2>
<p><a target="_blank" rel="nofollow" href="http://blog.aplusmedia.de/moo-gallery/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/JSgallery.jpg" alt="" class="alignright" /></a>AJAX image gallery built with Mootools.<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://blog.aplusmedia.de/moo-gallery/">Visit &raquo;</a></p>
<h2>easyALBUM</h2>
<p><a target="_blank" rel="nofollow" href="http://www.tjkdesign.com/articles/gallery/photo_gallery.asp"><img src="http://web-kreation.com/wp-content/uploads/2008/10/easyAlbum.jpg" alt="" class="alignright" /></a>A DOM photo Gallery solution that is browser friendly, keyboard friendly, bandwidth friendly and more&#8230;<br />
<em class="grey">Requirements: No Requirements</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.tjkdesign.com/articles/gallery/photo_gallery.asp">Visit &raquo;</a></p>
<h2>Flash Photo Browser</h2>
<p><a target="_blank" rel="nofollow" href="http://www.andrewberg.com/photobrowser/afpb_flash.html"><img src="http://web-kreation.com/wp-content/uploads/2008/10/FlashPhotoBrowser.jpg" alt="" class="alignright" /></a>Flash photo gallery very similar to <em>Stack Photo Gallery</em> in the list above.<br />
<em class="grey">Requirements: PHP, Flash Player 7+</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.andrewberg.com/photobrowser/afpb_flash.html">Visit &raquo;</a></p>
<h2>Phormer</h2>
<p><a target="_blank" rel="nofollow" href="http://p.horm.org/er/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/phormer.jpg" alt="" class="alignright" /></a>Phormer is a PHP-Based PhotoGallery Manager application, that helps you to store, categorize and trim your photos on the web with various helpful features!<br />
<em class="grey">Requirements: PHP</em></p>
<p><a target="_blank" rel="nofollow" href="http://p.horm.org/er/">Visit &raquo;</a></p>
<h2>Polaroid Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://www.no3dfx.com/polaroid/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/polaroidGallery.jpg" alt="" class="alignright" /></a>Opensource flash gallery. The script loads images and image titles dynamically from an external xml file or a flickr RSS feed. Then the script processes the data and creates an interactive flash gallery.<br />
<em class="grey">Requirements: Flickr account, Flash to edit the FLA file (Note from the author: The FLA file is not very well commented, and the parts that are is in Norwegian)</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.no3dfx.com/polaroid/">Visit &raquo;</a></p>
<h2>Slideflow</h2>
<p><a target="_blank" rel="nofollow" href="http://mediaeventservices.com/blog/2007/11/15/ajax-image-gallery-powered-by-slideflow-like-cover-flow/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/slideflow.jpg" alt="" class="alignright" /></a>An Ajax based slideshow inspired by Apple&#8217;s cover flow interface. The photos and titles are read from an XML file, and the thumbnails are pre-generated using Photoshop actions.<br />
<em class="grey">Requirements: Scriptaculous and Prototype</em></p>
<p><a target="_blank" rel="nofollow" href="http://mediaeventservices.com/blog/2007/11/15/ajax-image-gallery-powered-by-slideflow-like-cover-flow/">Visit &raquo;</a></p>
<h2>ImageFlow</h2>
<p><a target="_blank" rel="nofollow" href="http://www.paulvanroekel.nl/picasa/imageflow/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/imageFlow2.jpg" alt="" class="alignright" /></a>An iTunes CoverFlow style gallery.<br />
<em class="grey">Requirements: Flash (optional) to edit the FLA file</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.paulvanroekel.nl/picasa/imageflow/">Visit &raquo;</a></p>
<h2>FancyBox</h2>
<p><a target="_blank" rel="nofollow" href="http://fancy.klade.lv/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/fancybox.jpg" alt="" class="alignright" /></a>FancyBox is a jQuery Lightbox Clone.<br />
<em class="grey">Requirements: jQuery</em></p>
<p><a target="_blank" rel="nofollow" href="http://fancy.klade.lv/">Visit &raquo;</a></p>
<h2>Flash Photo Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://www.flashgallery.org/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/FlashPhotoGallery.jpg" alt="" class="alignright" /></a>Flash Gallery is a FREE, simple photo gallery built in Macromedia Flash 2004, that uses XML files to store the information about which images to display.<br />
<em class="grey">Requirements: image editing program to create thumbnails and a text editor to edit the XML file.</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.flashgallery.org/">Visit &raquo;</a></p>
<h2>Control.Tabs</h2>
<p><a target="_blank" rel="nofollow" href="http://livepipe.net/control/tabs"><img src="http://web-kreation.com/wp-content/uploads/2008/10/control.tabs.jpg" alt="" class="alignright" /></a>Control.Tabs attaches creates a tabbed interface from an unordered list of links/anchors that point to any elements on your page that have an id attribute. It can be use to display images.<br />
<em class="grey">Requirements: PrototypeJS</em></p>
<p><a target="_blank" rel="nofollow" href="http://livepipe.net/control/tabs">Visit &raquo;</a></p>
<h2>Couloir Photo Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://www.couloir.org/js_slideshow/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/couloir.jpg" alt="" class="alignright" /></a>This photo slideshow is a demonstration of Flash-like behavior implemented solely in Javascript, HTML, and CSS. The code is offered as-is — Couloir.org offers no technical support.<br />
<em class="grey">Requirements: Prototype &amp; Scriptaculous</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.couloir.org/js_slideshow/">Visit &raquo;</a></p>
<h2>Flash Gallery Generator</h2>
<p><a target="_blank" rel="nofollow" href="http://www.flashgallerygenerator.com/main.aspx?p=home"><img src="http://web-kreation.com/wp-content/uploads/2008/10/FlashGalleryGenerator.jpg" alt="" class="alignright" /></a>A robust Flash photo gallery and slideshow.<br />
<em class="grey">Requirements: No special requirements</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.flashgallerygenerator.com/main.aspx?p=home">Visit &raquo;</a></p>
<h2>Dynamic Image Gallery and Slideshow</h2>
<p><a target="_blank" rel="nofollow" href="http://www.leigeber.com/2008/05/ajax-image-gallery-slideshow/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/DynamicImageGallery.jpg" alt="" class="alignright" /></a>This extremely lightweight JavaScript image gallery and slideshow script clocks in under 3kb packed and includes a number of cool features.<br />
<em class="grey">Requirements: Javascript</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.leigeber.com/2008/05/ajax-image-gallery-slideshow/">Visit &raquo;</a></p>
<h2>Flickr Slideshow Generator </h2>
<p><a target="_blank" rel="nofollow" href="http://fabiocavassini.com.ar/SlideShowGenerator.html"><img src="http://web-kreation.com/wp-content/uploads/2008/10/Flickr_Slideshow_Generator.jpg" alt="" class="alignright" /></a>Flickr Slideshow Generator allows you to generate the HTML necessary to embed a custom Flickr Slideshow in your page or blog.<br />
<em class="grey">Requirements: Flickr Account</em></p>
<p><a target="_blank" rel="nofollow" href="http://fabiocavassini.com.ar/SlideShowGenerator.html">Visit &raquo;</a></p>
<h2>FlickrShow </h2>
<p><a target="_blank" rel="nofollow" href="http://www.flickrshow.com/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/flickrshow.jpg" alt="" class="alignright" /></a>Flickrshow is a lightweight, cross-browser javascript slideshow, providing you with an easy way to display your Flickr images on your own website.<br />
<em class="grey">Requirements: Flickr Account</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.flickrshow.com/">Visit &raquo;</a></p>
<h2>flShow</h2>
<p><a target="_blank" rel="nofollow" href="http://www.flshow.net/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/flshow.jpg" alt="" class="alignright" /></a>This carousel can be used as a nice photo slideshow, an effective product showcase, a cool menu for your site, and much more.<br />
<em class="grey">Customization via XML file</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.flshow.net/">Visit &raquo;</a></p>
<h2>Highslide JS</h2>
<p><a target="_blank" rel="nofollow" href="http://highslide.com/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/Highslide.jpg" alt="" class="alignright" /></a>Highslide JS is an open source JavaScript software, offering a Web 2.0 approach to popup windows. It streamlines the use of thumbnail images and HTML popups on web pages.<br />
<em class="grey">Requirements: some basic HTML knowledge is required to install Highslide</em></p>
<p><a target="_blank" rel="nofollow" href="http://highslide.com/">Visit &raquo;</a></p>
<h2>GreyBox</h2>
<p><a target="_blank" rel="nofollow" href="http://orangoo.com/labs/GreyBox/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/greybox.jpg" alt="" class="alignright" /></a>GreyBox can be used to display websites, images and other content in a beautiful way.<br />
<em class="grey">Requirements: some basic HTML knowledge is required</em></p>
<p><a target="_blank" rel="nofollow" href="http://orangoo.com/labs/GreyBox/">Visit &raquo;</a></p>
<h2>Showcase Slideshow With MooTools</h2>
<p><a target="_blank" rel="nofollow" href="http://jonplante.com/blog/showcase-slideshow-with-mootools/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/Showcase_Slideshow.jpg" alt="" class="alignright" /></a>A javascript tutorial showing how to make a showcase feature slideshow for your home page with MooTools.<br />
<em class="grey">Requirements: MooTools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://jonplante.com/blog/showcase-slideshow-with-mootools/">Visit &raquo;</a></p>
<h2>slideViewer</h2>
<p><a target="_blank" rel="nofollow" href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html"><img src="http://web-kreation.com/wp-content/uploads/2008/10/slideViewer.jpg" alt="" class="alignright" /></a>slideViewer is a lightweight (1.5Kb) jQuery plugin wich allows to instantly create an image gallery by writing just few lines of HTML such as an unordered list of images.<br />
<em class="grey">Requirements: jQuery 1.2.1 and the jQuery easing.1.2 plugin</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html">Visit &raquo;</a></p>
<h2>jQuery virtual tour</h2>
<p><a target="_blank" rel="nofollow" href="http://www.openstudio.fr/jQuery-virtual-tour.html?lang=en"><img src="http://web-kreation.com/wp-content/uploads/2008/10/jQuery_virtual_tour.jpg" alt="" class="alignright" /></a>This is an extension to the simple panorama viewer that allows you to play a little bit more with jQuery by adding interactivity to transform some panoramic views into a virtual tour!<br />
<em class="grey">Requirements: jQuery</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.openstudio.fr/jQuery-virtual-tour.html?lang=en">Visit &raquo;</a></p>
<h2>CrossSlide</h2>
<p><a target="_blank" rel="nofollow" href="http://www.gruppo4.com/~tobia/cross-slide.shtml"><img src="http://web-kreation.com/wp-content/uploads/2008/10/crossSlide.jpg" alt="" class="alignright" /></a>CrossSlide is a jQuery plugin that implements in Javascript some common slide-show animations, traditionally only available to the web developer via Adobe Flash<sup>TM</sup> or other proprietary plugins.<br />
<em class="grey">Requirements: jQuery</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.gruppo4.com/~tobia/cross-slide.shtml">Visit &raquo;</a></p>
<h2>Pamoorama</h2>
<p><a target="_blank" rel="nofollow" href="http://www.silverscripting.com/pamoorama/index.php"><img src="http://web-kreation.com/wp-content/uploads/2008/10/pamoorama.jpg" alt="" class="alignright" /></a>Pamoorama is a simple script that aims at spicing up your panoramic image a little bit.<br />
<em class="grey">Requirements: Mootools v1.11</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.silverscripting.com/pamoorama/index.php">Visit &raquo;</a></p>
<h2>jCarousel</h2>
<p><a target="_blank" rel="nofollow" href="http://sorgalla.com/jcarousel/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/jcarousel.jpg" alt="" class="alignright" /></a>jCarousel is a jQuery plugin for controlling a list of items in horizontal or vertical order.<br />
<em class="grey">Requirements: jQuery v1.2.1</em></p>
<p><a target="_blank" rel="nofollow" href="http://sorgalla.com/jcarousel/">Visit &raquo;</a></p>
<h2>PictureSlides</h2>
<p><a target="_blank" rel="nofollow" href="http://www.robertnyman.com/picture-slides/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/PictureSlides.jpg" alt="" class="alignright" /></a>instant.js 2.2 allows you to add an instant picture effect (including tilt) to images on your webpages.<br />
<em class="grey">Requirements: jQuery v1.2.1</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.robertnyman.com/picture-slides/">Visit &raquo;</a></p>
<h2>instant.JS</h2>
<p><a target="_blank" rel="nofollow" href="http://www.netzgesta.de/instant/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/instant-js.jpg" alt="" class="alignright" /></a>slided.js allows you to add slide frames and shadow to images on your webpages.<br />
<em class="grey">Requirements: no requirements</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.netzgesta.de/instant/">Visit &raquo;</a></p>
<h2>slided.JS</h2>
<p><a target="_blank" rel="nofollow" href="http://www.netzgesta.de/slided/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/slidedJS.jpg" alt="" class="alignright" /></a>slided.js allows you to add slide frames and shadow to images on your webpages.<br />
<em class="grey">Requirements: no requirements</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.netzgesta.de/slided/">Visit &raquo;</a></p>
<h2>Airtight Interactive SimpleViewer</h2>
<p><a target="_blank" rel="nofollow" href="http://www.airtightinteractive.com/simpleviewer/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/SimpleViewer.jpg" alt="" class="alignright" /></a>SimpleViewer is a free, customizable Flash image viewing application.<br />
<em class="grey">Requirements: text editor and image editing software / Picasa software / For pro version: Flash 8+ to edit the FLA file.</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.airtightinteractive.com/simpleviewer/">Visit &raquo;</a></p>
<h2>Airtight Interactive TiltViewer</h2>
<p><a target="_blank" rel="nofollow" href="http://www.airtightinteractive.com/projects/tiltviewer/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/TiltViewer.jpg" alt="" class="alignright" /></a>Flash image viewing application in 3D style.<br />
<em class="grey">Requirements: text editor and image editing software / Picasa software / For pro version: Flash 8+ to edit the FLA file.</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.airtightinteractive.com/projects/tiltviewer/">Visit &raquo;</a></p>
<h2>Airtight Interactive PostcardViewer</h2>
<p><a target="_blank" rel="nofollow" href="http://www.airtightinteractive.com/projects/postcardviewer/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/PostcardViewer.jpg" alt="" class="alignright" /></a>PostcardViewer is a simple flash-based image gallery from Airtight Interactive.<br />
<em class="grey">Requirements: text editor and image editing software / Picasa software / For pro version: Flash 8+ to edit the FLA file.</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.airtightinteractive.com/projects/postcardviewer/">Visit &raquo;</a></p>
<h2>Airtight Interactive AutoViewer</h2>
<p><a target="_blank" rel="nofollow" href="http://www.airtightinteractive.com/projects/autoviewer/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/AutoViewer.jpg" alt="" class="alignright" /></a>AutoViewer is designed to display a linear sequence of images and captions.<br />
<em class="grey">Requirements: text editor and image editing software / Picasa software / For pro version: Flash 8+ to edit the FLA file.</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.airtightinteractive.com/projects/autoviewer/">Visit &raquo;</a></p>
<h2>Flash Page Flip Photo Gallery template for Picasa</h2>
<p><a target="_blank" rel="nofollow" href="http://www.paulvanroekel.nl/picasa/flashpageflip/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/Flash_Page_Flip.jpg" alt="" class="alignright" /></a>This template is based on the free version of the FlashPageFlip flash engine on www.flashpageflip.com.<br />
<em class="grey">Requirements: Picasa Software</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.paulvanroekel.nl/picasa/flashpageflip/">Visit &raquo;</a></p>
<h2>Search-This Photo Viewer</h2>
<p><a target="_blank" rel="nofollow" href="http://www.search-this.com/tools/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/search-this-photo-viewer.jpg" alt="" class="alignright" /></a>The Photo Viewer uses both Flash and XML. All data is stored within an XML file making it easy to make modifications and update.<br />
<em class="grey">Requirements: No special requirements</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.search-this.com/tools/">Visit &raquo;</a></p>
<h2>Agile Gallery &#8211; Flash Version</h2>
<p><a target="_blank" rel="nofollow" href="http://www.agilegallery.com/flash-photo-gallery.html"><img src="http://web-kreation.com/wp-content/uploads/2008/10/agile-gallery.jpg" alt="" class="alignright" /></a>The Flash version of AgileGallery is a free Flash photo gallery that rips through the XML output from Picasa (a free download from google) and generates the paging and thumbnails and displays the full sized photos along with any description entered in Picasa. It also includes a slideshow feature.<br />
<em class="grey">Requirements: Picasa, Flash Player to view the gallery</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.agilegallery.com/flash-photo-gallery.html">Visit &raquo;</a></p>
<h2>FIG &#8211; Flash Image Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://www.flashimagegallery.com/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/fig.jpg" alt="" class="alignright" /></a>The FIG is a gallery application that can be used by anyone to display multiple galleries of photos, artwork, or other pictures with descriptions.<br />
<em class="grey">Requirements: no server-side language required</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.flashimagegallery.com/">Visit &raquo;</a></p>
<h2>WS-Slideshow</h2>
<p><a target="_blank" rel="nofollow" href="http://www.ws-slideshow.com/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/ws-slideshow.jpg" alt="" class="alignright" /></a>Flash based slideshow for everyone.<br />
<em class="grey">Requirements: Flash Player Plugin Version 9.0.28 or later</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.ws-slideshow.com/">Visit &raquo;</a></p>
<h2>ShadowBox.js</h2>
<p><a target="_blank" rel="nofollow" href="http://mjijackson.com/shadowbox/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/Shadowbox.jpg" alt="" class="alignright" /></a>Shadowbox is an online media viewer application that supports all of the web&#8217;s most popular media publishing formats.<br />
<em class="grey">Requirements: Javascript</em></p>
<p><a target="_blank" rel="nofollow" href="http://mjijackson.com/shadowbox/">Visit &raquo;</a></p>
<h2>Zoomy.js</h2>
<p><a target="_blank" rel="nofollow" href="http://www.cssrevolt.com/upload/files/zoomy/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/zoomy.jpg" alt="" class="alignright" /></a>Zoomy.js is a Prototype class that allows you to easily create image gallery: the script make simple magnification of images with customizable options, as popup and overlaying boxes.<br />
<em class="grey">Requirements: Prototype &amp; Scriptaculous</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.cssrevolt.com/upload/files/zoomy/">Visit &raquo;</a></p>
<h2>Canvas Gallery with reflections (Beta)</h2>
<p><a target="_blank" rel="nofollow" href="http://dragan.yourtree.org/blog/en/2007/11/13/canvas-gallery-with-reflections/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/canvas_gallery.jpg" alt="" class="alignright" /></a>Canvas gallery with thumb reflection. Based oin Prototype and  reflection.js. Beta version.<br />
<em class="grey">Requirements: Prototype</em></p>
<p><a target="_blank" rel="nofollow" href="http://dragan.yourtree.org/blog/en/2007/11/13/canvas-gallery-with-reflections/">Visit &raquo;</a></p>
<h2>jQuery Image Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://blog.position-absolute.com/javascript-jquery/not-another-images-gallery-script/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/jquery_image_gallery.jpg" alt="" class="alignright" /></a>A jQuery image Gallery.<br />
<em class="grey">Requirements: jQuery</em></p>
<p><a target="_blank" rel="nofollow" href="http://blog.position-absolute.com/javascript-jquery/not-another-images-gallery-script/">Visit &raquo;</a></p>
<h2>Thumbnoo</h2>
<p><a target="_blank" rel="nofollow" href="http://87.230.15.86/~dado/devel/mootools/thumbnoo/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/thumbnoo.jpg" alt="" class="alignright" /></a>Thumbnoo, displays thumbnails with an option to enlarge them.<br />
<em class="grey">Requirements: no requirement</em></p>
<p><a target="_blank" rel="nofollow" href="http://87.230.15.86/~dado/devel/mootools/thumbnoo/">Visit &raquo;</a></p>
<h2>Flowplayer &#8211; Scrollable</h2>
<p><a target="_blank" rel="nofollow" href="http://www.flowplayer.org/tools/scrollable.html"><img src="http://web-kreation.com/wp-content/uploads/2008/10/flowplayer.jpg" alt="" class="alignright" /></a>While this script is mainly used to embed videos on your site, you can also use it to display images in a Coda-like fashion.<br />
<em class="grey">Requirements: jQuery</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.flowplayer.org/tools/scrollable.html">Visit &raquo;</a></p>
<h2>mooCicle</h2>
<p><a target="_blank" rel="nofollow" href="http://www.thedeveloperinside.com/sandbox/mooCicle/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/moocicle.jpg" alt="" class="alignright" /></a>Sample javascript gallery for motools.<br />
<em class="grey">Requirements: Mootools v1.11</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.thedeveloperinside.com/sandbox/mooCicle/">Visit &raquo;</a></p>
<h2>Interface Slideshow</h2>
<p><a target="_blank" rel="nofollow" href="http://interface.eyecon.ro/demos/slideshow.html"><img src="http://web-kreation.com/wp-content/uploads/2008/10/jquery_slideshow.jpg" alt="" class="alignright" /></a>Slideshow from Interface.<br />
<em class="grey">Requirements: jQuery</em></p>
<p><a target="_blank" rel="nofollow" href="http://interface.eyecon.ro/demos/slideshow.html">Visit Demo</a> | <a target="_blank" rel="nofollow" href="http://interface.eyecon.ro/download">Download</a></p>
<h2>SexyLightBox</h2>
<p><a target="_blank" rel="nofollow" href="http://www.coders.me/ejemplos/sexy-lightbox-2/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/sexy-lightbox.jpg" alt="" class="alignright" /></a>SexyLightBox is another Lightbox clone for Mootools.<br />
<em class="grey">Requirements: Mootools v1.2</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.coders.me/ejemplos/sexy-lightbox-2/">Visit &raquo;</a></p>
<h2>Auto-Generating Photo Gallery</h2>
<p><a target="_blank" rel="nofollow" href="http://scriptandstyle.com/automatically-generate-a-photo-gallery-from-a-directory-of-images"><img src="http://web-kreation.com/wp-content/uploads/2008/10/auto-generating-photo-gallery.jpg" alt="" class="alignright" /></a>Automatically generate a Photo Gallery from a directory of images.<br />
<em class="grey">Requirements: PHP, jQuery, FancyBox plugin</em></p>
<p><a target="_blank" rel="nofollow" href="http://scriptandstyle.com/automatically-generate-a-photo-gallery-from-a-directory-of-images">Visit &raquo;</a></p>
<h2>qGallery (Beta)</h2>
<p><a target="_blank" rel="nofollow" href="http://qgallery.quadrifolia.de/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/qgallery.jpg" alt="" class="alignright" /></a>qGallery is a simple to use prototype based gallery script. <b>This is still a beta version and it doesn&#8217;t work in IE yet!!!</b>. I hope the author will be able to comment about the future of qGallery.<br />
<em class="grey">Requirements: PHP, jQuery, FancyBox plugin</em></p>
<p><a target="_blank" rel="nofollow" href="http://qgallery.quadrifolia.de/">Visit &raquo;</a></p>
<h2>Protoflow</h2>
<p><a target="_blank" rel="nofollow" href="http://www.deensoft.com/lab/protoflow/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/protoflow.jpg" alt="" class="alignright" /></a>ProtoFlow is a coverflow effect written in Javascript. It uses Reflection.js to do all the image reflections.<br />
<em class="grey">Requirements: Prototype &amp; Scriptaculous</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.deensoft.com/lab/protoflow/">Visit &raquo;</a></p>
<h2>PrettyPhoto</h2>
<p><a target="_blank" rel="nofollow" href="http://www.no-margin-for-errors.com/projects/prettyPhoto/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/prettyphoto.jpg" alt="" class="alignright" /></a>PrettyPhoto is a jQuery lightbox clone.<br />
<em class="grey">Requirements: jQuery</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.no-margin-for-errors.com/projects/prettyPhoto/">Visit &raquo;</a></p>
<h2>Photo Slider</h2>
<p><a target="_blank" rel="nofollow" href="http://opiefoto.com/articles/photoslider#example"><img src="http://web-kreation.com/wp-content/uploads/2008/10/photo_slider.jpg" alt="" class="alignright" /></a>Slideshow image gallery.<br />
<em class="grey">Requirements: jQuery, photoslider.js</em></p>
<p><a target="_blank" rel="nofollow" href="http://opiefoto.com/articles/photoslider#example">Visit &raquo;</a></p>
<h2>jQuery Cycle Plugin</h2>
<p><a target="_blank" rel="nofollow" href="http://www.malsup.com/jquery/cycle/int2.html"><img src="http://web-kreation.com/wp-content/uploads/2008/10/jquery-cycle.jpg" alt="" class="alignright" /></a>Another Slideshow.<br />
<em class="grey">Requirements: jQuery</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.malsup.com/jquery/cycle/int2.html">Visit &raquo;</a></p>
<h2>jqGalScroll v2.1</h2>
<p><a target="_blank" rel="nofollow" href="http://benjaminsterling.com/jquery-jqgalscroll-photo-gallery/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/jqGalScroll.jpg" alt="" class="alignright" /></a>jqGalScroll takes list of images and creates a smooth scrolling photo gallery scrolling vertically, horizontally, or diagonally.<br />
<em class="grey">Requirements: jQuery</em></p>
<p><a target="_blank" rel="nofollow" href="http://benjaminsterling.com/jquery-jqgalscroll-photo-gallery/">Visit &raquo;</a></p>
<h2>Image/Photo Gallery Viewer using jQuery</h2>
<p><a target="_blank" rel="nofollow" href="http://benjaminsterling.com/jquery-jqgalview-photo-gallery/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/photo-gallery-viewer.jpg" alt="" class="alignright" /></a>The jQuery jqGalView Plugin allows you to take a grouping of images and turn it into an flash-like image/photo gallery.<br />
<em class="grey">Requirements: jQuery</em></p>
<p><a target="_blank" rel="nofollow" href="http://benjaminsterling.com/jquery-jqgalview-photo-gallery/">Visit &raquo;</a></p>
<h2>Suckerfish HoverLightbox Redux</h2>
<p><a target="_blank" rel="nofollow" href="http://mondaybynoon.com/2007/02/19/suckerfish-hoverlightbox-redux/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/suckerfish.jpg" alt="" class="alignright" /></a>Redux combines the suckerfish dropdown menu with Lightbox to enlarge the image.<br />
<em class="grey">Requirements: Prototype &amp; Scriptaculous</em></p>
<p><a target="_blank" rel="nofollow" href="http://mondaybynoon.com/2007/02/19/suckerfish-hoverlightbox-redux/">Visit &raquo;</a></p>
<h2>Lightbox 2</h2>
<p><a target="_blank" rel="nofollow" href="http://www.huddletogether.com/projects/lightbox2/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/lightbox.jpg" alt="" class="alignright" /></a>This list would not be complete without the great Lightbox image gallery that has inspired so many of us. For those who still don&#8217;t know it, Lightbox is a simple, unobtrusive script used to overlay images on the current page.<br />
<em class="grey">Requirements: Prototype &amp; Scriptaculous</em></p>
<p><a target="_blank" rel="nofollow" href="http://www.huddletogether.com/projects/lightbox2/">Visit &raquo;</a></p>
<h2>The Lightbox Clones Matrix</h2>
<p><a target="_blank" rel="nofollow" href="http://planetozh.com/projects/lightbox-clones/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/lightbox-clones.jpg" alt="" class="alignright" /></a>This is not another photo gallery but a comprehensive list of all the lightbox clones for jQuery, Prototype &amp; Scriptaculous, Mootools, YUI&#8230;</p>
<p><a target="_blank" rel="nofollow" href="http://planetozh.com/projects/lightbox-clones/">Visit &raquo;</a></p>
<h2>jQuery.popeye &#8211; an inline lightbox alternative</h2>
<p><a target="_blank" rel="nofollow" href="http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/"><img src="http://web-kreation.com/wp-content/uploads/2008/10/jquery-popeye.jpg" alt="" class="alignright" /></a>jQuery.popeye degrades gracefully into a scrollable list of thumbnails which link to an enlarged version.</p>
<p><a target="_blank" rel="nofollow" href="http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/">Visit &raquo;</a></p>
<h3>Summary</h3>
<p>I hope you enjoyed reviewing this list and hope you discovered something new that you can use for your next web project. Please, if you know another sensational and free photo/image gallery that you would like to share with us, leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://web-kreation.com/all/101-free-photo-image-galleries-ajax-flash-php/feed/</wfw:commentRss>
		<slash:comments>90</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Exclude pages from search results</title>
		<link>http://web-kreation.com/all/wordpress-exclude-pages-from-search-results/</link>
		<comments>http://web-kreation.com/all/wordpress-exclude-pages-from-search-results/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 08:46:39 +0000</pubDate>
		<dc:creator>Jeeremie</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://web-kreation.com/?p=737</guid>
		<description><![CDATA[One way to exclude pages from search results is to install the <a href="http://www.codehooligans.com/2008/04/27/simply-exclude-plugin/" target="_blank">Simply-Exclude plugin</a>. Another solution I found to work pretty well is to add a filter in functions.php to only include posts categories instead of excluding pages from search results:]]></description>
			<content:encoded><![CDATA[<p>One way to exclude pages from search results is to install the <a href="http://www.codehooligans.com/2008/04/27/simply-exclude-plugin/" target="_blank">Simply-Exclude plugin</a>. Another solution I found to work pretty well is to add a filter in functions.php to only include posts categories instead of excluding pages from search results:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p737code6'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p7376"><td class="code" id="p737code6"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// Remove pages from search</span>
<span style="color: #000000; font-weight: bold;">function</span> mySearchPostsFilter<span style="color: #009900;">&#40;</span><span style="color: #000088;">$query</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$query</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">is_search</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #000088;">$query</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'cat'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'12,14,16,17,18'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// your category IDs</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">return</span> <span style="color: #000088;">$query</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'pre_get_posts'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'mySearchPostsFilter'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>That&#8217;s it! Replace the posts category IDs (&#8217;12,14,16,17,18&#8242;) by your owns and it should work.</p>
]]></content:encoded>
			<wfw:commentRss>http://web-kreation.com/all/wordpress-exclude-pages-from-search-results/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>4 Ways to Exclude WordPress Category from RSS Feeds</title>
		<link>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/</link>
		<comments>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 04:00:27 +0000</pubDate>
		<dc:creator>Jeeremie</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://web-kreation.com/?p=524</guid>
		<description><![CDATA[Lately, I wanted to exclude a few categories from Wordpress Feeds. A search on Wordpress didn't return any valuable information. So, I searched the Google database. Here's what I found:]]></description>
			<content:encoded><![CDATA[<p>Lately, I wanted to exclude a few categories from WordPress Feeds. A search on WordPress didn&#8217;t return any valuable information. So, I searched the Google database. Here&#8217;s what I found:</p>
<div class="clearfix"></div>
<h2>1- Change the feed URL</h2>
<p>The most common and maybe easier way to do so is to change your feed structure. In the default WordPress theme, the RSS link (in footer.php) is:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p524code7'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p5247"><td class="code" id="p524code7"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bloginfo('rss2_url'); ?&gt;&quot;</span><span style="color: #339933;">&gt;</span>Entries <span style="color: #009900;">&#40;</span>RSS<span style="color: #009900;">&#41;</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>You can exclude any category by appending a query string to the feed URL, like this:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p524code8'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p5248"><td class="code" id="p524code8"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bloginfo('url'); ?&gt;/feed?cat=-3&amp;cat=-12&quot;</span><span style="color: #339933;">&gt;</span>Entries <span style="color: #009900;">&#40;</span>RSS<span style="color: #009900;">&#41;</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>&#8216;<strong>12</strong>&#8216; in this example is your category ID. In older version of WordPress, the category IDs were displayed in <em>Manage</em> -> <em>Categories</em>, next to category name. However, in WordPress 2.5+, the WordPress Gurus removed this feature (only god knows why). To identify the category ID, mouseover the category name to see its ID in the status bar of your browser. Otherwise, you can install <a href="http://www.schloebe.de/wordpress/reveal-ids-for-wp-admin-25-plugin/" title="Reveal IDs for WP Admin 2.5" target="_blank" rel="nofollow">Reveal IDs for WP Admin 2.5</a> plugin to reveal the post, page and category IDs.</p>
<p>A more common PHP structure might work as well:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p524code9'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p5249"><td class="code" id="p524code9"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bloginfo('url'); ?&gt;/feed=rss2&amp;cat=-3,-12&quot;</span><span style="color: #339933;">&gt;</span>Entries <span style="color: #009900;">&#40;</span>RSS<span style="color: #009900;">&#41;</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>If you are using RSS2, your code will be:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p524code10'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p52410"><td class="code" id="p524code10"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bloginfo('url'); ?&gt;/feed=rss2&amp;cat=-3&amp;cat=-12&quot;</span><span style="color: #339933;">&gt;</span>Entries <span style="color: #009900;">&#40;</span>RSS <span style="color: #cc66cc;">2</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>Depending on your permalink structure, you might need to add index.php to your feed url:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p524code11'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p52411"><td class="code" id="p524code11"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bloginfo('url'); ?&gt;/index.php?feed=rss2&amp;cat=-5&quot;</span><span style="color: #339933;">&gt;</span>Entries <span style="color: #009900;">&#40;</span>RSS <span style="color: #cc66cc;">2</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<h2>2- Exclude categories in your template’s functions.php file</h2>
<p><a href="http://www.jangro.com/a/2008/03/01/excluding-posts-from-your-blog-feed/" title="exclude category from WordPress feed" target="_blank" rel="nofollow">Jangro</a> explains how to exclude a category from feed by adding a few lines of code to the template’s functions.php file:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p524code12'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p52412"><td class="code" id="p524code12"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> myFeedExcluder<span style="color: #009900;">&#40;</span><span style="color: #000088;">$query</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
 <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$query</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">is_feed</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
   <span style="color: #000088;">$query</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'cat'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'-12'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">return</span> <span style="color: #000088;">$query</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'pre_get_posts'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'myFeedExcluder'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>This code will keep the category ID=&#8221;12&#8243; out of the feed. If you want to exclude more than one category, put them in separated by commas &#8216;-12,-25,-33&#8242;.</p>
<h2>3- Add a plugin to WordPress</h2>
<p>If you are not into coding, you can install the <a href="http://www.planetmike.com/plugins/ultimate-category-excluder/" target="_blank">Ultimate Category Excluder</a> plugin. It allows to exclude any categories from your front page, archives, and feeds. Once you installed it, go to the Category Exclusion page in your admin panel to exclude a category by selecting one. That is that easy.</p>
<p>You can also install the <a href="http://coffee2code.com/wp-plugins/stealth-publish/" target="_blank">Stealth Publish plugin</a> to exclude a specific post from being published in feeds. </p>
<h2>4- Exclude category from RSS feeds in FeedBurner</h2>
<p>If like me you are using <a href="http://www.feedburner.com" target="_blank" rel="nofollow" title="FeedBurner">FeedBurner</a>, go to dashboard and click &#8220;Edit Feed Details&#8221;. In the field &#8220;Original Feed&#8221;, enter the feed URL with the categories you want to exclude as explained in first step above.</p>
<p><img src="http://web-kreation.com/wp-content/uploads/2008/09/feedburner.jpg" alt="" title="feedburner - exclude category from rss feed" class="alignleft size-full wp-image-767" /></p>
<p></p>
<h2>Conclusion</h2>
<p>The methods described above would be interesting to implement if you write about two (or more) different topics on your site. Let&#8217;s say you write about Linux (which would be ID=&#8221;1&#8243; in our example below) and Windows (ID=&#8221;2&#8243;). Some of your readers might want to read your Linux articles but not the Windows ones, and vice-versa. Thus, you could create two feed links, the first one excluding Windows feeds for your Linux reader and the second one the Linux feeds:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p524code13'); return false;">View Code</a> HTML4STRICT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p52413"><td class="code" id="p524code13"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&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;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://yourdomain.com/feed?cat=-2&quot;</span>&gt;</span>Subscribe to Linux Feed<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;</span>
<span style="color: #009900;">&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;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://yourdomain.com/feed?cat=-1&quot;</span>&gt;</span>Subscribe to Windows Feed<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;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://web-kreation.com/all/4-ways-to-exclude-wordpress-category-from-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Web-Kreation Quote Form &#8211; free PHP online quote form</title>
		<link>http://web-kreation.com/all/web-kreation-quote-form-free-php-online-quote-form/</link>
		<comments>http://web-kreation.com/all/web-kreation-quote-form-free-php-online-quote-form/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 11:04:25 +0000</pubDate>
		<dc:creator>Jeeremie</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[HTML / CSS]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://web-kreation.com/?p=437</guid>
		<description><![CDATA[Web-Kreation Quote Form was the form I created on my old site (Web-Kreation v1) for my clietns to request a free quote for their web projects. Since I am not using it anymore, I decided to give it away. I have cleaned up the code and added the nice date picker from ElectricPrism which uses Mootools.]]></description>
			<content:encoded><![CDATA[<p><a href="http://web-kreation.com/demos/QuoteForm/" title="View the demo">Web-Kreation Quote Form</a> was the form I created on my old site (Web-Kreation v1) for my clietns to request a free quote for their web projects. Since I am not using it anymore, I decided to give it away. I have cleaned up the code and added the nice date picker from <a href="http://www.electricprism.com/aeron/calendar/" target=_blank" title="Date Picker">ElectricPrism</a> which uses Mootools.</p>
<h2>Preview / Download</h2>
<p><a href="http://web-kreation.com/demos/QuoteForm/" title="View the demo"><img src="http://web-kreation.com/wp-content/uploads/2008/08/web-kreation_quote_form.jpg" alt="" title="web-kreation quote form" class="aligncenter size-full wp-image-438" /></a></p>
<div class="clearfix"><a class="btn-big view" href="http://web-kreation.com/demos/QuoteForm/" title="View the demo"><span>Demo</span></a>Note: There is a file embedded within this post, please visit this post to download the file.</div>
<h2>Installation</h2>
<ul>
<li>Unzip the file.</li>
<li>Upload the files and folders to your server.</li>
<li>Modify code as you wish.</li>
</ul>
<h2>Usage</h2>
<p>Open index.php in a text editor (e.g. Notepad) and change email line 164:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p437code14'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p43714"><td class="code" id="p437code14"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$to</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'yourname@domain.com'</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://web-kreation.com/all/web-kreation-quote-form-free-php-online-quote-form/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>CushyCMS &#8211; a Free and Truly simple CMS</title>
		<link>http://web-kreation.com/all/cushycms-a-free-and-truly-simple-cms/</link>
		<comments>http://web-kreation.com/all/cushycms-a-free-and-truly-simple-cms/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 15:21:50 +0000</pubDate>
		<dc:creator>Jeeremie</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[CMS & E-commerce platforms]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://web-kreation.com/?p=401</guid>
		<description><![CDATA[<a href="http://www.cushycms.com" target="_blank" title="CushyCMS - a Free and Truly simple CMS">CushyCMS</a> is the perfect solution for most of small businesses or individuals sites. Designers code their sites as they normally do in their web editor but add an extra class name "cushycms" to each of their editable elements. Clients/editors edit the content in an easy to use interface right from their browsers. It can't be easier! And it only takes 5 minutes to set it up. ]]></description>
			<content:encoded><![CDATA[<p>Most of the CMS are way too complicated and time consuming: </p>
<p>- Designers struggle to create a theme, install the CMS, create a database, change the settings, upgrade to the newest CMS version, teach the client to use it&#8230; </p>
<p>- Clients haven&#8217;t got a clue about using a CMS and complain about the cost.</p>
<p>Both sides are unhappy! </p>
<h2>What&#8217;s the solution?</h2>
<p>My employer ask me few days ago: <em>&#8220;I want something simple to implement and easily editable by anyone. Even a ten years old kid should be able to edit his site. Do you know something?&#8221;</em></p>
<p>I answered: <em>&#8220;Yep! CushyCMS&#8221; </em></p>
<p><a href="http://www.cushycms.com" target="_blank" title="CushyCMS - a Free and Truly simple CMS">CushyCMS</a> is the perfect solution for most of small businesses or individuals sites. Designers code their sites as they normally do in their web editor but add an extra class name &#8220;cushycms&#8221; to each of their editable elements. Clients/editors edit the content in an easy to use interface right from their browsers. It can&#8217;t be easier! And it only takes 5 minutes to set it up. </p>
<h2>Don&#8217;t believe me?</h2>
<p>Read the tutorial below and tell me if you still disagree! </p>
<h2>Step 1: Add a new site</h2>
<p>After you <a href="http://www.cushycms.com/users/new" title="Register to CushyCMS" target="_blank">registered</a>, add a new site to CushyCMS. You will be prompted to enter your site url, and FTP details:<br />
<img src="http://web-kreation.com/wp-content/uploads/2008/08/cushycms_0.jpg" alt="Configure site" title="Configure site" class="aligncenter size-full wp-image-405" /></p>
<h2>Step 2: Control Panel</h2>
<p>When you are done, you will be redirected to the control panel. You can Assign a new page or add new editors to site:<br />
<img src="http://web-kreation.com/wp-content/uploads/2008/08/cushycms_1.jpg" alt="" title="cushycms_1" class="aligncenter  size-full wp-image-407" /></p>
<p><img src="http://web-kreation.com/wp-content/uploads/2008/08/cushycms_21.jpg" alt="" title="cushycms editors" class="alignleft size-full wp-image-432" /></p>
<p>At the bottom, CushyCMS gives some basic instructions:</p>
<blockquote><p>You first need to let Cushy know what parts of your page are editable. You do this by adding a class name of cushycms to each of your editable elements. Example:</p></blockquote>
<p><img src="http://web-kreation.com/wp-content/uploads/2008/08/cushycms_3.jpg" alt="" title="instructions for designers" class="aligncenter size-full wp-image-410" /></p>
<h2>Step 3: Assign a new page</h2>
<p>In &#8220;Sites &amp; Pages&#8221; click on &#8220;Assign page to site&#8230;&#8221;. You will be redirected to a new page:</p>
<p><img src="http://web-kreation.com/wp-content/uploads/2008/08/cushycms_5.jpg" alt="" title="Assign Page" class="aligncenter size-full wp-image-411" /></p>
<p>Choose a page from the list and give it a name. Click &#8220;Assign page&#8221;. </p>
<h2>Step 4: Class name <em>cushycms</em></h2>
<p>Open your page in your web editor and add the the class name <em>cushycms</em> to your editable elements (DIV, p, h1, h2&#8230;):</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p401code15'); return false;">View Code</a> HTML4STRICT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p40115"><td class="code" id="p401code15"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/h1.html"><span style="color: #000000; font-weight: bold;">h1</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cushycms&quot;</span>&gt;</span>Just 4 simple steps...<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">br</span></a> <span style="color: #66cc66;">/</span>&gt;</span>...to turn a static webpage into a powerful sales tool.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/h1.html"><span style="color: #000000; font-weight: bold;">h1</span></a>&gt;</span>
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cushycms&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span>1.Contact Us<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span>
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/p.html"><span style="color: #000000; font-weight: bold;">p</span></a>&gt;</span>The first step in your process will be to contact our company. We will discuss your specific ideas and needs, match them with our product offerings and outline a timeframe for completion. During this time we will analyze and go over variations in your script design, budgetary matters and offer guidance so that your project will be excitement with anticipation.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/p.html"><span style="color: #000000; font-weight: bold;">p</span></a>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></pre></td></tr></table></div>

<p>Upload the new page to your server and go back to your browser.</p>
<h2>Step 5: Edit Content</h2>
<p>In control panel, in the section &#8220;Sites &amp; Pages&#8221;, click on the page you want to edit. It will open the visual editor:</p>
<p><img src="http://web-kreation.com/wp-content/uploads/2008/08/cushycms_4.jpg" alt="" title="cushycms visual editor" class="alignleft size-full wp-image-412" /></p>
<p>Edit your page and save your changes. Click &#8220;View live page&#8221;. The page should reflects your changes.</p>
<h2>Links</h2>
<p>Visit <a href="http://www.cushycms.com" target="_blank" title="CushyCMS - a Free and Truly simple CMS">Site &raquo;</a></p>
<h2>Still not convinced? Watch the video</h2>
<p><a href="http://www.statelesssystems.com/cushy/lightbox.html" target="_blank" title="watch the Video"><img class="aligncenter" width="400" alt="Screencast" src="http://www.cushycms.com/images/home/screencast.png?1216690757" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://web-kreation.com/all/cushycms-a-free-and-truly-simple-cms/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to change default avatar in WordPress 2.5+</title>
		<link>http://web-kreation.com/all/how-to-change-default-avatar-in-wordpress-25/</link>
		<comments>http://web-kreation.com/all/how-to-change-default-avatar-in-wordpress-25/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 11:47:10 +0000</pubDate>
		<dc:creator>Jeeremie</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://web-kreation.com/?p=373</guid>
		<description><![CDATA[An avatar or <a title="Gravatar" href="http://en.gravatar.com/" target="_blank">Gravatar</a> (Globaly Recognised Avatar) is a small image that appears next to your comment on any posts. It’s your profile picture. It will appears any time you leave a comment on a blog or forum. Here's a screenshot of some comments taken on my site: 
[...]]]></description>
			<content:encoded><![CDATA[<p>An avatar or <a title="Gravatar" href="http://en.gravatar.com/" target="_blank">Gravatar</a> (Globaly Recognised Avatar) is a small image that appears next to your comment on any posts. It’s your profile picture. It will appears any time you leave a comment on a blog or forum. Here&#8217;s a screenshot of some comments taken on my site:</p>
<p><img class="alignnone size-full wp-image-375" title="avatar_example_wp" src="http://web-kreation.com/wp-content/uploads/2008/07/avatar_example_wp.jpg" alt="Avatars example" /></p>
<h2>How to use Gravatar on your site</h2>
<p>The avatar feature is by default supported in WordPress 2.5+. Log into WordPress and click <strong>Settings</strong> then <strong>Discussion</strong>. Scroll down to the bottom of the page to <strong>Avatar Display</strong> and select <strong>Show avatars</strong>. Click <strong>Save changes</strong>. This will turn on avatars on your site.</p>
<p>If you don&#8217;t have a Gravatar yet, you will need to create one <a title="Gravatar" href="http://en.gravatar.com/" target="_blank">here »</a>. When you sign up to Gravatar, enter the email address you usually use to leave comments on sites and forum.</p>
<h2>Change default avatar</h2>
<p>If you open the default WordPress theme and open comment.php (<em>/wp-content/themes/default/</em>) in a text editor you can see this line:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p373code16'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p37316"><td class="code" id="p373code16"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_avatar<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$comment</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">32</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>This code displays the gravatar of the commenter on your posts. &#8217;32&#8242; is the size of your image in pixels.</p>
<p>If commenter didn&#8217;t sign up to Gravatar, the default avatar will be displayed. Here&#8217;s an example:</p>
<p><img class="alignnone size-full wp-image-374" title="default_avatar_wp" src="http://web-kreation.com/wp-content/uploads/2008/07/default_avatar_wp.jpg" alt="Default avatar in WordPress 2.5.1" width="218" height="54" /></p>
<p>Now let&#8217;s see how to change the default avatar by your own image. In my case, I chose to use my logo as my default avatar (good for branding). First, create an image 32&#215;32 and save it into your image folder (e.g. <em>/wp-content/themes/default/images/</em>). Now change the default code line above by this one:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p373code17'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p37317"><td class="code" id="p373code17"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
    <span style="color: #000088;">$urlHome</span> <span style="color: #339933;">=</span> get_option<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'home'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">echo</span> get_avatar<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$comment</span><span style="color: #339933;">,</span> <span style="color: #000088;">$size</span><span style="color: #339933;">=</span><span style="color: #0000ff;">'32'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$default</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$urlHome</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'/wp-content/themes/default/images/avatar.jpg'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>The first line will get the domain name url of your site (e.g. http://yoursite.com). The second one ($default) will retrieve the avatar image from your folder image. Change the url path to your image in the line above (/wp-content/themes/default/images/avatar.jpg). </p>
<p>And now a full example:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p373code18'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p37318"><td class="code" id="p373code18"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>li <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$oddcomment</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;comment-&lt;?php comment_ID() ?&gt;&quot;</span><span style="color: #339933;">&gt;</span>
   <span style="color: #000000; font-weight: bold;">&lt;?php</span>
       <span style="color: #000088;">$urlHome</span> <span style="color: #339933;">=</span> get_option<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'home'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
       <span style="color: #b1b100;">echo</span> get_avatar<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$comment</span><span style="color: #339933;">,</span> <span style="color: #000088;">$size</span><span style="color: #339933;">=</span><span style="color: #0000ff;">'32'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$default</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$urlHome</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'/wp-content/themes/default/images/avatar.jpg'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
   <span style="color: #000000; font-weight: bold;">?&gt;</span>
   <span style="color: #339933;">&lt;</span>cite<span style="color: #339933;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;?</span>php comment_author_link<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>cite<span style="color: #339933;">&gt;</span> Says<span style="color: #339933;">:</span>
   <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$comment</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">comment_approved</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">'0'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
   <span style="color: #339933;">&lt;</span>em<span style="color: #339933;">&gt;</span>Your comment is awaiting moderation<span style="color: #339933;">.&lt;/</span>em<span style="color: #339933;">&gt;</span>
   <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
   <span style="color: #339933;">&lt;</span>small <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;commentmetadata&quot;</span><span style="color: #339933;">&gt;&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;#comment-&lt;?php comment_ID() ?&gt;&quot;</span> title<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">&gt;</span>
   <span style="color: #000000; font-weight: bold;">&lt;?php</span> comment_date<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'F jS, Y'</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> at <span style="color: #000000; font-weight: bold;">&lt;?php</span> comment_time<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span> 
   <span style="color: #000000; font-weight: bold;">&lt;?php</span> edit_comment_link<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'edit'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'&amp;nbsp;&amp;nbsp;'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>small<span style="color: #339933;">&gt;</span>
   <span style="color: #000000; font-weight: bold;">&lt;?php</span> comment_text<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #339933;">&lt;/</span>li<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<h2>Style your avatar</h2>
<p>Next step will be to style your avatar to make it look more like a photograph. Open style.css in your text editor or navigate to the dashboard and click <strong>Design</strong> then <strong>Theme Editor</strong>. Scroll down to the bottom of the page and select <strong>Stylesheet (style.css)</strong> in your right sidebar. This will open style.css in the theme editor. Find &#8220;.commentlist li .avatar&#8221; in your stylesheet. If it doesn&#8217;t exist, add the code below after &#8220;.commentlist li&#8221;:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p373code19'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p37319"><td class="code" id="p373code19"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.commentlist</span> li <span style="color: #6666ff;">.avatar</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#EEEEEE</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">2px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FFFFFF</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">7px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>This will display the avatar on the left of the commenter name and add a border to it.</p>
<h2>The end result:</h2>
<p><img class="alignnone size-full wp-image-376" title="custom_default_avatar_wp" src="http://web-kreation.com/wp-content/uploads/2008/07/custom_default_avatar_wp.jpg" alt="custom default avatar" width="183" height="52" /></p>
<h2>Done!</h2>
<p>Avatars should be enabled on your site now. But if you run into a problem, you can check the <a title="Using Gravatars" href="http://codex.wordpress.org/Using_Gravatars" target="_blank">WordPress Gravatar documentation</a> or leave me a comment and I will try to do my best to help you.</p>
<p>[tags]wordpress, gravatar, avatar, tutorial[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://web-kreation.com/all/how-to-change-default-avatar-in-wordpress-25/feed/</wfw:commentRss>
		<slash:comments>82</slash:comments>
		</item>
		<item>
		<title>LightForm ported to WordPress v2.5.1</title>
		<link>http://web-kreation.com/all/lightform-ported-to-wordpress-v251/</link>
		<comments>http://web-kreation.com/all/lightform-ported-to-wordpress-v251/#comments</comments>
		<pubDate>Sat, 17 May 2008 09:39:47 +0000</pubDate>
		<dc:creator>Jeeremie</dc:creator>
				<category><![CDATA[AJAX / Javascript]]></category>
		<category><![CDATA[All]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://web-kreation.com/blog/?p=116</guid>
		<description><![CDATA[<a href="http://web-kreation.com/blog/?p=71" title="LightForm">LightForm</a> is now a Wordpress plugin (only works with latest Wordpress v2.5.1). The plugin is called <a href="http://artflutter.com/wp-lightform" title="Download WP-Lightform" target="_blank">WP-Lightform</a> and can be downloaded <a href="http://wordpress.org/extend/plugins/wp-lightform/" title="Download WP-Lightform" target="_blank">here</a>. Thanks to <a href="http://artflutter.com/wp-lightform" title="WP-Lightform by Alex Rogers" target="_blank">Alex Rogers</a> for the good work.

<a href="http://www.artflutter.com/beta/wp-lightform/" title="WP-Lightform Demo" target="_blank">See the plugin in action »</a> 
[...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://artflutter.com/wp-lightform7" title="PHP/Ajax contact form"><img src="http://web-kreation.com/wp-content/uploads/2008/05/wp-lightform.png" alt="PHP/Ajax contact form for WordPress" width="420px" /></a></p>
<p><a href="http://web-kreation.com/blog/?p=71" title="LightForm">LightForm</a> is now a WordPress plugin (only works with latest WordPress v2.5.1). The plugin is called <a href="http://artflutter.com/wp-lightform" title="Download WP-Lightform" target="_blank">WP-Lightform</a> and can be downloaded <a href="http://wordpress.org/extend/plugins/wp-lightform/" title="Download WP-Lightform" target="_blank">here</a>. Thanks to <a href="http://artflutter.com/wp-lightform" title="WP-Lightform by Alex Rogers" target="_blank">Alex Rogers</a> for the good work.</p>
<p><a class="btn-big" href="http://www.artflutter.com/beta/wp-lightform/" title="WP-Lightform Demo" target="_blank"><span>View A Demo</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://web-kreation.com/all/lightform-ported-to-wordpress-v251/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>LightForm ::: Free Ajax/PHP Contact Form</title>
		<link>http://web-kreation.com/all/lightform-free-ajaxphp-contact-form/</link>
		<comments>http://web-kreation.com/all/lightform-free-ajaxphp-contact-form/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 16:37:35 +0000</pubDate>
		<dc:creator>Jeeremie</dc:creator>
				<category><![CDATA[AJAX / Javascript]]></category>
		<category><![CDATA[All]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[HTML / CSS]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://web-kreation.com/blog/?p=71</guid>
		<description><![CDATA[LightForm is a free Ajax/PHP contact form. It combines <a href="http://moo.floor.ch/?p=18" target="_blank">FormCheck2</a> for fields validation and <a href="http://www.badboy.ro/articles/2005-07-23/niceforms_preview/" target="_blank">NiceForms</a> to style text fields and textareas.

<a href="http://web-kreation.com/demos/LightForm/" title="Preview LightForm">View Demo »</a> 
[...]]]></description>
			<content:encoded><![CDATA[<p>LightForm is a free Ajax/PHP contact form. It combines <a href="http://moo.floor.ch/?p=18" target="_blank">FormCheck2</a> for fields validation and <a href="http://www.badboy.ro/articles/2005-07-23/niceforms_preview/" target="_blank">NiceForms</a> to style text fields and textareas.</p>
<h2>Preview / Download</h2>
<p><a href="http://web-kreation.com/demos/LightForm/"><img src="http://web-kreation.com/wp-content/uploads/2008/02/lightformpreview.jpg" alt="lightformpreview.jpg" /></a></p>
<div class="clearfix"><a class="btn-big view" href="http://web-kreation.com/demos/LightForm/" title="Preview LightForm"><span>Demo</span></a>Note: There is a file embedded within this post, please visit this post to download the file.</div>
<p>Use of this contact form is free of charge but the copyright notes in the footer must remain intact.<br />
I would appreciate if you  send me the URI of your site if you use LightForm.</p>
<h2>Changelog:</h2>
<div class="note"><em><u>October 09, 2008:</u></em> LightForm now works with Niceforms 1.0 which allows to a set a different size for inputs, textareas and buttons. Input bug fixed in IE8 and files have been compressed to improve load time (just one stylesheet and only one images folder. All the javascripts are in the same folder).<br />
<em><u>May 28, 2008:</u></em> Textarea bug fixed.</div>
<h2>Features:</h2>
<ul>
<li>Form Validation using <a href="http://moo.floor.ch/?p=18" target="_blank">FormCheck2</a>.</li>
<li>Spam Check.</li>
<li>Display user IP, user agent and referrer in the message.</li>
<li>Display a dialog box when message sent succesfully.</li>
<li>Inputs and textareas are styled with <a href="http://www.badboy.ro/articles/2005-07-23/niceforms_preview/" target="_blank">NiceForms</a>.</li>
<li>Works in the most recent browsers (IE6+, Firefox, Opera, Safari and Netscape).</li>
</ul>
<h2>Installation:</h2>
<ol>
<li>Download and unzip the file</li>
<li>Copy all the files to your root Directory</li>
</ol>
<h2>Usage:</h2>
<p>Open index.php in your web editor (e.g. Notepad) and change the email address line 55:<br />
<code>$to = 'yourname@domain.com';</code></p>
<h2>License:</h2>
<p>The CSS, XHTML, PHP and design is released under <a href="http://creativecommons.org/licenses/by/2.5/" target="_blank">Creative Commons Attribution v2.5</a>.</p>
<p><a href="http://moo.floor.ch/?p=18" target="_blank">FormCheck2</a> is released under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.</p>
<p><a href="http://www.badboy.ro/articles/2005-07-23/niceforms_preview/" target="_blank">NiceForms</a> is released under no specific license. You are free to use and modify but you must provide credits to the author.</p>
<h2>Caution</h2>
<p>Form validation won&#8217;t work anymore if users disable Javascript.</p>
]]></content:encoded>
			<wfw:commentRss>http://web-kreation.com/all/lightform-free-ajaxphp-contact-form/feed/</wfw:commentRss>
		<slash:comments>139</slash:comments>
		</item>
		<item>
		<title>Tutorial: How to use EasyPHP?</title>
		<link>http://web-kreation.com/all/how-to-use-easyphp-on-your-computer/</link>
		<comments>http://web-kreation.com/all/how-to-use-easyphp-on-your-computer/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 10:12:42 +0000</pubDate>
		<dc:creator>Jeeremie</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://web-kreation.com/blog/?p=13</guid>
		<description><![CDATA[First of all, what is EasyPHP? EasyPHP is a complete software package including an Apache server, a MySQL database, a fully PHP execution, as well as easy development tools for your web site or your applications. Ok, but what is it for? Well, well! EasyPHP is a software allowing the use of PHP and Databases [...]]]></description>
			<content:encoded><![CDATA[<h2>First of all, what is EasyPHP?</h2>
<p>EasyPHP is a complete software package including an Apache server, a MySQL database, a fully PHP execution, as well as easy development tools for your web site or your applications.</p>
<h2>Ok, but what is it for?</h2>
<p>Well, well! EasyPHP is a software allowing the use of PHP and Databases directly from your computer. If you make your own websites you may have noticed you can&#8217;t preview your PHP pages from your browser. That&#8217;s why you need to have a software such as EasyPHP to do the job.</p>
<p>Also, it is faster to preview your work from your computer (localhost) than from your webserver.</p>
<p><strong>Let&#8217;s now see how to use EasyPHP:</strong></p>
<ol>
<li>First of all, you will need to download it. So go to visit <a href="http://www.easyphp.org/telechargements.php3" title="Download EasyPHP" target="_blank">http://www.easyphp.org</a> and come back to read this post once you are done.</li>
<li>Install it in Program Files.</li>
<li>Enter in your new created directory (for example: <em>C:\Program Files\EasyPHP2.0</em>) and pay attention to the <strong><em>/www</em></strong>  and <strong><em>/mysql/data</em></strong> directories.  The first one is used to store your web projects and the second for your databases.</li>
<li>Create a new folder (for example: MyProject) in <strong><em>/www</em></strong> and put your full website (index.html, about.html, contact.php, images, CSS, JS and so on)  into it.</li>
<li>Launch EasyPHP. A window should open as shown on this image:</li>
<p><img src="http://web-kreation.com/wp-content/uploads/2007/temp/easyPHP1.jpg" border="0" /></p>
<p><em>Tip: EasyPHP will go to your system tray when you minimize it.</em></p>
<li>Now open your browser and enter <strong>localhost</strong> or <strong>http://localhost</strong> or <strong>127.0.0.1</strong> (your browser won&#8217;t make the difference). Here is a snapshot of what you should get:</li>
<p><img src="http://web-kreation.com/wp-content/uploads/2007/temp/easyPHP2.jpg" border="0" width="470" /></ol>
<p>Now, all you have to do is to select your project to preview your PHP pages from you browser. That&#8217;s it!</p>
<h2>A word about MySQL in EasyPHP: </h2>
<p>Before concluding this post, I would like to say a few words about using MySQL with EasyPHP. If you want to test a CMS (Content Management System), E-commerce or a Blog (WordPress&#8230;)&#8230;  on your computer you will first need to create a database.</p>
<p>All you need to do is to create a new folder in <em>C:\Program Files\EasyPHP2.0\mysql\data</em> (for example you could name it as <em>db_myProject</em>) and when prompted during the installation fill as shown below (I took as example a WordPress Configuration):</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p288code21'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p28821"><td class="code" id="p288code21"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #666666; font-style: italic;">// ** MySQL settings ** //</span>
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_NAME'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'db_myProject'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>    <span style="color: #666666; font-style: italic;">// The name of the database</span>
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_USER'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'root'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>     <span style="color: #666666; font-style: italic;">// Your MySQL username</span>
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_PASSWORD'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// ...and password. Leave it blank if you are using EasyPHP!!</span>
<a href="http://www.php.net/define"><span style="color: #990000;">define</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'DB_HOST'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'localhost'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>    <span style="color: #666666; font-style: italic;">// 99% chance you won't need to change this value</span>
&nbsp;
<span style="color: #009900;">&#40;</span><span style="color: #339933;">...</span><span style="color: #009900;">&#41;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>In some cases, you may be prompted to change some variables in the php.ini file (for wikis or E-commerce mostly). Go to your system tray and right-button click on the EasyPHP icon and pick Configuration/php. The php.ini file will open in Notebook. Edit the  variables, save your file and close it. Then restart EasyPHP to apply the changes.</p>
<p>That&#8217;s it for this tutorial. I hope you enjoyed! If you have any question, comment this post and I will do my best  to help you.</p>
]]></content:encoded>
			<wfw:commentRss>http://web-kreation.com/all/how-to-use-easyphp-on-your-computer/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>PHP Contact Form Script</title>
		<link>http://web-kreation.com/all/php-contact-form-script/</link>
		<comments>http://web-kreation.com/all/php-contact-form-script/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 14:45:47 +0000</pubDate>
		<dc:creator>Jeeremie</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://web-kreation.com/blog/?p=12</guid>
		<description><![CDATA[Here is a nice contact form for your website.

This contact form will return a validation message if the message was sent succesfully.
It will also display an error message if you try to send an empty message or if the e-mail is invalid. [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a nice contact form for your website.</p>
<p>This contact form will return a validation message if the message was sent succesfully.<br />
It will also display an error message if you try to send an empty message or if the e-mail is invalid.</p>
<div class="clearfix"></div>
<h2>Preview / Download</h2>
<div class="clearfix"><a class="btn-big view" href="http://web-kreation.com/demos/ContactForm/" target="_blank" title="Contact Form Demo"><span>Demo</span></a>Note: There is a file embedded within this post, please visit this post to download the file.</div>
<p>There are only two scripts for this simple contact form:</p>
<ul>
<li>contact.php : the PHP contact form itself (contact.php)</li>
<li>style.css : the CSS page (style.css) to control the layout of the page</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://web-kreation.com/all/php-contact-form-script/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>
