<?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>Design strike &#187; CMS Development</title>
	<atom:link href="http://designstrike.net/category/development/cms-development/feed" rel="self" type="application/rss+xml" />
	<link>http://designstrike.net</link>
	<description>Striking with the latest design info</description>
	<lastBuildDate>Fri, 18 Jun 2010 13:51:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to set up a hotel reservation form in a WordPress page</title>
		<link>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html</link>
		<comments>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html#comments</comments>
		<pubDate>Sun, 20 Sep 2009 05:00:22 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[CMS Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[custom template]]></category>
		<category><![CDATA[hotel reservation]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[wordpress  page]]></category>

		<guid isPermaLink="false">http://designstrike.net/?p=1063</guid>
		<description><![CDATA[A few days back I was asked by a client to set up a hotel reservation form in his WordPress powered website. The problem is easy to solve and implement. This tutorial consists of setting up a WordPress custom page template and some php for a Hotel reservation page. By the end of this tutorial [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdesignstrike.net%2Fdevelopment%2Fcms-development%2Fhow-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdesignstrike.net%2Fdevelopment%2Fcms-development%2Fhow-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html&amp;source=designstrike&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>A few days back I was asked by a client to set up a hotel reservation form in his WordPress powered website. The problem is easy to solve and implement. This tutorial consists of setting up a WordPress custom page template and some php for a Hotel reservation page.</p>
<p><img src="http://designstrike.net/wp-content/uploads/2009/09/Result-reservation1.gif" alt="Result-reservation" title="Result-reservation" width="600" height="235" class="alignnone size-full wp-image-1088" style="border: 1px solid #ccc; padding:5px;" /></p>
<p>By the end of this tutorial you will know hot to set up a hotel reservation page, a restaurant reservation page or anything that requires a reservation inside WordPress.<br />
<span id="more-1063"></span><br />
<strong>Step #1 &#8211; Set up a WordPress custom page template</strong></p>
<p>This is fairly easy to do. Go inside your WP theme root and simply duplicate the page.php file and name it anything you want. I renamed my file<strong> reservation.php</strong>.</p>
<p>Next you need to delete everything in the page loop. So head over open up your reservations.php and delete this:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> the_post<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
		&lt;div class=&quot;post&quot; id=&quot;post-<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_ID<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;
		&lt;h2&gt;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;/h2&gt;
			&lt;div class=&quot;entry&quot;&gt;
				<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_content<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'&lt;p class=&quot;serif&quot;&gt;Read the rest of this page &amp;raquo;&lt;/p&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
				<span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_link_pages<span style="color: #009900;">&#40;</span><span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'before'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;p&gt;&lt;strong&gt;Pages:&lt;/strong&gt; '</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'after'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;/p&gt;'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'next_or_number'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'number'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
			&lt;/div&gt;
		&lt;/div&gt;
		<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endwhile</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	<span style="color: #000000; font-weight: bold;">&lt;?php</span> edit_post_link<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Edit this entry.'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'&lt;p&gt;'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'&lt;/p&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>The next thing to do is to tell WordPress there is a custom page template named reservations.php. To do this simply copy and paste the following before the <strong>get_header();</strong> tag.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
    <span style="color: #666666; font-style: italic;">/*
    Template Name: RESERVATION
&nbsp;
    */</span>
    <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>So you got something like this:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">    <span style="color: #000000; font-weight: bold;">&lt;?php</span>
    <span style="color: #666666; font-style: italic;">/*
    Template Name: REZERVARI
&nbsp;
    */</span>
    <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> get_header<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Next go inside your WordPress dashboard and add a new page, on the right you will have a option to select a custom page template. Select RESERVATIONS like in the image below.</p>
<p><img src="http://designstrike.net/wp-content/uploads/2009/09/Custom-template-select.gif" alt="Custom-template-select" title="Custom-template-select" width="600" height="235" class="alignnone size-full wp-image-1075" style="border: 1px solid #ccc; padding:5px;"  /></p>
<p><strong>Step #2 Setting up the reservation php code</strong></p>
<p>Now the only place you will need to work is the reservation php file. Go and edit the file and copy/paste this code where the page loop was.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;script&gt;
function checkform2 ( form )
{
&nbsp;
  if (form.nume.value == &quot;&quot;) {
    alert( &quot;Va rugam completati campul: Nume!&quot; );
    form.nume.focus();
    return false ;
  }
&nbsp;
  if (form.prenume.value == &quot;&quot;) {
    alert( &quot;Va rugam completati campul: Prenume!&quot; );
    form.prenume.focus();
    return false ;
  }
&nbsp;
  if (form.telefon.value == &quot;&quot;) {
    alert( &quot;Va rugam completati campul: Telefon!&quot; );
    form.telefon.focus();
    return false ;
  }
&nbsp;
&nbsp;
&nbsp;
  return true ;
}
&lt;/script&gt;
		&lt;h2&gt;Online Reservation&lt;/h2&gt; 
&lt;form name=&quot;tstest&quot; method=&quot;post&quot; action=&quot;/reservation&quot; onsubmit=&quot;return checkform2(this)&quot;&gt;
&nbsp;
&nbsp;
To make a online reservation to one of our hotel rooms please fill out the form below:
&nbsp;
&nbsp;
                    &lt;table class=&quot;BodyTXT&quot; border=&quot;0&quot; cellpadding=&quot;1&quot; cellspacing=&quot;1&quot; width=&quot;100%&quot;&gt;
&nbsp;
                      &lt;tbody&gt;&lt;tr&gt;
&nbsp;
                        &lt;td width=&quot;22%&quot;&gt;&lt;div align=&quot;left&quot;&gt;First Name:*&lt;/div&gt;&lt;/td&gt;
&nbsp;
                        &lt;td&gt;&lt;input name=&quot;nume&quot; id=&quot;nume&quot; type=&quot;text&quot;&gt;&lt;/td&gt;
&nbsp;
                        &lt;/tr&gt;
&nbsp;
                      &lt;tr&gt;
&nbsp;
                        &lt;td&gt;&lt;div align=&quot;left&quot;&gt;Last Name:*&lt;/div&gt;&lt;/td&gt;
&nbsp;
                        &lt;td&gt;&lt;input name=&quot;prenume&quot; id=&quot;prenume&quot; type=&quot;text&quot;&gt;&lt;/td&gt;
                      &lt;/tr&gt;
&nbsp;
                      &lt;tr&gt;
&nbsp;
                        &lt;td&gt;&lt;div align=&quot;left&quot;&gt;Phone:*&lt;/div&gt;&lt;/td&gt;
&nbsp;
                        &lt;td&gt;&lt;input name=&quot;telefon&quot; id=&quot;telefon&quot; type=&quot;text&quot;&gt;&lt;/td&gt;
                      &lt;/tr&gt;
&nbsp;
                      &lt;tr&gt;
&nbsp;
                        &lt;td&gt;&lt;div align=&quot;left&quot;&gt;E-mail:&lt;/div&gt;&lt;/td&gt;
&nbsp;
                        &lt;td&gt;&lt;input name=&quot;email&quot; id=&quot;email&quot; type=&quot;text&quot;&gt;&lt;/td&gt;
                      &lt;/tr&gt;
&nbsp;
                      &lt;tr&gt;
&nbsp;
                        &lt;td&gt;&lt;div align=&quot;left&quot;&gt;Room number:&lt;/div&gt;&lt;/td&gt;
&nbsp;
                        &lt;td&gt;
&nbsp;
						&lt;select name=&quot;nr_camere&quot; id=&quot;nr_camere&quot;&gt;
							&lt;option selected=&quot;selected&quot; value=&quot;1&quot;&gt;1&lt;/option&gt;
							&lt;option value=&quot;2&quot;&gt;2&lt;/option&gt;
							&lt;option value=&quot;3&quot;&gt;3&lt;/option&gt;
							&lt;option value=&quot;4&quot;&gt;4&lt;/option&gt;
						&lt;/select&gt;						&lt;/td&gt;
                      &lt;/tr&gt;
&nbsp;
                      &lt;tr&gt;
&nbsp;
                        &lt;td&gt;&lt;div align=&quot;left&quot;&gt;Room: &lt;/div&gt;&lt;/td&gt;
&nbsp;
                        &lt;td&gt;
						&lt;select name=&quot;camera&quot;&gt;
							&lt;option value=&quot;Double&quot;&gt;Double&lt;/option&gt;
							&lt;option value=&quot;Matrimoniala&quot;&gt;Apartment&lt;/option&gt;
							&lt;option value=&quot;Matrimoniala cu jacuzzi&quot;&gt;Apartment with jacuzzi&lt;/option&gt;
						&lt;/select&gt;						&lt;/td&gt;
                      &lt;/tr&gt;
&nbsp;
                      &lt;tr&gt;
&nbsp;
                        &lt;td&gt;&lt;div align=&quot;left&quot;&gt;Arrival date: &lt;/div&gt;&lt;/td&gt;
&nbsp;
                        &lt;td width=&quot;47%&quot;&gt;&lt;input name=&quot;data_intrare&quot; id=&quot;data_intrare&quot; type=&quot;text&quot;&gt;&lt;script language=&quot;JavaScript&quot;&gt;
	var o_cal = new tcal ({
		// form name
		'formname': 'tstest',
		// input name
		'controlname': 'data_intrare'
	});
&nbsp;
	// individual template parameters can be modified via the calendar variable
	o_cal.a_tpl.yearscroll = false;
	o_cal.a_tpl.weekstart = 1;
&nbsp;
	&lt;/script&gt;&lt;/td&gt;
                        &lt;/tr&gt;
&nbsp;
                      &lt;tr&gt;
&nbsp;
                        &lt;td&gt;&lt;div align=&quot;left&quot;&gt;Departure Date: &lt;/div&gt;&lt;/td&gt;
&nbsp;
                        &lt;td width=&quot;47%&quot;&gt;&lt;input name=&quot;data_iesire&quot; id=&quot;data_iesire&quot; type=&quot;text&quot;&gt;&lt;script language=&quot;JavaScript&quot;&gt;
	var o_cal = new tcal ({
		// form name
		'formname': 'tstest',
		// input name
		'controlname': 'data_iesire'
	});
&nbsp;
	// individual template parameters can be modified via the calendar variable
	o_cal.a_tpl.yearscroll = false;
	o_cal.a_tpl.weekstart = 1;
&nbsp;
	&lt;/script&gt;&lt;/td&gt;
                        &lt;/tr&gt;
&nbsp;
                      &lt;tr&gt;
&nbsp;
                        &lt;td&gt;&lt;div align=&quot;left&quot;&gt;Other comments: &lt;/div&gt;&lt;/td&gt;
&nbsp;
                        &lt;td&gt;&lt;textarea name=&quot;observatii&quot; cols=&quot;40&quot; rows=&quot;4&quot; id=&quot;observatii&quot;&gt;&lt;/textarea&gt;&lt;/td&gt;
                        &lt;/tr&gt;
                      &lt;tr&gt;
                        &lt;td&gt;&amp;nbsp;&lt;/td&gt;
                        &lt;td&gt;* required fields&lt;/td&gt;
                        &lt;/tr&gt;
&nbsp;
                      &lt;tr&gt;
&nbsp;
                        &lt;td&gt;&lt;/td&gt;
&nbsp;
                        &lt;td&gt;&lt;input name=&quot;trimitecontact&quot; id=&quot;trimitecontact&quot; value=&quot;yes&quot; type=&quot;hidden&quot;&gt;
&nbsp;
&nbsp;
                            &lt;input name=&quot;Submit&quot; class=&quot;RedButton&quot; value=&quot;Send&quot; type=&quot;submit&quot;&gt;&lt;/td&gt;
                        &lt;/tr&gt;
                    &lt;/tbody&gt;&lt;/table&gt;
&nbsp;
&nbsp;
      &lt;/form&gt;
&nbsp;
&nbsp;
 <span style="color: #000000; font-weight: bold;">&lt;?</span>
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'trimitecontact'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;yes&quot;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
	<span style="color: #000088;">$nume</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'nume'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$prenume</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'prenume'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$telefon</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'telefon'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$email</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'email'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$cam</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'nr_camere'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$tip</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'camera'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$di</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'data_intrare'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$die</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'data_intrare'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$mesaj</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'observatii'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #000088;">$message</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;This reservation is from:<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> <span style="color: #339933;">.</span>
	<span style="color: #0000ff;">&quot;------------------------------------------------------------<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> <span style="color: #339933;">.</span>
	<span style="color: #0000ff;">&quot;First Name: <span style="color: #006699; font-weight: bold;">$nume</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> <span style="color: #339933;">.</span>
	<span style="color: #0000ff;">&quot;Last Name: <span style="color: #006699; font-weight: bold;">$prenume</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> <span style="color: #339933;">.</span>
	<span style="color: #0000ff;">&quot;Phone: <span style="color: #006699; font-weight: bold;">$telefon</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> <span style="color: #339933;">.</span>
	<span style="color: #0000ff;">&quot;Email : <span style="color: #006699; font-weight: bold;">$email</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">.</span>
	<span style="color: #0000ff;">&quot;Room Number: <span style="color: #006699; font-weight: bold;">$cam</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> <span style="color: #339933;">.</span>
	<span style="color: #0000ff;">&quot;Room: <span style="color: #006699; font-weight: bold;">$tip</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> <span style="color: #339933;">.</span>
	<span style="color: #0000ff;">&quot;Arrival Date: <span style="color: #006699; font-weight: bold;">$di</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> <span style="color: #339933;">.</span>
	<span style="color: #0000ff;">&quot;Departure Date: <span style="color: #006699; font-weight: bold;">$die</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> <span style="color: #339933;">.</span>
	<span style="color: #0000ff;">&quot;Other Comments : <span style="color: #006699; font-weight: bold;">$mesaj</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">.</span>
	<span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\n</span><span style="color: #000099; font-weight: bold;">\n</span>------------------------------------------------------------<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> <span style="color: #339933;">;</span>
	<span style="color: #000088;">$uself</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$subject</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;New room reservation at your hotel&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$headersep</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">isset</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$uself</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">||</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$uself</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> ? <span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\r</span><span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> <span style="color: #339933;">:</span> <span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> <span style="color: #339933;">;</span>
<span style="color: #000088;">$http_referrer</span> <span style="color: #339933;">=</span> <span style="color: #990000;">getenv</span><span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;HTTP_REFERER&quot;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$mailto</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'CHANGE@THIS.TOYOUREMAIL'</span> <span style="color: #339933;">;</span>
<span style="color: #000088;">$ip</span> <span style="color: #339933;">=</span> <span style="color: #990000;">getenv</span><span style="color: #009900;">&#40;</span>REMOTE_ADDR<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">mail</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$mailto</span><span style="color: #339933;">,</span> <span style="color: #000088;">$subject</span><span style="color: #339933;">,</span> <span style="color: #000088;">$message</span><span style="color: #339933;">,</span>
	<span style="color: #0000ff;">&quot;From: <span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #006699; font-weight: bold;">$nume</span><span style="color: #000099; font-weight: bold;">\&quot;</span> &lt;<span style="color: #006699; font-weight: bold;">$email</span>&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$headersep</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;Reply-To: <span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #006699; font-weight: bold;">$nume</span><span style="color: #000099; font-weight: bold;">\&quot;</span> &lt;<span style="color: #006699; font-weight: bold;">$email</span>&gt;&quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$headersep</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;X-Mailer: chfeedback.php 2.08&quot;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;strong&gt; Quote sent&lt;/strong&gt;'</span><span style="color: #339933;">;</span>				
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
   &lt;span class=&quot;text_contact&quot;&gt;
&nbsp;
The reservation will be considered after receiving payment.
                  &lt;/span&gt;</pre></div></div>

<p>And this is the result:</p>
<p><img src="http://designstrike.net/wp-content/uploads/2009/09/Result-reservation.gif" alt="Result-reservation" title="Result-reservation" width="600" height="235" class="alignnone size-full wp-image-1087" style="border: 1px solid #ccc; padding:5px;"  /></p>
<p>Note: You must set the <strong>action=&#8221;/reservation&#8221;</strong> of the form imput to match your custom page php name. Ex. if I have a custom page php called joomla.php i would rename the action to action=&#8221;/joomla&#8221;. </p>
<p>Remember to chage the <strong>$mailto = &#8216;CHANGE@THIS.TOYOUREMAIL&#8217; ;</strong> to your desiered email where the messages will come.</p>
]]></content:encoded>
			<wfw:commentRss>http://designstrike.net/development/cms-development/how-to-set-up-a-hotel-reservation-form-in-a-wordpress-page.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How to increase RSS readers and social networking exposure</title>
		<link>http://designstrike.net/development/cms-development/how-to-increase-rss-readers-and-social-networking-exposure.html</link>
		<comments>http://designstrike.net/development/cms-development/how-to-increase-rss-readers-and-social-networking-exposure.html#comments</comments>
		<pubDate>Sun, 13 Sep 2009 05:00:58 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[CMS Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[wordpress rss]]></category>
		<category><![CDATA[WP greet box plugin]]></category>

		<guid isPermaLink="false">http://designstrike.net/?p=859</guid>
		<description><![CDATA[When you develop a new blog, often, the big question that comes in to the mind is where and how can you get readers and trusted visitors to read your blog posts. Well, recently I found a great plugin for WordPress that helps you achieve and increase your blog readers. WP Greet Box is a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdesignstrike.net%2Fdevelopment%2Fcms-development%2Fhow-to-increase-rss-readers-and-social-networking-exposure.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdesignstrike.net%2Fdevelopment%2Fcms-development%2Fhow-to-increase-rss-readers-and-social-networking-exposure.html&amp;source=designstrike&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>When you develop a new blog, often, the big question that comes in to the mind is where and how can you get readers and trusted visitors to read your blog posts. Well, recently I found a great plugin for WordPress that helps you achieve and increase your blog readers.</p>
<p><img src="http://designstrike.net/wp-content/uploads/2009/09/Smashing-mag-greetbox.png" alt="Smashing-mag-greetbox" title="Smashing-mag-greetbox" width="600" height="533" class="alignnone size-full wp-image-877" style="border: 1px solid #cccccc; padding:5px;" /></p>
<p>WP Greet Box is a wordpress plugin that greets your blog visitors on every post page based on what place they are coming from.<br />
<span id="more-859"></span><br />
<strong>This is how it works</strong>: let`s say a visitor comes from google on one of your blog posts, then the plugin enables a message to be displayed informing the google user to subscribe to the RSS feed to stay updated.</p>
<p><strong>Here is one of the messages for a Google visitor:</strong><br />
<img src="http://designstrike.net/wp-content/uploads/2009/09/Googler.png" alt="Googler" title="Googler" width="608" height="86" class="alignnone size-full wp-image-862" /></p>
<p>There are different types of greeting messages based on the place that the visitor is coming from. For example if a visitor comes from Twitter, the message is asking the visitor if it would like to retweet the post just like in the image below:</p>
<p><img src="http://designstrike.net/wp-content/uploads/2009/09/Twitter-WP-Greet.png" alt="Twitter-WP-Greet" title="Twitter-WP-Greet" width="608" height="86" class="alignnone size-full wp-image-866" /></p>
<p>The great thing about the plugin is that it really increase blog exposure and readers, so it`s a new must on my wordpress plugin list.</p>
<h2>Customizing and configuration</h2>
<p>There are plenti of customization options for this plugin. You can disable/enable greeting messages on posts/pages, you can detect the visitor’s search keywords from major search engines and automatically display related posts under the greeting message and many more.</p>
<p><a href="http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/" rel='nofollow'>Here is a list of all the plugin`s features</a></p>
<h2>Also, you can create new greeting messages</h2>
<p>You can personalize your greeting message by creating a new one for any referrer you like just like in the picture below:</p>
<p><img src="http://designstrike.net/wp-content/uploads/2009/09/Creat-new-greet.png" alt="Creat-new-greet" title="Creat-new-greet" width="600" height="533" class="alignnone size-full wp-image-871" /></p>
<p>Enough said, just go ahead and <a href="http://wordpress.org/extend/plugins/wp-greet-box/" rel='nofollow'>download the plugin</a>. Also you can find the <a href="http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/" rel='nofollow'>documentation for the plugin</a> on the developer`s page and if you would like to donate a coffe for this amazing plugin just make your way <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&#038;business=thaya.kareeson@gmail.com&#038;currency_code=USD&#038;amount=&#038;return=&#038;item_name=Donate+a+cup+of+coffee+or+two+for+WP+Greet+Box+plugin." rel='nofollow'>here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://designstrike.net/development/cms-development/how-to-increase-rss-readers-and-social-networking-exposure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fastest free Joomla theme, SEO Optimized with color variations: RochetTheme Afterburner</title>
		<link>http://designstrike.net/development/cms-development/fastest-free-joomla-theme-seo-optimized-with-color-variations-rochettheme-afterburner.html</link>
		<comments>http://designstrike.net/development/cms-development/fastest-free-joomla-theme-seo-optimized-with-color-variations-rochettheme-afterburner.html#comments</comments>
		<pubDate>Mon, 24 Aug 2009 08:32:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[CMS Development]]></category>
		<category><![CDATA[color variations]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[SEO optimized]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://designstrike.net/?p=573</guid>
		<description><![CDATA[Over the past days, the team @ RocketTheme released a great and cool free Joomla Theme. Afterburner is the fastest Joomla theme ever produced, it has no load bar, and it pops right in front of you like a surprise. It`s very lightweight, very clean with great features for increased usability. Also it is SEO [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdesignstrike.net%2Fdevelopment%2Fcms-development%2Ffastest-free-joomla-theme-seo-optimized-with-color-variations-rochettheme-afterburner.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdesignstrike.net%2Fdevelopment%2Fcms-development%2Ffastest-free-joomla-theme-seo-optimized-with-color-variations-rochettheme-afterburner.html&amp;source=designstrike&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Over the past days, the team @ RocketTheme released a great and cool free Joomla Theme. Afterburner is the fastest Joomla theme ever produced, it has no load bar, and it pops right in front of you like a surprise. It`s very lightweight, very clean with great features for increased usability. Also it is SEO ready by a refined main column that shows first in the code so that the SE bots can crawl it first.<br />
<span id="more-573"></span></p>
<h2>Fast loading Joomla Template</h2>
<p><img src="http://designstrike.net/wp-content/uploads/2009/08/Load-time_AFT.jpg" alt="Load-time_AFT" title="Load-time_AFT" width="587" height="279" class="alignnone size-full wp-image-575 pad" /></p>
<p>Performance is a key aspect in RT theme development so single image and compressed CSS make Afterburner the most fastest Joomla template in business. </p>
<h2>SEO Optimized</h2>
<p><img src="http://designstrike.net/wp-content/uploads/2009/08/SEO-Opt.jpg" alt="SEO-Opt" title="SEO-Opt" width="650" height="200" class="alignnone size-full wp-image-581 pad" /></p>
<p>Main column refeinment make Afterburner`s main column apear first for search engine crawling. This makes indexing faster and better.</p>
<h2>Color Variations</h2>
<p><a href="http://designstrike.net/wp-content/uploads/2009/08/style.jpg" rel='nofollow'><img src="http://designstrike.net/wp-content/uploads/2009/08/style.jpg" alt="style" title="style" width="650" height="200" class="alignnone size-full wp-image-584 pad" /></a></p>
<p>8 distinct inbuilt style variations, Light and Dark, to maximise the possibilities when using the Afterburner template. All Controllable by template manager parameters.</p>
<h2>Download</h2>
<p>If you want to <a href="http://www.rockettheme.com/joomla-templates/afterburner" rel='nofollow'>download Afterburner</a> you can do it so from the RT Webpage.</p>
]]></content:encoded>
			<wfw:commentRss>http://designstrike.net/development/cms-development/fastest-free-joomla-theme-seo-optimized-with-color-variations-rochettheme-afterburner.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to set up rounded corners using JavaScript in Joomla Modules</title>
		<link>http://designstrike.net/development/cms-development/how-to-set-up-rounded-corners-using-javascript-in-joomla-modules.html</link>
		<comments>http://designstrike.net/development/cms-development/how-to-set-up-rounded-corners-using-javascript-in-joomla-modules.html#comments</comments>
		<pubDate>Thu, 20 Aug 2009 12:01:21 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[CMS Development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[rounded corners]]></category>

		<guid isPermaLink="false">http://designstrike.net/?p=553</guid>
		<description><![CDATA[A very interesting fact about joomla is that you can&#8217;t have separate module styles all the time. You need to work your way with module class suffix. Well, how do you have the right sidebar modules with rounded corners whyle the left sidebar menu has a different style? The answer is simple, with a little [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdesignstrike.net%2Fdevelopment%2Fcms-development%2Fhow-to-set-up-rounded-corners-using-javascript-in-joomla-modules.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdesignstrike.net%2Fdevelopment%2Fcms-development%2Fhow-to-set-up-rounded-corners-using-javascript-in-joomla-modules.html&amp;source=designstrike&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>A very interesting fact about joomla is that you can&#8217;t have separate module styles all the time. You need to work your way with module class suffix. Well, how do you have the right sidebar modules with rounded corners whyle the left sidebar menu has a different style?<br />
<span id="more-553"></span><br />
<strong>The answer is simple, with a little help of javascript.</strong> And here si how you can get it done. </p>
<h2>First step is to include the code</h2>
<p>Open up your template`s index.php file and paste <a href="http://designstrike.net/wp-content/uploads/2009/08/code.txt" rel='nofollow'>this code</a> before the end of the head tag. </p>
<p><a href="http://designstrike.net/wp-content/uploads/2009/08/Ex1.png" rel='nofollow'><img src="http://designstrike.net/wp-content/uploads/2009/08/Ex1-thumb.png" alt="Ex1-thumb" title="Ex1-thumb" width="650" height="347" class="alignnone size-full wp-image-562" /></a></p>
<p>After that include <a href="http://designstrike.net/wp-content/uploads/2009/08/curvycorners.js" rel='nofollow'>this js</a> inside your template folder. (Right click -> &#8220;Save As&#8221;). Then navigate to your module and set up a suffix in the module like in the picture below. </p>
<p><a href="http://designstrike.net/wp-content/uploads/2009/08/mcs.png" rel='nofollow'><img src="http://designstrike.net/wp-content/uploads/2009/08/mcs.png" alt="mcs" title="mcs" width="650" height="200" class="alignnone size-full wp-image-566" /></a></p>
<p>Next step is to change within the pasted code we inserted earlyer the new class name of the module. If the module class suffix is &#8220;<strong>_john</strong>&#8221; within the code we replace it like this:</p>
<p><a href="http://designstrike.net/wp-content/uploads/2009/08/john.png" rel='nofollow'><img src="http://designstrike.net/wp-content/uploads/2009/08/john.png" alt="john" title="john" width="650" height="250" class="alignnone size-full wp-image-567" /></a></p>
<p>And presto, you have instant rounded corners even in IE. NOTE that for a menu module the prefix for the menu class is &#8220;<strong>module</strong>&#8220;. So the code will be like &#8220;<strong>module_menuname</strong>&#8220;.</p>
<p><strong>Other rounded corners resources for Joomla</strong>:</p>
<ul>
<li><a href="http://docs.joomla.org/Creating_rounded_corners" rel='nofollow'>Creating rounded corners in Joomla Modules</a></li>
<li><a href="http://www.the-art-of-web.com/css/border-radius/" rel='nofollow'>CSS: border-radius and -moz-border-radius</a></li>
<li><a href="http://help.joomla.org/ghop/feb2008/task057/Joomla%20Class%20Suffix%20Guides.pdf" rel='nofollow'>Joomla Class Suffix guide</a></li>
</ul>
<p>The credits for the Javascript code go to <a href="http://www.curvycorners.net/" rel='nofollow'>CurvyCorners</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://designstrike.net/development/cms-development/how-to-set-up-rounded-corners-using-javascript-in-joomla-modules.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to spice up your Joomla webpage</title>
		<link>http://designstrike.net/development/cms-development/how-to-spice-up-your-joomla-webpage.html</link>
		<comments>http://designstrike.net/development/cms-development/how-to-spice-up-your-joomla-webpage.html#comments</comments>
		<pubDate>Mon, 15 Jun 2009 06:39:48 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[CMS Development]]></category>
		<category><![CDATA[!joomlacomment]]></category>
		<category><![CDATA[artisteer joomla template]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[google adsense integration]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[joomap]]></category>
		<category><![CDATA[Joomla CMS]]></category>
		<category><![CDATA[joomla e-commerce virtuemart]]></category>
		<category><![CDATA[multiads adsense plugin]]></category>
		<category><![CDATA[multilanguage support]]></category>
		<category><![CDATA[newsletter implementation joomla]]></category>
		<category><![CDATA[sh404sef]]></category>
		<category><![CDATA[theme implementation]]></category>

		<guid isPermaLink="false">http://designstrike.net/?p=3</guid>
		<description><![CDATA[In this article some of you will learn what mods, components and plugins to install in your Joomla website to make it more spicy. These will include SEF urls, sitemap generators, comments, google adsense integration, theme implementation, theme development, e-commerce implementation, newsletters, analytics with Google Analytics, backup, multilingual implementation, WYSIWYG editor implimentation, community features, and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fdesignstrike.net%2Fdevelopment%2Fcms-development%2Fhow-to-spice-up-your-joomla-webpage.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fdesignstrike.net%2Fdevelopment%2Fcms-development%2Fhow-to-spice-up-your-joomla-webpage.html&amp;source=designstrike&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: center;"><img class="size-full wp-image-69 aligncenter" title="Login_to_your_Joomla__administration" src="http://designstrike.net/wp-content/uploads/2009/06/Login_to_your_Joomla__administration.png" alt="Login_to_your_Joomla__administration" width="529" height="317" /></p>
<p>In this article some of you will learn what mods, components and plugins to install in your Joomla website to make it more spicy. These will include SEF urls, sitemap generators, comments, google adsense integration, theme implementation, theme development, e-commerce implementation, newsletters, analytics with <strong>Google Analytics</strong>, backup, multilingual implementation, WYSIWYG editor implimentation, community features, and many more&#8230;</p>
<p><span id="more-3"></span></p>
<h2>SEF URL by sh404sef</h2>
<p><img class="size-full wp-image-8 alignleft" style="margin-right: 8px" title="sh404SEF-title" src="http://designstrike.net/wp-content/uploads/2009/06/sh404SEF-title.jpg" alt="sh404SEF-title" width="234" height="234" />Sh404sef is an extension designed for the 1.0.x and Joomla 1.5.x <strong>CMS. The component </strong>rewrites Joomla non-sef urls (index.php?option=com_content&amp;view=article&amp;id=12) to more human-readables urls (/my-beautiful-page.html). It can do this not only for Joomla core urls, but also for many of Joomla 3rd-party supplied extensions.</p>
<p>Also it can manage page title and meta tags, as well through the use of plugins, to adapt to the output of 3rd-party extensions and it does perform various security-related checks, to improve prevention of some common hacking techniques.</p>
<p>This is a very valuable extension to have, it is one of the most important extensions for the Joomla CMS, not only for SEO issues but also for friendly URL generation.</p>
<h2>External help and resources</h2>
<ul>
<li><a href="http://www.slideshare.net/shumisha/sh404sef-urls-seo-and-more-presentation" target="_blank" rel='nofollow'>sh404sef explanations &#8211; more than 60 pages of explaining <strong>sh404sef joomla extension</strong></a></li>
<li><a href="http://www.a3webtech.com/index.php/install-sh404.html" target="_blank" rel='nofollow'>Install sh404SEF Guide for Joomla</a></li>
</ul>
<p><strong>Easy to use</strong> : a traditionnal operating mode using mod_rewrite and a .htaccess file, but also a new mode which does not require .htaccess file at all.</p>
<h2>Sitemap generators with Joomap</h2>
<p><span><strong>Joomap</strong> is a sitemap component for Joomla that shows the normal Menu Structure, Content Categories, Sections and Virtuemart Categories in a hierarchical tree or a Google Sitemaps list. A plugin system and translation support make it easy to expand the range of supported content and localization! </span></p>
<p><img class="size-medium wp-image-13 alignleft" style="margin-right: 8px;" title="joomap_admin1" src="http://designstrike.net/wp-content/uploads/2009/06/joomap_admin1-300x161.png" alt="joomap_admin1" width="300" height="161" /><span><em><strong> </strong></em></span></p>
<p><span><em><strong>Joomla Extension directory user reviews:</strong></em></span></p>
<p><em><span><strong>&#8220;</strong></span>I have installed this component and it works perfectly. Since the hidden advertisement is disabled, I will recommend it if you want to have a simple sitemap.&#8221; by </em><span><a rel="nofollow" href="http://extensions.joomla.org/extensions/reviews/megtork/1">megtork</a></span></p>
<p><em><span>&#8220;</span>Very easy to install and use. I haven&#8217;t gotten any errors from Google about this sitemap, which is a good thing!!&#8221; by </em><span><a rel="nofollow" href="http://extensions.joomla.org/extensions/reviews/paulb2009/1">paulb2009</a></span></p>
<ul>
<li><a rel="nofollow" href="http://extensions.joomla.org/extensions/extension-specific/joomap-extensions" target="_blank">This extension has additional addons listed in Joomla Extension directory</a></li>
<li><a rel="nofollow" href="http://koder.de/projekte/joomap/" target="_blank">Download this extension</a></li>
</ul>
<p>More information about this extension you can find on the <a rel="nofollow" href="http://koder.de/projekte/joomap/" target="_blank">developer`s webpage</a>.</p>
<h2>Comment implementation with <span>!JoomlaComment</span></h2>
<p><span>This is the best free comment extension for Joomla 1.5 and 1.0.x from </span>Compojoom.com. <span>!JoomlaComment(!JoComment, joscomment or josc) is a beautiful and useful comment extension for the Open-Source CMS Joomla. Fast and easy to install and configure, with AJAX functionality, captcha protection, template based design and multiple language support.</span></p>
<p><img class="size-medium wp-image-25 alignleft" style="margin-right: 10px" title="joomla-comment" src="http://designstrike.net/wp-content/uploads/2009/06/joomla-comment-300x252.png" alt="joomla-comment" width="300" height="252" /></p>
<p><strong>mail, website input</strong><br />
Let your users input a little more information then just an username<br />
<strong>THREADED / nested comments </strong><br />
Nested (or threaded) comments have been added to a lot of blog platforms lately (including WordPress 2.7), and it is a major feature on a lot of community websites. Threaded comments make longer posts with lots of comments make a lot more sense.<br />
<strong>multilanguage support</strong><br />
We use UTF-8 to store all comments &#8211; this way you can be sure that all your comments are going to be readable! We are not afraid from Greek, Bulgarian or Chinese. Our comment system works with all languages out there!<br />
<strong>antispam protection</strong><br />
Captcha, Ban, Censorship &#8211; everything is there!<br />
<strong>Import your old comments<br />
</strong>!jocomment offers you easy import from AkoComment, jomcomment , JReaction, mxComment &#8230; If the component you use is not in the list then we offer you an importer function. all you have to do is use the graphical interface and mach the necessary tables.<br />
<strong>Ajax-based </strong><br />
Comments are added on the fly without reloading the whole page saving web server’s bandwidth..<br />
<strong>UBB code support, image support, emoticon support, quote support<br />
</strong>All these features are well known in forums, now you can use them also in Joomla</p>
<p><strong>Joomla extension directory user reviews</strong></p>
<p><em>&#8220;I installed JoomlaComment 3.26 and I&#8217;m a very newbie with Joomla. It&#8217;s working great with Joomla 1.5.8 and has an amazing Back and Front-End. Congratulations to the developer! It&#8217;s really easy to install and configure the way you want. The couple doubts I had, was solved by the support very quickly and in a kind way. Thanks a lot to Daniel! There is the Front-end pack Language for Portuguese-Br (Brazilian Portuguese).<br />
I really recommend it, you won&#8217;t regret! Download it now! The new version 4.0 has interesting feature, it&#8217;s worthwhile to check it!&#8221; by <span><a rel="nofollow" href="http://extensions.joomla.org/extensions/reviews/lucato/1">lucato</a></span></em></p>
<ul>
<li><a rel="nofollow" href="http://www.compojoom.com/blog.html" target="_blank"><span>Improvements, changes and news on the developers blog</span></a></li>
<li><span><a rel="nofollow" href="http://demo.compojoom.com/the-news/6-we-are-volunteers.html#JOSC_TOP" target="_blank">A demo of the comment extension</a></span></li>
<li><span><a rel="nofollow" href="http://www.compojoom.com/download.html" target="_blank">You can download your copy of !Joomla comment</a></span></li>
</ul>
<p>You can acces the <a href="http://www.compojoom.com/faq.html" target="_blank" rel='nofollow'>FAQ pages</a> of the component for detailed joomla extension information.</p>
<h2>Google adsense integration</h2>
<p>We know that a website also involves monetizing features and ROI. For that there is a simple module and a simple plugin that does all the work for you in a <strong>joomla website</strong>.</p>
<p><em><strong>Joomlaspan Google AdSense module (with clicksafe)</strong></em></p>
<p><img class="size-full wp-image-32 alignleft" style="margin-right: 10px" title="gadsensebox_s" src="http://designstrike.net/wp-content/uploads/2009/06/gadsensebox_s.png" alt="gadsensebox_s" width="127" height="160" />Google AdSense is the Premier provider of contextual advertisements enabling all webmasters to generate revenue from their sites. If you haven&#8217;t already done so, signup for AdSense.</p>
<p>Google AdSense Clicksafe Module from Joomlaspan has been the most popular option to implement These contextual advertisements within Joomla! It is used on thousands of Joomla! based websites and is also the Editor&#8217;s Pick at the official <strong>Joomla! Extensions Directory!</strong></p>
<p><strong>Supports Joomla 1.5</strong></p>
<ul>
<li><strong>Download the modules:  <a href="http://www.joomlaspan.com/index.php?option=com_sobi2&amp;sobi2Task=sobi2Details&amp;catid=6&amp;sobi2Id=2&amp;Itemid=3" target="_blank" rel='nofollow'>Joomla 1.5</a> or <a href="http://www.joomlaspan.com/index.php?option=com_sobi2&amp;sobi2Task=sobi2Details&amp;catid=6&amp;sobi2Id=1&amp;Itemid=3" target="_blank" rel='nofollow'>Joomla 1.0.x</a></strong></li>
<li><strong><a href="http://www.joomlaspan.com/products/google-adsense-modules.php" target="_blank" rel='nofollow'>Installation tutorial with step by step walktrough</a><br />
</strong></li>
</ul>
<p>The updated version 3.0 has been rewritten completely, and this module brings more options than ever.</p>
<ol>
<li>100% compatible with <a title="Google AdSense Policy" href="https://www.google.com/adsense/policies" target="_blank" rel='nofollow'>Google AdSense Policy</a></li>
<li>100% configurable</li>
<li>XHTML compliant</li>
<li>All options available with Google AdSense are available with this module
<ul>
<li>All ad formats, including the recently introduced 200&#215;200 square</li>
<li>Round corners are also possible now</li>
<li>Both content ads and adlinks are available in the same module</li>
</ul>
</li>
<li>Chameleon codes are also available as an option. Using this, you can select colors for ad units that change with each pageload (<em>Only with ClickSafe Version</em>).</li>
<li>Advanced feature (optional): You can select to block certain IP numbers from seeing Google AdSense ads on your site &#8211; the ClickSafe feature (<em>Only with ClickSafe Version</em>).</li>
<li>You can have as many  copies on your site as you want, just keep the Google policies in mind:
<ul>
<li>Up to three ad units may be displayed on each page</li>
<li>Up to three link units may also be placed on each page</li>
</ul>
</li>
</ol>
<p><span><em><strong>MultiAds Adsense plugin</strong></em></span></p>
<p><span><img class="size-medium wp-image-36 alignleft" style="margin-right: 10px" title="mutiads" src="http://designstrike.net/wp-content/uploads/2009/06/mutiads-300x210.png" alt="mutiads" width="300" height="210" />MultiAds </span>is a powerful Joomla extension allowing you to easily insert advertisements into your websites&#8217;s articles.<br />
MultiAds supports display of <strong>Google Adsense</strong>, other advertising formats, and virtually any kind of html code, in each of the four main content areas of an article:</p>
<p>Before Content (i.e. between an article&#8217;s Title and the rest of an article&#8217;s content).<br />
Top of the Content.<br />
Bottom of Content.<br />
After Content (i.e. below the display area of all article&#8217;s content).</p>
<ul>
<li><a href="http://www.eboga.org/cms/joomla/joomla-multi-ads-tutorial.html" target="_blank" rel='nofollow'>Joomla MultiAds set-up tutorial</a></li>
<li><a href="http://www.eboga.org/attachments/024_MultiAds1.8.zip" target="_blank" rel='nofollow'>Download this plugin for Joomla</a></li>
</ul>
<p><strong>Joomla Extension directory user reviews</strong></p>
<p><em>&#8220;Multiads is an awesome plugin. Very easy to install.<br />
The developer of this plugin is very helpful and replies to the queries in pretty less time.<br />
All an all its really wonderful plugin.<br />
The best part is<br />
1. Its free<br />
2. Even though its free the developer of plugin responds very well.</em></p>
<p><em>Hats Off&#8221; by <a href="http://extensions.joomla.org/extensions/reviews/puneet310/1" rel='nofollow'>puneet310</a></em></p>
<h2>Theme implementation and development for Joomla</h2>
<p><a href="http://www.joomla24.com" target="_blank" rel='nofollow'>Joomla24</a>, the Downloadbase for Joomla Templates. In collaboration with the biggest german Downloadbase &#8220;<a href="http://www.joomlaos.de/" target="_blank" rel='nofollow'>www.joomlaos.de</a>&#8221; we offer more than 2200 <strong>Templates with live preview for Joomla</strong>. If you would like to offer your Template or other News for Download please submit it. Our Downloadbase is waiting for your offers.</p>
<ul>
<li><strong><a href="http://www.joomla24.com/index.php?set_albumName=album03&amp;option=com_gallery&amp;Itemid=6&amp;include=view_album.php" target="_blank" rel='nofollow'>Templates for Joomla 1.0.x, 1.5(legacy mode) and Mambo 4.5.1 or higher</a></strong></li>
<li><strong><a href="http://www.joomla24.com/index.php?set_albumName=album01&amp;option=com_gallery&amp;Itemid=6&amp;include=view_album.php" target="_blank" rel='nofollow'>Templates for Joomla 1.0.x and Mambo 4.5.0 or higher</a></strong></li>
<li><strong><a href="http://www.joomla24.com/index.php?set_albumName=album02&amp;option=com_gallery&amp;Itemid=6&amp;include=view_album.php" target="_blank" rel='nofollow'>Backend Templates</a></strong></li>
<li><strong><a href="http://www.joomla24.com/index.php?set_albumName=album05&amp;option=com_gallery&amp;Itemid=6&amp;include=view_album.php" target="_blank" rel='nofollow'>Templates for Joomla 1.5</a></strong></li>
</ul>
<p><strong>Artisteer Joomla template developer</strong></p>
<p><strong>Artisteer</strong> is the first and only Web design automation product that instantly creates fantastic looking, unique website templates and blog themes.</p>
<ul>
<li><strong><a href="http://www.artisteer.com/?p=demo" target="_blank" rel='nofollow'>A demo for Artisteer web designer</a></strong></li>
<li><strong><a href="http://www.artisteer.com/?p=downloads" target="_blank" rel='nofollow'>Download free trial run</a></strong></li>
<li><strong><a href="http://www.artisteer.com/?p=purchase" target="_blank" rel='nofollow'>Buy the program</a><br />
</strong></li>
</ul>
<p>The Joomla part of the program costs <strong>$129.95,</strong> but you receive 70+<strong> </strong>Number of Color and Font Schemes and 300+ Number of Photo Objects.</p>
<h2><strong>E-Commerce implementation with VirtueMart</strong></h2>
<p><span>The complete e-Commerce shopping cart solution for Joomla! &#8211; used by thousands of store owners. It can be run in Store- and Catalog-Mode. With its powerful Administration Tool you can handle an unlimited Number of Categories, Products, Orders, Discounts, Shopper Groups and Customers.</span></p>
<h3 id="section-Getting+Started+Installation+_26+First+Steps_21">Getting Started: Installation &amp; First Steps!</h3>
<p><strong><span id="pagecontent"> </span></strong></p>
<ul>
<li><span><strong><a title="[WIKIPAGE:1693] Status: --; Last Modified: soeren_nb (Mar 03 14:06) Locked: N/A" href="http://dev.virtuemart.net/cb/wiki/1693" rel='nofollow'>VirtueMart Downloads</a></strong></span></li>
<li><span><strong><a title="[WIKIPAGE:1355] Status: Final; Last Modified: soeren_nb (Sep 15 2008 20:53) Locked: N/A" href="http://dev.virtuemart.net/cb/wiki/1355" rel='nofollow'>Installation and Upgrade</a></strong></span></li>
<li><span><strong><a title="[WIKIPAGE:1381] Status: --; Last Modified: Aravot (May 15 07:14) Locked: N/A" href="http://dev.virtuemart.net/cb/wiki/1381" rel='nofollow'>Frequently Asked Questions</a></strong></span></li>
<li><span><strong><a title="[WIKIPAGE:2181] Status: --; Last Modified: Aravot (Apr 25 06:27) Locked: N/A" href="http://dev.virtuemart.net/cb/wiki/2181" rel='nofollow'>Video Tutorials</a></strong></span></li>
<li><span><strong><a title="[WIKIPAGE:1389] Status: --; Last Modified: soeren_nb (Nov 29 2007 22:05) Locked: N/A" href="http://dev.virtuemart.net/cb/wiki/1389" rel='nofollow'>Troubleshooting: Session &amp; Login Problems</a></strong></span></li>
<li><span><strong><a title="[WIKIPAGE:2260] Status: --; Last Modified: soeren_nb (Jul 05 2008 11:22) Locked: N/A" href="http://dev.virtuemart.net/cb/wiki/2260" rel='nofollow'>Migrate Joomla! 1.0 (incl. VirtueMart) to Joomla! 1.5</a></strong></span></li>
<li><span><strong><a href="http://virtuemart.net/documentation/User_Manual/index.html" target="_blank" rel='nofollow'>User Manual</a></strong></span></li>
</ul>
<p><strong> </strong></p>
<p>VirtueMart is free! You can download, use and modify it without any restrictions (License: GNU/GPL) &#8211; just as Joomla.</p>
<p style="text-align: center;"><img class="size-full wp-image-50 aligncenter" title="logo_virtuemart" src="http://designstrike.net/wp-content/uploads/2009/06/logo_virtuemart.jpg" alt="logo_virtuemart" width="505" height="189" /></p>
<p>VirtueMart is <span style="font-style: italic;">no stand-alone script</span>, but a Plug-in and requires the PHP Content Management System <span style="font-weight: bold;">Joomla! (or Mambo)</span>. So you must install Joomla first, then VirtueMart. The easiest way is to install the <strong><a href="http://virtuemart.net/latest_joomlaee.php" target="_blank" rel='nofollow'>Joomla! eCommerce Edition</a></strong>: a ready-steady-go bundle of Joomla! &amp; a pre-installed VirtueMart. A lot of translations are available: addtional language files can be found in the <a title="All-in-one Language Pack" href="http://virtuemart.net/index.php?option=com_docman&amp;task=doc_download&amp;gid=170" rel='nofollow'>Language Pack</a>.</p>
<p>Other usefull links for VirtueMart:</p>
<ul>
<li><strong><a href="http://forum.virtuemart.net/" target="_blank" rel='nofollow'>VM Community</a></strong></li>
<li><strong><a title="VirtueMart Features" href="http://virtuemart.net/index.php?option=com_content&amp;task=view&amp;id=69&amp;Itemid=142" target="_blank" rel='nofollow'>Features</a></strong></li>
<li><strong><a title="FAQ" href="http://virtuemart.net/index.php?option=com_content&amp;task=view&amp;id=292&amp;Itemid=144" target="_blank" rel='nofollow'>FAQ</a></strong></li>
<li><strong><a href="http://virtuemart.net/index.php?option=com_content&amp;task=view&amp;id=54&amp;Itemid=147" target="_blank" rel='nofollow' rel='nofollow' rel='nofollow'>Download</a></strong></li>
<li><strong><a href="http://virtuemart.net/index.php?option=com_content&amp;task=view&amp;id=145&amp;Itemid=97" target="_blank" rel='nofollow' rel='nofollow' rel='nofollow'>Demo</a><br />
</strong></li>
</ul>
<p><strong>Joomla extension directory user review</strong></p>
<p><em>&#8220;I have set up two online shops based on Virtuemart and want to say big &#8220;thank you&#8221; to all developers that built it. VM is definitely the most mature e-commerce solution for joomla and with some additional work one can create quality, well functioning online shops with it.&#8221; by </em><span><a href="http://extensions.joomla.org/extensions/reviews/artwebmedia/1" rel='nofollow'>artwebmedia.</a></span></p>
<h2><span><strong>Newsletter implementation and development</strong></span></h2>
<p><span>One of the simplest newsletter component for joomla is <strong>ccNewsletter</strong>. Easy to implement, install and use, excelent support and many other cool features.</span></p>
<p><span><img class="alignnone size-full wp-image-52" title="newsletters" src="http://designstrike.net/wp-content/uploads/2009/06/newsletters.png" alt="newsletters" width="600" height="210" /><br />
</span></p>
<p><span><strong>Features:</strong></span></p>
<ul>
<li><span>CSV import/export</span></li>
<li><span>Import from other newsletter extensions (Letterman, Yanc, Communicator)</span></li>
<li><span>Community Builder plugin</span></li>
<li><span>Synchronization with Joomla! User database</span></li>
<li><span>The only hack-free Virtuemart 1.1 integration</span></li>
<li><span>Batch sending of e-mails (with AJAX), no more time-outs</span><span> More than 15 languages already added!</span></li>
<li><span>And more, check out the manual!</span></li>
</ul>
<p><strong>Note:</strong> This extension requires registration to download.</p>
<p><strong><a href="http://extensions.chillcreations.com/ccnewsletter/ccnewsletter-spsnewsletter-newsletters-joomla-15.html" target="_blank" rel='nofollow'>Download here</a></strong></p>
<h2><strong>Google Analytics implementation</strong></h2>
<p><img class="alignleft size-medium wp-image-57" style="margin-right: 10px" title="google_analytics" src="http://designstrike.net/wp-content/uploads/2009/06/google_analytics-300x247.jpg" alt="google_analytics" width="300" height="247" /><span style="line-height: 14pt;">Google Analytics Tracking Module is a simple module for Joomla! 1.0.x. and Joomla! 1.5 <strong>(legacy mode)</strong> used for inserting Google Analytics tracking code to the Joomla site as a module.</span></p>
<p>This module makes it possible to add the tracking code before the closing body tag in template, which is recommended by Google. Module tracks all pages of Joomla cms including 3rd party components.</p>
<p><span style="line-height: 14pt;">Module track also Virtuemart transactions. Supported payment methods are at the moment: Paypal, Cash on delivery, credit card and purchase order.</span></p>
<h1><span style="line-height: 14pt;"><span style="font-size: 14px;">Features</span></span></h1>
<ul>
<li><span style="font-family: arial,helvetica,sans-serif;">The use of ssl is optional</span></li>
<li><span style="font-family: arial,helvetica,sans-serif;">subdomain tracking is optional</span></li>
<li><span style="font-family: arial,helvetica,sans-serif;">user tracking with __utmSetVar is optional</span></li>
<li><span style="font-family: arial,helvetica,sans-serif;">VirtueMart E-commerce Tracking</span></li>
<li><span style="font-family: arial,helvetica,sans-serif;">Setting Joomla! registration as a Google Analytics goal is optional</span></li>
</ul>
<p><strong>Note:</strong> This extension requires registration to download.</p>
<ul>
<li><strong><a href="http://www.estimetemplates.com/" target="_blank" rel='nofollow' rel='nofollow'>Documentation</a></strong></li>
<li><strong><a href="http://www.estimetemplates.com/modules-for-joomla-cms.html" target="_blank" rel='nofollow' rel='nofollow' rel='nofollow'>Download</a></strong></li>
</ul>
<h2>Joomla Backup manager-Editor`s pick</h2>
<p><span><img class="alignleft size-medium wp-image-60" style="margin-right: 10px" title="joomlapack" src="http://designstrike.net/wp-content/uploads/2009/06/joomlapack-300x83.png" alt="joomlapack" width="300" height="83" />JoomlaPack is an <strong>open-source backup component</strong> for the Joomla! CMS, quite a bit different than its competition. <em><strong>Its mission is simple:</strong></em> create a site backup that can be restored on any Joomla!-capable server. Its possibilities: endless It creates a full backup of your site in a single archive. The archive contains all the files, a database snapshot and an installer derived from the standard Joomla! installer. The backup and restore process is AJAX powered to avoid server timeouts, even with huge sites. Alternatively, you can make a backup of only your database. If you want a reliable, easy to use, open source backup solution for your Joomla! site, try it out. </span></p>
<p><span><strong>Features:</strong><br />
</span></p>
<ul>
<li><span>AJAX powered backup (site and database or database only)</span></li>
<li><span>able to exclude specific folders</span></li>
<li><span>able to exclude specific database tables</span></li>
<li><span>AJAX powered restore</span></li>
<li><span>&#8220;KickStart&#8221; restore: restore without unpacking backup</span></li>
<li><span>Unattended backup mode</span></li>
<li><span>Move your site between hosts</span></li>
</ul>
<p>Useful JoomlaPack resources:</p>
<ul>
<li><strong><a href="http://www.joomlapack.net/help-support-documentation/" target="_blank" rel='nofollow'>Documentation and support</a></strong></li>
<li><strong><a href="http://www.joomlapack.net/download/JoomlaPack-Components-download.html" target="_blank" rel='nofollow' rel='nofollow' rel='nofollow'>Download</a></strong></li>
<li><strong><a href="http://forum.joomlapack.net/" target="_blank" rel='nofollow'>Support forums</a></strong></li>
<li><strong><a href="http://www.joomlapack.net/official-joomlapack-blog/joomlapack-and-more-official-blog.html" target="_blank" rel='nofollow'>Official blog</a></strong></li>
</ul>
<h2>Joom!Fish &#8211; multilingual content manager</h2>
<p><span>Joom!Fish is the solution for your multilingual website if control over the translations matters for you. The extension is totally free of charge available and allows translation of any content within your Joomla system. With an easy extension it is also possible to translate any 3rd party extension available for your favored CMS.</span></p>
<p><img class="alignleft size-medium wp-image-62" style="margin-right: 10px" title="jfcssoffhw0" src="http://designstrike.net/wp-content/uploads/2009/06/jfcssoffhw0-300x170.png" alt="jfcssoffhw0" width="300" height="170" /><strong>Joom!Fish 2.0</strong> is the full featured release including several addons such as a simple Router for your SEO URL&#8217;s and automatic search within the core extensions of Joomla. It comes with an integrated one step installer that allows you to get started very simple.</p>
<p>Free documentation including video tutorials, first step documentations and additional material is available on our website. The site also includes an open forum for community support and additional resources.</p>
<p>The Joom!Fish project also offers a subscriptions based club membership that gives you additional first level support and extensions. With that you can provide an even extended user experience for your multilingual website.</p>
<ul>
<li><strong><a href="http://extensions.joomla.org/extensions/extension-specific/joom%21fish-extensions" rel='nofollow'>This extension has additional addons listed in Joomla Extension Directory.</a></strong></li>
<li><strong><a href="http://www.joomfish.net/downloads/" target="_blank" rel='nofollow' rel='nofollow'>Download the extension</a><br />
</strong></li>
<li><strong><a href="http://www.joomfish.net/forum/" target="_blank" rel='nofollow' rel='nofollow'>Support</a></strong></li>
<li><strong><a href="http://www.joomfish.net/en/documentation" target="_blank" rel='nofollow' rel='nofollow' rel='nofollow'>Demo</a></strong></li>
</ul>
<h2>JCE-Joomla Content Editor</h2>
<p>Add a set of tools to your Joomla!® environment that give you the power to create the kind of content you want, without limitations, and without needing to know or learn HTML, XHTML, CSS.</p>
<ul style="text-align: justify;">
<li>Office-like functions and familiar buttons make formatting simple</li>
<li><strong>Upload</strong>, <strong>rename</strong>, <strong>delete</strong>, <strong>cut/copy/paste</strong> images and insert them into your articles using an intuitive and familiar interface</li>
<li><strong>Create Links</strong> to other <strong>Sections</strong>, <strong>Categories</strong>, <strong>Articles</strong>, <strong>Weblinks </strong>and <strong>Contacts¹ </strong>in your site using a unique and practical Link Browser</li>
<li>Take control of your code with <strong>syntax highlighting</strong> in the <strong>Advanced Code</strong> editor and advanced style and element attribute editing</li>
<li>Integrated <strong>Spellchecking</strong> using Google™ Spellchecker (or PSpell and ASpell)</li>
</ul>
<p><strong>Install additional plugins to extend JCE&#8217;s abilities</strong></p>
<ul style="text-align: justify;">
<li><a title="File Manager" rel="width[640];height[480];group[plugins]" type="text/html" href="http://www.joomlacontenteditor.net/support/documentation/26-file-manager/157-about" target="_blank" rel='nofollow'>File Manager</a> &#8211; Insert links to files of any type with customizable descriptions that include file date, size and icon.</li>
<li><a title="Media Manager" rel="width[640];height[480];group[plugins]" type="text/html" href="http://www.joomlacontenteditor.net/support/documentation/28-media-manager/156-about" target="_blank" rel='nofollow'>Media Manager</a> &#8211; Upload and insert media files (flash, windows media, quicktime etc), embed Youtube movies and create popups to any media type! The Media Manager also includes a custom built FLV Player!</li>
<li style="text-align: justify;"><a title="Image Manager Extended" rel="width[640];height[480];group[plugins]" type="text/html" href="http://www.joomlacontenteditor.net/support/documentation/12-image-manager-extended/33-about" target="_blank" rel='nofollow'>Image Manager Extended</a> &#8211; Resize, rotate and thumbnail images on upload or after, and create create image popups³ with just a few clicks!</li>
<li style="text-align: justify;"><a title="Captions" rel="width[640];height[480];group[plugins]" type="text/html" href="http://www.joomlacontenteditor.net/support/documentation/29-caption/181-about" target="_blank" rel='nofollow'>Captions</a> &#8211; Create captions around images with control over the caption container and text styling</li>
</ul>
<p>JCE is released under the <a title="GNU/GPL Version 2" rel="width[600]" href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt" rel='nofollow'>GNU/GPL</a> licence (the same as Joomla!®) and the core system, the Administration Component and Editor Plugin, are available immediately and without charge. Access to additional plugins is granted with the purchase of a <span style="text-decoration: underline;"><a title="Subscribe!" href="http://www.joomlacontenteditor.net/subscribe" rel='nofollow'>JCE Subscription</a>.</span></p>
<ul>
<li><strong><a href="http://www.joomlacontenteditor.net/" target="_blank" rel='nofollow' rel='nofollow'>Documentation</a></strong></li>
<li><strong><a href="http://www.joomlacontenteditor.net/downloads" target="_blank" rel='nofollow' rel='nofollow'>Download the extension</a></strong></li>
<li><strong><a href="http://www.joomlacontenteditor.net/forum/" target="_blank" rel='nofollow' rel='nofollow'>Support</a></strong></li>
<li><strong><a href="http://www.joomlacontenteditor.net/demo/" target="_blank" rel='nofollow' rel='nofollow' rel='nofollow'>Demo</a></strong></li>
</ul>
<h2>About the author</h2>
<p><strong>G. Alex is the leading writer of designstrike.net </strong>and if you are interested in guest posting send me a quote on grigore.alex22 [at] gmail [dot] com</p>
]]></content:encoded>
			<wfw:commentRss>http://designstrike.net/development/cms-development/how-to-spice-up-your-joomla-webpage.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
