<?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>Dash Online</title>
	<atom:link href="http://dashonline.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dashonline.com</link>
	<description>Hosting and Help</description>
	<lastBuildDate>Thu, 02 Feb 2012 22:25:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Joomla 2.5 &#8211; Unable to create directories in media manager</title>
		<link>http://dashonline.com/joomla-2-5-unable-to-create-directories-in-media-manager/</link>
		<comments>http://dashonline.com/joomla-2-5-unable-to-create-directories-in-media-manager/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 22:22:38 +0000</pubDate>
		<dc:creator>edandrea</dc:creator>
				<category><![CDATA[Joomla Tutorials]]></category>
		<category><![CDATA[error messages]]></category>
		<category><![CDATA[Joomla 2.5]]></category>

		<guid isPermaLink="false">http://dashonline.com/?p=2190</guid>
		<description><![CDATA[Issue error message -You do not have permission for this request /administrator/index.php?option=com_media&#38;task=folder.create&#38;tmpl=index I am unable to create folders in Media Manager of Joomla 2.5 Solution: Edit the htaccess file Commented out this from the .htaccess file inside of public_html ## Disallow visual fingerprinting of Joomla! sites (module position dump) ## http://www.slideshare.net/brianteeman/hidden-joomla-secrets ## Improved to work [...]]]></description>
			<content:encoded><![CDATA[<p><!-- Start ScreenSteps Content --></p>
<div class="LessonContent">
<div class="LessonSummary">
<p>Issue error message -You do not have permission for this request /administrator/index.php?option=com_media&amp;task=folder.create&amp;tmpl=index <br />
I am unable to create folders in Media Manager of Joomla 2.5</p>
</p></div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Solution: Edit the htaccess file</h3>
<div class="StepInstructions">
<p>Commented out this from the .htaccess file inside of public_html</p>
<p>## Disallow visual fingerprinting of Joomla! sites (module position dump)<br />
## http://www.slideshare.net/brianteeman/hidden-joomla-secrets<br />
## Improved to work more efficiently and handle template<br />
## and tmpl query parameters<br />
RewriteCond %{QUERY_STRING} (^|&amp;)tmpl=component [NC]<br />
RewriteRule .* &#8211; [L]<br />
RewriteCond %{QUERY_STRING} (^|&amp;)tp= [NC,OR]<br />
RewriteCond %{QUERY_STRING} (^|&amp;)template= [NC,OR]<br />
RewriteCond %{QUERY_STRING} (^|&amp;)tmpl= [NC]<br />
RewriteRule .* &#8211; [F]</p>
</div></div>
</p></div>
<p><!-- End ScreenSteps Content --></p>
]]></content:encoded>
			<wfw:commentRss>http://dashonline.com/joomla-2-5-unable-to-create-directories-in-media-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iheritance in CSS: Using Firebug to find the Gantry logo</title>
		<link>http://dashonline.com/iheritance-in-css-using-firebug-to-find-the-gantry-logo/</link>
		<comments>http://dashonline.com/iheritance-in-css-using-firebug-to-find-the-gantry-logo/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 00:00:51 +0000</pubDate>
		<dc:creator>Ed Andrea</dc:creator>
				<category><![CDATA[Joomla Tutorials]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gantry]]></category>
		<category><![CDATA[joomla 1.7]]></category>

		<guid isPermaLink="false">http://dashhelp.com/?p=2185</guid>
		<description><![CDATA[Since I started using frameworks, I noticed that the complexity of using Firebug to track down the locations of CSS and images got to be a little more complicated. You may have to go through a few extra steps to track down the source you&#8217;re looking for. Those of us who work with these things [...]]]></description>
			<content:encoded><![CDATA[<p><!-- Start ScreenSteps Content --></p>
<div class="LessonContent">
<div class="LessonSummary">
<p>Since I started using frameworks, I noticed that the complexity of using Firebug to track down the locations of CSS and images got to be a little more complicated. </p>
<p>You may have to go through a few extra steps to track down the source you&#8217;re looking for. Those of us who work with these things all the time often forget that what seems simple to us today, was very strange when we started. So I&#8217;m going to back up a step for beginners and show you a basic skill.</p>
</p></div>
<div class="LessonStep top">
<div class="StepInstructions">
<p>Using the generic Gantry Template as an example, we&#8217;ll show you:</p>
<ul>
<li>How to locate the CSS code.</li>
<li>How to find the location of the logo graphic using a process of elimination.</li>
<li>Demonstrate inheritance in CSS.</li>
</ul>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Before you start</h3>
<div class="StepInstructions">
<p>There are some requirements if you want to follow the example exactly.</p>
<ul>
<li>Firefox as your browser .</li>
<li>Firebug installed as an add on.</li>
<li>The Gantry Framework installed on Joomla. (A test site is preferred.)</li>
<li>The Gantry Template installed on Joomla.</li>
</ul>
<p>You can get both the framework and the template at http://gantry-framework.org. They are open source and there is no charge.</p>
<p>Looking at the statistics on my web visitors, Firefox is used by such an overwhelming majority, I&#8217;m going to use it as the sample. There are similar tools that work with IE and Chrome if you are familiar with them. </p>
<p>If you need Firefox and Firebug you can get them from http://www.mozilla.org/en-US/firefox/fx/.<br />
You can get add-ons like Firebug here https://addons.mozilla.org/en-US/firefox/.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Open your home page in the browser</h3>
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2184-Open_your_home_page_in_the_browser.png" width="318" height="428" alt="wpid2184-Open_your_home_page_in_the_browser.png" />
</div>
<div class="StepInstructions">
<p>Right-click on the Gantry logo.<br />
Choose Inspect Element from the context menu.</p>
</div></div>
<div class="LessonStep top">
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2180-media_1324076922775.png" width="540" height="524" alt="wpid2180-media_1324076922775.png" />
</div>
<div class="StepInstructions">
<p>A split window will open and you will see<br />
1. HTML Tab<br />
2. The html code<br />
3. The Style Tab<br />
4. The CSS code<br />
5. The name of the CSS file that has the code</p>
</div></div>
<div class="LessonStep top">
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2181-media_1324078521289.png" width="540" height="331" alt="wpid2181-media_1324078521289.png" />
</div>
<div class="StepInstructions">
<p>In the Style pane you see the CSS for the logo. It&#8217;s #rt-logo and it&#8217;s on line 1 of template css.<br />
The background image is located at &#8211;  background-image: url(&quot;../images/logo/logo.png&quot;);</p>
<p>In a usual template, you could make a new logo.png and upload it to that directory, or you could go into the CSS file and change the location of the image by editing the url. This is where this gets a bit tricky with Gantry and other frameworks. I&#8217;ll show you what I mean.</p>
<p>As you run your mouse over the lines you see some gray circles. If you click one of those gray circles, Firebug will temporarily &quot;turn off&quot; that line so it is not active. You can bring it back by clicking again or refreshing the page.</p>
</div></div>
<div class="LessonStep top">
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2182-media_1324078762016.png" width="540" height="511" alt="wpid2182-media_1324078762016.png" />
</div>
<div class="StepInstructions">
<p>Normally this would make the logo image disappear, but as you can see in the above image, it is still there. Obviously this isn&#8217;t the actual logo. </p>
<p>Look a little farther down the page and you see another section labeled #rt-logo, and there is a line through everything, except the background image. The strike through went away when you turned off the background image in the section above. </p>
<p>Now go down the line and click the circle next to the background image in the second section.</p>
</div></div>
<div class="LessonStep top">
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2183-media_1324079293844.png" width="540" height="572" alt="wpid2183-media_1324079293844.png" />
</div>
<div class="StepInstructions">
<p>The logo has disappeared. </p>
<p>This happens because there are two style sheets that control things. In this case template.css and gantry.css. They can&#8217;t both be right so one will take precedence over the other. This demonstrates the idea of &quot;inheritance&quot; in css styling.</p>
<p>One way to replace this logo on your site would be to create another logo and name it header-assets.png and overwrite the one in the images file. Or you could open the gantry.css and change the url to the background image there.</p>
<p>Frameworks and more complicated templates use inheritance, which may introduce a little more complexity to your CSS work. </p>
<p>Next time you change the CSS coding, but don&#8217;t see any change on the site, you may need to look a little further to see which style sheet is really controlling the layout. You may need to change things in more than one location, so be sure you don&#8217;t give up too easily.</p>
</div></div>
</div>
<p><!-- End ScreenSteps Content --></p>
]]></content:encoded>
			<wfw:commentRss>http://dashonline.com/iheritance-in-css-using-firebug-to-find-the-gantry-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s New in Joomla 2.5</title>
		<link>http://dashonline.com/whats-new-in-joomla-2-5/</link>
		<comments>http://dashonline.com/whats-new-in-joomla-2-5/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 21:04:20 +0000</pubDate>
		<dc:creator>Ed Andrea</dc:creator>
				<category><![CDATA[Joomla Tutorials]]></category>
		<category><![CDATA[Joomla 2.5]]></category>

		<guid isPermaLink="false">http://dashhelp.com/?p=2152</guid>
		<description><![CDATA[It looks like there are some simple improvements along with some profound improvements coming up next week. For instance A little clean up with category filtering for articles, fixing some spacing and design tweaks, making things a little more convenient, adding a core search feature to name few. According to Joomla.org , &#8220;Version 11.3 of [...]]]></description>
			<content:encoded><![CDATA[<div class="LessonContent">
<div class="LessonSummary">
<p><a href="http://dashhelp.com/wp-content/uploads/2011/11/logo_joomla2.png"><img class="alignleft size-full wp-image-1479" title="logo_joomla2" src="http://dashhelp.com/wp-content/uploads/2011/11/logo_joomla2.png" alt="" width="50" height="49" /></a>It looks like there are some simple improvements along with some profound improvements coming up next week.</p>
<p>For instance A little clean up with category filtering for articles, fixing some spacing and design tweaks, making things a little more convenient, adding a core search feature to name few.</p>
<p>According to J<a href="http://community.joomla.org/blogs/community/1525-last-steps-to-joomla-25.html" target="_blank">oomla.org</a> , &#8220;Version 11.3 of the Platform has just been merged into the CMS and we are down to the last few weeks before 2.5! We plan to release Version 2.5 beta on or before December 20th.&#8221; There&#8217;s a lot of last minute testing going on, but we can give you a peek at what we see coming up.</p>
<p><span id="more-2152"></span></p>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">What&#8217;s up with version numbers?</h3>
<div class="StepInstructions">
<p>As many of you know, version 2.5 is the long-term-support release that ends the 1.6/1.7/2.5 series.You might be wondering why all the discussion on whether the next Joomla release is 1.8 or 2.5. Or what happened to 2.0? Or maybe your not wondering at all, you just want to know what&#8217;s in it for you..</p>
<p>There is a really great video that explains it very simply already on the web. We&#8217;ll point you to that video and you can get the details from there.</p>
<p><iframe src="http://www.youtube.com/embed/GCrbPZpek3s" frameborder="0" width="560" height="315"></iframe></p>
<p>&nbsp;</p>
<p>December 12 was the cutoff date for testing and the Joomla Geniuses are in the final stages of the release. Watch the newsletter for an updated review and screen shots.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">JPlatform 11.3</h3>
<div class="StepInstructions">
<p>Developers will find this interesting. The MooTools library is upgraded (1.4) and more capability comes with the JImage class an the JGrid class. Extensions that will allow more image editing, and also creation of HTML tables can be developed</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Finder integration &#8211; advanced search for Joomla.</h3>
<div class="StepInstructions">
<p>According to the <a href="http://docs.joomla.org/Finder_Integration_Working_Group" target="_blank">Joomla documentation</a>, &#8220;Finder is an advanced search extension for Joomla! 1.5. The full package includes the Finder component, a front-end search module, a back-end status module, a group of plugins for processing data from core components, and a system plugin. Finder includes features such as term highlighting, suggestions, and allows for taxonomy support. Finder is used to power the search on extensions.joomla.org.&#8221;</p>
<p>To see how it works, visit the JED and do a search. Some of it&#8217;s features:</p>
<ul>
<li>Most relevant content listed first.</li>
<li>Suggests alternative phrases and its</li>
<li>Pluggable adapter system allows search adapters which provide support for standard content and other documents.</li>
<li>Custom search filters allows you to provide contextual searching.</li>
</ul>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Custom Black List in Text Filters</h3>
<div class="StepInstructions">
<p>In order to be able to insert e.g. an iframe video today, you would have to make some changes to the &#8220;Text filters&#8221; in &#8220;Article Manager Options&#8221;.</p>
<p>This is all very complicated and you have to come up do a lot of research to come up with a good white list or blacklist that works across all users.</p>
<p>In 2.5, text filters are moved to the global configuration. They are filtering content for black and white listed tags based on your configuration and on role permission.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Other expected features</h3>
<div class="StepInstructions">
<ul>
<li>An update notifications module with additional plugins for different types of messages.</li>
<li>A new manager for language overrides.</li>
<li>An image option for site offline mode</li>
<li>Attach an image to the intro text for blog and featured layouts</li>
<li>A mobile version of The Beez core template.</li>
</ul>
<p>There will most likely be more. I saw lots of interesting improvements in the testing list, but they aren&#8217;t finished testing yet. We&#8217;ll have to wait and see which features make the final cut.</p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://dashonline.com/whats-new-in-joomla-2-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 8 &#8211; upcoming versions and initiatives</title>
		<link>http://dashonline.com/drupal-8-upcoming-versions-and-initiatives/</link>
		<comments>http://dashonline.com/drupal-8-upcoming-versions-and-initiatives/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 05:55:09 +0000</pubDate>
		<dc:creator>Ed Andrea</dc:creator>
				<category><![CDATA[Drupal Tutorials]]></category>
		<category><![CDATA[Drupal 8]]></category>

		<guid isPermaLink="false">http://dashhelp.com/?p=2133</guid>
		<description><![CDATA[Everybody wants something new for Christmas, and a lot of us are wishing for Drupal 8. Seems like it&#8217;s just around the corner! But if you understand version numbers and Dries Buyteart&#8217;s philosophy behind releases, you&#8217;ll find out you need to calm down a bit. However, we can get a peek at what&#8217;s coming in [...]]]></description>
			<content:encoded><![CDATA[<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2132-media_1323833390689.png" alt="wpid2132-media_1323833390689.png" width="220" height="57" /></div>
</div>
<div class="LessonContent">
<div class="LessonSummary">
<p>Everybody wants something new for Christmas, and a lot of us are wishing for Drupal 8. Seems like it&#8217;s just around the corner! But if you understand version numbers and Dries Buyteart&#8217;s philosophy behind releases, you&#8217;ll find out you need to calm down a bit.</p>
<p>However, we can get a peek at what&#8217;s coming in Drupal 8 by checking the Drupal Initiatives, Knowing what to expect is critical to your decision on which platform to use today. When a stable version (Drupal 8.0) is released, Drupal 6 will no longer be supported or receive security updates, and you will need to upgrade your Drupal 6 sites to Drupal 7 at that time.</p>
<p>In this article we&#8217;re going to show you how to navigate the drupal site to find information on future Drupal releases and the intiatiatives that are guiding the development. At the same time we will introduce you to the new approach to Drupal development through &#8220;Initiatives.&#8221;</p>
<p><span id="more-2133"></span></p>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 1. Understanding the development cycle</h3>
<div class="StepInstructions">
<p>To quote Dries Buyteart, &#8220;Personally, based on listening to a lot of people, I believe that for Drupal 8, the release date should be 18 months after Drupal 7 reaches its Plateau of Productivity.&#8221; Dries Buyteart is is the original creator and project lead for Drupal.</p>
<p>Generally, he&#8217;s the one that decides when Drupal 7 reaches its Plateau of Productivity, and there hasn&#8217;t been any such announcement yet. You could say Drupal 8 is around the corner &#8211; after we go down the street, cross the bridge, go four more blocks and take a gentle left at the fork, to the stop sign, look to the west and see the corner &#8211; then we can go around it. You can read more about it on his <a href="http://buytaert.net/how-i-think-about-drupal-release-date-planning" target="_blank">blog</a>.entry on release date planning.</p>
<p>So the actual release date at this time is a bit fluid, and estimates put it sometime in 2012. Hopefully, we&#8217;re not using the Mayan calendar for that prediction.</p>
<p>If you want to read all the details check out the <a href="http://drupal.org/documentation/understand" target="_blank">Understanding Drupal</a> article on the drupal.org site.</p>
<p>In the meantime there are initiatives. These are the project outlines of what&#8217;s to come. And there are a lot of them.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 2. Understanding the new Drupal 8 uses approach</h3>
<div class="StepInstructions">
<p>Borrowing the opening paragraph from the blog on <a href="http://www.garfieldtech.com/blog/web-services-initiative" target="_blank">garfieldtech.com:</a></p>
<p>&#8220;At DrupalCon Chicago, Dries announced that the development process for Drupal 8 would be a bit different.</p>
<p>Rather than a vast dog pile of efforts to improve Drupal in ways big and small, Drupal 8 will feature a number of major &#8220;core initiatives&#8221;.</p>
<p>These initiatives highlight major areas of work that represent not just a patch or three but major changes to Drupal&#8217;s plumbing. Each initiative will have one or two initiative leads who have the ability to coordinate and make decisions relating to that initiative while working closely with Dries.</p>
<p>In a large sense, it is a way for Dries to scale; Rather than Dries having to keep track of 1000 ongoing conversations himself, initiative owners can coordinate related changes while Dries coordinates the initiative owners. It also gives a clear indication of what work is happening and what to expect out of Drupal 8.&#8221;</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 3. Initiatives to guide the development</h3>
<div class="StepInstructions">
<p>Drupal has several &#8220;initiatives&#8221; running at the same time. Each initiative addresses an aspect of Drupal that the developers see as crucial to the evolution of the platform.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Step_6._Keeping_up_with_changes..png" alt="Step_6._Keeping_up_with_changes..png" width="540" height="210" /></div>
<div class="StepInstructions">
<p>For announcements specifically about Drupal 8, please see the <a href="http://groups.drupal.org/drupal-initiatives" target="_blank">Drupal 8 Initiatives group</a> (RSS feed).</p>
<p>This group is an announcement list of major discussions and happenings in Drupal 8 initiatives, cross-posted from their dedicated groups and issue queues. If you only have time to read a single channel of info on Drupal 8, this is the one! The initiative dashboard will direct you to the most relevant news, roadmap, issues, docs, code and chat on Drupal 8 initiatives.</p>
<p>Content in the Drupal 8 initiatives Group, as described by the group&#8230;</p>
<p>&#8221; &#8230;is along the lines of:</p>
<ul>
<li>a) We think a decision has been reached, and here&#8217;s the decision. Feedback?</li>
<li>b) We&#8217;re trying to reach a decision, and we need help. Here&#8217;s where to chime in to help us reach it.</li>
<li>c) General status reports about &#8220;Hey, if you&#8217;ve been busy for the past while, here&#8217;s what&#8217;s going on and what things you should know.&#8221;</li>
</ul>
<p>Unfortunately, this group needs to be kept invite-only in order to keep the content curated to only important announcements of general interest, but you are warmly encouraged to comment and participate on any discussions posted to this group!&#8221;</p>
<p>For announcements of major initiatives and opportunities to contribute, follow the <a href="http://groups.drupal.org/core" target="_blank">Core announcements group</a> (RSS feed, @drupalcore on twitter.). If you want to be able to throw in your two cents, you can also learn how to contribute even if it&#8217;s only to the discussion.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 7. The initiative list</h3>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">CMI &#8211; Configuration Management</h3>
<div class="StepInstructions">
<div class="StepImage"><img class="alignright" src="http://dashhelp.com/wp-content/uploads/2011/12/CMI_-_Configuration_Management.png" alt="CMI_-_Configuration_Management.png" width="243" height="184" /></div>
<p>I couldn&#8217;t find a succinct description of this initiative. An list of the problems they are solving will give you an idea of the direction.</p>
<ul>
<li>Currently there is no good way to move Drupal configuration information between environments because this data is scattered throughout the database in a variety of formats, oftentimes intermingled with content.</li>
<li>This also makes it impossible to version control this information, to store history, and to be able to rollback changes.</li>
<li>Every module stores their configuration data in a different format, there is no standardization at all, even within core.</li>
<li>There is also no standard API for saving this information (aside from the simple case of the variables table) so developer often roll their own solutions.</li>
<li>The entire contents of the variables table is loaded on each page request, even for rarely-accessed data, leading to memory bloat.</li>
<li>It is cumbersome to manage information that is different between server environments for the same project (database information, api keys, etc.)</li>
</ul>
<p>CMI &#8211; Configuration Management Inititive &#8211; <a href="http://groups.drupal.org/build-systems-change-management/cmi" target="_blank">http://groups.drupal.org/build-systems-change-management/cmi</a></p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">WSCCI &#8211; Web Services Context Core Initiative</h3>
<div class="StepImage"><img class="alignright" src="http://dashhelp.com/wp-content/uploads/2011/12/WSCCI_-_Web_Services_Context_Core_Initiative.png" alt="WSCCI_-_Web_Services_Context_Core_Initiative.png" width="319" height="198" /></div>
<div class="StepInstructions">
<p>Web services are an area that is exploding in recent years, and will only continue to become more important. What does that mean? In a nutshell, a web service is a web site responding to a request not with an HTML page but with data intended for another program to consume. That could be as mundane as an RSS feed, as complex as a headless SOAP application server, or anything in between.</p>
<p>WSCCI &#8211; Web Services and Context Core Initiative &#8211; <a href="http://groups.drupal.org/wscci" target="_blank">http://groups.drupal.org/wscci</a></p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Design 4 Drupal</h3>
<div class="StepImage"><img class="alignright" src="http://dashhelp.com/wp-content/uploads/2011/12/Design_4_Drupal.png" alt="Design_4_Drupal.png" width="235" height="94" /></div>
<div class="StepInstructions">
<p>Design for Drupal is about bringing the community of designers together to be a part of the Drupal community. It’s about enabling designers and themers to do great stuff, coordinate efforts, come up with crazy ideas, and build a movement to make Drupal beautiful.</p>
<p>Design 4 Drupal &#8211; Drupal&#8217;s Design Initiative &#8211; <a href="http://groups.drupal.org/design-drupal" target="_blank">http://groups.drupal.org/design-drupal</a></p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">D8MI &#8211; Drupal 8 Multi-Lingual Initiative</h3>
<div class="StepImage"><img class="alignright" src="http://dashhelp.com/wp-content/uploads/2011/12/D8MI_-_Drupal_8_Multi-Lingual_Initiative.png" alt="D8MI_-_Drupal_8_Multi-Lingual_Initiative.png" width="264" height="194" /></div>
<div class="StepInstructions">
<p>This group works on internationalization issues, like making it possible to translate menus, nodes and taxonomies in Drupal. This includes everything from process and workflows, to actual code issues or optimizations required. The Translations group is where to go if you are working on translating Drupal core or contrib modules.</p>
<p>DUMI &#8211; Drupal 8 Multi-Lingual Initiative. (Internationalization) &#8211; <a href="http://groups.drupal.org/internationalization" target="_blank">http://groups.drupal.org/internationalization</a></p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">HTML5 &#8211; HTML5 Initiative</h3>
<div class="StepImage"><img class="alignright" src="http://dashhelp.com/wp-content/uploads/2011/12/HTML5_-_HTML5_Initiative.png" alt="HTML5_-_HTML5_Initiative.png" width="133" height="165" /></div>
<div class="StepInstructions">
<p>This is a discussion and working group for anyone interested in implementing HTML5 markup and API&#8217;s in Drupal. We are working on several projects to provide HTML5 support for Drupal 7, and pushing to get HTML5 native markup and form elements into Drupal 8 core.</p>
<p>HTML5 &#8211; HMTL 5 Initiative &#8211; <a href="http://groups.drupal.org/html5" target="_blank">http://groups.drupal.org/html5</a></p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://dashonline.com/drupal-8-upcoming-versions-and-initiatives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.3 &#8211; It&#8217;s here now!</title>
		<link>http://dashonline.com/wordpress-3-3-its-here-now/</link>
		<comments>http://dashonline.com/wordpress-3-3-its-here-now/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 04:30:50 +0000</pubDate>
		<dc:creator>Ed Andrea</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[wordpress 3.2]]></category>
		<category><![CDATA[wordpress 3.3]]></category>

		<guid isPermaLink="false">http://dashhelp.com/?p=2124</guid>
		<description><![CDATA[&#160; December 12, 2011 is the day the newest version became available to the public and as a download link inside WordPress administration. In case you&#8217;re wondering what&#8217;s changed, not a lot that you would notice, except they really work hard at not letting you get by without seeing it. Some improvements to the user [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div class="LessonContent">
<div class="LessonSummary">
<div class="LessonStep top">
<div class="StepImage"><img class="alignleft" src="http://dashhelp.com/wp-content/uploads/2011/12/media_1323834728350.png" alt="media_1323834728350.png" width="182" height="209" /></div>
</div>
<p>December 12, 2011 is the day the newest version became available to the public and as a download link inside WordPress administration. In case you&#8217;re wondering what&#8217;s changed, not a lot that you would notice, except they really work hard at not letting you get by without seeing it.</p>
<p>Some improvements to the user experience that make it easier to use &#8211; especially for beginners &#8211; are most welcome.</p>
<p><span id="more-2124"></span></p>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">New Welcome with First Steps Guide and other dashboard improvements</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/New_Welcome_with_First_Steps_Guide_and_other_dashboard_im.png" alt="New_Welcome_with_First_Steps_Guide_and_other_dashboard_im.png" width="540" height="342" /></div>
<div class="StepInstructions">
<p>For anyone new to WP. the welcome screen will be very welcome, indeed. It has a link to the a beginners guide, plus an outline of the most common steps to take and help on completing them.</p>
<ol>
<li>This link will take you to the codex and a beginner manual</li>
<li>These links go directly to the configuration pages where you can start filling in the configuration.</li>
</ol>
<p>Once you&#8217;ve dismissed this page you can come back to it via the dashboard home screen options tab.</p>
<p>Certain dashboard screens have been updated to look better at various sizes, including improved iPad/tablet support.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">New access to documentation menu</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/New_access_to_documentation_menu.png" alt="New_access_to_documentation_menu.png" width="197" height="217" /></div>
<div class="StepInstructions">
<p>If you mouse over the &#8220;W&#8221; icon at the top left, you&#8217;ll get a hidden menu with links to documentation and support. Click &#8220;About WordPress&#8221; and you will see a page that summarizes all these updates.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">New flyout menu to reduce clicks</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/New_flyout_menu_to_reduce_clicks.png" alt="New_flyout_menu_to_reduce_clicks.png" width="349" height="463" /></div>
<div class="StepInstructions">
<p>The new dashboard menu has flyouts plus an expanded menu. I clicked on pages and you can see the expanded menu, but at the same time if you mouse over another menu item, you get a flyout with direct access to the submenu.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Dropdowns on the admin header menu</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Dropdowns_on_the_admin_header_menu.png" alt="Dropdowns_on_the_admin_header_menu.png" width="246" height="100" /></div>
<div class="StepInstructions">
<p>They also combined the old header and the dashboard links to conserve space. The header background color is slightly darker to make it more prominent and easier to see. Mousing over any menu item opens a dropdown menu with links for additional options.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">More content tools</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/More_content_tools.png" alt="More_content_tools.png" width="526" height="273" /></div>
<div class="StepInstructions">
<p>You can also see another new feature &#8211; New Feature Pointers &#8211; expanded tool tips to help you understand new functions and features when they are added.</p>
<p>Harder to illustrate, but just as friendly, is a Post-update Changelog. There is a new screen that you will see after you update WP, that announces, and gives some explanations of, new features.</p>
<p>Above you can also see how they have consolidated the media icons for uploading media. Now there is only one, and it will automatically determine the file type.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_1323740863441.png" alt="media_1323740863441.png" width="540" height="287" /></div>
<div class="StepInstructions">
<p>You can drag and drop multiple files from your desktop, or just one. <br /> You can now upload more file types. WP added the rar and 7z file formats to the list of allowed file types in the uploader.</p>
<p>Instead of needing to click on a specific upload icon based on your file type, now there’s just one. Once your file is uploaded, the appropriate fields will be displayed for entering information based on the file type.</p>
<p>This will only upload files, you still can&#8217;t insert a video or audio file into a post or page without a player.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_1323744067537.png" alt="media_1323744067537.png" width="239" height="44" /></div>
<div class="StepInstructions">
<p>Have you ever gone to edit a post after someone else has finished with it, only to get an alert that tells you the other person is still editing the post? From now on, you’ll only get that alert if another person is still on the editing screen — no more time lag.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_1323744164605.png" alt="media_1323744164605.png" width="380" height="532" /></div>
<div class="StepInstructions">
<p>Want to import content from Tumblr to WordPress? No problem! Go to Tools &gt; Import to get the new Tumblr Importer, which maps your Tumblog posts to the matching WordPress post formats. Tip: Choose a theme designed to display post formats to get the greatest benefit from the importer.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Widget Improvements</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Widget_Improvements.png" alt="Widget_Improvements.png" width="540" height="345" /></div>
<div class="StepInstructions">
<p>The operation of the widgets hasn&#8217;t changed, but there is a very convenient improvement in their configuration in each theme.</p>
<p>Changing themes often requires widget re-configuration based on the number and position of sidebars. Now if you change back to a previous theme, the widgets will automatically go back to how you had them arranged in that theme.</p>
<p>Note: if you’ve added new widgets since the switch, you’ll need to rescue them from the Inactive Widgets area.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Under the hood &#8211; things you can&#8217;t see, but you will like.</h3>
<div class="StepInstructions">
<p>Flexible Permalinks<br /> You have more freedom when choosing a post permalink structure. Skip the date information or add a category slug without a performance penalty.</p>
<p>Post Slugs: Less Funky<br /> Funky characters in post titles (e.g. curly quotes from a word processor) will no longer result in garbled post slugs.</p>
<p>jQuery and jQuery UI<br /> WordPress now includes the entire jQuery UI stack and the latest version of jQuery: 1.7.1.</p>
<p>is_main_query()<br /> This handy method will tell you if a WP_Query object is the main WordPress query or a secondary query.</p>
<p>WP_Screen API<br /> WordPress has a nice new API for working with admin screens. Create rich screens, add help documentation, adapt to screen contexts, and more.</p>
<p>Editor API Overhaul &#8211; wp_editor() API<br /> The new editor API automatically pulls in all the JS and CSS goodness for the editor. It even supports multiple editors on the same page. Plugins can now access the WordPress editor from anywhere, including rendering the Visual/HTML tabs. The links to upload files and displaying the media library can now be accessed by plugins.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Upgrading is easy &#8211; just click upgrade</h3>
<div class="StepInstructions">
<p>If you want a more detailed list of changes check out this page <a href="http://codex.wordpress.org/Version_3.3" target="_blank">http://codex.wordpress.org/Version_3.3</a></p>
<p>WordPress has made this very easy, and the visible differences between 3.2 and 3.3 are subtle and easy to follow. This will not be a confusing or difficult upgrade. There is plenty of help, and they have gone to great lengths to inform you of changes and smooth any transitional problems. But&#8230;always make a backup before you do anything.</p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://dashonline.com/wordpress-3-3-its-here-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using AllVideos for Joomla</title>
		<link>http://dashonline.com/using-allvideos-joomla-plugin-for-all-types-of-video-display/</link>
		<comments>http://dashonline.com/using-allvideos-joomla-plugin-for-all-types-of-video-display/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 22:19:25 +0000</pubDate>
		<dc:creator>Ed Andrea</dc:creator>
				<category><![CDATA[Joomla Tutorials]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[joomla 1.7]]></category>
		<category><![CDATA[Joomla 2.5]]></category>

		<guid isPermaLink="false">http://dashhelp.com/?p=2093</guid>
		<description><![CDATA[One of our students was having a problem getting 4 videos on a page in a neat little box. We wrote this quick tutorial for him. Video, Audio, local or remote. AllVideos plugin will allow display of almost any type of media, and more than one on a page. If you can make a table, [...]]]></description>
			<content:encoded><![CDATA[<p><!-- Start ScreenSteps Content --></p>
<div class="LessonContent">
<div class="LessonSummary">
<p>One of our students was having a problem getting 4 videos on a page in a neat little box. We wrote this quick tutorial for him.</p>
<p>Video, Audio, local or remote. AllVideos plugin will allow display of almost any type of media, and more than one on a page. If you can make a table, you make a nice video grid.</p>
</p></div>
<div class="LessonStep top">
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2142-media_1323838053270.png.png" width="110" height="110" alt="wpid2142-media_1323838053270.png.png" />
</div>
<div class="StepInstructions">
<p>In this lesson we&#8217;ll show you how to download and install the plugin, then how to get the videos into the article. Unlike components, this plugin doesn&#8217;t create a link in a drop down menu for you to click on or a link beneath the edit window to insert anything.</p>
<p>You need to be able to write a token. In WordPress they call it shortcode, in Drupal it&#8217;s token. i&#8217;m calling it a token here. It&#8217;s a piece of code in an html document that gets replaced by information from somewhere else when the page is created.</p>
<p>If you use AllVideos, you don&#8217;t have to write any embed code or strict html. You can write the token directly into the editing window.  It starts with a  tag. By tag I mean something very similar to an HTML tag, but this one is special because it uses &quot;{ }&quot; curly brackets. Here&#8217;s an example : {mp4}yourvideofilename1{/mp4} Every token has a start-tag {mp4} and and end-tag {/mp4} the / tells you were to end like a period on a sentence.anywhere you place the tag a video is going to show up. </p>
<p>AllVideos lets you put the many different file types between the brackets for an incredible variety of choices.</p>
<p>To get several videos to line up in a square, your going to have to make a table. This will be a lot easier if you have the JCE editor. I show you how to do it with the tinyMCE editor and give you the table code so you can see  that part of the process.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 1. Download and install</h3>
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2144-media_1323812096367.png" width="498" height="290" alt="wpid2144-media_1323812096367.png" />
</div>
<div class="StepInstructions">
<p>You can get AllVideos here <a href="http://www.joomlaworks.gr/content/view/16/42/" target="_blank">http://www.joomlaworks.gr/content/view/16/42/</a></p>
<ol>
<li>After install go to Extensions &gt; Plug-in Manager</li>
<li>Search for allvideos</li>
<li>Click the name AllVideos</li>
</ol>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 2. Specify video and audio folders</h3>
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2145-media_1323812158739.png" width="428" height="611" alt="wpid2145-media_1323812158739.png" />
</div>
<div class="StepInstructions">
<ol>
<li>In your images folder create two folders one called videos the other called audio.</li>
<li>Upload your videos to the videos folder. Or if you already have them uploaded, change the path in the Local Video and Audio fields.</li>
<li>Set the size of the default display window. with four on a page you probably want 300px or less depending on your layout.</li>
<li>Decide whether you want the videos to autoplay or not (you probably want &quot;NO&quot;).</li>
</ol>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 3. Save your work</h3>
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2140-media_1323812493401.png" width="540" height="290" alt="wpid2140-media_1323812493401.png" />
</div>
<div class="StepInstructions">
<p>Be sure to save.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 4. Add code to an article</h3>
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2146-media_1323812568602.png" width="503" height="229" alt="wpid2146-media_1323812568602.png" />
</div>
<div class="StepInstructions">
<p>Go to your article manager. Either add a new article or go to the article you want to manage.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 5. Creating a table</h3>
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2138-media_1323812713696.png" width="540" height="297" alt="wpid2138-media_1323812713696.png" />
</div>
<div class="StepInstructions">
<p>Access the HTML code view to enter the table code.</p>
<p>This step depends on which editor you are using and whether or not you know how to put a table into the article. I am going to assume you have the default tinyMCE editor and you don&#8217;t know much code. So if that&#8217;s you, click on &quot;Toggle Editor&quot; or the HTML in the menu.</p>
<p>In this example I clicked Toggle Editor</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 6. Paste or write the table code</h3>
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2141-media_1323812895358.png" width="540" height="308" alt="wpid2141-media_1323812895358.png" />
</div>
<div class="StepInstructions">
<p>Copy and paste, or type this code into your window.<br />
Then be sure to update and save the page.</p>
<p>&lt;table width=&quot;80%&quot;  border=&quot;0&quot; align=&quot;center&quot;&gt;<br />
  &lt;tr&gt;<br />
    &lt;td&gt;{mp4}yourvideofilename1{/mp4}&lt;/td&gt;<br />
    &lt;td&gt;{mp4}yourvideofilename2{/mp4}&lt;/td&gt;<br />
  &lt;/tr&gt;<br />
  &lt;tr&gt;<br />
    &lt;td&gt;{mp4}yourvideofilename3{/mp4}&lt;/td&gt;<br />
    &lt;td&gt;{mp4}yourvideofilename4{/mp4}&lt;/td&gt;<br />
  &lt;/tr&gt;<br />
&lt;/table&gt; 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   </p>
</div></div>
<div class="LessonStep top">
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2147-media_1323813116436.png" width="540" height="270" alt="wpid2147-media_1323813116436.png" />
</div>
<div class="StepInstructions">
<p>Here&#8217;s what the table will look like in the editing view. You can do this without the table and all the videos will be stacked up.</p>
<p>1. You created a table to contain your videos. If you have ace, you can insert one from the toolbar. If not use the method above.<br />
2. Into each cell you see the token. In this case the files we want to load end in .mp4.</p>
<p>So we&#8217;re going to put  {mp4 } in curly brackets on the front, and {/mp4} in curly brackets at the end. Between those start and end tags we want to put the file name without the extension, like this &#8211; yourvideofilename  &#8211; leave off the . and the extension letters.</p>
<p>Example<br />
yourvideofilename1.mp4 &#8211; you write {mp4}yourvideofilename(/mp4}    if the file ends in .swf you would put swf in the brackets. If it&#8217;s from YouTube you would put youtube in the brackets.</p>
<p>If you want to see examples of all the possible tags and tokens you can use, visit their documentation page:</p>
<p>http://www.joomlaworks.gr/content/view/35/41/</p>
<p>There is a great chart that&#8217;s easy to follow.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 7. Replace the text inside the token and between the brackets as needed.</h3>
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2143-media_1323844372884.png" width="540" height="281" alt="wpid2143-media_1323844372884.png" />
</div>
<div class="StepInstructions">
<p>Here&#8217;s what it looks like with YouTube videos. I changed mp4 to youtube in the tags. I put the YouTube video number between the tags. No need for embed code, and I can fit it in with normal html and css styling.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 8: 4 YouTube videos in a box.</h3>
<div class="StepImage">
	<img src="http://dashhelp.com/wp-content/uploads/2011/12/wpid2139-Example_4_YouTube_videos_in_a_box..png" width="540" height="481" alt="wpid2139-Example_4_YouTube_videos_in_a_box..png" />
</div>
<div class="StepInstructions">
<p>Here&#8217;s what the youtube videos look like. They are contained by the table, and the default size we set in the configuration step determines their width. You can do some customization in each individual article for some extra control.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 9. Advanced configuration</h3>
<div class="StepInstructions">
<p>You can use syntax inside the start tag to change the appearance on the fly. The added syntax will override the defaults.</p>
<p>You can also use syntax like: {format/provider}filename|width|height|autoplay{/format/provider}. You use the pipe &quot;|&quot; character between each parameter.</p>
<p>For example, an &quot;autoplaying&quot; YouTube video of 100&#215;150 dimensions would be displayed adding this to a content item: </p>
<p>{youtube}inTas4CAls_egj200|150|1{/youtube}  &#8211; First in line is the file name, then the width, then heighth, and the final &quot;1&quot; indicates autoplay. If you don&#8217;t want autoplay, make this a &quot;0&quot;.</p>
<p>&nbsp;</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 10. Remote streaming services</h3>
<div class="StepInstructions">
<p>In the example of the mp4 above we used local media, which means it&#8217;s on the same server as the website. But you are not restricted to your own server. We already showed you how to use a streaming service &#8211; YouTube. There are many other services and all you need to do to use their media is to put the name of the service in the brackets. Here are a few examples</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;{brightcove}1656387563{/brightcove}<br />
&nbsp;&nbsp;&nbsp;&nbsp;{yahoo}3169238/8981933{/yahoo}<br />
&nbsp;&nbsp;&nbsp;&nbsp;{collegehumor}1824771{/collegehumor}</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 11. Remote from another website</h3>
<div class="StepInstructions">
<p>You can get remote videos from any website if you know the media type and the full URL to the video. Here are some samples of how you write the tokens to get video from another site that is not a streaming service. You need to indicate it&#8217;s a remote source in the start tag.</p>
<p>     {mp3remote}http://www.filehosting.com/pixies_bonemachine.mp3{/mp3remote}<br />
     {swfremote}http://www.filehosting.com/presentation.swf{/swfremote}<br />
&nbsp;&nbsp;&nbsp;&nbsp;{mp4remote}http://www.filehosting.com/nadasurf.mp4{/mp4remote}</p>
</div></div>
<div class="LessonStep top">
<div class="StepInstructions">
<p>That&#8217;s pretty much all there is to it. You just need to know the type of media, the location of the media and how to write the token. With this knowledge you can put any video or audio source on your website. Combine it with text and a little formatting with tables or divs, add some syntax to the tags, and you can create any arrangement you want to fit your design. </p>
</div></div>
</div>
<p><!-- End ScreenSteps Content --></p>
]]></content:encoded>
			<wfw:commentRss>http://dashonline.com/using-allvideos-joomla-plugin-for-all-types-of-video-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hika Cart USPS Shipping Module</title>
		<link>http://dashonline.com/hika-cart-usps-shipping-module/</link>
		<comments>http://dashonline.com/hika-cart-usps-shipping-module/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 22:15:00 +0000</pubDate>
		<dc:creator>Ed Andrea</dc:creator>
				<category><![CDATA[Joomla Tutorials]]></category>
		<category><![CDATA[hika cart]]></category>
		<category><![CDATA[joomla 1.7]]></category>

		<guid isPermaLink="false">http://dashhelp.com/?p=2080</guid>
		<description><![CDATA[Right after I published the tutorial on Hika Shop, I got several inquiries about USPS Shipping. There is a module for it, it&#8217;s free, but it&#8217;s a little hard to find. Here&#8217;s where to get it and a short tutorial on how to use it. Step 1. Downloading and installing the plugin Before you start [...]]]></description>
			<content:encoded><![CDATA[<p>Right after I published the tutorial on Hika Shop, I got several inquiries about USPS Shipping. There is a module for it, it&#8217;s free, but it&#8217;s a little hard to find. Here&#8217;s where to get it and a short tutorial on how to use it.</p>
<p><span id="more-2080"></span></p>
<div class="LessonContent">
<div class="LessonStep top">
<h3 class="StepTitle">Step 1. Downloading and installing the plugin</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Step_1._Downloading__and_installing_the_plugin.png" alt="Step_1._Downloading__and_installing_the_plugin.png" width="540" height="366" /></div>
<div class="StepInstructions">
<p>Before you start be sure you have an account with USPS and you have your USPS Web Tools ID available.</p>
<p>You can get the plugin from this URL <a href="http://www.hikashop.com/support/forum/2-general-talk-about-hikashop/18681-united-states-postal-service-usps-module.htm" target="_blank">http://www.hikashop.com/support/forum/2-general-talk-about-hikashop/18681-united-states-postal-service-usps-module.htm</a>l and documentation &#8211; <a href="http://www.hikashop.com/en/support/documentation/95-hikashop-shipping-ups-form.html" target="_blank">http://www.hikashop.com/en/support/documentation/95-hikashop-shipping-ups-form.html</a> &#8211; you can only download it if you are a member of the forum. </p>
<p>After downloading install it using the Extension Manager as you would for any other installation.</p>
<p>Navigate to Extensions &gt; Extension Manager &gt; Browse &gt; Upload &amp; Install</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_1323467221635.png" alt="media_1323467221635.png" width="540" height="353" /></div>
<div class="StepInstructions">
<p>Navigate to Extensions &gt; Plugin Manager and activate the plugin.<br /> Click on the Plug-in Name</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 2. Activate the plugin</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Step_2._Activate_the_plugin.png" alt="Step_2._Activate_the_plugin.png" width="540" height="227" /></div>
<div class="StepInstructions">
<p>Click on Hika shop Options<br /> Choose Enable from the dropdown<br /> Cick Save</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_1323467786477.png" alt="media_1323467786477.png" width="350" height="437" /></div>
<div class="StepInstructions">
<p>Fill in your USPS Web Tools ID and other information and you&#8217;re set.</p>
<p>You can also access this configuration information from the HIka shop dashboard if you need to make any changes.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_1323467881436.png" alt="media_1323467881436.png" width="301" height="390" /></div>
<div class="StepInstructions">
<p>To get to the configuration, just click shipping methods from the System tab on the dashboard. If you&#8217;ve filled in the weights and dimensions on your products as you entered them, you should get automatic shipping calculations.</p>
<p>If you have problems, click the help button in Hika Shop or visit their forum.</p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://dashonline.com/hika-cart-usps-shipping-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hika Shop for Joomla 1.7</title>
		<link>http://dashonline.com/hika-shop-for-joomla-1-7/</link>
		<comments>http://dashonline.com/hika-shop-for-joomla-1-7/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 19:13:26 +0000</pubDate>
		<dc:creator>Ed Andrea</dc:creator>
				<category><![CDATA[Joomla Tutorials]]></category>
		<category><![CDATA[Software Reviews]]></category>
		<category><![CDATA[joomla 1.7]]></category>

		<guid isPermaLink="false">http://dashhelp.com/?p=2061</guid>
		<description><![CDATA[&#160; Hika Shop is a newer shopping cart for use with Joomla. It&#8217;s a strong contender as a competitor to Virtuemart 2.0 and we&#8217;re starting to get more questions about it. It comes in both a free version and two levels of commercial versions. When you first start with any shopping cart, getting the products [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div class="LessonContent">
<div class="LessonSummary">
<div class="StepImage"><a href="http://www.hikashop.com?partner_id=4882"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Overview1.png" alt="Overview1.png" width="291" height="145" /></a></div>
<p><a href="http://www.hikashop.com?partner_id=4882">Hika Shop</a> is a newer shopping cart for use with Joomla. It&#8217;s a strong contender as a competitor to Virtuemart 2.0 and we&#8217;re starting to get more questions about it. It comes in both a free version and two levels of commercial versions.</p>
<p>When you first start with any shopping cart, getting the products in and configured is the most important task. Since Hika Cart integrates fully with Joomla, you don&#8217;t have to create an additional design or template for it. You do have to learn some new ideas on how to enter products, though. We&#8217;re going to show you how to get products with options set up in Hika Cart.</p>
<p><span id="more-2061"></span></p>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Overview</h3>
<div class="StepInstructions">
<p>In this tutorial you will:</p>
<p>1. Create a product<br /> 2. Add the price<br /> 3. Add Variants<br /> 4. Create a category<br /> 5. Add price options</p>
<p>This isn&#8217;t the best work flow for production. But it is the right sequence for getting an understanding of the process and how all the parts fit. After you understand this, you will be able to more efficiently plan out your cart and approach.</p>
<p><strong>Notes on Hika Cart: </strong>There are three versions available. Starter, Essential and Business. Starter (the free version), will cover the majority of online stores and products. If you want to try it out, use this version. It may be the only version you need.</p>
<p>The things that are missing are clearly marked in red letters in the administration section, but there is enough of the program there to produce a production site. You&#8217;ll discover whether or not you need to upgrade to a more complete version.</p>
<p>In this tutorial we used the Business Edition, which has all the features and plugins installed. The free version does not let you create product options, and we wanted to be able to demonstrate them. You won&#8217;t be able to do the options section with the Starter. Since adding options is just like adding products, if you follow this tutorial, you will have the skills to do so if you upgrade.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 1. Download and install</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Step_11.png" alt="Step_11.png" width="540" height="309" /></div>
<div class="StepInstructions">
<p>You can download the various versions from here <a href="http://www.hikashop.com?partner_id=4882">http://www.hikashop.com/en/hikashop.html</a></p>
<p>After downloading go to the Extension Manager, browse for your file, and click Upload &amp; Install.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231347893561.png" alt="media_13231347893561.png" width="317" height="373" /></div>
<div class="StepInstructions">
<p>You can access it from your Components menu.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 2. Add a simple product</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Step_2._Add_a_simple_product1.png" alt="Step_2._Add_a_simple_product1.png" width="439" height="328" /></div>
<div class="StepInstructions">
<p>Go to Products &gt; Categories on the Hika Shop dashboard.</p>
<p>If you don&#8217;t need categories, you don&#8217;t need to create them. There is a default, top level called Product Categories and you can add all your products there. If you are going to have a more complex cart, you should probably create the categories first.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231358243111.png" alt="media_13231358243111.png" width="540" height="294" /></div>
<div class="StepInstructions">
<p>Highlight the category you want to put the product in.</p>
<p>You can add the product to other categories or change it to another one later. If Root is highlighted, it will go into root without being in a particular category. Your choice here becomes more critical in light of how you connect the menu item to the display. We aren&#8217;t going to cover that here, we&#8217;re sticking to product entry, so for our purposes the defaults are ok.</p>
<p>You can change the name &#8220;Product category&#8221;. As you will see in subsequent screen shots, I have changed it to Joomla Products, and added Drupal and WordPress categories as well.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231385472231.png" alt="media_13231385472231.png" width="369" height="364" /></div>
<div class="StepInstructions">
<p>Click Add a product from the Products tab drop down menu.</p>
<p>Alternatively, you can click the New icon in the administration menu bar.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 3. Add product details</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Step_3._Add_product_details1.png" alt="Step_3._Add_product_details1.png" width="540" height="474" /></div>
<div class="StepInstructions">
<p>Enter the Name. This field is required.</p>
<p>You will see the Main Information panel on the left, and you have all the same editing capability you would have for a normal Joomla article. You also have meta input for SEO on your products. Fill it out and create dazzling display for your product.. Scroll down the page for more important information you need to add.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231392337241.png" alt="media_13231392337241.png" width="456" height="448" /></div>
<div class="StepInstructions">
<p>Enter the Code. This field is required. The rest of the fields depend on the product type and specifications, and are optional</p>
<p>The Access Level and User group panels won&#8217;t be available in the free version. By default the product is viewable by all. After purchase, you can change this to none or have special products available to custom defined groups.</p>
<p>Now move to the right side of the screen.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 4. Add product categories and prices</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Step_4._Add_product_categories_and_prices1.png" alt="Step_4._Add_product_categories_and_prices1.png" width="413" height="815" /></div>
<div class="StepInstructions">
<p>Click the Add button on the Categories panel.</p>
<p>Categories &#8211; When you save the product it will be assigned to category you had highlighted when you clicked &#8220;Add Product.&#8221; or you can add it or assign it to different categories with the &#8220;Add&#8221; control. You will also be able to delete unwanted categories on existing products after they are added.</p>
<p>Add this product to the category called &#8220;Product categories&#8221; or whatever you might have named it to. In this exampe Joomla Products is the default &#8220;Product categories&#8221; renamed.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231396698311.png" alt="media_13231396698311.png" width="540" height="273" /></div>
<div class="StepInstructions">
<p>Navigate to the proper level using the Explorer and double clicking<br /> Check one or more categories<br /> Click OK</p>
<p>The Explorer is a little confusing. Notice that the Root category is highlighted. You need to highlight the category one step higher than the category you want to use in order to get the proper list of check boxes. If I highlighted Joomla Products, the list would be blank. Clicking on OK would give me a message asking me to select a category.</p>
<p>So highlight the parent category in the left pane, so you can choose the category in the right.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231402035291.png" alt="media_13231402035291.png" width="412" height="157" /></div>
<div class="StepInstructions">
<p>The categories selected now show below the Categories panel. (You can select more than one.)</p>
<p>The next panel in line on the product entry page is for Related Products. The operation of the Related Products panel is identical. Since this is our first product, you won&#8217;t be able to create any related products.</p>
<p>You use the Options panel until you have more than one product saved. We&#8217;ll skip ahead to Prices for now.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Prices</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Prices1.png" alt="Prices1.png" width="408" height="204" /></div>
<div class="StepInstructions">
<p>Click the Add button. You can add a price row by clicking on this button. If you want to remove a price row, just set its price to 0. Those modifications will be applied only after you saved the product.</p>
<p>In HikaShop, a product or a variant can have several prices.</p>
<ul>
<li>First, you can set prices for each of the currencies published on your store.</li>
<li>Second, you can set prices based on minimum quantity so that people buying several times the same product in the same order will get a lower price per unit.</li>
<li>Finally, if you don&#8217;t set any prices for a product, it will be considered as a free product. For a variant, that will result in the system using automatically the main product prices and thus, it can only be free if the main product is free.</li>
</ul>
<p>You cannot use the system to limit the user to order at least x items. <br /> When the product is not free, you need to have a minimum quantity of 0.</p>
<p><strong>Business Edition Only &#8211; Access level</strong> : With the Business edition of HikaShop, you will have an additional column named &#8220;Access level&#8221; where you will be able to limit a price to a group of users.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 5. Variants and options</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Step_5._Variants_and_options1.png" alt="Step_5._Variants_and_options1.png" width="376" height="328" /></div>
<div class="StepInstructions">
<p>Before you proceed, be sure you save your work. If you haven&#8217;t entered anything yet, when you click on the next step you will get a message telling you to enter at least the name and the code number.</p>
<p>Before configuring the variant of your product, you need first to create one or several characteristics with the menu Products-&gt;Characteristics, and then add one or several characteristics to your product</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231439973601.png" alt="media_13231439973601.png" width="540" height="133" /></div>
<div class="StepInstructions">
<p>Click Add to add a Characteristic after you&#8217;ve navigated to the correct section.</p>
<p>Shopping cart software developers often use the term &#8220;variant&#8221; to describe things like colors and sizes. Most people refer to these as options, but in shopping cart talk, options and variants aren&#8217;t exactly the same thing. This is most easily explained with an example.</p>
<p>Suppose you sell a T-shirt which has 3 sizes and 3 colors. You have different amounts of stock for each for each, for the . Each one will have different weights, images, etc. But you want one shirt to be listed when your customers browse your shop. They get to choose several variants of the shirt when they get to the product page. Small and Red, for example might be some choices.</p>
<p>You need to create that list of variations here, then you can apply them to products as needed.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231448215471.png" alt="media_13231448215471.png" width="474" height="159" /></div>
<div class="StepInstructions">
<p>Start by entering the name of the variation</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231448651371.png" alt="media_13231448651371.png" width="540" height="110" /></div>
<div class="StepInstructions">
<p>Click the Add button</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231449160921.png" alt="media_13231449160921.png" width="471" height="297" /></div>
<div class="StepInstructions">
<p>Add a possible value for this variant. In this case Red then click OK.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231449374631.png" alt="media_13231449374631.png" width="540" height="162" /></div>
<div class="StepInstructions">
<p>Repeat the process until you have Red, Green and Blue defined.</p>
<p>Save and close.</p>
<p>Then repeat this step for Size and create three values for size &#8211; small, medium and large.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231452325041.png" alt="media_13231452325041.png" width="319" height="356" /></div>
<div class="StepInstructions">
<p>Do the same for any variants you might have. You&#8217;ll have a list. You&#8217;ll be able to apply the same color and size variants to any t-shirt in your store. You&#8217;ll see them all listed in the Characteristics section.</p>
<p>If you are doing a large number of products, it would probably be wise to add all possible variants at the same time, so they will be available as you start entering products. Otherwise you&#8217;ll have to stop and do this for every product you enter.</p>
<p>We&#8217;ve just created several characteristics with the menu Products &gt; Characteristics, and now want to add one or several characteristics to your product.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 7. Add the variants to your product</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Step_7._Add_the_variants_to_your_product1.png" alt="Step_7._Add_the_variants_to_your_product1.png" width="417" height="117" /></div>
<div class="StepInstructions">
<p>Return to the product page for this product. Click Add in Characteristics.</p>
<p>&nbsp;</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231455346331.png" alt="media_13231455346331.png" width="540" height="238" /></div>
<div class="StepInstructions">
<p>Check all the ones you want to add and then click OK. In this case we are adding both color and size.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231455549461.png" alt="media_13231455549461.png" width="401" height="207" /></div>
<div class="StepInstructions">
<p>You can now see them added to the Characteristics panel. When the customer purchases, they will need to make a choice of both color and size before they can place the order.</p>
<p>If you want different prices for different quantities, you can set that in the price panel. But what if you want some options. For example No Logo, Printed Logo or Embossed Logo, and each option is a different price?</p>
<p>You&#8217;ve just learned the basics how to go about this. To create an option you go back to the beginning and create a new product with the name of the option. It will have it&#8217;s own prices, variants, pictures and be a complete product on it&#8217;s own. You can hide it from the users by putting it in an unpublished category.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Step 8. Add categories</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Step_8._Add_categories1.png" alt="Step_8._Add_categories1.png" width="323" height="257" /></div>
<div class="StepInstructions">
<p>On the Hika Shop dashboard go to Products &gt; Categories to start adding.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Create an unpublished category</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Create_an_unpublished_category1.png" alt="Create_an_unpublished_category1.png" width="540" height="197" /></div>
<div class="StepInstructions">
<ol>
<li>Click the New icon.</li>
<li>Create a category called &#8220;T-shirt logos&#8221;</li>
</ol>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231478850311.png" alt="media_13231478850311.png" width="411" height="196" /></div>
<div class="StepInstructions">
<ol>
<li>Return to the product page and go to the Options panel.</li>
<li>Click Add.</li>
<li>Add the two options to the product.</li>
</ol>
<p>Here&#8217;s what you&#8217;ll get on the front end.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231473048691.png" alt="media_13231473048691.png" width="312" height="121" /></div>
<div class="StepInstructions">
<p>Before you save it choose No for Published. Save it.</p>
<p>Now return to your Products section and create two new products called Printed Logo and Embroidered Logo and put them in the T-shirt Logo category. You are now ready to add them as options to your basic t-shirt.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_13231479969671.png" alt="media_13231479969671.png" width="459" height="335" /></div>
<div class="StepInstructions">
<ol>
<li>Price &#8211; I added a discount for buying 20 or more shirts</li>
<li>Variants &#8211; three colors three sizes</li>
<li>Options &#8211; two options with an up charge for each.</li>
</ol>
<p>You now have all the skills you need to start populating your store with products. All shopping carts are complicated and everybody seems to have some requirement that the developers haven&#8217;t anticipated. You may find that with Hika Cart as well as any product. But for now, you know enough to get products on line. Hika cart has context sensitive help available. check there first if you get stuck.</p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://dashonline.com/hika-shop-for-joomla-1-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gantry 960gs Framework for WordPress &#8211; Beginner Lessons</title>
		<link>http://dashonline.com/gantry-960gs-framework-for-wordpress-beginner-lessons/</link>
		<comments>http://dashonline.com/gantry-960gs-framework-for-wordpress-beginner-lessons/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 05:19:09 +0000</pubDate>
		<dc:creator>Ed Andrea</dc:creator>
				<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[wordpress 3.2]]></category>

		<guid isPermaLink="false">http://dashhelp.com/?p=2026</guid>
		<description><![CDATA[Frameworks offer a new level of control over website development. Gantry is one of several frameworks available that extend your ability to layout and modify websites and themes with no coding skills. It&#8217;s&#8217; based on a 960 grid system. You might want to review our article on 960gs before you start this tutorial. Learning to [...]]]></description>
			<content:encoded><![CDATA[<div class="LessonContent">
<div class="LessonSummary">
<div class="StepImage"><img class="alignleft" style="margin-left: 20px; margin-right: 20px;" src="http://dashhelp.com/wp-content/uploads/2011/12/What_you_will_learn.png" alt="What_you_will_learn.png" width="229" height="142" />Frameworks offer a new level of control over website development. Gantry is one of several frameworks available that extend your ability to layout and modify websites and themes with no coding skills. It&#8217;s&#8217; based on a 960 grid system. You might want to review our <a href="http://www.ostraining.com/blog/coding/960-grid/">article on 960gs</a> before you start this tutorial.</div>
<p>Learning to use the framework controls is a learning experience that is well worth the effort if you plan on producing many sites rapidly. If you are using the multi-sites capability of WordPress, this framework will really help in creating new sites and updating existing ones. If you&#8217;re like me you&#8217;ve been skimming articles about this and watched a few videos, but haven&#8217;t really got down to trying it.</p>
<p>In this hands on tutorial, we&#8217;ll show you the absolute basics without any distracting details, and you&#8217;ll be up and running in about 15 minutes with a laid out site. You can spend as much time as you want experimenting after that.</p>
<p>
]]></content:encoded>
			<wfw:commentRss>http://dashonline.com/gantry-960gs-framework-for-wordpress-beginner-lessons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guided Tour &#8211; your Joomla configuration.php file</title>
		<link>http://dashonline.com/guided-tour-your-joomla-configuration-php-file/</link>
		<comments>http://dashonline.com/guided-tour-your-joomla-configuration-php-file/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 05:17:07 +0000</pubDate>
		<dc:creator>Ed Andrea</dc:creator>
				<category><![CDATA[Joomla Tutorials]]></category>
		<category><![CDATA[joomla 1.7]]></category>

		<guid isPermaLink="false">http://dashhelp.com/?p=1998</guid>
		<description><![CDATA[&#160; I our forum we are often asked to help with problems with paths, passwords, data base connections and other basic configuration issues. This is especially true after a migration or move of a site. Most of the fixes for problems related to this can be made in your configuration.php file. We&#8217;re going to help [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div class="LessonContent">
<div class="LessonSummary">
<div class="StepImage"><img class="alignleft" style="margin-left: 20px; margin-right: 20px;" src="http://dashhelp.com/wp-content/uploads/2011/12/Configuration.png" alt="Configuration.png" width="374" height="116" /></div>
<p>I our forum we are often asked to help with problems with paths, passwords, data base connections and other basic configuration issues. This is especially true after a migration or move of a site.</p>
<p>Most of the fixes for problems related to this can be made in your configuration.php file. We&#8217;re going to help you get to know it.</p>
<p><span id="more-1998"></span></p>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Configuration.php</h3>
<div class="StepInstructions">
<p>In this lesson, were going to tell you:</p>
<ul>
<li>Where you can locate your configuration.php file.</li>
<li>What each line affects and common settings.</li>
</ul>
<p>This is not a comprehensive coding guide. It is a reference with some added comments to help guide you.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Location</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Location.png" alt="Location.png" width="254" height="290" /></div>
<div class="StepInstructions">
<p>Here&#8217;s a picture of the location using Filezilla. This installation is in a sub directory called &#8220;joomla&#8221; .</p>
<p>Your configuration.php file is located in the root of your joomla installation. If it&#8217;s in the main directory the path to it would look something like this:</p>
<ul>
<li>/home/username/public_html/configuration.php</li>
</ul>
<p>In a sub directory or sub domain:</p>
<ul>
<li>/home/username/public_html/subdirectory/configuration.php</li>
</ul>
<p>On your computer (using XAMPP as an example)</p>
<ul>
<li>C:Documents and SettingsEdMy DocumentsxampphtdocsJ17configuration.php</li>
</ul>
<p>I shouldn&#8217;t have to say this, but I will. Make a backup of your current file before you do anything to it. Use a test site or play with it in a text editor offline for practice. Don&#8217;t make changes without a backup. Make a backup before you move a file to a different server or directory.</p>
<p>We&#8217;ll go through the file line-by-line and create a quick reference for each line, with some notes where further explanation might be needed.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Site Settings</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Site_Settings.png" alt="Site_Settings.png" width="351" height="111" /></div>
<div class="StepInstructions">
<ul>
<li><strong>$offline</strong> : When set to &#8220;0&#8243; the site is online. Set to &#8220;1&#8243; the site is offline</li>
<li><strong>$offline_message</strong> : You can write any text message on this line.</li>
<li><strong>$sitename</strong> : The name of the site as it appears in headings</li>
<li><strong>$editor</strong> : The editor that is chosen as default in global configuration</li>
<li><strong>$list_limit</strong> :The length of lists in the Control Panel for all Users. By default, this is set to 20.</li>
<li><strong>$access </strong>: The default access level to the site. &#8220;1&#8243; is public access; &#8220;2&#8243; is registered; &#8220;3&#8243; is special</li>
</ul>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Debug Settings</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Debug_Settings.png" alt="Debug_Settings.png" width="304" height="42" /></div>
<div class="StepInstructions">
<ul>
<li><strong>$debug </strong>: &#8220;0&#8243; is off. &#8220;1&#8243; is on.</li>
<li><strong>$debug_lang </strong>: &#8220;0&#8243; is off. &#8220;1&#8243; is on.</li>
</ul>
<p>Notes:<br /> Debug System. This will turn on the debugging system of Joomla!. When set to Yes, this tool will provide diagnostic information, language translations, and SQL errors. If any such issues or errors occur, they will be displayed at the bottom of each page, in both the front-end and back-end.</p>
<p>Debug Language. This will turn on the debugging indicators (*&#8230;*) or (?&#8230;?) for the Joomla! Language files. Debug Language will work without the Debug System tool set to on. But it will not provide additional detailed references which would help in correcting any errors.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Data Base Settings</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Data_Base_Settings.png" alt="Data_Base_Settings.png" width="312" height="113" /></div>
<div class="StepInstructions">
<ul>
<li><strong>$dbtype</strong> : &#8220;mysqli&#8221; or &#8220;mysql&#8221;</li>
<li><strong>$host</strong> : &#8220;localhost&#8221; on many servers, not all.</li>
<li><strong>$user :</strong> The name of the data base user that has access to the data base.</li>
<li><strong>$password</strong> : The password associated with the data base user. Not your admin password or FTP password.</li>
<li><strong>$db</strong> : The data base name created when you created the data base.</li>
<li><strong>$dbprefix:</strong> At least three characters ending in an underscore. (Set when you installed joomla)</li>
</ul>
<p>Notes:<br /> You need this information when you install the site. Forgetting to change this is often the cause of problems when moving a site. Before moving any site, make a backup copy of configuration.php so you can refer to the original settings if you need them.</p>
<p>Data Base Type: only change this if you have changed servers and using a different type.</p>
<p>Data Base Host: most servers this is localhost. Godaddy and a some others have different names. Check with your hosting company if you&#8217;re not sure.</p>
<p>Data Base User: On shared cPanel servers it is often prefixed with the user name &#8211; for example edandrea_ed. On your local machine there will not be a prefix unless you created one. It shouldn&#8217;t be root in any case. If you create a site on your local server and don&#8217;t specify password when you create a data base, you will be able to access the data without a password. This is not secure when you move to web server online.</p>
<p>Data Base Name: On shared cPanel servers this is usually prefixed with a username &#8211; for example edandrea_jml1. On your local machine there will not be a prefix unless you created one. On Godaddy servers this name is generated by their service and you will not be able to create your own, see their documentation if you need it.</p>
<p>Data base prefix. You cannot create a new one here. This must be the one that was used when the data base was created, or that is actually used by the data base. If you have more than one data base prefix, you can change this, but you can&#8217;t create a new one.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_1323186823566.png" alt="media_1323186823566.png" width="457" height="114" /></div>
<div class="StepInstructions">
<p><strong>$live_site </strong>: The actual URL of the site for example &#8211; http://yourdomain.com (unless your site is in a subdirectory)<br /> <strong>$secret:</strong> : DO NOT CHANGE<br /> <strong>$gzip </strong>: &#8220;0&#8243; is off; &#8220;1&#8243; is on. <br /> <strong>$error_reporting </strong>: &#8220;-1&#8243; is the appropriate level.<br /> <strong>$helpurl </strong>: default is joomla help. Can be set to your own help pages.</p>
<p>Notes: <br /> Live Site. If you are redirecting a url you need to put the actual url to the live site on this line. Or if you are creating a copy of a site for testing and modification. For example, I have a test site at http://dashhelp.com/joomla17 which is a copy of my main site. had to change this to line in the configuratiion.php file on the copy. You will get a page not found error if this is not set to &#8216;http://yourdomain.com/directory&#8221; or in the case of a subdomain &#8220;http://subdomain.yourdomain.com&#8221; Joomla uses this url to create relative paths. Essential to check this on test sites.</p>
<p>Secret. This is generated when Joomla! is first installed and is not changeable. It is used internally by Joomla! for security purposes.</p>
<p>Error Reporting. This sets the appropriate level of reporting. The default setting is System Default. Errors can occur that don&#8217;t have any effect on the site. You don&#8217;t need to log all errors unless you&#8217;re doing some detailed debugging work. Your logs will just eat up your disk space otherwise.</p>
<p>Help Server. The place Joomla! looks for help information when you click the Help button (visible in many screens and options of the administration panel). By default, it uses Joomla!&#8217;s main help site, but you could create your own help site, or link people to your ticket system for help.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_1323192679184.png" alt="media_1323192679184.png" width="317" height="112" /></div>
<div class="StepInstructions">
<p><strong>$ftp_host:</strong> : &#8220;127.0.0.1&#8243; is the default IP for localhost. Your server may be different.<br /> <strong>$ftp_port : </strong>&#8220;21&#8243; is normal default. Check with your host if you are having problems. Not all servers are the same.<br /> <strong>$ftp_user</strong> : your FTP user name<br /> <strong>$ftp_pass</strong> : your FTP password<br /> <strong>$ftp_root: </strong>: usually a path like /home/username/public_html (no trailing slash)<br /> <strong>$ftp_enable </strong>: This setting tells Joomla! to use it&#8217;s built-in FTP function instead of the process used by PHP.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Locale (Time Zone) Settings</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Locale__Time_Zone__Settings.png" alt="Locale__Time_Zone__Settings.png" width="282" height="41" /></div>
<div class="StepInstructions">
<p><strong>$offset </strong>: default is UTC<br /> <strong>$offset_user</strong> : default is UTC</p>
<p>Notes: <br /> Server Timezone. This tool sets the current date and time. The set time should be where the site&#8217;s server is located. The default setting is (UTC 00:00) Western Europe Time, London, Lisbon, Casablanca.</p>
<p>Here&#8217;s an example of the offset if the server is in California &#8211; US Pacific time <em>$offset = &#8216;America/Los_Angeles&#8217;;</em></p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Email Settings</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Email_Settings.png" alt="Email_Settings.png" width="409" height="181" /></div>
<div class="StepInstructions">
<p><strong>$mailer :</strong> &#8220;mail&#8221; uses the PHP mail function; &#8220;sendmail&#8221; uses SMTP mail on the server.<br /> <strong>$mailfrom : </strong> From E-mail. The email address used by Joomla! to send site email.<br /> <strong>$sendmail : </strong>The path where the Sendmail program is located. This path is only used if Mailer is set to Sendmail.<br /> <strong>$smtpauth</strong> : If the SMTP server requires authentication to send mail, set this to Yes. Otherwise leave it at No. This is only used if Mailer is set to Sendmail.<br /> <strong>$smtpuser</strong> : The username to use for access to the SMTP host. This is only used if Mailer is set to Sendmail.<br /> <strong>$smtppass</strong>: The password to use for access to the SMTP host. This is only used if Mailer is set to Sendmail.<br /> <strong>$smtphost </strong>: SMTP Host. The SMTP address to use when sending mail. This is only used if Mailer is set to Sendmail.<br /> <strong>$smtpsecure </strong>: Select the security model your SMTP server uses &#8211; Default is None. Options are SSL and TTL.<br /> <strong>$smtpport </strong>: SMTP Port. Most unsecured servers use port 25 and most secure servers use port 465. Check with your host.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/media_1323186985799.png" alt="media_1323186985799.png" width="456" height="40" /></div>
<div class="StepInstructions">
<p><strong>$log_path : &#8216;/</strong>/home/username/public_html/j/logs&#8217;;<br /> <strong>$tmp_path</strong> : :&#8217;//home/usernamepublic_html/tmp&#8217;;</p>
<p>Notes<br /> Path to Log folder. The path where the logs should be stored. The Joomla! installer should automatically fill in this folder. It&#8217;s not critical to the operation of the site, so if it&#8217;s wrong you will only know it if you try to check the logs.</p>
<p>Path to Temp folder. This is an important setting and should be filled in properly. Many problems found when moving sites are caused because joomla is looking for the old tmp folder. If you get any errors regarding the tmp folder check this path and make sure it&#8217;s correct..</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Cache Settings</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Cache_Settings.png" alt="Cache_Settings.png" width="371" height="56" /></div>
<div class="StepInstructions">
<p><strong>$caching :</strong> &#8220;0&#8243; is off; &#8220;1&#8243; Conservative setting; &#8220;2&#8243; Progressive Setting<br /> <strong>$cache_handler</strong> : &#8220;file&#8221; full cacheing ; &#8220;cachelite&#8221; lite cacheing</p>
<p>Notes:<br /> Cache Time. This setting sets the maximum length of time (in minutes) for a cache file to be stored before it is refreshed. The default setting is 15 minutes.</p>
<p>Cache Handler. This setting sets how the cache operates. There is only one caching mechanism which is file-based.<br /> Cachelite is an alternative to full caching.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Meta Data Settings</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Meta_Data_Settings.png" alt="Meta_Data_Settings.png" width="304" height="55" /></div>
<div class="StepInstructions">
<p><strong>$MetaDesc</strong> : Create a text description for SEO.<br /> <strong>$MetaKeys</strong>: Insert keywords separated by a comma.<br /> <strong>$MetaAuthor</strong> : &#8220;0&#8243; is no; &#8220;1&#8243; is yes.</p>
<p>Notes: <br /> Site Meta Description. This is the description of the site which is indexed by search engine spiders.</p>
<p>Site Meta Keywords. These keywords describe the site and are the basis for improving the ability of search engine spiders ability to index the site.</p>
<p>Show Author Meta Tag. It shows the Author Meta information for articles and is used by search engine spiders when indexing the site.</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">SEO Settings (Search Engine Optimization)</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/SEO_Settings__Search_Engine_Optimization_.png" alt="SEO_Settings__Search_Engine_Optimization_.png" width="365" height="96" /></div>
<div class="StepInstructions">
<p><strong>$sef</strong> : &#8220;0: is no; &#8220;1&#8243; is yes<br /> <strong>$sef_rewrite</strong> : &#8220;0&#8243; is no; &#8220;1&#8243; is yes<br /> <strong>$sef_suffix</strong> : &#8220;0&#8243; is no; &#8220;1&#8243; is yes<br /> <strong>$unicodeslugs</strong> : &#8220;0&#8243; is no; &#8220;1&#8243; is yes<br /> <strong>$feed_limit </strong>: default is 10 &#8211; any integer can be used</p>
<p>&nbsp;</p>
<p>Notes: <br /> Search Engine Friendly URLs. When set to Yes, URLs are rewritten to be more friendly for search engine spiders. For example, the URL: www.example.com/index.php?option=com_content&amp;view=etc&#8230;, would turn into: www.example.com/alias.</p>
<p>Most of the items created in Joomla! have an Alias box where a search engine friendly URL can be inserted. The default setting is No.</p>
<p>Use Apache mod_rewrite. When set to Yes, Joomla! will use the mod_rewrite settings of Apache when creating search engine friendly URLs. Please note: it is advised that you do not modify any .htaccess file without an understanding of how it works. You must use the .htaccess file provided with Joomla! in order to use this setting. To use this file, rename the htaccess.txt file (found in the root directory) to .htaccess. By default, this setting is set to No.</p>
<p>Adds Suffix to URL. When set to Yes, Joomla! will add .html to the end of the URLs. The default setting is No.</p>
<p>Unicode aliases. Choose between transliteration and unicode aliases. Transliteration is default. This is an advanced setting and you probably will not need to change this unless you are and SEO expert.</p>
<p>&nbsp;</p>
</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle">Session Settings</h3>
<div class="StepImage"><img src="http://dashhelp.com/wp-content/uploads/2011/12/Session_Settings.png" alt="Session_Settings.png" width="363" height="62" /></div>
<div class="StepInstructions">
<p><strong>$lifetime </strong>: a whole number indicating minutes.<br /> <strong>$session_handler</strong> : &#8220;database&#8221; or &#8220;none&#8221;</p>
<p>Notes:<br /> Session Lifetime. This setting sets how long a session should last and how long a user can remain signed in for (before logging them off for being inactive). The default setting is 15 minutes.</p>
<p>Session Handler. This setting sets how the session should be handled once a user connects and logs into the site. The default setting is set to Database.</p>
<p>&nbsp;</p>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://dashonline.com/guided-tour-your-joomla-configuration-php-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

