<?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>Learn Web Design Online &#187; Articles</title>
	<atom:link href="/category/articles/feed" rel="self" type="application/rss+xml" />
	<link>https://learnwebdesignonline.com</link>
	<description>Resources for Learning Web Design and Web Development</description>
	<lastBuildDate>Sat, 31 Aug 2013 06:45:41 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>When to use &#8220;em&#8221; and &#8220;i&#8221; tags for italics in HTML5</title>
		<link>https://learnwebdesignonline.com/when-use-em-i-tags-italics-html5</link>
		<comments>https://learnwebdesignonline.com/when-use-em-i-tags-italics-html5#comments</comments>
		<pubDate>Mon, 03 Sep 2012 14:34:23 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">https://learnwebdesignonline.com/?p=558</guid>
		<description><![CDATA[In HTML5, both the &#60;i&#62; and the &#60;em&#62; tags are perfectly fine to use.  Both will italicize text with the same appearance. So when do you use the &#60;i&#62; versus the &#60;em&#62; tags? Use &#60;em&#62; when you want to place emphasize on particular words within a sentence that would change the meaning of the sentence. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>In HTML5, both the &lt;i&gt; and the &lt;em&gt; tags are perfectly fine to use.  Both will italicize text with the same appearance.</p>
<p>So when do you use the &lt;i&gt; versus the &lt;em&gt; tags?</p>
<p>Use &lt;em&gt; when you want to place emphasize on particular words within a sentence that would change the meaning of the sentence.  For example, these three sentences mean something slightly different &#8230;</p>
<p>Dogs are smart and <em>likable</em>.<br />
Dogs are <em>smart</em> and likable.<br />
<em>Dogs</em> are smart and likable.</p>
<p>And they are using &lt;em&gt; for the italics.</p>
<p>Use the &lt;i&gt; tag for general italicize text when you want to offset italicized text from the rest of the non-italicized text.  Or when text is in a different tone.</p>
<p>HTML5 W3C says to use &lt;i&gt; for text &#8230;</p>
<blockquote><p>&#8220;in an alternate voice or mood, or otherwise offset from the normal prose in a manner indicating a different quality of text&#8221;</p></blockquote>
<p>To convey importance, use &lt;strong&gt; instead of &lt;em&gt;.</p>
<p>See also the <a href="/bold-with-b-versus-strong-tags-in-html5">use of &lt;b&gt; and &lt;strong&gt;</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://learnwebdesignonline.com/when-use-em-i-tags-italics-html5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bold with b versus strong tags in HTML5</title>
		<link>https://learnwebdesignonline.com/bold-with-b-versus-strong-tags-in-html5</link>
		<comments>https://learnwebdesignonline.com/bold-with-b-versus-strong-tags-in-html5#comments</comments>
		<pubDate>Mon, 03 Sep 2012 14:21:47 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">https://learnwebdesignonline.com/?p=554</guid>
		<description><![CDATA[Some of you may have been doing web design long enough to hear the instruction of not to use the &#60;b&#62; tag and to only use the &#60;strong&#62; tag for bolding text. Well, in HTML5, the &#60;b&#62; tag is a perfectly legitimate tag to use.  And so is the &#60;strong&#62; tag.  So when to use [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Some of you may have been doing web design long enough to hear the instruction of not to use the &lt;b&gt; tag and to only use the &lt;strong&gt; tag for bolding text.</p>
<p>Well, in HTML5, the &lt;b&gt; tag is a perfectly legitimate tag to use.  And so is the &lt;strong&gt; tag.  So when to use &lt;b&gt; tag and when to use &lt;strong&gt;?</p>
<p>Both will bold text with appearance being the same.  However, the semantic meaning of the two are different.</p>
<p>Use &lt;b&gt; when you want bolded text for cosmetic reasons and when you do not intent to give the text any stronger weight in voice.   <a href="http://www.w3.org/TR/html5/the-b-element.html#the-b-element">HTML5 W3C</a> says to use &lt;b&gt; &#8230;</p>
<blockquote><p>&#8220;for utilitarian purposes without conveying any extra importance and with no implication of an alternate voice or mood&#8221;</p></blockquote>
<p>Use &lt;strong&gt; to give text a stronger voice along with a bolded appearance.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://learnwebdesignonline.com/bold-with-b-versus-strong-tags-in-html5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make Internet Explorer 8 support media queries</title>
		<link>https://learnwebdesignonline.com/internet-explorer-8-support-media-queries</link>
		<comments>https://learnwebdesignonline.com/internet-explorer-8-support-media-queries#comments</comments>
		<pubDate>Mon, 03 Sep 2012 07:14:33 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">https://learnwebdesignonline.com/?p=548</guid>
		<description><![CDATA[CSS media queries are supported by most modern browsers including Internet Explorer 9.  However, Internet Explorer 8 does not know of CSS media queries.  But you still can make it support them by a couple of Javascripts. 1.  respond.js response.js is a lightweight polyfill which adds support only for min-width and max-width, which is what [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>CSS media queries are supported by most modern browsers including Internet Explorer 9.  However, Internet Explorer 8 does not know of CSS media queries.  But you still can make it support them by a couple of Javascripts.</p>
<h2>1.  respond.js</h2>
<p>response.js is a lightweight polyfill which adds support only for min-width and max-width, which is what most people need anyways.  It adds support to IE6-8.   <a href="https://github.com/scottjehl/Respond">Available on github</a>.</p>
<h2>2. css3-mediaqueries.js</h2>
<p>If you require more robust support for media queries, then use this one which does not require any additional comments in your media queries because it transparently parse, test, and apply CSS media queries for IE5+, Firefox 1+ and Safari 2.   <a href="http://code.google.com/p/css3-mediaqueries-js/">Available on Google Code</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://learnwebdesignonline.com/internet-explorer-8-support-media-queries/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Media query syntax</title>
		<link>https://learnwebdesignonline.com/media-query-syntax</link>
		<comments>https://learnwebdesignonline.com/media-query-syntax#comments</comments>
		<pubDate>Mon, 03 Sep 2012 06:58:21 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">https://learnwebdesignonline.com/?p=544</guid>
		<description><![CDATA[Media queries are conditional CSS rules. For example, the following written in the CSS stylesheet &#8230; @media screen and (min-width:768px) { h1 { font-size: 2em; }  } means to apply the h1 CSS rule only if viewed on screen media that is greater than 768 pixels. Or you can write the following in the link [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Media queries are conditional CSS rules.</p>
<p>For example, the following written in the CSS stylesheet &#8230;</p>
<pre>@media screen and (min-width:768px) {
   h1 { font-size: 2em; } 
}</pre>
<p>means to apply the h1 CSS rule only if viewed on screen media that is greater than 768 pixels.</p>
<p>Or you can write the following in the link tag in the head of the HTML document &#8230;</p>
<pre>&lt;link rel="stylesheet" href="normal.css" media="screen and (min-width:768px)" /&gt;</pre>
<p>Or can use it in an @import statement as in &#8230;</p>
<pre>@import url("normal.css") screen and (min-width: 768px);</pre>
<h2>Device features that we can test for using media queries</h2>
<p>Besides min-width, there is also max-width that we can test for.  In addition to &#8220;width&#8221;, we can also test for the following features (some of which accepts the &#8221;min-&#8221; and &#8220;max-&#8221; prefix) &#8230;</p>
<ul>
<li>width</li>
<li>height</li>
<li>device-width</li>
<li>device-height</li>
<li>orientation</li>
<li>aspect-ratio</li>
<li>device-aspect-ratio</li>
<li>color</li>
<li>resolution</li>
</ul>
<p>and others.</p>
<p>For example, we can write &#8230;</p>
<pre>@media screen and (max-device-width: 480px) and (orientation: landscape) { ... }</pre>
<h2>Notable widths for media queries</h2>
<p>When creating responsive web design, some notable widths to keep in mind when using such media queries are &#8230;</p>
<p>320px &#8211; typical width of smartphone in portrait mode</p>
<p>480px &#8211; typical width of smartphone in landscape mode</p>
<p>600 pixels &#8211; typical width of small tablets (Kindle and Nook) in portrait mode</p>
<p>768 pixels &#8211; typical width of 10 inch tablets such as the iPAD in portrait mode</p>
<p>1024 pixels &#8211; typical width of iPads in landscape mode, some laptops, netbooks, and desktops</p>
<p>1200 pixels &#8211; full widescreen displays that are typically only available on laptops and desktops.</p>
<p>This article was written in 2012, so these numbers may have changed as devices increase in resolution.</p>
]]></content:encoded>
			<wfw:commentRss>https://learnwebdesignonline.com/media-query-syntax/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use of meta viewport for mobile devices</title>
		<link>https://learnwebdesignonline.com/use-of-meta-viewport-for-mobile-devices</link>
		<comments>https://learnwebdesignonline.com/use-of-meta-viewport-for-mobile-devices#comments</comments>
		<pubDate>Mon, 03 Sep 2012 06:28:36 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">https://learnwebdesignonline.com/?p=539</guid>
		<description><![CDATA[To understand the purpose of this tag, we have to understand what mobile browsers are doing when they are rendering sites.  Let&#8217;s say that a mobile browser is trying to render a site that has a fixed width of 1000 pixels.   And say, the mobile screen is only 320 pixels wide (in portrait orientation). [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>To understand the purpose of this tag, we have to understand what mobile browsers are doing when they are rendering sites.  Let&#8217;s say that a mobile browser is trying to render a site that has a fixed width of 1000 pixels.   And say, the mobile screen is only 320 pixels wide (in portrait orientation).  The mobile browser would draw the site on a 1000 pixel canvas and then apply a zoom so that it fits within 320.  The effect is that the page width fits onto the screen.</p>
<p>This is fine if the site is a fixed-width site.  Albeit, the text will be super tiny and the user will have to pinch to zoom in to read the parts they want to read.</p>
<p>However, if you are designing a responsive site that resizes and adapts to the width of the device, we should then apply the meta viewport tag.</p>
<p>A meta viewport tag such as &#8230;</p>
<p><strong>&lt;meta name=&#8221;viewport&#8221; content=&#8221;320&#8243;&gt;</strong></p>
<p>tells the mobile browser to draw on a canvas of 320 pixel rather than 1000 pixel.   We choose 320 pixels since our mobile device screen is 320 pixels.</p>
<p>The problem is that the site will not always be viewed on this device of 320 pixels wide.  Perhaps the user rotates the device to landscape mode and it become 480 pixels wide.  The site will be viewed by a whole bunch of other devices (ipad, tablets, laptops, desktops) that are capable of much more than 320 pixels.</p>
<p>So instead of a fixed number like 320, we write &#8230;</p>
<p><strong>&lt;meta name=&#8221;viewport&#8221; content=&#8221;width=device-width&#8221;&gt;</strong></p>
<p>Now the mobile browser will draw on a canvas with a width the same size as the width of the screen.</p>
<p>As that is the case, we can also specify that it performs no zooming by setting an initial-scale of 1.</p>
<p><strong>&lt;meta name=&#8221;viewport&#8221; content=&#8221;width=device-width, initial-scale=1.0&#8243;&gt;</strong></p>
<p>Like all meta tags, it should be in the head section of the HTML.</p>
<p>It can also be written equivalently as &#8230;</p>
<p><strong>&lt;meta name=&#8221;viewport&#8221; content=&#8221;initial-scale=1.0, width=device-width&#8221;&gt;</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://learnwebdesignonline.com/use-of-meta-viewport-for-mobile-devices/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best WordPress Plugin to Track Traffic Stats</title>
		<link>https://learnwebdesignonline.com/best-wordpress-plugin-track-traffic-stats</link>
		<comments>https://learnwebdesignonline.com/best-wordpress-plugin-track-traffic-stats#comments</comments>
		<pubDate>Sat, 21 Apr 2012 07:20:09 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">https://learnwebdesignonline.com/?p=490</guid>
		<description><![CDATA[In my opinion, the best WordPress plugin to track traffic stats that does not require a signup is WP SlimStat. Many people use Google Analytics to track their WordPress traffic stats and that is excellent.  But in order to use Google Analytics, you have to sign up with Google.  However, if you are building a [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>In my opinion, the best WordPress plugin to track traffic stats that does not require a signup is WP SlimStat.</p>
<p>Many people use Google Analytics to track their WordPress traffic stats and that is excellent.  But in order to use Google Analytics, you have to sign up with Google.  However, if you are building a WordPress site for a client who do not use Analytics, you would want a WordPress plugin that show traffic stats in the WordPress Dashboard instead of having to log into Google Analytics.</p>
<p>&#8220;<a href="http://wordpress.org/extend/plugins/stats/">WordPress.com Stats</a>&#8221; is one such plugin that is created by Automattic, the makers of WordPress themselves.   You can install it on self-hosted WordPress sites. However, it requires you to sign up to WordPress.com and get an API key.   Although free, it sometimes can be difficult to get clients to do that.</p>
<p>So that best WordPress dashboard plugin that I found that monitor stats (and in real-time too) is <a href="http://wordpress.org/extend/plugins/wp-slimstat/">WP SlimStat</a>.  It has good traffic chart and world traffic map and many of the usual analytic stats similar to Google Analytics.</p>
<p>Alternatively, you can try <a href="http://wordpress.org/extend/plugins/track-that-stat/">Track That Stat</a> which is similar to WP SlimStat.</p>
]]></content:encoded>
			<wfw:commentRss>https://learnwebdesignonline.com/best-wordpress-plugin-track-traffic-stats/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Reasons Why Your Web Page May Be Slow</title>
		<link>https://learnwebdesignonline.com/reasons-why-web-page-slow</link>
		<comments>https://learnwebdesignonline.com/reasons-why-web-page-slow#comments</comments>
		<pubDate>Thu, 08 Mar 2012 15:34:55 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">https://learnwebdesignonline.com/?p=487</guid>
		<description><![CDATA[When you find that your website is slow, there can be many possible reasons. To check on the performance issues, you can see the page load  time and its various components by using FireBug&#8217;s net tab.  Slow performance can be due to large image sizes, blocking scripts, content management systems, slow database, and slow web [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>When you find that your website is slow, there can be many possible reasons.</p>
<p>To check on the performance issues, you can see the page load  time and its various components by using FireBug&#8217;s net tab.  Slow performance can be due to large image sizes, blocking scripts, content management systems, slow database, and slow web host.</p>
<h2>1. Large image sizes can cause pages to be slow.</h2>
<p>Before putting any images on the webpage, you need to optimize the size and quality of the image for the web.   What you want is to make the image have the smallest filesize as possible &#8212; less than 50KB is ideal.</p>
<p>This means using Photoshop or Firework to size the image down to the size that it is actually needed.   If you only need a 200 pixel wide image on your page, do not use an 2000 wide image (which is often the size that comes out of your camera) and just let the image tag width attribute resize the image.</p>
<p>Second, you want to decrease the quality slightly to reduce filesize.  It is often a trade-off between quality and filesize.  Image for the web does not need to be as high quality as images for print.  Again do this in Photoshop and Firework, and they will often indicate the estimated filesize per quality adjustment.</p>
<p>However, if your page has a lot of images, then even     well optimized images can add up.  In that case, you can use advance techniques such as image sprites.  This technique lumps many images into one image in order to decrease number of server requests for images.</p>
<p>Although Flash content are not really images, you also want to check the filesize of your Flash swf files if you have any.   Sometimes Flash filesizes can be reduced by reducing the image sizes that the Flash is using.</p>
<h2>2.  Blocking Scripts</h2>
<p>When your site has a lot of scripts needed to do a lot of fancy things, it can add to the page load time.</p>
<p>Take a look at the types of scripts that are being loaded by each page.  Scripts can be calls to JQuery, Javascripts, YUI, mootools, etc.</p>
<p>Try putting the scripts at the bottom of the page instead of in the head if possible.  That way the page loads before loading the scripts.</p>
<p>If you are using JQuery script library, experiment with calling the JQuery library that is directly on Google&#8217;s free CDN (content developer network) instead of hosting the JQuery library on your own shared webhost server.    Sometimes Google&#8217;s CDN may be faster than your own webhost server, sometimes not.   It depends; so you have to experiment.</p>
<h2>3.  Content Management Systems</h2>
<p>If you are running a content management system such as WordPress, Joomla, Drupal, ExpressionEngine, and the like, they run an interpreted language called PHP.  The server has to parse and run PHP code.  This put additional overhead in page load times.</p>
<h2>4. Slow Databases</h2>
<p>Further, content management systems will be using a database on your server.  In fact, nearly each page load will be making one (and on occasions multiple) queries of the database.</p>
<p>If your database is on a shared web host where it services hundreds of websites, then the database can be overloaded.</p>
<h2>5.  Slow Web Hosts</h2>
<p>Shared web hosts are the least expensive category of webhost and they are entry-level web hosts.  They are the most common and most popular.   However there are some disadvantages of shared web hosts.  It is due to the fact that one server supports multiple websites &#8212; sometimes hundreds of sites. If the hosting company puts too many websites on one server, the performance of that server can degrade, causing your websites to load slowly.  If any website on that server experiences a huge traffic spike, it will affect performance for all the websites on that server, including yours.</p>
<h2>Possible Remedies</h2>
<p>If your own site is the one experiencing large traffic increases causing performance problems, it may be outgrowing the shared web host.  In that case, it may be time to upgrade to an higher category webhost.  The next step up is VPS, virtual private servers.   And the next step higher is dedicated servers.  However, there are <a href="http://blissfulwriter.hubpages.com/hub/Shared-Web-Hosting-Versus-VPS">advantages and disadvantages of upgrading to VPS as mentioned here</a>.</p>
<p>It is an important decision and there is work involved in upgrading.  Before upgraded from a shared web host, you might want to try using caching technology if you are running a content management system.</p>
<p>Server-side caching helps eliminate the overhead of running PHP and querying the database and slow web hosts.   Instead of interpreting PHP and querying the database on every page load, it will generate static saved snapshots of those pages.   This will work great if your site does not have a lot of dynamic content.</p>
<p>In Joomla, make sure you turn on caching.  In WordPress, try installing <a href="http://wordpress.org/extend/plugins/wp-super-cache/">WordPress SuperCache</a> plugin.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://learnwebdesignonline.com/reasons-why-web-page-slow/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Maximum File Upload Size Control</title>
		<link>https://learnwebdesignonline.com/php-maxium-file-upload-size-control</link>
		<comments>https://learnwebdesignonline.com/php-maxium-file-upload-size-control#comments</comments>
		<pubDate>Thu, 26 Jan 2012 06:07:56 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">https://learnwebdesignonline.com/?p=481</guid>
		<description><![CDATA[Certain web applications can allow an user or an administrator to upload a file from their computer to the Web Server. Once in a while, you may encounter an error when the file that you are trying to upload is too large. Some default PHP installation is set to allow a maximum of file upload [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Certain web applications can allow an user or an administrator to upload a file from their computer to the Web Server.  Once in a while, you may encounter an error when the file that you are trying to upload is too large.  Some default PHP installation is set to allow a maximum of file upload size of 2 MB.  So try uploading a file less than that to see if it is file size that is causing the upload problem.</p>
<p>There are two constraints that can limit the file upload size: 1) the code in the web application, and 2) the web host server configuration.   The actual limit would be the lower of the two. </p>
<h2>Setting Media Upload File Size in Joomla</h2>
<p>If the web application is a content management system such as Joomla, then the administrator may be able to set the upload file size in the administrator settings.  For Joomla 1.5, it would be in &#8220;Site -> Global Configuration -> System -> Media Settings -> Maximum Size&#8221;.</p>
<h2>PHP Upload File Size</h2>
<p>Linux web host server that runs PHP, has a PHP.ini configuration file.  Among its configuration parameters are <strong>upload_max_filesize</strong> and the <strong>post_max_size</strong>.  These can limit the maximum file size that can be uploaded to the server via a webpage regardless of the code of the webpage.  So try fiddling with these two parameters in the php.ini file. </p>
<p>Note that there can be multiple locations where the php.ini configuration file exists.  You may have to change it in more than one place.  You can determine the values of the configuration file that are in effect, by placing a PHP file that displays phpinfo() at the desired location that you want to check.  The phpinfo() display can also tell you the php.ini file location.  Remember to remove this after checking.</p>
<p>The <a href="[http://www.php.net/manual/en/ini.core.php#ini.upload-max-filesize">upload_max_filesize</a> specifies the maximum size of the uploaded file.</p>
<p>The <a href="http://www.php.net/manual/en/ini.core.php#ini.post-max-size">post_max_size</a> sets the maximum size of posted data which affect the file upload site.</p>
<p>Because uploading large files require execution time, <strong>max_execution_time</strong> and <strong>max_input_time</strong>  can also affect the upload.  As can <strong>memory_limit</strong>.</p>
<p>Another parameter that might affect the upload is file_uploads.  Make sure that parameter is set to be &#8220;1&#8243;.  </p>
<h2>Alternatives if unable to adjust Max limit of Upload File Size</h2>
<p>Depending on the web host, some may not let you adjust the php.ini file settings.  You can zip up the file to be uploaded and hope that the compressed size is smaller than the limit.  Alternatively you can manually upload the file to the server using an FTP client.   <a href="/quick-ftp-connect-filezilla">See tutorial on how to use the free FTP client FileZilla</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://learnwebdesignonline.com/php-maxium-file-upload-size-control/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla Access Control Level</title>
		<link>https://learnwebdesignonline.com/joomla-access-control-level</link>
		<comments>https://learnwebdesignonline.com/joomla-access-control-level#comments</comments>
		<pubDate>Fri, 08 Jul 2011 16:05:21 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">https://learnwebdesignonline.com/?p=380</guid>
		<description><![CDATA[Joomla has a very flexible access control level system.  But that also means that it is complex. Aside from the Public group which is just your normal site visitor, Joomla has four user groups for access to the front-end: Registered, Author, Editor, and Publisher (listed in order from lowest authority to highest authority).  These users [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Joomla has a very flexible access control level system.  But that also means that it is complex.</p>
<p>Aside from the Public group which is just your normal site visitor,  Joomla has four user groups for access to the front-end: Registered,  Author, Editor, and Publisher (listed in order from lowest authority to  highest authority).  These users login via the front-end login form  (which can be located in a hidden location).</p>
<p>Joomla has three user groups for access to the back-end  administration: Manager, Administrator, and Super User (listed in order  from lowest to highest authority).  These users login via the backend  admin control panel access at for example:  http://www.exmaple.com/administrator     These users can login via the  front-end as well.  But when they do so, they have the authority of a  front-end publisher.</p>
<p>User members are placed into one of these groups.  When they are done  so, they get the authority of that group.   For example, users in the  Registered group can not edit nor publish content, but they may have  access to view restricted content.  Publishers have full authority over  what content is shown in the site and full authority to edit any  content.  Super User has the ability to basically do everything,  including installation of plugins and system configurations.</p>
<p>Learn more about <a href="http://forum.joomla.org/viewtopic.php?t=26169">access control groups of Joomla 1.5 in this article on the Joomla forum</a>.</p>
<p>With Joomla 1.6, you can unlimited user-defined groups and an user  can be assigned to multiple groups.   If you install the Joomla sample  data, you&#8217;ll get the user-defined group of &#8220;Shop Suppliers&#8221; and  &#8220;Customer Group&#8221; for example.</p>
<p>Beside group, there are also Access Levels.  In Joomla 1.6, you can  have unlimited user-defined access levels.  Whereas in Joomla 1.5 you  have three fixed Access Levels (Public, Registered, Special).   Groups  are assigned to Access Levels.</p>
<p>And then there are &#8220;Permissions&#8221; of which there are four: Not Set, Inherit, Deny, Allow.</p>
<p>See <a href="http://help.joomla.org/proxy/index.php?option=com_help&amp;view=help&amp;keyref=ACL_Tutorial_for_Joomla_1.6">Joomla 1.6 tutorial on Access Control</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://learnwebdesignonline.com/joomla-access-control-level/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Joomla</title>
		<link>https://learnwebdesignonline.com/learning-joomla</link>
		<comments>https://learnwebdesignonline.com/learning-joomla#comments</comments>
		<pubDate>Fri, 08 Jul 2011 14:05:45 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">https://learnwebdesignonline.com/?p=369</guid>
		<description><![CDATA[Joomla is a very powerful content management system.   It is a bit more difficult to learn than WordPress.  But for certain application, Joomla may have more suitable features. Joomla content are articles organized into Categories.  An article belongs in a Category. Joomla Template and Module System Joomla uses a template system that defines the look-and-feel [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Joomla is a very powerful content management system.   It is a bit more difficult to learn than WordPress.  But for certain application, Joomla may have more suitable features.</p>
<p>Joomla content are articles organized into Categories.  An article belongs in a Category.</p>
<h2>Joomla Template and Module System</h2>
<p>Joomla uses a template system that defines the look-and-feel of the skin of the front-end design of the website.</p>
<p>Learn how to <a href="/how-to-customize-joomla-templates">customize templates with this tutorial</a> linked here.</p>
<p>After setting the template, administrators can set and configure &#8220;modules&#8221; in the module slots of the layout.  Modules are like widgets with specialized functionality such as a login form, breadcrumbs, polls modules, random image, advertisements, latest news, popular articles, etc.</p>
<p>Functionality of Joomla can be extended via custom third party components, modules, and plugins.</p>
<h2>Joomla Access Control Levels</h2>
<p>Joomla has a very flexible and sophisticated access control system to  has fine-grain control over the various access levels of various  member. It has changed a bit from Joomla 1.5 to 1.6.</p>
<p>See article to <a href="/joomla-access-control-level">learn more about Joomla Access Control Levels</a>.</p>
<h2>Joomla Features</h2>
<p>Joomla has ability for search engine friendly URLs and caching built in.  It has URL redirection.  It also has ability to turn site offline for maintenance.  Joomla has support for multi-lingual sites.</p>
<h2>Note:</h2>
<p>Written in July 2011 and relevant to Joomla 1.6</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://learnwebdesignonline.com/learning-joomla/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
