<?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>PM Design - Web Design Tutorials &#187; Tutorials</title>
	<atom:link href="http://www.pawelmartuszewski.co.uk/web_design_tutorials/web_tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pawelmartuszewski.co.uk</link>
	<description>Web Design and Web Development Tutorials</description>
	<lastBuildDate>Sun, 18 Dec 2011 09:55:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Symfony on Mac OSX with MAMP, PEAR and PDO</title>
		<link>http://www.pawelmartuszewski.co.uk/web_tutorials/installing-symfony-framework-mamp-pear-pdo-macosx/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_tutorials/installing-symfony-framework-mamp-pear-pdo-macosx/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 20:13:42 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[PHP / MySQL]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1834</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_tutorials/installing-symfony-framework-mamp-pear-pdo-macosx/" title="Installing Symfony on Mac OSX with MAMP, PEAR and PDO"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/tuts/symfony_instlation/symfony_instalation.png" class="alignleft wp-post-image tfe thumb" alt="Mac OSX Symfony installation" /></a>How to install and configure Symfony on your Mac? The answer to this question is not obvious and various people suggest different approach. I recently have installed Symfony on my machine and decided to share a few tips how to achieve it. Things are not that complicated once you know what you are doing.]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_tutorials/installing-symfony-framework-mamp-pear-pdo-macosx/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Fix the z-index bug under the Internet Explorer</title>
		<link>http://www.pawelmartuszewski.co.uk/web_tutorials/fix-the-z-index-bug-under-the-internet-explorer/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_tutorials/fix-the-z-index-bug-under-the-internet-explorer/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 17:48:33 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1699</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_tutorials/fix-the-z-index-bug-under-the-internet-explorer/" title="Fix the z-index bug under the Internet Explorer"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/tuts/z_index/z-index.jpg" class="alignleft wp-post-image tfe thumb" alt="Fix the z-index bug under the Internet Explorer" /></a>Positioning the HTML elements using relative or absolute positioning, can bring a problem with z-index positioning especially  under the Internet Explorer (beloved browser lol). This can be extremely frustrating problem, but easy to fix.]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_tutorials/fix-the-z-index-bug-under-the-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Generate random string of characters in PHP</title>
		<link>http://www.pawelmartuszewski.co.uk/web_tutorials/generate-random-string-of-characters-in-php/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_tutorials/generate-random-string-of-characters-in-php/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 21:54:04 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[PHP / MySQL]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1429</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_tutorials/generate-random-string-of-characters-in-php/" title="Generate random string of characters in PHP"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/tuts/generate_random_string/img.jpg" class="alignleft wp-post-image tfe thumb" alt="Generate random string of characters in PHP" /></a>In this very short tutorial, I am going to show you how to ceate a flexible php function. This function will allow you to generate random string of your choosen characters and your choosen length. Let's create the php function!]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_tutorials/generate-random-string-of-characters-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create custom wordpress navigation with active state using wp_list_pages(); and wp_list_categories();</title>
		<link>http://www.pawelmartuszewski.co.uk/web_tutorials/create-advanced-wordpress-navigation-with-active-states-using-wp_pages-and-wp_categories-functions/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_tutorials/create-advanced-wordpress-navigation-with-active-states-using-wp_pages-and-wp_categories-functions/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 19:30:58 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1281</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_tutorials/create-advanced-wordpress-navigation-with-active-states-using-wp_pages-and-wp_categories-functions/" title="Create custom wordpress navigation with active state using wp_list_pages(); and wp_list_categories();"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/tuts/custom_wp_nav/custom_wp_nav.png" class="alignleft wp-post-image tfe thumb" alt="custom wordpress navigation" /></a>Wordpress navigation can be tricky to create and sometimes we are not able to create it as we want. Problems starts if our website structure forces us to display categories, pages and home buttons and keep the active status even if deep into the category strucutre. This tutorial will explain how to acomplish just that. ]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_tutorials/create-advanced-wordpress-navigation-with-active-states-using-wp_pages-and-wp_categories-functions/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Applying style to an element only if multi-class union exist</title>
		<link>http://www.pawelmartuszewski.co.uk/web_tutorials/appling-style-to-element-if-multi-class-union/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_tutorials/appling-style-to-element-if-multi-class-union/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 22:48:28 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1246</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_tutorials/appling-style-to-element-if-multi-class-union/" title="Applying style to an element only if multi-class union exist"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/tuts/css_double_class/css_union.jpg" class="alignleft wp-post-image tfe thumb" alt="applying style to union class element" /></a>Using CSS, you can apply multiple styles to one HTML element. This is obvious and helps to keep our HTML and CSS clean and redundant. What happens if we want to style the element differently ONLY if two different classes applied?]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_tutorials/appling-style-to-element-if-multi-class-union/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Create Custom Shape from multiple elements in Photoshop</title>
		<link>http://www.pawelmartuszewski.co.uk/web_tutorials/create-custom-shape-from-multiple-elements-in-photoshop/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_tutorials/create-custom-shape-from-multiple-elements-in-photoshop/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 00:17:50 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[Photoshop Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1121</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_tutorials/create-custom-shape-from-multiple-elements-in-photoshop/" title="Create Custom Shape from multiple elements in Photoshop"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/tuts/custom_shape/our-shape.png" class="alignleft wp-post-image tfe thumb" alt="create custom shape from multiple elements" /></a>Creating custom shape in photoshop is relatively easy task, but what if you want to create it using multiple elements? This tutorial explains very easy technique to accomplish this task. We could use Illustrator to create such a thing, but I thought it would be interesting to make it in photoshop.]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_tutorials/create-custom-shape-from-multiple-elements-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Create pattern backgrounds for you website in Photoshop</title>
		<link>http://www.pawelmartuszewski.co.uk/web_tutorials/create-pattern-backgrounds-for-you-website-in-photoshop/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_tutorials/create-pattern-backgrounds-for-you-website-in-photoshop/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 00:27:49 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[Photoshop Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1125</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_tutorials/create-pattern-backgrounds-for-you-website-in-photoshop/" title="Create pattern backgrounds for you website in Photoshop"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/tuts/patterns_for_website/patterns.png" class="alignleft wp-post-image tfe thumb" alt="create pattern background" /></a>This tutorial shows how to create background for your website in Photoshop and how to crop the images and prepare them for your website. Next we will style our html file and display our headers in browser. We are going to create 4 different header elements using patterns and filters.]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_tutorials/create-pattern-backgrounds-for-you-website-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to center a div vertically and horizontally on a page</title>
		<link>http://www.pawelmartuszewski.co.uk/web_tutorials/how-to-center-a-div-vertically-and-horizontally-on-a-page/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_tutorials/how-to-center-a-div-vertically-and-horizontally-on-a-page/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 00:30:07 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1127</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_tutorials/how-to-center-a-div-vertically-and-horizontally-on-a-page/" title="How to center a div vertically and horizontally on a page"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/artls/center_div/center_positioning.jpg" class="alignleft wp-post-image tfe thumb" alt="center a div vertically and horizontally" /></a>I came across many young designers asking how to center an element on the website and not using the table. Using table layout is was very easy but not so obvious when we use divs.]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_tutorials/how-to-center-a-div-vertically-and-horizontally-on-a-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install localhost server on your machine – Installing MAMP</title>
		<link>http://www.pawelmartuszewski.co.uk/web_tutorials/install-localhost-server-mamp/</link>
		<comments>http://www.pawelmartuszewski.co.uk/web_tutorials/install-localhost-server-mamp/#comments</comments>
		<pubDate>Wed, 31 Dec 1969 23:00:00 +0000</pubDate>
		<dc:creator>Pawel</dc:creator>
				<category><![CDATA[Server Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Optimisation]]></category>

		<guid isPermaLink="false">http://www.pawelmartuszewski.co.uk/?p=1129</guid>
		<description><![CDATA[<a href="http://www.pawelmartuszewski.co.uk/web_tutorials/install-localhost-server-mamp/" title="How to install localhost server on your machine – Installing MAMP"><img align="left" hspace="5" width="150" src="http://www.pawelmartuszewski.co.uk/tuts/install_localhost_mamp/logo.png" class="alignleft wp-post-image tfe thumb" alt="localhost server mamp" /></a><p>This short video shows how to install localhost server on your Mac. For a quick set up and no hassle installation we are going to use XAMP server package. Mac version is called MAMP. After installing this package, we are ready to use our localhost with PHPmyAdmin and easy to configure other settings. Everything out of the box.</p>]]></description>
		<wfw:commentRss>http://www.pawelmartuszewski.co.uk/web_tutorials/install-localhost-server-mamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/


Served from: web108.extendcp.co.uk @ 2012-02-08 02:59:55 -->
