<?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>Blog about concrete5 cms &#187; concrete5 for developers</title>
	<atom:link href="http://www.smartwebprojects.net/concrete5-blog/category/concrete5-for-developers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smartwebprojects.net/concrete5-blog</link>
	<description>Tutorials, notes, concrete5 addons and themes bulletin</description>
	<lastBuildDate>Sat, 07 Jan 2012 11:53:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to set custom page type icons</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/277/how-to-set-custom-page-type-icons/</link>
		<comments>http://www.smartwebprojects.net/concrete5-blog/277/how-to-set-custom-page-type-icons/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 20:32:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[concrete5 for advanced users]]></category>
		<category><![CDATA[concrete5 for developers]]></category>

		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=277</guid>
		<description><![CDATA[concrete5 allows to set custom page type icons instead of the standard ones easily.
Step 1. Prepare images for each page type you are going to have on your website.
Step 2. Create a file set in the file manager (Dashboard -&#62; File Manager -&#62; Sets). Name it &#8220;Page Type Icons&#8221;
Step 3. Upload the images to file [...]]]></description>
		<wfw:commentRss>http://www.smartwebprojects.net/concrete5-blog/277/how-to-set-custom-page-type-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to display table name (in Table addon)</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/265/how-to-display-table-name-in-table-addon/</link>
		<comments>http://www.smartwebprojects.net/concrete5-blog/265/how-to-display-table-name-in-table-addon/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 14:09:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[concrete5 for developers]]></category>

		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=265</guid>
		<description><![CDATA[This short hint is for people who want to customize the &#8220;Table&#8221; block output (part of the &#8220;Tables&#8221; addon)
You can edit the block template (or create your new custom template) and put this code:
echo $table["tableName"];
By default, the block template is &#8216;/packages/swp_tables/blocks/swp_table/view.php&#8217;

Here is a full example of template with table title displayed in table head:
&#60;?php  [...]]]></description>
		<wfw:commentRss>http://www.smartwebprojects.net/concrete5-blog/265/how-to-display-table-name-in-table-addon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to change the date format in Downloads List addon</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/253/how-to-change-the-date-format-in-downloads-list-addon/</link>
		<comments>http://www.smartwebprojects.net/concrete5-blog/253/how-to-change-the-date-format-in-downloads-list-addon/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 13:11:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[concrete5 for developers]]></category>

		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=253</guid>
		<description><![CDATA[Here is a quick note for those who want to change the date format output of our Downloads List addon.
You can edit the block template (by default it can be found here: &#8216;/packages/swp_downloads_list/blocks/swp_downloads_list/view.php&#8217;)
Find this line:
echo $fv-&#62;getDateAdded("user");
and change in this way:
echo date("d/m/y", strtotime($fv-&#62;getDateAdded("user")));
You can change &#8220;d/m/y&#8221; to any other date/time format you want. It is php [...]]]></description>
		<wfw:commentRss>http://www.smartwebprojects.net/concrete5-blog/253/how-to-change-the-date-format-in-downloads-list-addon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styling tables in concrete5</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/241/styling-tables-in-concrete5/</link>
		<comments>http://www.smartwebprojects.net/concrete5-blog/241/styling-tables-in-concrete5/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 16:01:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[concrete5 for advanced users]]></category>
		<category><![CDATA[concrete5 for developers]]></category>
		<category><![CDATA[concrete5 for dummies]]></category>

		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=241</guid>
		<description><![CDATA[The tables built with our Tables addon by default have no custom styling. We went this way because we want to allow the site builders and theme developers customize the table layout via css making it fit the overall website design. Here is how a simple table looks by default:

No borders, no background, etc. But [...]]]></description>
		<wfw:commentRss>http://www.smartwebprojects.net/concrete5-blog/241/styling-tables-in-concrete5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disallow to list concrete5 directories</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/222/disallow-to-list-concrete5-directories/</link>
		<comments>http://www.smartwebprojects.net/concrete5-blog/222/disallow-to-list-concrete5-directories/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 18:34:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[concrete5 for advanced users]]></category>
		<category><![CDATA[concrete5 for developers]]></category>
		<category><![CDATA[concrete5 for dummies]]></category>

		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=222</guid>
		<description><![CDATA[Some people might have noticed that Google sometimes indexes websites&#8217; directories even though that was not supposed to be shared. For example, if you install concrete5, the /themes, /packages, /concrete and other directories might get indexed by Google. Also, some malicious people can open that directories and view the list of its contents, for example, [...]]]></description>
		<wfw:commentRss>http://www.smartwebprojects.net/concrete5-blog/222/disallow-to-list-concrete5-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doing daily automatic backup for concrete5</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/212/doing-daily-automatic-backup-for-concrete5/</link>
		<comments>http://www.smartwebprojects.net/concrete5-blog/212/doing-daily-automatic-backup-for-concrete5/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 14:32:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[concrete5 for advanced users]]></category>
		<category><![CDATA[concrete5 for developers]]></category>

		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=212</guid>
		<description><![CDATA[Doing backups is always good. If something crashes, you can restore the website from backup. If your website is changing dynamically, even a backup made a week ago might be too outdated and you will lose a lot of information and efforts restoring the website from that state, that&#8217;s why it is important to make [...]]]></description>
		<wfw:commentRss>http://www.smartwebprojects.net/concrete5-blog/212/doing-daily-automatic-backup-for-concrete5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If you write a concrete5 block and it&#8217;s not available to install</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/164/if-concrete5-block-not-installable/</link>
		<comments>http://www.smartwebprojects.net/concrete5-blog/164/if-concrete5-block-not-installable/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 06:32:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[concrete5 for developers]]></category>

		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=164</guid>
		<description><![CDATA[Quick tip for developers writing custom blocks for concrete5. If you have coded a block, placed its folder in &#8216;blocks&#8217; directory but cannot see it available for installation in concrete5 backend (in the &#34;Add functionality&#34; section), check the controller class name. That is the issue in most cases. It should match the block directory, i.e. [...]]]></description>
		<wfw:commentRss>http://www.smartwebprojects.net/concrete5-blog/164/if-concrete5-block-not-installable/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to add CSS for your block</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/193/how-to-add-css-for-your-block/</link>
		<comments>http://www.smartwebprojects.net/concrete5-blog/193/how-to-add-css-for-your-block/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 23:13:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[concrete5 for developers]]></category>

		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=193</guid>
		<description><![CDATA[If you develop your own block, you will probably need to use some css to properly style it. But the issue is that you can&#8217;t access the css file of the users theme (of course if you&#8217;re not developing the block for one specific project). However you can create and use custom css file for [...]]]></description>
		<wfw:commentRss>http://www.smartwebprojects.net/concrete5-blog/193/how-to-add-css-for-your-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 ways to add table in concrete5 cms</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/172/4-ways-to-add-table-in-concrete5-cms/</link>
		<comments>http://www.smartwebprojects.net/concrete5-blog/172/4-ways-to-add-table-in-concrete5-cms/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 20:48:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[concrete5 for advanced users]]></category>
		<category><![CDATA[concrete5 for developers]]></category>
		<category><![CDATA[concrete5 for dummies]]></category>

		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=172</guid>
		<description><![CDATA[Some new concrete5 users get confused when they cannot find a way to add table to a page at their concrete5 website. However in fact there are several ways to do that. I will describe 4 ways to add table on the page with concrete5 cms&#8230;
HTML block
You can use HTML block to create tables. This [...]]]></description>
		<wfw:commentRss>http://www.smartwebprojects.net/concrete5-blog/172/4-ways-to-add-table-in-concrete5-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For concrete5 theme developers: body background workaround</title>
		<link>http://www.smartwebprojects.net/concrete5-blog/140/for-concrete5-theme-developers-body-background-workaround/</link>
		<comments>http://www.smartwebprojects.net/concrete5-blog/140/for-concrete5-theme-developers-body-background-workaround/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 09:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[concrete5 for developers]]></category>

		<guid isPermaLink="false">http://www.smartwebprojects.net/concrete5-blog/?p=140</guid>
		<description><![CDATA[Anyone who regularly works with concrete5 themes could face with the following issue:
If you sign in as admin, the concrete5 editing toolbar appears at the top of all pages. This sometimes can cause a problem making body background not align properly with some other images on the page if it was designed as a single [...]]]></description>
		<wfw:commentRss>http://www.smartwebprojects.net/concrete5-blog/140/for-concrete5-theme-developers-body-background-workaround/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

