<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<atom:link href="http://www.ezgenerator.com/howto.php?action=rss" rel="self" type="application/rss+xml"/>
<title>Howto pages for EZGenerator software</title>
<link>http://www.ezgenerator.com/howto.php</link>
<description>Howto pages for EZGenerator software</description>
<language>en-us</language>
<pubDate>Tue, 26 Mar 2013 09:17:00 +0100</pubDate>
<lastBuildDate>Tue, 26 Mar 2013 09:17:00 +0100</lastBuildDate>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<category domain="Ezgenerator">Ezgenerator Howto pages</category>
<cloud domain="en-us" port="" path="" registerProcedure="" protocol=""/>
<item>
<title>Scroll to given element on the page.</title>
<description>&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div id="post_init_content_1364286579"&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Some examples about how to scroll to a given page&lt;/em&gt;&lt;/strong&gt;&lt;em&gt;&lt;strong&gt;&amp;nbsp;element&lt;/strong&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;All this code must be wrapped into&amp;nbsp;&lt;strong&gt;&amp;lt;script type="text/javascript&amp;gt;&lt;/strong&gt;&lt;span style="color: #008000;"&gt;&lt;strong&gt;custom code stays here&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;&amp;lt;/script&amp;gt;&lt;/strong&gt;&amp;nbsp;tags.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;Scroll to the element on page&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;&amp;nbsp;load:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;$(window).load(function() {&lt;/p&gt;
&lt;p&gt;$('html, body').animate({ scrollTop: $("&lt;strong&gt;&lt;em&gt;&amp;lt;selector&amp;gt;&lt;/em&gt;&lt;/strong&gt;").offset().top},&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;2000&lt;/strong&gt;&lt;/span&gt;);&lt;/p&gt;
&lt;p&gt;});&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;Scroll to the element on page&lt;/strong&gt;&amp;nbsp;&lt;strong&gt;ready:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;$(document).ready(function() {&lt;/p&gt;
&lt;p&gt;$('html, body').animate({ scrollTop: $("&lt;strong&gt;&lt;em&gt;&amp;lt;selector&amp;gt;&lt;/em&gt;&lt;/strong&gt;").offset().top},&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;2000&lt;/strong&gt;&lt;/span&gt;);&lt;/p&gt;
&lt;p&gt;});&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;Scroll to the element on click:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;$("&lt;strong&gt;&lt;em&gt;&amp;lt;selector&amp;gt;&lt;/em&gt;&lt;/strong&gt;").click(function{&lt;/p&gt;
&lt;p&gt;$('html, body').animate({ scrollTop: $("&lt;strong&gt;&lt;em&gt;&amp;lt;selector&amp;gt;&lt;/em&gt;&lt;/strong&gt;").offset().top},&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;2000&lt;/strong&gt;&lt;/span&gt;);&lt;/p&gt;
&lt;p&gt;});&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;strong&gt;2000 -&amp;nbsp;&lt;/strong&gt;Time in milliseconds (1000 ms = 1 s) that the animation needs to complete. Reduce the amount for quicker and increase for slower motion.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;More info about the &lt;em&gt;&amp;lt;selector&amp;gt;&lt;/em&gt; and how to use it here:&amp;nbsp;&lt;/span&gt;&lt;a class="rvts8" title="JQuery selectors" href="http://www.w3schools.com/jquery/jquery_ref_selectors.asp" target="_blank"&gt;JQuery selectors - how to select items on page properly&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1364286579&amp;title=scroll-to-given-element-on-the-page</link>
<category>Jquery/Ajax</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1364286579&amp;title=scroll-to-given-element-on-the-page</guid>
<pubDate>Tue, 26 Mar 2013 09:17:00 +0100</pubDate>
</item>
<item>
<title>Collapsible (toogable) menus.</title>
<description>&lt;p&gt;&lt;span class="control-name"&gt;&lt;strong&gt;&lt;span style="background-color: #ffffff; color: #808080;"&gt;Collapsible&lt;/span&gt;&lt;/strong&gt; Menus&lt;/span&gt; &lt;span class="control-type"&gt;(checkbox)&lt;/span&gt; - Sets menus to &lt;strong&gt;&lt;span style="background-color: #ffffff; color: #808080;"&gt;collapsible &lt;/span&gt;&lt;/strong&gt;mode - so you will need to click menus to expand and access pages. If the option is not checked, all menus are visible at the same time. &lt;span style="text-decoration: underline;"&gt;This option is available only for templates with vertical categories and menus.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To activate this, go to Project Template (section "Submenu Settings"):&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/Collapsible_submenu.JPG" alt="Collapsible submenu activation" width="600" height="174" /&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1358762837&amp;title=collapsible-%28toogable%29-menus</link>
<category>Templates</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1358762837&amp;title=collapsible-%28toogable%29-menus</guid>
<pubDate>Mon, 21 Jan 2013 11:00:00 +0100</pubDate>
</item>
<item>
<title>Survey generated embed code</title>
<description>&lt;p&gt;Generate Embed Code area:&lt;br /&gt;2 options available:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="text-decoration: underline;"&gt;Use this without users identification&lt;/span&gt; - it simply creates and iFrame code that can directly be put on some external page (site) and it will show the survey, cleaned from the template survey site use (custom CSS can be added, as well as some extra settings to make it look as preferred). In this case all customers are processed as guests.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="text-decoration: underline;"&gt;If user identification is used&lt;/span&gt;, 2 extra parameter are passed via script, that allow user recognition. Paremeters "markers" are filled in the corresponding fields and after that, when this code is put on the external page (site), these markers must be replaced with unique id and some name (name is not necessarily unique). Parsing can be done via PHP or JS and markers must be replaced with information about current logged user on the external site. This is up to the external site admins/developers how they will replace properly this information.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Notes&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;When users are processed as guests, their responses are processed (added into the statistics) only when they reach the final page. Also they cannot turn back and edit their answers.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;If option 2 is set up, then users are know to the system and they can re-open the survey and edit what they have filled. System keeps the information they have filled, auto-fill it when they open given page and they edit what they want. Changes are reflecting the statistics. Their responses are processed on every page submit (when they click "next" or "previous" buttons).&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1354872852&amp;title=survey-generated-embed-code</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1354872852&amp;title=survey-generated-embed-code</guid>
<pubDate>Fri, 07 Dec 2012 10:32:00 +0100</pubDate>
</item>
<item>
<title>CSS3 Gradients</title>
<description>&lt;p&gt;!available since version 4.0.0.513&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;with CSS3 gradients you can define background gradients for any css based element in ezgenerator&lt;/p&gt;
&lt;p&gt;CSS3 gradients are supported by all modern browsers (including&amp;nbsp; IE10), for IE6-IE9, only simple 2 steps horizontal and vertical gradients are supported&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img title="gradients" src="http://www.ezgenerator.com/innovaeditor/assets/admin/gradients.gif" alt="gradients" width="792" height="611" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;to use CSS3 gradients,&lt;/p&gt;
&lt;p&gt;- select gradient type (vertical, horizontal, diagonal or radial) in BACKGROUND section of css properties&amp;nbsp; (1)&lt;/p&gt;
&lt;p&gt;- by default, gradient use 2 stops (2) (0% and 100%), but with right click on gradient bar you can also work with 4 stops gradients&lt;/p&gt;
&lt;p&gt;- select one of the stops (2) and move it with mouse to desired position, selected stop have Red color arrow&lt;/p&gt;
&lt;p&gt;- you can change color (including opacity) for selected stop with color selector (3)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;- you can see instant preview (4) of&amp;nbsp; gradient in most dialogs, but as ezgenerator use IE for internal previews, you will have to update your internet explorer to version IE10 to see all types of gradients correctly inside ezgenerator&lt;/p&gt;
&lt;p&gt;Internet Explorer 10 is default browser on Windows 8, but is also available for Windows 7 from &lt;a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie-10/worldwide-languages" target="_blank"&gt;here &lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1354044358&amp;title=css3-gradients</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1354044358&amp;title=css3-gradients</guid>
<pubDate>Tue, 27 Nov 2012 20:11:00 +0100</pubDate>
</item>
<item>
<title>Users Import</title>
<description>&lt;p&gt;&lt;strong&gt;IMPORTANT!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This works &lt;span style="text-decoration: underline;"&gt;only&lt;/span&gt; if server has PHP version 5.0 or higher.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To import users into your current database, follow these steps:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Login as Admin on the site, and navigate to Users management section.&lt;/li&gt;
&lt;li&gt;Click the Import button.&lt;/li&gt;
&lt;li&gt;Select the &lt;strong&gt;.csv&lt;/strong&gt; file and click &lt;strong&gt;Upload&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Page will show info about the file and the first 2 lines (or part of them if they're too long). Use this information to:&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;select proper &lt;em&gt;text delimiter&lt;/em&gt; (char that encloses the values)&lt;/li&gt;
&lt;li&gt;select proper &lt;em&gt;field delimiter&lt;/em&gt; (char that separates enclosed values)&lt;/li&gt;
&lt;li&gt;if first row contains field names, check the box to indicate this&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;Once correct settings are selected, click on &lt;strong&gt;Assign fields &lt;/strong&gt;(&lt;em&gt;extra form with the fields will show up after a bit&lt;/em&gt;)&lt;strong&gt;.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Assign proper field to each of the current site fields (some of them may alredy been auto-selected for you, but make sure selection is proper)&lt;/li&gt;
&lt;li&gt;If you have passwords field and in the CSV file contains the real password, check the &lt;strong&gt;Use real passwords&lt;/strong&gt; checkbox.&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Notice&lt;/strong&gt;: If you have some coded passwords, most probably they won't be usable in EZG.&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;Select access that will apply to all imported users.&lt;/li&gt;
&lt;li&gt;Import.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1353671076&amp;title=users-import</link>
<category>Central Admin</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1353671076&amp;title=users-import</guid>
<pubDate>Fri, 23 Nov 2012 12:09:00 +0100</pubDate>
</item>
<item>
<title>Grouping lightbox links in posts.</title>
<description>&lt;p&gt;Since v4.0.0.507 new setting for the blog is added: &lt;strong&gt;Grouping of lightbox&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;Enabled by default (to keep previous blog lightbox handling), this option can be found in the Online Administration section of the blog, Settings tab.&lt;br /&gt;&lt;br /&gt;When this is enabled, all element that have lightbox &lt;span style="text-decoration: underline;"&gt;and are from the same type&lt;/span&gt; * will be grouped into same box with navigation to loop among them.&lt;/p&gt;
&lt;p&gt;When this is disabled, every lightbox element will pop-up in separate box and no navigation among the other similar elements will be possible.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;*&lt;/strong&gt;&lt;em&gt;Different types of lightbox elements (image thumbnails, pure links, etc) are grouped separately from each other by the lightbox handler. In other words - you can put both thumbnail and a link into same box and navigate through them.&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1351869983&amp;title=grouping-lightbox-links-in-posts</link>
<category>Blogs/Rss</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1351869983&amp;title=grouping-lightbox-links-in-posts</guid>
<pubDate>Fri, 02 Nov 2012 16:10:00 +0100</pubDate>
</item>
<item>
<title>Toggle on/off normal pages in mobile view</title>
<description>&lt;p&gt;To toggle ON or OFF the normal pages view from mobile page (when mobile devide is used), use these:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;To turn normal (full) page ON: add &lt;strong&gt;?fullview&lt;/strong&gt;&amp;nbsp;(or&lt;strong&gt;&amp;nbsp;&amp;amp;fullview&lt;/strong&gt;, if not only parameter) in the URL of the activating link&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Examples:&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://atanas.image-line.com/gbtest/max/atanas.php?fullview"&gt;http://atanas.image-line.com/gbtest/max/atanas.php?fullview&lt;/a&gt;&amp;nbsp;when no params and you link this from different page or you can use relative path:&amp;nbsp;&amp;nbsp; atanas.php?fullview&amp;nbsp;&amp;nbsp; when you link on same page&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://atanas.image-line.com/gbtest/max/atanas.php?category=test&amp;amp;fullview"&gt;http://atanas.image-line.com/gbtest/max/atanas.php?category=test&amp;amp;fullview&lt;/a&gt;&amp;nbsp;when other params are used&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;To turn mobile (small) page back ON (full page OFF): add&amp;nbsp;&lt;strong&gt;?mobileview&amp;nbsp;&lt;/strong&gt;(or&amp;nbsp;&lt;strong&gt;&amp;amp;mobileview&lt;/strong&gt;, if not only parameter) in the URL of the activating link&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Examples:&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://atanas.image-line.com/gbtest/max/atanas.php?mobileview"&gt;http://atanas.image-line.com/gbtest/max/atanas.php?mobileview&lt;/a&gt;&amp;nbsp;when no params&lt;/li&gt;
&lt;li&gt;&lt;a href="http://atanas.image-line.com/gbtest/max/atanas.php?category=test&amp;amp;mobileview"&gt;http://atanas.image-line.com/gbtest/max/atanas.php?category=test&amp;amp;mobileview&lt;/a&gt;&amp;nbsp;when other params are used&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;&lt;em&gt;This works ONLY when pages are accessed &lt;span style="text-decoration: underline;"&gt;via mobile device&lt;/span&gt;. For non-mobile devices it will simply ignore the extra parameter.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NOTE2:&amp;nbsp;&lt;/strong&gt;&lt;em&gt;For HTML pages, when relative path is used, adding &lt;strong&gt;?fullview&amp;nbsp;&lt;/strong&gt;only as a relative URL is not enough.&amp;nbsp;&lt;strong&gt;page.html?fullview&lt;/strong&gt; should be used instead!. Also with html pages normal page has to be called, as mobile pages don't have mobile/normal detection.&lt;br /&gt;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1351855247&amp;title=toggle-onoff-normal-pages-in-mobile-view</link>
<category>Mobile</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1351855247&amp;title=toggle-onoff-normal-pages-in-mobile-view</guid>
<pubDate>Fri, 02 Nov 2012 12:07:00 +0100</pubDate>
</item>
<item>
<title>Different administration template</title>
<description>&lt;p&gt;To make online administration looks not like the normal pages (add / remove / edit some elements on the default template), there is pretty simple trick that can be used:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Inside EzGenerator add new page&lt;/li&gt;
&lt;li&gt;Name of the page must be: &lt;strong&gt;template_source&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Folder that contains this page should be: &lt;strong&gt;&lt;em&gt;documents&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Edit this page layout the way you want (use macros or per page template tab)&lt;/li&gt;
&lt;li&gt;upload this new page&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Once uploaded, the project will automatically detect it and start using it.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1351697639&amp;title=different-administration-template</link>
<category>Central Admin</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1351697639&amp;title=different-administration-template</guid>
<pubDate>Wed, 31 Oct 2012 16:28:00 +0100</pubDate>
</item>
<item>
<title>MySQL support in EzGenerator v4</title>
<description>&lt;p&gt;&lt;span class="rvts16"&gt;MySQL support&lt;/span&gt;:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;EZG V4 can use MySQL for all php features (Blog, Calendar, Counter, Search, etc).&lt;/p&gt;
&lt;p&gt;You set your project to either use MySQL, or flat files. You can't have MySQL blog and flat file calendar in same project.&lt;/p&gt;
&lt;p&gt;Only shop/catalog page always use MySQL. There is no flat file catalog/shop.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To switch your existing project to MySQL, you have to go to&amp;nbsp;&lt;span&gt;Project Settings &amp;gt;&amp;gt; MySQL Settings&lt;/span&gt;&amp;nbsp;an check&amp;nbsp;&lt;span&gt;Use MySQL for all Live pages&lt;/span&gt;&amp;nbsp;and do Full build.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Important:&lt;/span&gt;&amp;nbsp;If you switch your existing project to MySQL, all php features (Blog, Calendar, Counter, Search, etc) will be automatically transferred to MySQL, which means data will be moved from flat file to MySQL. So, you will not loose existing data!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="rvts16"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="rvts16"&gt;What if I use separate database for each MySQL shop page?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;In v4 all pages use same database, but each has its own database table.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;1) you need to use phpmyadmin panel (this is administrator MySQL panel)&lt;br /&gt;2) you have to choose one database that you will use for your project&amp;nbsp;&lt;br /&gt;3) you have to export all other databases (that you use for shop pages) and then import the tables in the central database that you will use&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1351500004&amp;title=mysql-support-in-ezgenerator-v4</link>
<category>MySql/Php</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1351500004&amp;title=mysql-support-in-ezgenerator-v4</guid>
<pubDate>Mon, 29 Oct 2012 09:39:00 +0100</pubDate>
</item>
<item>
<title>Blog comments deletion rules</title>
<description>&lt;p&gt;Since v.4.0.0.504 there are some updates on the comments deletion in the blog/podcast.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Here are the rules about who and how can delete comments:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Only comments with no replies (last level comments) can be deleted;&lt;/li&gt;
&lt;li&gt;Admin(s) and users with "Edit" access can delete all comments (when rule #1 is met);&lt;/li&gt;
&lt;li&gt;Regular (registered) users with "view" access can delete only own comments (when rule #1 is met);&lt;/li&gt;
&lt;li&gt;Users with "Edit own posts" access can delete own posts comments by rule #2 and others' posts comments by rule #3 (when rule #1 is met);&lt;/li&gt;
&lt;li&gt;Guests cannot delete comments;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1350553327&amp;title=blog-comments-deletion-rules</link>
<category>Blogs/Rss</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1350553327&amp;title=blog-comments-deletion-rules</guid>
<pubDate>Thu, 18 Oct 2012 11:27:00 +0200</pubDate>
</item>
<item>
<title>Users Groups in EZG</title>
<description>&lt;p&gt;Since some time users can be grouped so same access is set/edited for all users in a group at the same time.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;strong&gt;Important&lt;/strong&gt;: This works only if MySQL is enabled: &lt;a href="http://www.ezgenerator.com/howto.php?entry_id=1351500004" target="_blank"&gt;MySQL support&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;To add new group:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to online Administration and login (if not logged).&lt;/li&gt;
&lt;li&gt;Go to "Manage groups" tab in the Administration menu.&lt;/li&gt;
&lt;li&gt;Click "Add group" button.&lt;/li&gt;
&lt;li&gt;Give the group &lt;strong&gt;unique title&lt;/strong&gt; and some access. Optionally you can give the group some description (for extra info in the groups list) and redirect URL (this fied is used when you want users from that group to be redirected to certain location after log in).&lt;/li&gt;
&lt;li&gt;Submit the new group.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;To edit / delete a group:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to online Administration and login (if not logged).&lt;/li&gt;
&lt;li&gt;Go to "Manage groups" tab in the Administration menu.&lt;/li&gt;
&lt;li&gt;Hover the desired group and additional actions will appear. Select the one you need.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;To move users to a group:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to online Administration and login (if not logged).&lt;/li&gt;
&lt;li&gt;Go to "Manage users" tab in the Administration menu.&lt;/li&gt;
&lt;li&gt;Select the users you want to move to a given group (use the checkboxes next to each user).&lt;/li&gt;
&lt;li&gt;At the bottom of the list "Move selected to" dropdown must be used. Select the desired group you want selected users to be moved to.&lt;/li&gt;
&lt;li&gt;Save the changes.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: &lt;em&gt;Moving users to a group automatically changes its rights to the ones the group has. You can also move users from one group to another directly (without removing them from the first group). Once user is in a group, personal access right cannot be set to this user anymore. They can be set once user is not in any group.&lt;br /&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note2&lt;em&gt;:&amp;nbsp;&lt;/em&gt;&lt;/strong&gt;If&lt;em&gt; given group is removed, all the users form this group are automatically left without a group, but the group access is still acrive for them. So additional actions may be required in such case!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;DO NOT USE&lt;/strong&gt; groups together with protected areas. This is not intended and won't work in any case.&amp;nbsp;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1350385606&amp;title=users-groups-in-ezg</link>
<category>Central Admin</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1350385606&amp;title=users-groups-in-ezg</guid>
<pubDate>Tue, 16 Oct 2012 12:51:00 +0200</pubDate>
</item>
<item>
<title>JWplayer support</title>
<description>&lt;p&gt;Since version 4.0.0.502 EZGenerator support external audio/video player &lt;a href="http://www.longtailvideo.com/players/jw-flv-player/" target="_blank"&gt;JWplayer&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;to use this player inside&amp;nbsp;EZGenerator&lt;/p&gt;
&lt;p&gt;1. download player archive from &lt;a href="http://www.longtailvideo.com/players/jw-flv-player/" target="_blank"&gt;JWplayer&lt;/a&gt; website&lt;/p&gt;
&lt;p&gt;2. create jwplayer&amp;#92; folder in ...&amp;#92;EzGenerator4&amp;#92;webtemplates&amp;#92;___shared&amp;#92;&lt;/p&gt;
&lt;p&gt;3. unzip files frmo archive into this folder&lt;/p&gt;
&lt;p&gt;to use additional skins:&lt;/p&gt;
&lt;p&gt;1. download one or more skins archives from &lt;a href="http://www.longtailvideo.com/addons/skins" target="_blank"&gt;here&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. unzip archives in ...&amp;#92;EzGenerator4&amp;#92;webtemplates&amp;#92;___shared&amp;#92;jwplayer&amp;#92; folder&amp;nbsp; (JWPlayer version 5)&lt;/p&gt;
&lt;p&gt;or ..&amp;#92;EzGenerator4&amp;#92;webtemplates&amp;#92;___shared&amp;#92;jwplayer6&amp;#92; folder&amp;nbsp; (JWPlayer version 6)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;JWPlayer installation folder structure:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img title="jwplayer" src="http://www.ezgenerator.com/innovaeditor/assets/jwplayer.gif" alt="" width="797" height="346" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;EZGenarator will recognize player and skins and will make them available in preset section of audio/video player widget&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;JWplayer size, playlist position and playlist size can be edited in player Flash Properties dialog (accessible via right-click button in editor)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;remarks:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;V5 version of JWplayer is not available anymore&lt;/p&gt;
&lt;p&gt;skins for V5 can still be found at http://www.longtailvideo.com/addons/skins&lt;/p&gt;
&lt;p&gt;V5 skins doesn't work with V6&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;V6 skins are included only with FULL version of JWplayer&lt;/p&gt;
&lt;p&gt;V6.4: each skins is single file (xml format), copy all skins in jwplayer folder (no separate subfolders anymore)&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1349866020&amp;title=jwplayer-support</link>
<category>Flash/Audio/Video</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1349866020&amp;title=jwplayer-support</guid>
<pubDate>Wed, 10 Oct 2012 12:31:00 +0200</pubDate>
</item>
<item>
<title>Using Blog Views Feature</title>
<description>&lt;p&gt;with Blog Views you can create separate layout options for Blog (to display blog entries with different layout than main blog layout)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;to use Blog Views, add one or more View pages in treeview explorer:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/addview.gif" alt="add view" width="220" height="284" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;after you add view page, specify options in view settings to make view different than main view:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/viewsettings.gif" alt="view settings" width="395" height="152" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;name you chooose for blog view will be used to access this view in your blog :&lt;/p&gt;
&lt;p&gt;for example, to access blog view on page index.php, add url and append name of view :&amp;nbsp;&amp;nbsp; index.php?myview&lt;/p&gt;
&lt;p&gt;(you can also use internal url picker in url dialog to select available views)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;example &lt;a href="http://miro.image-line.com/max4_jquery/index_nl.php" target="_blank"&gt;default blog view&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;example &lt;a title="Alternative blog view" href="http://miro.image-line.com/max4_jquery/index_nl.php?compact" target="_blank"&gt;alternative blog view&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;you can also link blog view from menu with external url option on page settings panel --&amp;gt; advanced&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;tip&lt;/strong&gt;: you can also use views to show short version of article in main view and full article in another view:&lt;/p&gt;
&lt;p&gt;on main blog page, add hyperlink : read more and use macro : %fullarticleurl%&amp;amp;compact&amp;nbsp; (replace &amp;amp;compact with name of your own view) as url &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1344965509&amp;title=using-blog-views-feature</link>
<category>Blogs/Rss</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1344965509&amp;title=using-blog-views-feature</guid>
<pubDate>Tue, 14 Aug 2012 19:15:00 +0200</pubDate>
</item>
<item>
<title>How-to add font-size selector in template</title>
<description>&lt;p&gt;&lt;img title="font size" src="http://www.ezgenerator.com/innovaeditor/assets/fs.gif" alt="" width="359" height="152" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;code in this example works for template Oase_10, for different template, you will have fix position of font-size links..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. in template editor&amp;nbsp; --&amp;gt; html tab, add html code for font-size links : &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;div id="fonts"&amp;gt;Font size: &amp;lt;a href="javascript:void(0);" id="small_font"&amp;gt;x&amp;lt;/a&amp;gt; &amp;lt;a href="javascript:void(0);" id="large_font"&amp;gt;X&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/adv1.gif" alt="html" width="744" height="341" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. in template properties, css tab, css code for font-size links : &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#fonts{position:absolute;top:84px;z-index:5;right:20px;}&lt;br /&gt;#fonts a{font: bold 14px tahoma;color:#00000;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and code to specify size of large fonts (this code will overwrite 2 most used font styles : normal and sub, but yuo can overwrite more fonts same way:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;.large_font .rvts0,.large_font div,.large_font table,.large_font p,.large_font h4{font-size:15px;}&lt;br /&gt;.large_font .rvts8{font-size:13px;}&lt;br /&gt;.large_font .rvts12{font-size:13px;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/adv2.gif" alt="css" width="744" height="341" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. in project settings, advanced, Global scripts, add following script : &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;$(document).ready(function() {&lt;br /&gt;$('#small_font').click(function(){setCookie('large_font','1',0);$("body").removeClass("large_font")});&lt;br /&gt;$('#large_font').click(function(){setCookie('large_font','1',1000);$("body").addClass("large_font")});&lt;br /&gt;if(getCookie('large_font')) &lt;br /&gt;$("body").addClass("large_font");&lt;br /&gt;});&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(this javascript will assign click actions to font-size links and also read and save cookies to recognize prefered font-size next time user visits website)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1344598516&amp;title=how-to-add-font-size-selector-in-template</link>
<category>Templates</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1344598516&amp;title=how-to-add-font-size-selector-in-template</guid>
<pubDate>Fri, 10 Aug 2012 13:06:00 +0200</pubDate>
</item>
<item>
<title>How to test mails on your site</title>
<description>&lt;p&gt;To get some info whether your mail service and site sciprts are working roperly, try this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download &lt;a href="http://www.ezgenerator.com/innovaeditor/assets/atanas/mail_test.zip"&gt;mail_test.zip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Upload this file manually on the site.&lt;/li&gt;
&lt;li&gt;Open the page and test your e-mails.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1342772595&amp;title=how-to-test-mails-on-your-site</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1342772595&amp;title=how-to-test-mails-on-your-site</guid>
<pubDate>Fri, 20 Jul 2012 09:57:00 +0200</pubDate>
</item>
<item>
<title>Using custom buy button image</title>
<description>&lt;p&gt;you can use your own buy button image in shop:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. insert follwing macros on page :&lt;/p&gt;
&lt;p&gt;&amp;lt;SHOP_BUY_BUTTON&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;/SHOP_BUY_BUTTON&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. place any image (you can also use button factory to insert button) between this macros&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/buy.gif" alt="adding buy button" width="491" height="242" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1340695455&amp;title=using-custom-buy-button-image</link>
<category>Shop/lister</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1340695455&amp;title=using-custom-buy-button-image</guid>
<pubDate>Tue, 26 Jun 2012 09:18:00 +0200</pubDate>
</item>
<item>
<title>Multi-user page content</title>
<description>&lt;p&gt;Have You ever needed a place, where every site user has it's own content, and You don't need to make hundreds of pages to achieve that?&lt;br /&gt;In that case all You need is an Online Editable Page. Something pretty familiar if You've used the program for enought time. But how to make users able to use it for their own purposes?&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Here is the preparation process&lt;/strong&gt;:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add an Online Editable Page&lt;/li&gt;
&lt;li&gt;In Online Editable Page Settings (tab) check "User-Dependent Content".&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If you wish, You can check the other two options as well.&lt;/li&gt;
&lt;li&gt;Add from macros &lt;strong&gt;&lt;em&gt;EDITABLE AREA&lt;/em&gt;&lt;/strong&gt;. It's the key (and main page tool) for entire idea to work.&lt;/li&gt;
&lt;li&gt;You can use the macros to put some extra info, like the &lt;strong&gt;&lt;em&gt;USERS&lt;/em&gt;&lt;/strong&gt; macro that will allow all user pages to be accessible.&lt;/li&gt;
&lt;li&gt;Again optional - you can protect the page so users see only their own page and content (in this case the &lt;strong&gt;&lt;em&gt;USERS&lt;/em&gt;&lt;/strong&gt; macro won't work).&lt;/li&gt;
&lt;li&gt;Once the Online Editable Page is prepared, go online and log in as Admin.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Give the users you want to be able to edit their own pages "Edit" access to this page&lt;/li&gt;
&lt;li&gt;Enjoy (maybe better test before that to be sure You indeed will enjoy).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp;Some extra info about the admin:&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;As admin you can edit other users editable areas. Just log in to the page and select the user. Page content will change to selected user's one.&lt;/li&gt;
&lt;li&gt;Default (all users) option will change to all users, that haven't changed their content to something else, but use the common one. For the other users changes has to be done per user.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1339672420&amp;title=multi-user-page-content</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1339672420&amp;title=multi-user-page-content</guid>
<pubDate>Thu, 14 Jun 2012 12:41:00 +0200</pubDate>
</item>
<item>
<title>Coupons</title>
<description>&lt;p&gt;Coupons are items, that shop administrators can create and provide to customers (for some reasons). Using this item, the customer receives discount for the current order. Cuponst are &lt;strong&gt;NOT &lt;/strong&gt;assigned to products or the cart. They can be used on any cart that matches the requirements, the coupon has. Consider them as extra item, added to the shopping cart that reduces the total price.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;em&gt;To use the coupons in Your shop, You have to do follow these two steps&lt;/em&gt;&lt;/span&gt;:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&amp;nbsp;Add the coupon macro on the cart page of the shop;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img title="coupons macros" src="http://www.ezgenerator.com/innovaeditor/assets/coupons.gif" alt="" width="633" height="485" /&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&amp;nbsp;Define the coupons that will be used in the shop online administration&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;em&gt;&lt;span style="text-decoration: underline;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span style="text-decoration: underline;"&gt;Information about the fields in the coupon settings page&lt;/span&gt;:&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;ID&lt;/strong&gt;&lt;span&gt;&amp;nbsp;- something like a label or name. You define the&amp;nbsp;&lt;/span&gt;&lt;span class="posthilit"&gt;coupon&lt;/span&gt;&lt;span&gt;&amp;nbsp;and this is what users fill out when they have it.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;strong&gt;Order Minimum&lt;/strong&gt;&lt;span&gt;&amp;nbsp;- The minimum amount the order has to be. If order amount is below this number,&amp;nbsp;&lt;/span&gt;&lt;span class="posthilit"&gt;coupon&lt;/span&gt;&lt;span&gt;&amp;nbsp;cannot be used.&lt;/span&gt;&lt;br /&gt;&lt;strong&gt;Order Limit&lt;/strong&gt;&lt;span&gt;&amp;nbsp;- How many times you can use this&amp;nbsp;&lt;/span&gt;&lt;span class="posthilit"&gt;coupon&lt;/span&gt;&lt;span&gt;&amp;nbsp;(0 means no limit)&lt;/span&gt;&lt;br /&gt;&lt;strong&gt;Order Count&lt;/strong&gt;&lt;span&gt;&amp;nbsp;- How many times&amp;nbsp;&lt;/span&gt;&lt;span class="posthilit"&gt;coupon&lt;/span&gt;&lt;span&gt;&amp;nbsp;is used. It can be edited (if problem occurs or something else).&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;Note: Order count field may not be there)&lt;/em&gt;&lt;br /&gt;&lt;strong&gt;Valid From - To&lt;/strong&gt;&lt;span&gt;&amp;nbsp;- (the start/end the&amp;nbsp;&lt;/span&gt;&lt;span class="posthilit"&gt;coupon&lt;/span&gt;&lt;span&gt;&amp;nbsp;can be used).&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1339158182&amp;title=coupons</link>
<category>Shop/lister</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1339158182&amp;title=coupons</guid>
<pubDate>Fri, 08 Jun 2012 14:16:00 +0200</pubDate>
</item>
<item>
<title>Adding shop output on other pages (external shop macros)</title>
<description>&lt;p&gt;there are several macros available to display shop output on other pages :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;to add all this macros on other page, use ezgenerator 'insert html' function&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. to display vertical or horizonatl shop category list, add following code :&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type="text/javascript" src="http://miro.image-line.com/max4_jquery/shop/shop.php?category_vlist"&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type="text/javascript" src="http://miro.image-line.com/max4_jquery/shop/shop.php?category_hlist"&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. to display shop minicart, add :&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type="text/javascript" src="http://miro.image-line.com/max4_jquery/shop/shop.php?action=minicartjs"&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;notice, minicart has to be also used on shop main or category page&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. to display shop tag cloud, add:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type="text/javascript" src="http://miro.image-line.com/max4_jquery/shop/shop.php?action=tagcloud"&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4 . to display random shop product, add following code:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type="text/javascript" src="http://miro.image-line.com/max4_jquery/shop/shop.php?action=random&amp;amp;count=2"&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;available parameters :&lt;/p&gt;
&lt;p&gt;count : number of random products to be displayed&lt;/p&gt;
&lt;p&gt;dir:&amp;nbsp;&amp;nbsp; dir=h (products will be displayed horizontaly)&lt;/p&gt;
&lt;p&gt;root:&amp;nbsp;&amp;nbsp;&amp;nbsp; specify root=1&amp;nbsp; if&amp;nbsp; destination page is in website root&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;notice: random macro has to be also used on shop main or category page&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a title="example" href="http://miro.image-line.com/max4_jquery/shop/shop_output.html" target="_blank"&gt;example page with external shop macros&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1338967852&amp;title=adding-shop-output-on-other-pages-%28external-shop-macros%29</link>
<category>Shop/lister</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1338967852&amp;title=adding-shop-output-on-other-pages-%28external-shop-macros%29</guid>
<pubDate>Wed, 06 Jun 2012 08:55:00 +0200</pubDate>
</item>
<item>
<title>Handling US/Canada Taxes in Shop</title>
<description>&lt;p&gt;By default, shop in EzGenerator works with Taxes Included in price of products.&lt;/p&gt;
&lt;p&gt;To display prices without Taxes, go to shop settings and enable 'VAT EXC MODE' and 'Tax Handling' options:&lt;/p&gt;
&lt;p&gt;&lt;img title="tax options" src="http://www.ezgenerator.com/innovaeditor/assets/taxe.gif" alt="tax options" width="386" height="422" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;in payment settings, make sure tax is included in payment settings :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img title="payment settings" src="http://www.ezgenerator.com/innovaeditor/assets/set.gif" alt="payment settings" width="817" height="412" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;do upload and login into shop online administration, taxes tab and use "Add CA taxes" button to add tax values for Canada and/or "Add Tax Line" to add US taxes&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img title="tax tab" src="http://www.ezgenerator.com/innovaeditor/assets/taxes_tab.gif" alt="tax tab" width="600" height="155" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;on tax line use abbreviations --&amp;gt; US (for United States)&amp;nbsp;&amp;nbsp; CA (for CANADA)&lt;/p&gt;
&lt;p&gt;you can find US states abbreviations &lt;a href="http://en.wikipedia.org/wiki/List_of_U.S._state_abbreviations#Postal_abbreviations" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;when ready, all prices in shop will be without taxes and tax will be calculated on checkout page (when custommer select country and state)&lt;/p&gt;
&lt;p&gt;you can use following macros on cart page to display vat and prices :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img title="taxes macros" src="http://www.ezgenerator.com/innovaeditor/assets/tax_macros.gif" alt="taxes macros" width="556" height="256" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;or, to make it easier : add new shop page and select : paypal_IPN_ex_vat page layout preset...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1337845294&amp;title=handling-uscanada-taxes-in-shop</link>
<category>Shop/lister</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1337845294&amp;title=handling-uscanada-taxes-in-shop</guid>
<pubDate>Thu, 24 May 2012 09:06:00 +0200</pubDate>
</item>
<item>
<title>Customizing Template search box</title>
<description>&lt;p&gt;to change css layout of search box:&lt;/p&gt;
&lt;p&gt;go to 'project template' tab --&amp;gt; 'template editor' --&amp;gt; 'css' and append this as new line (you can change it with css controls to fit your needs)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="rvts120"&gt;#search_box{background: #a6a6a6;border: 1px solid #9b9b9b; color: #ffffff;height:22px; padding: 0 7px;border-radius: 2px;margin:8px 32px 8px 8px;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;to customize search button:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="rvts120"&gt;#search_button{background: #1b1b1b;border: 1px solid #545454;color: #ffffff;position: absolute;right: 7px;top: 8px;width: 24px;height: 24px;border-radius: 2px;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;search area (div) can be also customized :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="rvts120"&gt;#search{background:#d8d8d8;border:1px solid #cacaca;border-radius: 10px;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;you can also use images as background...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;to make search button invisible:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="rvts120"&gt;#search_button{display:none;&lt;/span&gt;&lt;span class="code"&gt;}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;to remove label from search button (in case you use background image), go to language setting tab --&amp;gt; interface labels --&amp;gt; search labels and change label for 'search'&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1335972349&amp;title=customizing-template-search-box</link>
<category>Site Search</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1335972349&amp;title=customizing-template-search-box</guid>
<pubDate>Wed, 02 May 2012 16:45:00 +0200</pubDate>
</item>
<item>
<title>Protecting Shop Checkout</title>
<description>&lt;p&gt;By default ezg shop page&amp;nbsp; is open, everyone can use it without registering.&lt;/p&gt;
&lt;p&gt;If you want to get users to register (log-in) on checkout follow this steps:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img title="log-in on checkout steps" src="http://www.ezgenerator.com/innovaeditor/assets/log3.gif" alt="" width="789" height="392" /&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1333482354&amp;title=protecting-shop-checkout</link>
<category>Shop/lister</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1333482354&amp;title=protecting-shop-checkout</guid>
<pubDate>Tue, 03 Apr 2012 21:39:00 +0200</pubDate>
</item>
<item>
<title>Emageview Parameters</title>
<description>&lt;div align="center"&gt;
&lt;div style="position: relative; width: 600px;"&gt;
&lt;div class="div_col" style="background: #F3F4F6; height: 1200px; width: 306px;" align="left"&gt;
&lt;div style="padding: 5px;"&gt;
&lt;p&gt;screenBGColor=0x0F0F15&lt;/p&gt;
&lt;p&gt;screenProgressSize=10&lt;/p&gt;
&lt;p&gt;screenProgressColor=0xFFFFFF&lt;/p&gt;
&lt;p&gt;screenProgressBGColor=0x000000&lt;/p&gt;
&lt;p&gt;screenProgressAlpha=0.7&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;transitionType=random &amp;nbsp; (see ---&amp;gt; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;transitionSpeed=1&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;expandAtStartup=0&lt;/p&gt;
&lt;p&gt;showImageAtStartup=1&lt;/p&gt;
&lt;p&gt;slideShowAtStartup=0&lt;/p&gt;
&lt;p&gt;slideShowTime=6000&lt;/p&gt;
&lt;p&gt;showBackground=1&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;screenFitMode=0 &amp;nbsp; &amp;nbsp;(originalSize - default)&lt;/p&gt;
&lt;p&gt;screenFitMode=1 &amp;nbsp; &amp;nbsp;(Image Fit)&lt;/p&gt;
&lt;p&gt;screenFitMode=2vv (ScreenFit)&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;browserHeight=30&lt;/p&gt;
&lt;p&gt;browserListHPercent=0.8&lt;/p&gt;
&lt;p&gt;browserBGColor=0x262626&lt;/p&gt;
&lt;p&gt;browserListBGColor=0x121212&lt;/p&gt;
&lt;p&gt;browserBorderColor=0x262626&lt;/p&gt;
&lt;p&gt;browserBGAlpha=1&lt;/p&gt;
&lt;p&gt;browserListBGAlpha=1&lt;/p&gt;
&lt;p&gt;browserGlassAlpha=0.06&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;bigBrowserBGColor=0x151515&lt;/p&gt;
&lt;p&gt;bigBrowserBGAlpha=1&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;thumbnailWidth=18&lt;/p&gt;
&lt;p&gt;thumbnailHeight=18&lt;/p&gt;
&lt;p&gt;thumbnailOffset=4&lt;/p&gt;
&lt;p&gt;thumbnailMoveSpeed=0.6&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;bigThumbnailWidth=100&lt;/p&gt;
&lt;p&gt;bigThumbnailHeight=100&lt;/p&gt;
&lt;p&gt;bigThumbnailOffset=10&lt;/p&gt;
&lt;p&gt;thumbnailImageFit=0&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;thumbPreviewMaxWidth=120&lt;/p&gt;
&lt;p&gt;thumbPrewviewMaxHeight=120&lt;/p&gt;
&lt;p&gt;thumbPreviewBGColor=0xFFFFFF&lt;/p&gt;
&lt;p&gt;thumbPreviewBGAlpha=0.3&lt;/p&gt;
&lt;p&gt;thumbPreviewBorder=4&lt;/p&gt;
&lt;p&gt;thumbPreviewArrowSize=6&lt;/p&gt;
&lt;p&gt;thumbPreviewSmallScale=0.8&lt;/p&gt;
&lt;p&gt;thumbPreviewDelayShow=100&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;videoControlBGColor=0x151515&lt;/p&gt;
&lt;p&gt;videoControlBGAlpha=.85&lt;/p&gt;
&lt;p&gt;videoProgressBGColor=0x454545&lt;/p&gt;
&lt;p&gt;videoProgressLoadedColor=0x3C6BF5&lt;/p&gt;
&lt;p&gt;videoProgressPlayedColor=0xFFFFFF&lt;/p&gt;
&lt;p&gt;volumeBackgroundColor=0x454545&lt;/p&gt;
&lt;p&gt;volumeProgressColor=0xFFFFFF&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;(new parameter since 3.0.58.9)&lt;/p&gt;
&lt;p&gt;panMotionSlideShow=1&lt;/p&gt;
&lt;p&gt;tip: to slowdown pan effect : add slideShowTime=10000&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;(new parameter since 3.0.59.0)&lt;/p&gt;
&lt;p&gt;browserVisible=alwaysVisible (default)&lt;/p&gt;
&lt;p&gt;browserVisible=alwaysHide&lt;/p&gt;
&lt;p&gt;browserVisible=autoHide&lt;/p&gt;
&lt;p&gt;browserVisible=hideOnSlideShow&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;(new parameter since 3.0.60.00)&lt;/p&gt;
&lt;p&gt;buttonHideDelay=4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(seconds) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;captionBarVisible=alwaysHide &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;(alwaysVisible, alwaysHide, autoHide)&lt;/p&gt;
&lt;p&gt;captionBarLocation=top &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(top, bottom)&lt;/p&gt;
&lt;p&gt;captionBarColor=0x000000"&lt;/p&gt;
&lt;p&gt;captionBarAlpha=.5&lt;/p&gt;
&lt;p&gt;captionColor=0xCACACA&lt;/p&gt;
&lt;p&gt;captionFont=Arial&lt;/p&gt;
&lt;p&gt;captionSize=12&lt;/p&gt;
&lt;p&gt;captionBold=1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(0, 1)&lt;/p&gt;
&lt;p&gt;captionItalic=0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(0, 1)&lt;/p&gt;
&lt;p&gt;captionAlign=left &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(left, center, right, justify)&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;(new parameter since 3.0.74.1)&lt;/p&gt;
&lt;p&gt;&amp;amp;urlOpenMethod=_top &amp;nbsp;(target : _top,_blank,..) &amp;nbsp;&lt;/p&gt;
&lt;p class="rvps1"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="rvps1"&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="div_col" style="border-left: 2px solid #fbfbfd; background: #e3e6e9; height: 1200px; width: 292px;" align="left"&gt;
&lt;div style="padding: 5px;"&gt;
&lt;p&gt;transition effects parameters that defined by &amp;amp;transitionType&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;default is: transitionType = "random"&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;none&lt;/p&gt;
&lt;p&gt;random&lt;/p&gt;
&lt;p&gt;crossfade&lt;/p&gt;
&lt;p&gt;ripple&lt;/p&gt;
&lt;p&gt;flash&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;fade &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; (random) if set transitionType to this, it will be set randomly to fadeIn, fadeOut or fadeOutIn&lt;/p&gt;
&lt;p&gt;fadeIn&lt;/p&gt;
&lt;p&gt;fadeOut&lt;/p&gt;
&lt;p&gt;fadeOutIn&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;slide &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; random&lt;/p&gt;
&lt;p&gt;slideUp&lt;/p&gt;
&lt;p&gt;slideDown&lt;/p&gt;
&lt;p&gt;slideLeft&lt;/p&gt;
&lt;p&gt;slideRight&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;push &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&amp;lt; random&lt;/p&gt;
&lt;p&gt;pushUp&lt;/p&gt;
&lt;p&gt;pushDown&lt;/p&gt;
&lt;p&gt;pushLeft&lt;/p&gt;
&lt;p&gt;pushRight&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;blur &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; random&lt;/p&gt;
&lt;p&gt;blurIn&lt;/p&gt;
&lt;p&gt;blurOut&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;scale &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; random&lt;/p&gt;
&lt;p&gt;scaleIn&lt;/p&gt;
&lt;p&gt;scaleOut&lt;/p&gt;
&lt;p&gt;scaleInOut&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;squeeze &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; random&lt;/p&gt;
&lt;p&gt;squeezeUp&lt;/p&gt;
&lt;p&gt;squeezeDown&lt;/p&gt;
&lt;p&gt;squeezeLeft&lt;/p&gt;
&lt;p&gt;squeezeRight&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;blind &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; random&lt;/p&gt;
&lt;p&gt;blindUp&lt;/p&gt;
&lt;p&gt;blindDown&lt;/p&gt;
&lt;p&gt;blindLeft&lt;/p&gt;
&lt;p&gt;blindRight&lt;/p&gt;
&lt;p&gt;blindIn&lt;/p&gt;
&lt;p&gt;blindOut&lt;/p&gt;
&lt;br /&gt; &lt;br /&gt;
&lt;p&gt;scan &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; random&lt;/p&gt;
&lt;p&gt;scanUp&lt;/p&gt;
&lt;p&gt;scanDown&lt;/p&gt;
&lt;p&gt;scanLeft&lt;/p&gt;
&lt;p&gt;scanRight&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;iris &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; random&lt;/p&gt;
&lt;p&gt;irisIn&lt;/p&gt;
&lt;p&gt;irisOut&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;tile &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; random&lt;/p&gt;
&lt;p&gt;tileSquare&lt;/p&gt;
&lt;p&gt;tileCircle&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;flashBars &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; random&lt;/p&gt;
&lt;p&gt;flashBarsUp&lt;/p&gt;
&lt;p&gt;flashBarsDown&lt;/p&gt;
&lt;p&gt;flashBarsLeft&lt;/p&gt;
&lt;p&gt;flashBarsRight&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;stripes &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; random&lt;/p&gt;
&lt;p&gt;stripesUp&lt;/p&gt;
&lt;p&gt;stripesDown&lt;/p&gt;
&lt;p&gt;stripesLeft&lt;/p&gt;
&lt;p&gt;stripesRight&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;pixelate &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;&amp;lt; random&lt;/p&gt;
&lt;p&gt;pixelateIn&lt;/p&gt;
&lt;p&gt;pixelateOut&lt;/p&gt;
&lt;p&gt;pixelateOutIn&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;transition effects can be combined (separated by comma)&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1332168924&amp;title=emageview-parameters</link>
<category>Flash/Audio/Video</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1332168924&amp;title=emageview-parameters</guid>
<pubDate>Mon, 19 Mar 2012 15:53:00 +0100</pubDate>
</item>
<item>
<title>Set up Catalog/Shop in EZG v4</title>
<description>&lt;p&gt;To set up a Catalog/Shop page in EZGenerator 4, first of all you need MySQL to do this. Get credentials from your provider (or set up MySQL database in your server, if server is yours). EZGenerator &lt;span style="text-decoration: underline;"&gt;cannot&lt;/span&gt; create the database automatically. The database is one of the parameters required in the MySQL settings inside EZGenerator, so make sure you have this set up before you activate the MySQL in your project.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To make a shop page:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to EZGenerator program and open &lt;strong&gt;Project Settings&lt;/strong&gt; -&amp;gt; &lt;strong&gt;MYSQL Settings&lt;/strong&gt;;&lt;/li&gt;
&lt;li&gt;Fill the information required. Ask your provider or check your server settings for the credentials;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;In most cases (when the site and the MySQL server are on the same working station, the host is "localhost";&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Note&lt;/strong&gt;: &lt;span style="text-decoration: underline;"&gt;It's recommended to add &lt;em&gt;project prefix&lt;/em&gt; for every project you have. This prefix should be &lt;strong&gt;unique&lt;/strong&gt; (different for every project)&lt;/span&gt;!;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Check the "Use MySQL for all live pages" checkbox. You won't be able to do this until all the other fields are filled;&lt;/li&gt;
&lt;li&gt;Now you have the Shop/Catalog pages non-grayed (and also included in the page types list) when you try to add one of them.&lt;/li&gt;
&lt;li&gt;Add the desired page and make all the layout changes you want (using the macros and custom code on the template pages);&lt;/li&gt;
&lt;li&gt;Add payment process partner (if needed). It's explained in this howto section (one of the other threads);&lt;/li&gt;
&lt;li&gt;Publish the site;&lt;/li&gt;
&lt;li&gt;In Online Administration go to your Shop/Catalog back office and manage the page. All the changes (adding/editing products, part of the Shop/Catalog pages settings, orders, categories) are managed via the Online Administration;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: &lt;em&gt;What you cannot find in the Settings module of the Shop/Catalog inside Online Administration, you can find inside EZGenerator. When your Shop/Catalog is selected in the project tree, click on the &lt;strong&gt;Shop/Catalog Settings&lt;/strong&gt; tab or the &lt;strong&gt;Page Settings&lt;/strong&gt; tab to change the current settings.&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1329124970&amp;title=set-up-catalogshop-in-ezg-v4</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1329124970&amp;title=set-up-catalogshop-in-ezg-v4</guid>
<pubDate>Mon, 13 Feb 2012 09:58:00 +0100</pubDate>
</item>
<item>
<title>How to add and use shop custom fields (MySQL only)</title>
<description>&lt;p&gt;To use add custom fields to the shop products data, follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the shop page settings&lt;/li&gt;
&lt;li&gt;Open the Data dialog&lt;/li&gt;
&lt;li&gt;Edit the fields&lt;/li&gt;
&lt;li&gt;Confirm the changes&lt;br /&gt;&lt;br /&gt;
&lt;p&gt;&lt;img title="Steps" src="http://www.ezgenerator.com/innovaeditor/assets/atanas/img.PNG" alt="Data management steps" width="289" height="400" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Open the page where the changes should be visible.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Open the macros fields dialog&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Select the new fields from the macros list&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Place the macros to the desired place&lt;br /&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/atanas/img2.PNG" alt="" width="240" height="400" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Upload your project changes&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Go to the shop Online Administration&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Go to the "settings" section&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click on "Update database" button&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Modify the products (or add new ones)&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: &lt;em&gt;User input field &lt;span style="text-decoration: underline;"&gt;does not&lt;/span&gt; have &lt;/em&gt;corresponding field in the products management section (as this is something users fill, not the shop moderator).&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1328874421&amp;title=how-to-add-and-use-shop-custom-fields-%28mysql-only%29</link>
<category>Shop/lister</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1328874421&amp;title=how-to-add-and-use-shop-custom-fields-%28mysql-only%29</guid>
<pubDate>Fri, 10 Feb 2012 11:27:00 +0100</pubDate>
</item>
<item>
<title>Add custom code (html or php) that is not compatible with the current EZG pages structure</title>
<description>&lt;p&gt;To add custom page content, that's not compatible with the current EZG structure (no possible to add the content directly into the pages), try to use this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set up the extra page you want with the content you want added into it.&lt;br /&gt;If you want to manage the page via EZG (and make it part of the project anyway), you can try this:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;make new page in EZG (wherever you prefer).&lt;/li&gt;
&lt;li&gt;in &lt;em&gt;page settings&lt;/em&gt; check the &lt;strong&gt;hide template&lt;/strong&gt; checkbox (to be able to check it, you have to check&amp;nbsp;&lt;strong&gt;hidden in menu&lt;/strong&gt;&lt;em&gt;&lt;/em&gt; first).&lt;/li&gt;
&lt;li&gt;add macro &lt;strong&gt;NOPAGEFOOTER &lt;/strong&gt;on the page&lt;/li&gt;
&lt;li&gt;suppress float login (if active)&lt;/li&gt;
&lt;li&gt;add the required content (you may also use the HTML button in &lt;em&gt;Editing tools &lt;/em&gt;for it).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you want to make your own page - use external FTP (or some of the ignored from optimization folders in EZG) and upload the desired file on the server. For this option you will have to make full html structure (html, head, body, ect tags), because of the iFrame and no EZG template included to build the page structure.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Once you have the page prepared, make the other page (or open already existing one) that will hold the extra page.&lt;/li&gt;
&lt;li&gt;Use the &lt;strong&gt;Inline frame&lt;/strong&gt; option from &lt;em&gt;Widgets&lt;/em&gt; and for source add the url of the page, created in 1. (you can use relative paths too in this field).&lt;/li&gt;
&lt;li&gt;Set up the rest of the fields (ensure you have unique element id and appropriate name) and settings (the settings button) in the Inline frame dialog.&lt;/li&gt;
&lt;li&gt;Confirm and upload&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1327331327&amp;title=add-custom-code-%28html-or-php%29-that-is-not-compatible-with-the-current-ezg-pages-structure</link>
<category>MySql/Php</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1327331327&amp;title=add-custom-code-%28html-or-php%29-that-is-not-compatible-with-the-current-ezg-pages-structure</guid>
<pubDate>Mon, 23 Jan 2012 15:52:00 +0100</pubDate>
</item>
<item>
<title>Change the maximum upload size of files (upload_max_filesize)</title>
<description>&lt;p&gt;To change the upload size of your files (if the limit you have is too small), you can try one of these methods:&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;The default size is most probably 2MB, in all examples we're going to change it to 5MB&lt;/em&gt;)&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Using the file &lt;strong&gt;php.ini&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;Keep in mind, that this is the recommended option, but some hosts don't give you access to do this.&lt;/em&gt;&lt;br /&gt;Open the file, find and change the values of these two lines:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;upload_max_filesize = 5M&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;post_max_size = 5M&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The lines may be commented with semi-column (&lt;strong&gt;;&lt;/strong&gt;) and you will have to remove the comment.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Using the &lt;strong&gt;.htaccess&lt;/strong&gt; file.&lt;br /&gt;Add the following lines in the &lt;strong&gt;.htaccess &lt;/strong&gt;file in your EZG root directory (online):&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;php_value upload_max_filesize 5M&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;php_value post_max_size 5M&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;If there is no such file, you will have to create one (just make file with this name and add the code inside).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(If none of the above works) Contact your administrator to change the size for you.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;Note:&lt;/strong&gt; &lt;em&gt;The value of the size is one char only everywhere. It's &lt;strong&gt;10M&lt;/strong&gt;, not 10Mb or 10MB!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note 2: &lt;/strong&gt;&lt;em&gt;The &lt;strong&gt;php.ini&lt;/strong&gt;&lt;/em&gt;&lt;em&gt; changes may require server (actually apache service) restart. Try to restart it somehow (or contact administrators for this) if after the change it still doesn't work.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note 3: &lt;/strong&gt;&lt;em&gt;Additional changes you may wanna do together with the upload size, is the upload time. It could be changed by these two parameters:&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[php_value] max_execution_time 200&lt;br /&gt; [php_value] max_input_time 200&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;(&lt;em&gt;The &lt;/em&gt;[php_value]&lt;em&gt; part is for the &lt;strong&gt;.htaccess &lt;/strong&gt;file only! And is used &lt;span style="text-decoration: underline;"&gt;without the brackets&lt;/span&gt;)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1326793977&amp;title=change-the-maximum-upload-size-of-files-%28upload_max_filesize%29</link>
<category>MySql/Php</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1326793977&amp;title=change-the-maximum-upload-size-of-files-%28upload_max_filesize%29</guid>
<pubDate>Tue, 17 Jan 2012 10:30:00 +0100</pubDate>
</item>
<item>
<title>PayPal Order Processing Problems</title>
<description>&lt;p&gt;Order Pending Reason parameters :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;multi-currency&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;You do not have a balance in the currency sent, and you do not have your &lt;span class="uicontrol"&gt;Payment Receiving Preferences&lt;/span&gt; set to automatically convert and accept this payment. You must manually accept or deny this payment.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;order&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;You set the payment action to Order and have not yet captured funds.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;paymentreview&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;The payment is pending while it is being reviewed by PayPal for risk.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;unilateral&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;The payment is pending because it was made to an email address that is not yet registered or confirmed.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;upgrade&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;The payment is pending because it was made via credit card and you must upgrade your account to Business or Premier status in order to receive the funds.upgrade can also mean that you have reached the monthly limit for transactions on your account.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;verify&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;The payment is pending because you are not yet verified. You must verify your account before you can accept this payment.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;other&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;The payment is pending for a reason other than those listed above. For more information, contact PayPal Customer Service.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&amp;amp;content_ID=developer/e_howto_html_IPNandPDTVariables#id091EB04C0HS" target="_blank"&gt;source&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1326578971&amp;title=paypal-order-processing-problems</link>
<category>Shop/lister</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1326578971&amp;title=paypal-order-processing-problems</guid>
<pubDate>Sat, 14 Jan 2012 23:06:00 +0100</pubDate>
</item>
<item>
<title>Blog (MySQL version) Related posts</title>
<description>&lt;p&gt;New sidebar macro : % BLOG_RELATED%&amp;nbsp; is available since version 4.0.0.119..&lt;/p&gt;
&lt;p&gt;A little explanation how this macros works:&lt;/p&gt;
&lt;p&gt;Relation between posts is defined with post keywords (you can add comma separated keywords for each post in blog)&lt;/p&gt;
&lt;p&gt;This macro collect all keywords defined for all posts currently displayed on page and search database for all other (not displayed) posts with same keywords = related posts&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1326142954&amp;title=blog-%28mysql-version%29-related-posts</link>
<category>Blogs/Rss</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1326142954&amp;title=blog-%28mysql-version%29-related-posts</guid>
<pubDate>Mon, 09 Jan 2012 21:56:00 +0100</pubDate>
</item>
<item>
<title>Submenus (3rd Level) custom position</title>
<description>&lt;p&gt;Inside ezgenerator you can select position of submenu's on page (left, right, top, bottom and inside menu's)&lt;/p&gt;
&lt;p&gt;first 4 option will place submenu's as left/right/top/bottom panel inside page area for example :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/leftmenu.gif" alt="" width="790" height="458" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;if you need to place menus on custom position within page, you can use %SUBMENUS% macro, as here:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/leftmenu_macro.gif" alt="" width="790" height="458" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;with this result :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/leftmenu_res.gif" alt="" width="790" height="600" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1326115311&amp;title=submenus-%283rd-level%29-custom-position</link>
<category>Templates</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1326115311&amp;title=submenus-%283rd-level%29-custom-position</guid>
<pubDate>Mon, 09 Jan 2012 13:47:00 +0100</pubDate>
</item>
<item>
<title>How to test sessions on your site</title>
<description>&lt;p&gt;to test if sessions are properly configured on your site:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. download the &lt;a class="rvts12" href="http://www.ezgenerator.com/innovaeditor/assets/atanas/sessions_test.zip"&gt;sessions_test.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. Unzip and manually upload (using external ftp program) or upload via EZG (using the extdocs folder, e.g. put them into it and publish)&lt;/p&gt;
&lt;p&gt;3. Open the file &lt;strong&gt;session_test.php&lt;/strong&gt; and click the link&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After clicking the link you should see on another page the variables from the previous one. If they're blank, then there is something wrong with the server (probably the &lt;strong&gt;session_save_path&lt;/strong&gt; is wrong).&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1323863073&amp;title=how-to-test-sessions-on-your-site</link>
<media:content url="http://www.ezgenerator.com/innovaeditor/assets/atanas/sessions_test.zip" fileSize="1054"/>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1323863073&amp;title=how-to-test-sessions-on-your-site</guid>
<pubDate>Wed, 14 Dec 2011 12:32:00 +0100</pubDate>
</item>
<item>
<title>Customizing blog/podcast sidebar macro objects</title>
<description>&lt;p&gt;Following parameters can be used in all Blog/Podcast sidebar macros&lt;/p&gt;
&lt;p&gt;(&amp;nbsp; BLOG_ARCHIVE(), BLOG_MOST_VISITED()&amp;nbsp; BLOG_TOP_RANK()&amp;nbsp; BLOG_FULLLIST()&amp;nbsp; )&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;% date%&amp;nbsp; % DATE[date parameters]% % free_field%&amp;nbsp; % excerpt% % title% % category% % image% % image[width,height]%&amp;nbsp; % item_url%&lt;br /&gt;in podcast also %subtitle% %author% are supported&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;in BLOG_FULLLIST() there is also additional macro:&amp;nbsp; % content%&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1323331444&amp;title=customizing-blogpodcast-sidebar-macro-objects</link>
<category>Blogs/Rss</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1323331444&amp;title=customizing-blogpodcast-sidebar-macro-objects</guid>
<pubDate>Thu, 08 Dec 2011 08:53:00 +0100</pubDate>
</item>
<item>
<title>How to link to specific slide in slidebar</title>
<description>&lt;p&gt;to link slide from other page:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Check slide-bar id, you can see id in slide-bar properties dialog&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;2. Go to the page where you want to create the link.&lt;/p&gt;
&lt;p&gt;3. Insert link to the page containing the slide-bar, and append ?&lt;strong&gt;id=&lt;/strong&gt;X to the url. X = slide number (slide numbers start from 1) and id is slide-bar id&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Example: &lt;span style="font-weight: bold;"&gt;../documents/slidebar_page.html?sl21=2&lt;/span&gt;.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1319183912&amp;title=how-to-link-to-specific-slide-in-slidebar</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1319183912&amp;title=how-to-link-to-specific-slide-in-slidebar</guid>
<pubDate>Fri, 21 Oct 2011 09:54:00 +0200</pubDate>
</item>
<item>
<title>Is there a blank template available in EZGenerator?</title>
<description>&lt;p&gt;We have a blank templates available called 'zero'.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want to design your own template, you have few options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use &lt;span style="font-weight: bold;"&gt;Zero/v1&lt;/span&gt; template (which is in fact empty template) and define layout for each page.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Use &lt;span style="font-weight: bold;"&gt;Zero/v**980 &lt;/span&gt;templates, where you define the layout for each page and use EZG menu's. To insert menu, right-click in page and use &lt;span style="font-weight: bold;"&gt;ZERO mode fields&lt;/span&gt; option.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Customize one of the existing templates, using &lt;span style="font-weight: bold;"&gt;Template Styles/Html&lt;/span&gt; option.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317215436&amp;title=is-there-a-blank-template-available-in-ezgenerator</link>
<category>Templates</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317215436&amp;title=is-there-a-blank-template-available-in-ezgenerator</guid>
<pubDate>Wed, 28 Sep 2011 15:09:00 +0200</pubDate>
</item>
<item>
<title>How do I add my company logo to a template?</title>
<description>&lt;p style="font-family: Arial;"&gt;&lt;span style="font-size: 10pt;"&gt;In most templates, you can use editable images.&lt;br /&gt;Change the templates editable image with your companies logo.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Rightclick in the editor on the template image.&lt;/li&gt;
&lt;li&gt;Click the editable image properties.&lt;/li&gt;
&lt;li&gt;Locate your logo image on your hard disc.&lt;/li&gt;
&lt;li&gt;Add your logo to the template.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317215352&amp;title=how-do-i-add-my-company-logo-to-a-template</link>
<category>Templates</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317215352&amp;title=how-do-i-add-my-company-logo-to-a-template</guid>
<pubDate>Wed, 28 Sep 2011 15:07:00 +0200</pubDate>
</item>
<item>
<title>Can you make a personalized template for my kind of business?</title>
<description>&lt;p&gt;The EZGenerator template images can be customized.&lt;br /&gt;&lt;br /&gt;Most of our templates have at least 1 image that can be changed at wish.&lt;br /&gt;Please add a picture that reflects your business best.&lt;br /&gt;&lt;br /&gt;You can also create a custom template starting from the Zero template.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317215018&amp;title=can-you-make-a-personalized-template-for-my-kind-of-business</link>
<category>Templates</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317215018&amp;title=can-you-make-a-personalized-template-for-my-kind-of-business</guid>
<pubDate>Wed, 28 Sep 2011 15:00:00 +0200</pubDate>
</item>
<item>
<title>Will EZGenerator templates stay available for free?</title>
<description>&lt;p&gt;&lt;span class="RVTS72"&gt;Your EZGenerator license comes with a &lt;/span&gt;&lt;span style="font-weight: bold;"&gt;1-year update subscription&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;You have full access to all templates and program updates during 1 year.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;After the period of free updates&lt;/span&gt;, if you want to get further updates you should subscribe for a new &lt;span style="font-weight: bold;"&gt;1-year update subscription&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;It is NOT REQUIRED to get 1-year update subscription, you can use EZGenerator without subscription if you don't need updates.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;You can pay for subscription later when you need updates again (which will give you rights for updates for next 1 year).&lt;br /&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;When your update subscription gets expired, this doesn't mean EZGenerator is expired or unusable&lt;/span&gt;, you can keep using software and already downloaded templates.&lt;span class="postbody"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317214802&amp;title=will-ezgenerator-templates-stay-available-for-free</link>
<category>Pre-Order</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317214802&amp;title=will-ezgenerator-templates-stay-available-for-free</guid>
<pubDate>Wed, 28 Sep 2011 14:59:00 +0200</pubDate>
</item>
<item>
<title>Can I download all (new) templates at once?</title>
<description>&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;No it isn't possible to download all templates at once.&lt;br /&gt;&lt;br /&gt;There is no need to download all templates.&lt;br /&gt;You only have to download the templates you actually use.&lt;br /&gt;&lt;br /&gt;If all our customers would download the complete 1 Giga byte batch of templates at once, our download server will turn unusable.&lt;br /&gt;&lt;br /&gt;It is only possible to download one template at a time,&lt;br /&gt;however you can download all 10 or more styles of that one template at once.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Choose a template style before you start downloading.&lt;br /&gt;Please check the &lt;a title="EZGenerator web template overview" href="http://www.ezgenerator.com/documents/web_templates.html"&gt;web templates gallery page&lt;/a&gt; to see previews of all our templates.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br /&gt;Click the preview window to get a full screen popup of an example website rendered in the chosen template and style.&lt;/span&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317214720&amp;title=can-i-download-all-%28new%29-templates-at-once</link>
<category>Templates</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317214720&amp;title=can-i-download-all-%28new%29-templates-at-once</guid>
<pubDate>Wed, 28 Sep 2011 14:43:00 +0200</pubDate>
</item>
<item>
<title>Can I use different templates in 1 website? For each language an other template?</title>
<description>&lt;p&gt;The easiest way to create this effect is to:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Make different projects for each website. &lt;br /&gt;Each project can have an other template. &lt;br /&gt;&lt;br /&gt;In the index page of one project, change the link EZGenerator adds by default into a hand made link to the path of the different websites.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317213771&amp;title=can-i-use-different-templates-in-1-website-for-each-language-an-other-template</link>
<category>Templates</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317213771&amp;title=can-i-use-different-templates-in-1-website-for-each-language-an-other-template</guid>
<pubDate>Wed, 28 Sep 2011 14:39:00 +0200</pubDate>
</item>
<item>
<title>Can you send me the templates on a CD/DVD?</title>
<description>&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;No. Both the EZGenerator program as the EZGenerator templates are only available online.&lt;br /&gt;&lt;br /&gt;The EZGenerator installer is a 90Mb download.&lt;br /&gt;A default range of templates is included in this installer.&lt;br /&gt;&lt;br /&gt;Extra templates can be downloaded at the time you need them.&lt;br /&gt;Templates are updated and added regularly.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317213514&amp;title=can-you-send-me-the-templates-on-a-cddvd</link>
<category>Pre-Order</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317213514&amp;title=can-you-send-me-the-templates-on-a-cddvd</guid>
<pubDate>Wed, 28 Sep 2011 14:34:00 +0200</pubDate>
</item>
<item>
<title>Is there a template design tool, so you can custom design your own template?</title>
<description>&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;EZGenerator works with its own templates only.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span style="font-size: 10pt;"&gt;We provide a wide range of templates ready to use.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Easy customize:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;EZGenerator templates have easy customization options.&lt;br /&gt;No special knowledge is needed for these changes.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span style="font-size: 10pt;"&gt;EZGenerator allows you to easy customize these template options:&lt;br /&gt;- template image (the photo on top of the template)&lt;br /&gt;- background&lt;br /&gt;- colors&lt;br /&gt;- fonts (style/color/size)&lt;br /&gt;- buttons&lt;br /&gt;- menu / category / page header items&lt;br /&gt;- ...&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: 10pt;"&gt;More options for advanced users:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span style="font-size: 10pt;"&gt;Radical changes in templates are possible, but it is a specialized and technical process.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;EZGenerator includes a template editor, which allows you to highly customize a template.&lt;br /&gt;This can be done starting from the empty 'zero' template, or from any other existing EZGenerator template.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span style="font-size: 10pt;"&gt;You need to be an advanced user with&amp;nbsp;&lt;span id="result_box" class="short_text" lang="en"&gt;&lt;span class="hps"&gt;thorough&lt;/span&gt;&lt;/span&gt; html/css/php knowledge to make these changes.&amp;nbsp; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br /&gt;EZGenerator supports import of Artisteer generated templates.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317213028&amp;title=is-there-a-template-design-tool-so-you-can-custom-design-your-own-template</link>
<category>Templates</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317213028&amp;title=is-there-a-template-design-tool-so-you-can-custom-design-your-own-template</guid>
<pubDate>Wed, 28 Sep 2011 14:11:00 +0200</pubDate>
</item>
<item>
<title>My EZGenerator trial version puts an E for A?</title>
<description>&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;This is &lt;span style="font-weight: bold;"&gt;NOT an error&lt;/span&gt;.&lt;br /&gt;This is an EZGenerator &lt;span style="font-weight: bold;"&gt;demo version limitation&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Once you buy the full registered EZGenerator program all letters will stay as they were entered into the program.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Trial version will switch the letter &lt;span style="font-weight: bold;"&gt;'a' to the letter 'e'&lt;/span&gt; &lt;br /&gt;on every webpage you render.&lt;/li&gt;
&lt;li&gt;Trial version will add a footer on every webpage saying:&lt;br /&gt;'&lt;span style="font-weight: bold;"&gt;This page has been generated with the Trial version of EZGenerator&lt;/span&gt;'.&lt;/li&gt;
&lt;li&gt;All processed Images will get a 'Trial' &lt;span style="font-weight: bold;"&gt;Watermark&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For all demo limitations see the page on this link:&lt;br /&gt;&lt;a href="http://demo.ezgenerator.com/" target="_blank"&gt;EZGenerator trial limitations&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317053741&amp;title=my-ezgenerator-trial-version-puts-an-e-for-a</link>
<category>Pre-Order</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317053741&amp;title=my-ezgenerator-trial-version-puts-an-e-for-a</guid>
<pubDate>Mon, 26 Sep 2011 18:12:00 +0200</pubDate>
</item>
<item>
<title>Do you have printable documentation?</title>
<description>&lt;p&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;No, but we do have very detailed online information available:&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The detailed EZGenerator help file&lt;/strong&gt;. &lt;br /&gt;F1 in the program or &lt;a title="link to the EZGenerator help file" href="http://ezg.e-officedirect.com/website/help/help.htm" target="_blank"&gt;available online&lt;/a&gt; on the EZGenerator web site. &lt;br /&gt;This help is printable, but it will be difficult to find something in its printed version.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;This EZGenerator how to blog&lt;/strong&gt; &lt;br /&gt;for often asked questions on how to use specific EZGenerator features.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The &lt;a title="link to the EZGenerator technical questions forum" href="http://forum.image-line.com/viewforum.php?f=1934" target="_blank"&gt;EZGenerator user forum&lt;br /&gt;&lt;/a&gt;&lt;/strong&gt;If none of the above sources give you an answer.&lt;br /&gt;Our technicians will answer your questions posted on the forum.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317053466&amp;title=do-you-have-printable-documentation</link>
<category>Pre-Order</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317053466&amp;title=do-you-have-printable-documentation</guid>
<pubDate>Mon, 26 Sep 2011 18:05:00 +0200</pubDate>
</item>
<item>
<title>Where does EZGenerator save my project?</title>
<description>&lt;p&gt;Your project is saved in [EZGenerator]&amp;#92;&amp;#92;&amp;#92;&amp;#92;data&amp;#92;&amp;#92;&amp;#92;&amp;#92;[Project]&lt;br /&gt;where [EZGenerator] is the folder EZGenerator is installed on your PC &lt;br /&gt;and [Project] is your project name.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This folder contains all your project content.&lt;br /&gt;&lt;br /&gt;This folder however does not contain the data that is inserted online, as is the case with the special PHP pages as Blog, Calendar, Photoblog, Guestbook, Online Editable page, Podcast, Subscribe - this data is stored on server.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317053125&amp;title=where-does-ezgenerator-save-my-project</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317053125&amp;title=where-does-ezgenerator-save-my-project</guid>
<pubDate>Mon, 26 Sep 2011 18:03:00 +0200</pubDate>
</item>
<item>
<title>Can I use EZGenerator when my browser is not Internet Explorer?</title>
<description>&lt;p&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;The EZGenerator system requirements need you to have Internet Explorer v8.0 (or a higher version) installed on your pc.&lt;br /&gt;EZGenerator uses an integrated Internet Explorer browser.&lt;br /&gt;You can install Firefox (or any other browser), but you should not uninstall Internet Explorer from your pc.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317052932&amp;title=can-i-use-ezgenerator-when-my-browser-is-not-internet-explorer</link>
<category>Pre-Order</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317052932&amp;title=can-i-use-ezgenerator-when-my-browser-is-not-internet-explorer</guid>
<pubDate>Mon, 26 Sep 2011 18:00:00 +0200</pubDate>
</item>
<item>
<title>Can I sell a website I made with EZGenerator?</title>
<description>&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Yes, you can without a problem sell websites you make in EZGenerator to your customers.&lt;br /&gt;&lt;br /&gt;You can not give a copy of the EZGenerator software installation to your customer, in that case you need to order an additional EZGenerator license on your customers name.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317052758&amp;title=can-i-sell-a-website-i-made-with-ezgenerator</link>
<category>Pre-Order</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317052758&amp;title=can-i-sell-a-website-i-made-with-ezgenerator</guid>
<pubDate>Mon, 26 Sep 2011 17:57:00 +0200</pubDate>
</item>
<item>
<title>Do you send me a CD-ROM with the EZGenerator program?</title>
<description>&lt;p&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;EZGenerator is a directly downloadable product.&lt;br /&gt;You can download the installer (&amp;plusmn; 90 Mb in size) directly from our servers.&lt;br /&gt;&lt;br /&gt;After your purchase payment is completed, you are directed to a page with download, installation and registration instructions. You get access to the EZGenerator links on your private download page: 'MY ACCOUNT'. If you follow these instructions, you will be up and running in no time.&lt;br /&gt;&lt;br /&gt;This means that we do NOT send you a CD-ROM afterwards.&lt;br /&gt;&lt;br /&gt;The advantage of this method is that we can easily provide you with :&lt;br /&gt;&lt;br /&gt;* No shipping costs&lt;br /&gt;* Direct online delivery&lt;br /&gt;* FREE upgrades&lt;br /&gt;* Pre-releases&lt;br /&gt;* Manuals&lt;br /&gt;* Tutorials&lt;br /&gt;* Tech Support on our forum&lt;br /&gt;* etc...&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317052192&amp;title=do-you-send-me-a-cd-rom-with-the-ezgenerator-program</link>
<category>Pre-Order</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317052192&amp;title=do-you-send-me-a-cd-rom-with-the-ezgenerator-program</guid>
<pubDate>Mon, 26 Sep 2011 17:48:00 +0200</pubDate>
</item>
<item>
<title>How long does it take to send me my EZGenerator registration?</title>
<description>&lt;p&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;Order processing for EZGenerator is instant as soon as your payment is received. &lt;br /&gt;Depending on the payment processing company your order uses, a few minutes delay could occur (maximum 30 minutes).&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="http://www.worldpay.com/shopper/index.php?c=WW"&gt;RBS Worldpay&lt;/a&gt; / &lt;a href="http://www.paypal.com"&gt;PayPal&lt;/a&gt;&lt;br /&gt;As soon as your payment is processed, the software is available on your personal 'my account' page. Most payments are processed instantly.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;a href="http://www.avangate.com/customer-services/"&gt;Avangate&lt;/a&gt;&lt;br /&gt;A delay of maximum 15 to 30 minutes is possible.&lt;br /&gt;Please do not retry an order directly.&lt;br /&gt;Avangate will try to verify your payment manually if automatic processing is not possible.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Order status:&lt;br /&gt;&lt;/strong&gt;One of these statuses is shown after the payment page:&lt;br /&gt;&lt;br /&gt;unpaid -&amp;gt; you can restart a new order payment after 30 minutes.&lt;br /&gt;pending -&amp;gt; contact Avangate to give them extra information about your orders payment.&lt;br /&gt;on-hold -&amp;gt; contact Avangate to give them extra information about your orders payment.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Contact Avangate:&lt;/strong&gt;&lt;br /&gt;Avangate has a 24/7 hotline, where you can call for human help if your orders payment is for some reason not accepted.&lt;br /&gt;&lt;br /&gt;Please check for e-mail messages from Avangate before calling them.&lt;br /&gt;There will be a specific ordering number in their e-mail message.&lt;br /&gt;Communicate that number to the Avangate staff member, so they find back your order try faster.&lt;br /&gt;&lt;br /&gt;Shopper support on order and payment related issues:&lt;br /&gt;International: +31 88 000 0008 (24 hour support)&lt;br /&gt;USA and Canada: (650) 963 - 5701&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317052047&amp;title=how-long-does-it-take-to-send-me-my-ezgenerator-registration</link>
<category>Pre-Order</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317052047&amp;title=how-long-does-it-take-to-send-me-my-ezgenerator-registration</guid>
<pubDate>Mon, 26 Sep 2011 17:34:00 +0200</pubDate>
</item>
<item>
<title>Is EZGenerator available in different languages?</title>
<description>&lt;p&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;The EZGenerator program interface and all support documents are available in English ONLY.&lt;br /&gt;&lt;br /&gt;EZGenerator web projects and web sites can be in any language you like.&lt;br /&gt;Web sites with multiple languages are possible.&lt;br /&gt;&lt;br /&gt;Localization of all text messages used in the web site is possible.&lt;br /&gt;Some languages are supported by default in web site projects.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317050212&amp;title=is-ezgenerator-available-in-different-languages</link>
<category>Pre-Order</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317050212&amp;title=is-ezgenerator-available-in-different-languages</guid>
<pubDate>Mon, 26 Sep 2011 17:13:00 +0200</pubDate>
</item>
<item>
<title>Can I recover my project using my uploaded web site?</title>
<description>&lt;p&gt;The EZGenerator web project isn't the same as your online web site.&lt;br /&gt;The web project contains more information than the online pages.&lt;br /&gt;&lt;br /&gt;EZGenerator includes multiple backup options.&lt;br /&gt;Please first check if one of these options backup files are still available to recover your web project.&lt;br /&gt;&lt;br /&gt;EZGenerator can not download your online web site and turn it back into an EZGenerator web project.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317049735&amp;title=can-i-recover-my-project-using-my-uploaded-web-site</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317049735&amp;title=can-i-recover-my-project-using-my-uploaded-web-site</guid>
<pubDate>Mon, 26 Sep 2011 12:55:00 +0200</pubDate>
</item>
<item>
<title>How can I transfer my EZGenerator projects between 2 EZGenerator running computers?</title>
<description>&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;It is possible to simply copy the EZGenerator web site project directory from one computer to another.&lt;/span&gt;&lt;span class="rvts72" style="font-size: 10pt;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="rvts16"&gt;How to transfer project in between v4:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Make sure your project and EZGenerator 4 are using the latest available versions of program and template. If a newer version of the program or template are available, download and apply them before moving the project!&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Copy your project from &lt;span style="font-weight: bold;"&gt;Program Files/ezgenerator4/data/&lt;/span&gt; folder and paste it into &lt;span style="font-weight: bold;"&gt;Program Files/ezgenerator4/data/&lt;/span&gt; folder on the other computer.&lt;/li&gt;
&lt;li&gt;Open your project directly on the other computer&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="rvts16"&gt;How to transfer v3 project to v4:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Make sure your project is using the latest available version of the template. Still in V3, search for template updates and if a newer version of the template is available, download and apply it to your project before moving the project to V4!&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Copy your project from the &lt;span style="font-weight: bold;"&gt;Program Files/ezgenerator3/data/&lt;/span&gt; folder and paste it into the &lt;span style="font-weight: bold;"&gt;Program Files/ezgenerator4/data/&lt;/span&gt; folder.&lt;/li&gt;
&lt;li&gt;Open your project in EZG 4.&lt;/li&gt;
&lt;li&gt;Do a Full Build.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317031397&amp;title=how-can-i-transfer-my-ezgenerator-projects-between-2-ezgenerator-running-computers</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317031397&amp;title=how-can-i-transfer-my-ezgenerator-projects-between-2-ezgenerator-running-computers</guid>
<pubDate>Mon, 26 Sep 2011 11:45:00 +0200</pubDate>
</item>
<item>
<title>Is it safe to delete a project folder directly from my OS interface?</title>
<description>&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Yes, it is safe, as long as you are not deleting the project EZGenerator is currently working with. &lt;br /&gt;EZGenerator needs this project or it might malfunction at startup.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317030276&amp;title=is-it-safe-to-delete-a-project-folder-directly-from-my-os-interface</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317030276&amp;title=is-it-safe-to-delete-a-project-folder-directly-from-my-os-interface</guid>
<pubDate>Mon, 26 Sep 2011 11:43:00 +0200</pubDate>
</item>
<item>
<title>Do I need to have any previous updates installed to be able to use online update?</title>
<description>&lt;p&gt;EZGenerator online updates are downloaded automatically at startup of your EZGenerator program.&lt;br /&gt;The downloaded update is only executed as soon as you close and restart the EZGenerator program.&lt;br /&gt;&lt;br /&gt;The online update will automatically change your EZGenerator program to the latest version, regardless of your current EZGenerator programs version number. The online update detects all outdated EZGenerator files and replaces them with the latest EZGenerator program version files.&lt;br /&gt;&lt;br /&gt;Your webproject directories are never touched by the online update.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317029914&amp;title=do-i-need-to-have-any-previous-updates-installed-to-be-able-to-use-online-update</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317029914&amp;title=do-i-need-to-have-any-previous-updates-installed-to-be-able-to-use-online-update</guid>
<pubDate>Mon, 26 Sep 2011 11:37:00 +0200</pubDate>
</item>
<item>
<title>1-year Subscriptions and EZGenerator Updates / Templates Access</title>
<description>&lt;p&gt;If you are an existing customer the following applies to updating EZGenerator and on-line template access.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;PROGRAM UPDATES&lt;br /&gt;&lt;br /&gt;EZGenerator 2 to 4&lt;/span&gt; - You can update from 2 to 4 for FREE. First update from 2 to 3, then to 4.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;EZGenerator 3 to EZGenerator 4 - &lt;/span&gt;You can update from 3 to 4 for FREE.&lt;br /&gt;&lt;br /&gt;Once updated you will have access to further free updates ONLY if you have purchased EZGenerator 3 or 4 within the last 12 months. You will then have access to your remaining balance of free updates and template access to 1 year from the date of purchase. To purchase 1-year updates, log into your &lt;a title="MY ACCOUNT" href="https://support.image-line.com/member/profile.php" target="_blank"&gt;MY ACCOUNT&lt;/a&gt; and &lt;a title="Image-Line Shop" href="https://support.image-line.com/jshop/shop.php?cat=STANDALONE%20APPLICATIONS" target="_blank"&gt;click here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1-YEAR ACCESS TO UPDATES &amp;amp; TEMPLATES&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You have access to 1 year of free program updates and on-line template download for 12 months after purchase of EZGenerator OR renewal of updates.&lt;br /&gt;&lt;br /&gt;If your 1-year updates/template access &lt;span style="font-weight: bold;"&gt;expires&lt;/span&gt;, EZGenerator 4 will continue to function as follows: &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;YOU CAN&lt;/span&gt; still make websites and create your own templates AND use templates already downloaded. &lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;YOU CAN&lt;/span&gt; renew your 1-year access at any time and get another year of program updates &amp;amp; templates.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;YOU CAN'T&lt;/span&gt; download new templates and won't receive program updates.&lt;br /&gt;&lt;br /&gt;Image-Line&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1317029317&amp;title=1-year-subscriptions-and-ezgenerator-updates--templates-access</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1317029317&amp;title=1-year-subscriptions-and-ezgenerator-updates--templates-access</guid>
<pubDate>Mon, 26 Sep 2011 11:27:00 +0200</pubDate>
</item>
<item>
<title>Ogone Configuration</title>
<description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To Use Ogone as payment provide in shop:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a. add new page and select layout "shop_ogone"&lt;/p&gt;
&lt;p&gt;b. create Ogone account (on Ogone website)&lt;/p&gt;
&lt;p&gt;c. Configure following options in Ogone account&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/ogone1.gif" alt="" width="800" height="473" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;in 1. use url of your shop page with ?action=checkout at the end&lt;/p&gt;
&lt;p&gt;in 2. SHA-IN : define password phrase here, you will also need it inside ezgenerator payment settings (see below)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/ogone2.gif" alt="" width="800" height="1000" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;in 3. use url of your shop page with ?action=return at the end&lt;/p&gt;
&lt;p&gt;enable option 3. and 4.&lt;/p&gt;
&lt;p&gt;in 6. SHA-OUT : define password phrase here, you will also need it inside ezgenerator payment settings (see below)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;c.) inside EZGenerator, shop page settings, payment tab define following parameters&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/ogone3.gif" alt="" width="659" height="771" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;ID : your Ogone account ID&lt;/p&gt;
&lt;p&gt;SHA-IN,SHA-OUT:&amp;nbsp; password phrases you defined inside Ogone&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1316521360&amp;title=ogone-configuration</link>
<category>Shop/lister</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1316521360&amp;title=ogone-configuration</guid>
<pubDate>Tue, 20 Sep 2011 13:53:00 +0200</pubDate>
</item>
<item>
<title>How can I manually update EZGenerator?</title>
<description>&lt;p&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;No, there is no default procedure for downloading EZGenerator updates manually.&lt;br /&gt;&lt;br /&gt;We develop and update EZGenerator at an almost daily basis.&lt;br /&gt;Each time you start EZGenerator, the program will download the most recent program version automatically.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;We suggest you try to use the automatic update from Menu help &amp;gt; Online update.&lt;br /&gt;&lt;br /&gt;If the automatic update does not work, please check our EZGenerator support forum.&lt;/p&gt;
&lt;p&gt;You will find suggestions to solve most common update errors there.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1315929049&amp;title=how-can-i-manually-update-ezgenerator</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1315929049&amp;title=how-can-i-manually-update-ezgenerator</guid>
<pubDate>Tue, 13 Sep 2011 17:45:00 +0200</pubDate>
</item>
<item>
<title>Can I unlock the EZGenerator trial to a full program by registering it?</title>
<description>&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Yes, you can unlock the EZGenerator 4 demo program.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;Try out our EZGenerator 4 software by installing the demo program. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;Start creating your web site.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;When you bought an EZGenerator license, you have the program available in your 'my account' page on www.image-line.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;To unlock the demo program to the full version, enter your 'my account' sign in e-mail address and password into the EZGenerator about window. For details, check this &lt;a title="How to register EZGenerator" href="../howto.php?entry_id=1315926617"&gt;step by step procedure&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;Web site projects you started in the EZGenerator 4 demo stay available in the registered full software.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1315927877&amp;title=can-i-unlock-the-ezgenerator-trial-to-a-full-program-by-registering-it</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1315927877&amp;title=can-i-unlock-the-ezgenerator-trial-to-a-full-program-by-registering-it</guid>
<pubDate>Tue, 13 Sep 2011 17:27:00 +0200</pubDate>
</item>
<item>
<title>Can I install and run EZGenerator on a computer without internet?</title>
<description>&lt;p&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;Yes, this is possible to install, register and use EZGenerator on an offline computer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;strong&gt;If you don't have an internet connection please use this procedure to download and register EZGenerator :&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;1. &lt;a title="Image-Line / EZGenearator sign in page." href="https://support.image-line.com/login/login.php"&gt;Sign in&lt;/a&gt; to your 'my account' page on any internet connected computer.&lt;br /&gt;2. Download the EZGenerator installer file and the flregkey.reg unlocking key file from the link you received on your 'my account' page.&lt;br /&gt;3. Write the EZGenerator installer file on a CD-ROM/memory stick and install the program on the offline pc.&lt;br /&gt;4. EZGenerator 4: Run the downloaded key file to unlock your EZGenerator 4 program. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;strong&gt;For the web templates:&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;1. Install and register EZGenerator on an internet connected computer.&lt;br /&gt;2. Fully download the templates and styles you like to use.&lt;br /&gt;3. Write the ...EZGeneratorwebtemplates directory to a CD-ROM/memory stick&lt;br /&gt;4. On your offline computer, overwrite the installed ...EZGeneratorwebtemplates with the CD-ROM/memory stick saved files.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1315927550&amp;title=can-i-install-and-run-ezgenerator-on-a-computer-without-internet</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1315927550&amp;title=can-i-install-and-run-ezgenerator-on-a-computer-without-internet</guid>
<pubDate>Tue, 13 Sep 2011 17:11:00 +0200</pubDate>
</item>
<item>
<title>EZGenerator installation instructions (new version 4)</title>
<description>&lt;p&gt;&lt;em&gt;ATTENTION: EZGenerator 4 no longer uses a 20 digit serial number for registration.&lt;/em&gt;&lt;br /&gt;&lt;br style="font-weight: bold;" /&gt;&lt;em&gt;&lt;span style="font-weight: bold;"&gt;New procedure&lt;/span&gt;:&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;A. Install the EZGenerator 4 &lt;a title="EZGenerator demo" href="../downloadtrial.html"&gt;trial&lt;/a&gt;&amp;nbsp;program.&lt;br /&gt;B. Enter your 'my account' sign in details into the EZGenerator 4 program (in the about window).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-weight: bold;"&gt;B. Step by step registration of the program:&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Start the EZGenerator trial program.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Click the EZGenerator logo at the top right of the program (arrow 1) and select 'About EZGenerator' from the menu (arrow 2)&lt;br /&gt;&lt;br /&gt;&lt;img title="EZGenerator menu" src="http://www.ezgenerator.com/innovaeditor/assets/ief/EZGAbout.jpg" alt="EZGenerator menu" width="411" height="369" /&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Click the 'Unlock' button&lt;br /&gt;&lt;br /&gt;&lt;img title="Unlock button" src="http://www.ezgenerator.com/innovaeditor/assets/ief/Unlock-button.gif" alt="Unlock button" width="528" height="449" /&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Enter your www.image-line.com 'my account' sign in details.&lt;br /&gt;This is your e-mail address used when ordering EZGenerator and your own chosen password.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;!! Attention: Do not forget to read and accept our 'Terms of use'&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;Click the 'unlock' button to continue&lt;br /&gt;&lt;br /&gt;&lt;img title="registration details" src="http://www.ezgenerator.com/innovaeditor/assets/ief/registrationwindow-entered.gif" alt="registration details" width="528" height="449" /&gt;&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Your EZGenerator program is now registered / unlocked.&lt;br /&gt;&lt;br /&gt;&lt;img title="EZGenerator is unlocked - registered" src="http://www.ezgenerator.com/innovaeditor/assets/ief/registrationwindow-unlocked.gif" alt="EZGenerator is unlocked - registered" width="528" height="449" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;You see your name and customer number appear in the EZGenerator About window.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img title="Program registration name visible" src="http://www.ezgenerator.com/innovaeditor/assets/ief/registrationwindow-OK.gif" alt="Program registration name visible" width="528" height="449" /&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1315926617&amp;title=ezgenerator-installation-instructions-%28new-version-4%29</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1315926617&amp;title=ezgenerator-installation-instructions-%28new-version-4%29</guid>
<pubDate>Tue, 13 Sep 2011 16:53:00 +0200</pubDate>
</item>
<item>
<title>My PC uses an ISP with dynamic IP addressing, can I register?</title>
<description>&lt;p&gt;&lt;span style="font-family: Arial; font-size: 10pt;"&gt;EZGenerator checks your IP address upon registration.&lt;br /&gt;&lt;br /&gt;Internet Service Providors with dynamic IP addressing do not pose a problem for you to register (or re-register) your EZGenerator software.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1315925519&amp;title=my-pc-uses-an-isp-with-dynamic-ip-addressing-can-i-register</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1315925519&amp;title=my-pc-uses-an-isp-with-dynamic-ip-addressing-can-i-register</guid>
<pubDate>Tue, 13 Sep 2011 16:48:00 +0200</pubDate>
</item>
<item>
<title>Can I use EZGenerator on my home pc and laptop? Do I need 2 licenses?</title>
<description>&lt;p&gt;You can install/use EZGenerator yourself on multiple computers, as long as you only use the programs one at a time. Just make sure nobody else uses your registration code (we check users/IP).&lt;br /&gt;&lt;br /&gt;When we see that your registration is used on a lot of computers, simultaniously, geographically spread, we will start asking questions. But when you use it on your own computers, this won't be any problem at all.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1315925256&amp;title=can-i-use-ezgenerator-on-my-home-pc-and-laptop-do-i-need-2-licenses</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1315925256&amp;title=can-i-use-ezgenerator-on-my-home-pc-and-laptop-do-i-need-2-licenses</guid>
<pubDate>Tue, 13 Sep 2011 16:46:00 +0200</pubDate>
</item>
<item>
<title>I lost my EZGenerator registration. Can you re-send it?</title>
<description>&lt;p&gt;Your EZGenerator registration and installation stay available to you at all times.&lt;br /&gt; Find them on your &lt;a href="https://support.image-line.com/login/login.php"&gt;'my account' page&lt;/a&gt; under 'my licenses' (sign in might be needed)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a title="EZGenerator sign in process" href="http://www.ezgenerator.com/innovaeditor/assets/ief/EZG-SignIn-ANIM.gif"&gt;&lt;img class="multibox" title="&amp;#92;&amp;#92;'my account&amp;#92;&amp;#92;' page" src="http://www.ezgenerator.com/innovaeditor/assets/ief/t_myaccount.gif" alt="sign in process" width="150" height="94" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; &lt;span style="font-weight: bold; font-style: italic;"&gt;Your &amp;#92;&amp;#92;'my account&amp;#92;&amp;#92;' sign in codes are:&lt;/span&gt;&lt;br /&gt; Re-download the registration file from your 'my account' page after sign in to &lt;a href="http://www.image-line.com/"&gt;www.image-line.com&lt;/a&gt;&lt;br /&gt; - Sign in e-mail: The e-mail address you used to order EZGenerator&lt;br /&gt; - Password: The password you entered/chose yourself when ordering.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: xx-small;"&gt;Click the image below to see a video of the complete process:&lt;/span&gt;&lt;br /&gt;&lt;a title="EZGenerator sign in process" href="http://www.ezgenerator.com/innovaeditor/assets/ief/EZG-SignIn-ANIM.gif"&gt;&lt;img class="multibox" title="Sign in" src="http://www.ezgenerator.com/innovaeditor/assets/ief/t_signin.gif" alt="EZGenerator sign in process" width="150" height="94" /&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; &lt;span style="font-weight: bold; font-style: italic;"&gt;When you forgot your password:&lt;/span&gt;&lt;br /&gt; Go to the password recovery page: &lt;a href="https://support.image-line.com/r.php"&gt;Forgot your password? Retrieve your password here!&lt;br /&gt; &lt;/a&gt;&lt;br /&gt; &lt;span style="font-weight: bold; font-style: italic;"&gt;When you forgot your sign in e-mail and/or password:&lt;/span&gt;&lt;br /&gt; Contact our registration staff by creating a &lt;a href="https://support.image-line.com/ticketing/ticket_post.php?mode=info"&gt;private 'support ticket'&lt;/a&gt;&lt;br /&gt; Add your original ordering information to the message (name, postal address, e-mail, payment ID, ...) &lt;br /&gt; &lt;br /&gt; &lt;br style="font-weight: bold; font-style: italic;" /&gt; &lt;span style="font-weight: bold; font-style: italic;"&gt;EZGenerator 3 users:&lt;/span&gt;&lt;br /&gt; Your old EZGenerator 3 serial number is also listed on the &lt;a href="https://support.image-line.com/login/login.php"&gt;'my account' page&lt;/a&gt; under &amp;#92;&amp;#92;'my licenses&amp;#92;&amp;#92;'&lt;br /&gt; Find it at the bottom of the EZGenerator &lt;span style="font-style: italic;"&gt;registration information box&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a title="EZGenerator 3 serial number location" href="http://www.ezgenerator.com/innovaeditor/assets/ief/EZG3-Serial.gif"&gt;&lt;img class="multibox" title="EZGenerator 3 serial" src="http://www.ezgenerator.com/innovaeditor/assets/ief/EZG3-Serial.gif" alt="EZGenerator 3 serial number location" width="150" height="193" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1315916324&amp;title=i-lost-my-ezgenerator-registration-can-you-re-send-it</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1315916324&amp;title=i-lost-my-ezgenerator-registration-can-you-re-send-it</guid>
<pubDate>Tue, 13 Sep 2011 13:33:00 +0200</pubDate>
</item>
<item>
<title>Status bar Explained</title>
<description>&lt;img alt="" title="" src="http://www.ezgenerator.com/innovaeditor/assets/admin/bar.gif" /&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1315835445&amp;title=status-bar-explained</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1315835445&amp;title=status-bar-explained</guid>
<pubDate>Mon, 12 Sep 2011 15:49:00 +0200</pubDate>
</item>
<item>
<title>How to display Blog/Shop category links on other pages in website</title>
<description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;use this code to add text links for shop/blog/photoblog categories on different page or editable area (even for pages in different project)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;use insert html and following code :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;for vertical list:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt; script type="text/javascript" src="../shop/shop.php&lt;strong&gt;?category_vlist&lt;/strong&gt;"&amp;gt;&amp;lt; /script &amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;for horizontal list:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt; script type="text/javascript" src="../shop/shop.php&lt;strong&gt;?category_hlist&lt;/strong&gt;"&amp;gt;&amp;lt; /script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;style of links can be tweaked by adding extra css to page :&lt;/p&gt;
&lt;p&gt;for example&lt;/p&gt;
&lt;p&gt;.ver_cat_list a{font:11px verdana;color: #c0c0c0;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;.hor_cat_list a{font:11px verdana;color: #c0c0c0;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1315213217&amp;title=how-to-display-blogshop-category-links-on-other-pages-in-website</link>
<category>Shop/lister</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1315213217&amp;title=how-to-display-blogshop-category-links-on-other-pages-in-website</guid>
<pubDate>Mon, 05 Sep 2011 10:47:00 +0200</pubDate>
</item>
<item>
<title>Flash tags cloud in blog/podcast</title>
<description>&lt;p&gt;How to install the flash tags cloud:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Download &lt;strong&gt;WP Cumulus flash plugin&lt;/strong&gt; at &lt;a href="http://www.roytanck.com/2008/03/15/wp-cumulus-released/" target="_blank"&gt;WP CUMULUS Flash tags cloud&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Unzip the archive and manually upload file &lt;strong&gt;tagcloud.swf&lt;/strong&gt; in folder &lt;strong&gt;extdocs/&lt;/strong&gt; on server.&lt;/li&gt;
&lt;li&gt;Open your project in EZGenerator, go to the Blog/Podcast page and insert &lt;strong&gt;%FLASH_TAGS_CLOUD%&lt;/strong&gt; macro from Fields panel.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want to change the tags cloud size or colors, here is the list of parameters you can use:&lt;/p&gt;
&lt;p&gt;%FLASH_TAGS_CLOUD(width,height,tag color,tcag olor2,hover color,background color,transparency,tspeed,distr)%&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Width - width of tag cloud.&lt;/li&gt;
&lt;li&gt;Height - height of tag cloud.&lt;/li&gt;
&lt;li&gt;Tag color - tag color.&lt;/li&gt;
&lt;li&gt;Tag color - tag color for less important tags. If supplied, tags will get a color from a gradient between both colors based on their popularity.&lt;/li&gt;
&lt;li&gt;Hover color - tag mouseover/hover color.&lt;/li&gt;
&lt;li&gt;Transparency - is set to true will set background transparency for the tags cloud. Possible values: true/false.&lt;br /&gt;Tspeed - determines the speed of the sphere&amp;rsquo;s rotation in percentage. The default is 100, higher numbers increase the speed.&lt;/li&gt;
&lt;li&gt;Distr - even tag distributiosn along sphere. If set to true, the tags are distributed evenly over the sphere&amp;rsquo;s surface. Possible values: true/false.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Example: %FLASH_TAGS_CLOUD(300,200,e520ae,91cee3,ffcc00,ffffff,true,100,true)%&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To use the plugin for other languages (that has special non ASCII characters), you&amp;rsquo;ll need to get version of tagcloud.swf that supports this.&lt;/p&gt;
&lt;p&gt;For some languages such version is already available (Russian, Hebrew, Turkich, Polish) &lt;a href="http://www.roytanck.com/2008/08/04/how-to-add-more-characters-to-wp-cumulus/" target="_blank"&gt;here&lt;/a&gt;, for others you can prepare such version by yourself following the instructions at:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.roytanck.com/2008/08/04/how-to-add-more-characters-to-wp-cumulus/" target="_blank"&gt;How to add more characters to the Flash tags cloud&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When you have proper version of tagcloud.swf, simply upload it on server in extdocs/ folder to replace the default one.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1314910237&amp;title=flash-tags-cloud-in-blogpodcast</link>
<category>Blogs/Rss</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1314910237&amp;title=flash-tags-cloud-in-blogpodcast</guid>
<pubDate>Thu, 01 Sep 2011 22:49:00 +0200</pubDate>
</item>
<item>
<title>How to migrate from EZG v3 to v4</title>
<description>&lt;p class="rvts16"&gt;System requirements:&lt;/p&gt;
&lt;p class="rvts16"&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows XP/ Vista / Windows 7 /Windows 8&lt;/li&gt;
&lt;li&gt;Internet Explorer 8 (or higher version)&lt;/li&gt;
&lt;li&gt;Screen resolution: 1024 x 768 pixels or higher&lt;/li&gt;
&lt;li&gt;Internet connection&lt;/li&gt;
&lt;li&gt;Latest Flash installed in Internet Explorer&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="rvts16"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="rvts16"&gt;Server Requirements:&lt;/p&gt;
&lt;p class="rvts16"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;EZGenerator created sites will work on any web server.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;PHP Requirements - you need minimum PHP 5 installed on server, if you use any of the PHP pages and features (as Blog, Podcast, Photoblog, Calendar, Newsletter, Guestbook, Tell a friend, Request, Shop, Search, Counter, RSS Parser and Online Administration panel ).&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;MySQL Requirements - you also need minimum MySQL 4.1, if you have switched project to MySQL and use any of the PHP driven pages and features.&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="rvts16"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="rvts16"&gt;How to install EZG v4:&lt;/p&gt;
&lt;p class="rvts16"&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to &lt;a href="http://support.image-line.com/member/profile.php" target="_blank"&gt;http://support.image-line.com/member/profile.php&lt;/a&gt; and login&lt;/li&gt;
&lt;li&gt;Click on EZGenerator link under &lt;span style="font-weight: bold;"&gt;My Licenses&lt;/span&gt; section&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;img title="My Licenses" src="http://www.ezgenerator.com/innovaeditor/assets/ief/MyLicenses.gif" alt="My Licenses" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you have problems with your account and can't find My Licenses section, visit our Ticketing system and post request at: &lt;a href="http://support.image-line.com/ticketing/issue.php" target="_blank"&gt;http://support.image-line.com/ticketing/issue.php&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to &lt;span style="font-weight: bold;"&gt;EZGenerator 4.x procedure &lt;/span&gt;section and download EZG 4 installer&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img title="Download box" src="http://www.ezgenerator.com/innovaeditor/assets/ief/DownloadBox.gif" alt="Download box" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Download the registry file by clicking on &lt;span style="font-weight: bold;"&gt;regcode&lt;/span&gt; link (.reg)&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Install EZG 4&lt;/span&gt;. You don't need to uninstall EZG 3. Install EZG 4 in different folder in Program Files.&lt;/li&gt;
&lt;li&gt;Run the registry code file that you have already downloaded&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="rvts16"&gt;How to transfer v3 project to v4:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="rvts16"&gt;&lt;br /&gt; &lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Make sure your project is using latest available version of template, still in V3, search for template updates and if newer version of template is available, download and apply it to project before moving project to V4!&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Copy your project from &lt;span style="font-weight: bold;"&gt;Program Files/ezgenerator3/data/&lt;/span&gt; folder and paste it into &lt;span style="font-weight: bold;"&gt;Program Files/ezgenerator4/data/&lt;/span&gt; folder&lt;/li&gt;
&lt;li&gt;Open your project in EZG 4&lt;/li&gt;
&lt;li&gt;Do Full Build&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="rvts16"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="rvts16"&gt;Possible problems with v4:&lt;/p&gt;
&lt;p class="rvts16"&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Catalog&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;Contacts modules&lt;/span&gt; are &lt;span style="font-weight: bold;"&gt;removed&lt;/span&gt;. You don't have local database anymore. All pages that read data from this local database will not work in EZG v4 (as non-php Catalog/Contacts lister). You will have to replace them with the new MySQL pages (catalog and shop).&lt;/li&gt;
&lt;li&gt;In EZG v3 standard shop/catalog pages use Catalog module to store data. You can have multiple shop pages using same database from catalog module. In EZG v4 &lt;span style="font-weight: bold;"&gt;shop/catalog pages &lt;/span&gt;use &lt;span style="font-weight: bold;"&gt;MySQL only&lt;/span&gt; and each shop/catalog page has its own database table.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Important&lt;/span&gt;: If you use standard shop (non-mysql) along with Catalog module and you want to keep them,&amp;nbsp; DON'T move to EZG v4.&lt;/p&gt;
&lt;p&gt;If you have standard shop/catalog (non-mysql) and want to move to MySQL shop/catalog, you have to add new shop/catalog page and make one time data conversion. Don't panic, you will not loose your existing shop data. After you add new shop page and upload on server, you have to go to Shop online admin panel. There is option Import, where you will be lead step by step into the date conversion process.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You may encounter problems with &lt;span style="font-weight: bold;"&gt;old page layouts&lt;/span&gt;. If this is the case, &lt;span style="font-weight: bold;"&gt;re-load the layout&lt;/span&gt; - right-click inside page and select Page Layout Presets, then Load Page Layout Preset and select certain layout.&lt;/li&gt;
&lt;li&gt;For all form pages (as &lt;span style="font-weight: bold;"&gt;Newsletter and Request&lt;/span&gt;) make sure to open &lt;span style="font-weight: bold;"&gt;email field&lt;/span&gt; properties (by double-clicking on the email field in EZG) and check &lt;span style="font-weight: bold;"&gt;Validate as email&lt;/span&gt;.&lt;/li&gt;
&lt;li&gt;You have to use only &lt;span style="font-weight: bold;"&gt;v4 compatible templates&lt;/span&gt;. You can check if your template is v4 compatible at &lt;a href="http://www.ezgenerator.com/documents/webtemplates.html" target="_blank"&gt;http://www.ezgenerator.com/documents/webtemplates.html&lt;/a&gt; (simply check if it is in the list). Also make sure you are using latest version of template. If you are using template that is not in this list, you better continue using EZG v3 for this project.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="rvts16"&gt;MySQL support&lt;/span&gt;:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;EZG V4 can use MySQL for all php features (Blog, Calendar, Counter, Search, etc).&lt;/p&gt;
&lt;p&gt;You set your project to either use MySQL, or flat files. You can't have MySQL blog and flat file calendar in same project.&lt;/p&gt;
&lt;p&gt;Only shop/catalog page always use MySQL. There is no flat file catalog/shop.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To switch your existing project to MySQL, you have to go to &lt;span style="font-weight: bold;"&gt;Project Settings &amp;gt;&amp;gt; MySQL Settings&lt;/span&gt; an check &lt;span style="font-weight: bold;"&gt;Use MySQL for all Live pages&lt;/span&gt; and do Full build.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Important:&lt;/span&gt; If you switch your existing project to MySQL, all php features (Blog, Calendar, Counter, Search, etc) will be automatically transferred to MySQL, which means data will be moved from flat file to MySQL. So, you will not loose existing data!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="rvts16"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="rvts16"&gt;What if I use separate database for each MySQL shop page?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; In v4 all pages use same database, but each has its own database table.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; 1) you need to use phpmyadmin panel (this is administrator MySQL panel)&lt;br /&gt; 2) you have to choose one database that you will use for your project &lt;br /&gt; 3) you have to export all other databases (that you use for shop pages) and then import the tables in the central database that you will use&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1314909938&amp;title=how-to-migrate-from-ezg-v3-to-v4</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1314909938&amp;title=how-to-migrate-from-ezg-v3-to-v4</guid>
<pubDate>Thu, 01 Sep 2011 22:44:00 +0200</pubDate>
</item>
<item>
<title>Fixing Javascript</title>
<description>&lt;p&gt;On some pc's registry settings for Javascript on local page becomes corrupted.&lt;/p&gt;
&lt;p&gt;If Javascript for local pages is disabled, some EzGenerator features doesn't work anymore:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you experience problems with one of the following :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;- New Project Dialog&lt;/p&gt;
&lt;p&gt;- Edit mode displays very small editor and you are unable to edit pages&lt;/p&gt;
&lt;p&gt;- in V4, templates dialog, you are not able to select template variations&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;check following registry keys in registry editor:&lt;/p&gt;
&lt;p&gt;HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet SettingsZones&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionInternet SettingsZones&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(to open registry editor, click on windows start button and type : regedit&amp;nbsp; in search box)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/images/zones.gif" alt="" width="765" height="722" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;normally , you should only see keys 0 1 2 3 4&amp;nbsp; there (see image), if you see extra entry, delete it, close regedit, and restart ezg and IE (if open)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1314693605&amp;title=fixing-javascript</link>
<category>Install/Registration</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1314693605&amp;title=fixing-javascript</guid>
<pubDate>Tue, 30 Aug 2011 10:39:00 +0200</pubDate>
</item>
<item>
<title>Tell A Friend As Popup</title>
<description>&lt;p&gt;to add Tell A Friend As Popup on homepage (or any other page):&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Add new blank page in your website, on &lt;span style="font-weight: bold;"&gt;page settings&lt;/span&gt; panel, &lt;span style="font-weight: bold;"&gt;visibility &lt;/span&gt;section, enable : &lt;span style="font-weight: bold;"&gt;Hide In Menu&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;Hide template&lt;/span&gt; options&lt;/p&gt;
&lt;p&gt;if you use floating login, you may also want to disable floating login on this page : you can do this in page protection (page settings panel)&lt;/p&gt;
&lt;p&gt;2. Add&lt;span style="font-weight: bold;"&gt; tell a friend widget&lt;/span&gt; (widgets --&gt; forms --&gt; tell friend) on this blank page, in Tell A Friend widget settings, enable option &lt;span style="font-weight: bold;"&gt;Refferer&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;3. go to your home page (or any other page), add button (or hyperlink), open button properties, select &lt;span style="font-weight: bold;"&gt;Link Type&lt;/span&gt; : internal page and navigate to page created in 1.) &lt;/p&gt;
&lt;p&gt;select target : new window, popup or multibox&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1314301741&amp;title=tell-a-friend-as-popup</link>
<category>Tell A Friend</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1314301741&amp;title=tell-a-friend-as-popup</guid>
<pubDate>Thu, 25 Aug 2011 21:39:00 +0200</pubDate>
</item>
<item>
<title>How to link to specific tab in a Tabbed Table</title>
<description>&lt;p&gt;to link tab from other page:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. check tabbed table id, you can see id in tabbed table properties dialog, if id is not defined id is : '&lt;strong&gt;tab&lt;/strong&gt;'&lt;/p&gt;
&lt;p&gt;2.Go to the page where you want to create the link.&lt;/p&gt;
&lt;p&gt;3.Insert link to the page, containing the tabbed table, and append ?&lt;strong&gt;tab&lt;/strong&gt;=X to the url. X = tab number (tabs numbers start from 1)&lt;/p&gt;
&lt;p&gt;Example: &lt;span style="font-weight: bold;"&gt;../documents/tabbed_table_page.html?tab=2&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;to change tab from link on same page as tabbed table:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. check tabbed table id, you can see id in tabbed table properties dialog, if id is not defined id is : 'tab'&lt;/p&gt;
&lt;p&gt;2. add hyperlink,&lt;/p&gt;
&lt;p&gt;---&amp;gt; select link type : javascript:void&lt;/p&gt;
&lt;p&gt;---&amp;gt; in url events, select onclick event and define following event:&lt;/p&gt;
&lt;p&gt;tab_&lt;strong&gt;tab&lt;/strong&gt;[0].slideTo(&lt;strong&gt;2&lt;/strong&gt;);&lt;/p&gt;
&lt;p&gt;replace &lt;strong&gt;tab&lt;/strong&gt; with id of your tab, and specify tab number (&lt;strong&gt;2&lt;/strong&gt;) in above example&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1306334285&amp;title=how-to-link-to-specific-tab-in-a-tabbed-table</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1306334285&amp;title=how-to-link-to-specific-tab-in-a-tabbed-table</guid>
<pubDate>Wed, 25 May 2011 16:37:00 +0200</pubDate>
</item>
<item>
<title>Multibox for images added in the online text editor</title>
<description>&lt;p&gt;When you add posts in Blog or products in the Shop, you add images in the online editor.&lt;/p&gt;
&lt;p&gt;In some cases you may need to apply multibox effect to these images.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here are the steps to achieve this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;A.) if you are using Innova Editor:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Insert &lt;span style="font-weight: bold;"&gt;an image&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Select the image&lt;/span&gt; (added in step 1) in the editor&lt;/li&gt;
&lt;li&gt;Click on &lt;span style="font-weight: bold;"&gt;Styles&lt;/span&gt; button to open style sidebar&lt;/li&gt;
&lt;li&gt;Apply style: &lt;span style="font-weight: bold;"&gt;multibox&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Set the image &lt;span style="font-weight: bold;"&gt;as hyperlink&lt;/span&gt; and link it to some other image (image you want to display with multibox effect)&lt;br /&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/multi.png" alt="styles" width="600" height="315" /&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;B.) if you are using Tiny_mce Editor:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Insert &lt;span style="font-weight: bold;"&gt;an image&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;In&lt;span style="font-weight: bold;"&gt; image properties dialog, &lt;/span&gt;select &lt;span style="font-weight: bold;"&gt;"appearance" tab &lt;/span&gt;and select &lt;span style="font-weight: bold;"&gt;class "multibox"&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Set the image &lt;span style="font-weight: bold;"&gt;as hyperlink&lt;/span&gt; and link it to some other image (image you want to display with multibox effect)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is applicable to Blog, Podcast, Shop, catalog and Online Editable page (not to normal pages with editable macros)&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1305212459&amp;title=multibox-for-images-added-in-the-online-text-editor</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1305212459&amp;title=multibox-for-images-added-in-the-online-text-editor</guid>
<pubDate>Thu, 12 May 2011 16:48:00 +0200</pubDate>
</item>
<item>
<title>Google Map is not properly displayed in a Tabbed Table</title>
<description>&lt;p&gt;If you use google maps inside Tabbed table in any other tab than the first one, google maps is not displayed properly.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;To make this work, you will have to set one setting manually as workaround: &lt;br /&gt; - go to &lt;strong&gt;Tab Settings&lt;/strong&gt; in EZG&lt;br /&gt; - there is &lt;strong&gt;Parameters &lt;/strong&gt;box &lt;br /&gt; - set &lt;strong&gt;gmid:x &lt;/strong&gt;(where x is the number of the tab where you have put the google map)&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1303922128&amp;title=google-map-is-not-properly-displayed-in-a-tabbed-table</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1303922128&amp;title=google-map-is-not-properly-displayed-in-a-tabbed-table</guid>
<pubDate>Wed, 27 Apr 2011 18:09:00 +0200</pubDate>
</item>
<item>
<title>How to use the friendly URLs in blog</title>
<description>&lt;p&gt;&lt;br /&gt;
	1) make sure your server is &lt;span style="font-weight: bold;"&gt;linux &lt;/span&gt;(as this will only work on linux server)&lt;br /&gt;
	&lt;br /&gt;
	2) go to blog admin panel online--&gt; settings --&gt; check &lt;span style="font-weight: bold;"&gt;Permalink Month and Title&lt;/span&gt;&lt;br /&gt;
	&lt;br /&gt;
	3)&amp;nbsp; when you check this option some text will show below (this is just example, in your case it will be something different):&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt; IfModule mod_rewrite.c&gt;&lt;br /&gt;
	RewriteEngine On&lt;br /&gt;
	RewriteBase /galina/v4_m/&lt;br /&gt;
	RewriteRule ^index.php$ - [L]&lt;br /&gt;
	RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;
	RewriteCond %{REQUEST_FILENAME} !-d&lt;br /&gt;
	RewriteRule . /galina/v4_m/index.php [L]&lt;br /&gt;
	&amp;lt; /IfModule&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	4) copy this content in empty file with filename &lt;span style="font-weight: bold;"&gt;.htaccess&lt;/span&gt;&lt;br /&gt;
	&lt;br /&gt;
	5) upload the file on server in the folder where your blog page is stored&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1303214702&amp;title=how-to-use-the-friendly-urls-in-blog</link>
<category>Blogs/Rss</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1303214702&amp;title=how-to-use-the-friendly-urls-in-blog</guid>
<pubDate>Tue, 19 Apr 2011 14:04:00 +0200</pubDate>
</item>
<item>
<title>How to change editable image (banner) size</title>
<description>&lt;p&gt;Each editable image is built by 2 or 3 files - &lt;strong&gt;banner.jpg&lt;/strong&gt; (the actual banner image), &lt;strong&gt;banner.map &lt;/strong&gt;(opacity mask file) and &lt;strong&gt;banner.src&lt;/strong&gt; (which is renamed banner.jpg and contains background without image). If banner.src is not present main banner.jpg is used as background. The mask file is grayscale .gif, which means grayscale from 0 to 255. Black (0) means full opacity, white (255) stays for no opacity.&lt;/p&gt;
&lt;p&gt;All 3 files have same width and height.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You will need to edit &lt;strong&gt;banner.jpg&lt;/strong&gt; in order to change the editable image size:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to &lt;strong&gt;c:&amp;#92;Program Files&amp;#92;EZGenerator&amp;#92;Data&amp;#92;[project]&amp;#92;template&amp;#92;images&lt;/strong&gt; folder&lt;/li&gt;
&lt;li&gt;Edit file &lt;strong&gt;banner.jpg&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;In case the editable image contains sitename, you will also have to edit two parameters inside site.ini file in &lt;strong&gt;c:Program Files/EZGenerator/webtemplates/__shared&lt;/strong&gt; folder. Open the file, find section [COMPANYTITLEIMAGE] and edit IMAGEWIDTH and IMAGEHEIGHT parameters, which define postion of text upon the image.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We use banner.jpg name here, but it is just an example name. You can have cti_0.jpg, cti_1.jpg or other name.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For some templates you have to also edit few styles in &lt;strong&gt;Template Editor&lt;/strong&gt;, &lt;strong&gt;CSS &lt;/strong&gt;tab - #topbanner, #banner and #search.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1303212942&amp;title=how-to-change-editable-image-%28banner%29-size</link>
<category>Templates</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1303212942&amp;title=how-to-change-editable-image-%28banner%29-size</guid>
<pubDate>Tue, 19 Apr 2011 13:34:00 +0200</pubDate>
</item>
<item>
<title>Page Redirect</title>
<description>&lt;p&gt;to redirect page (after few seconds) to different page, you can use html redirect (you can add this code in page settings --&gt; advanced --&gt; page scripts)&lt;br /&gt;
	&lt;br /&gt;
	&amp;lt; meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html"&gt;&lt;br /&gt;
	&lt;br /&gt;
	The above HTML redirect code will redirect your visitors to another web page instantly. The content="0; may be changed to the number of seconds you want the browser to wait before redirecting.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1303117900&amp;title=page-redirect</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1303117900&amp;title=page-redirect</guid>
<pubDate>Mon, 18 Apr 2011 11:06:00 +0200</pubDate>
</item>
<item>
<title>Google Fonts Support</title>
<description>&lt;p&gt;EzGenerator support &lt;a target="_blank" href="http://www.google.com/webfonts"&gt;Google Web Fonts&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Google Web fonts works in most browsers, but they are not correctly displayed inside EzGenerator&amp;nbsp; (edit and browse mode) if Internet Explorer version 9 (IE9) is installed.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;to fix this problem, either :&lt;/p&gt;
&lt;p&gt;1. enable IE8 browser mode in application options dialog, (drawback is that this will also make new CSS3 features invisible inside ezgenerator)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. download fonts you are planning to use from &lt;a target="_blank" href="http://www.google.com/webfonts"&gt;Google Web Fonts and install them&lt;/a&gt; and install them on your pc.&lt;/p&gt;
&lt;p&gt;(in this case, both google fonts and CSS3 features will be displayed inside Ezgenerator)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(notice, all above only affects visibility of this features inside EzGenerator, both CSS3 and Google fonts works fine online)&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1302519453&amp;title=google-fonts-support</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1302519453&amp;title=google-fonts-support</guid>
<pubDate>Mon, 11 Apr 2011 12:49:00 +0200</pubDate>
</item>
<item>
<title>How to display (another) page inside page</title>
<description>&lt;p&gt;by using jquery/ajax you can put output of any file from your website inside container :&lt;/p&gt;
&lt;p&gt;to do this add following code (through insert html)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;&amp;lt;div id="output"&amp;gt;&amp;lt;/div&amp;gt;&amp;nbsp;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&amp;nbsp;&lt;br /&gt;$.ajax({url: "documents/myphp.php", success: function(data){$("#output").html(data);}});&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;above code will call documents/myphp.php page (can also be html page) and display result inside div with id "output" : &amp;lt;div id="output"&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;&lt;strong&gt;Some other options available&lt;/strong&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To make this content load AFTER page is loaded (to speed up the general page load), you can try this:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;&amp;lt;div id="output"&amp;gt;&amp;lt;/div&amp;gt;&amp;nbsp;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;$(document).ready(function() { $.ajax({url: "documents/myphp.php", success: function(data){$("#output").html(data);}}); });&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;$(document).ready(... will force the script to be exacuted after page is prepared, so it will not wait for this action to be finished to show the page.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To make this content load ON CLICK:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;&amp;lt;div id="output"&amp;gt;&amp;lt;/div&amp;gt;&amp;nbsp;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;$(document).ready(function() { $("&lt;em&gt;&amp;lt;element&amp;gt;&lt;/em&gt;").click(function(){ $.ajax({url: "documents/myphp.php", success: function(data){$("#output").html(data);}}); }); });&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="postbody"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;strong&gt;To get only specific element from given page:&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;div id="output"&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;$(document).ready(function(){$.ajax({url: "documents/myphp.php",success: function(data){var dt=$(data).find("&lt;em&gt;&amp;lt;element&amp;gt;&lt;/em&gt;").html(); $("#output").html(dt);}});});&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;
&lt;script type="text/javascript"&gt;// &lt;![CDATA[
&lt;br /&gt;$(document).ready(function(){$.ajax({url: "documents/myphp.php",success: function(data){var dt=$(data).find("&lt;em&gt;&lt;element&gt;&lt;/em&gt;").html(); $("#output").html(dt);}});});&lt;br /&gt;
// ]]&gt;&lt;/script&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;script type="text/javascript"&gt;// &lt;![CDATA[
&lt;br /&gt;$(document).ready(function(){$.ajax({url: "documents/myphp.php",success: function(data){var dt=$(data).find("&lt;em&gt;&lt;element&gt;&lt;/em&gt;").html(); $("#output").html(dt);}});});&lt;br /&gt;
// ]]&gt;&lt;/script&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table class="rvts8" style="border: 1px solid #857f7a;" border="1" align="left"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span class="postbody"&gt;&lt;em&gt;$("element")&lt;/em&gt;&amp;nbsp;can be any normal CSS selector, for example:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;$("#output") - this is any element with ID: "output"&lt;/li&gt;
&lt;li&gt;$("div #output") - this is DIV with ID: "output"&lt;/li&gt;
&lt;li&gt;$(".myClass") - this is any element with class "myClass"&lt;/li&gt;
&lt;li&gt;$("input .myClass") - this is an input with class "myClass"&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;As you can notice - it uses absolutely same element selections as in CSS, so you can check the Internet for more complex selections (by checking CSS or jQuery selector examples).&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1302036234&amp;title=how-to-display-%28another%29-page-inside-page</link>
<category>Jquery/Ajax</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1302036234&amp;title=how-to-display-%28another%29-page-inside-page</guid>
<pubDate>Tue, 05 Apr 2011 22:39:00 +0200</pubDate>
</item>
<item>
<title>MySql Backup</title>
<description>&lt;p&gt;EzGenerator doesn't make backup of online database.&lt;/p&gt;
&lt;p&gt;To create backup, use online tools available in control panel of your hosting.&lt;/p&gt;
&lt;p&gt;PhpMyAdmin utility is available on most of then hostings.&lt;/p&gt;
&lt;p&gt;To make backup of online database in PhpMyadmin :&lt;/p&gt;
&lt;p&gt;1. login to your phpmyadmin account&lt;/p&gt;
&lt;p&gt;2. select database used in your project and click on export:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt="" title="" src="http://www.ezgenerator.com/innovaeditor/assets/phpmyadmin1.gif" /&gt;&lt;br /&gt;
	&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. in export screen left all settings untouched, scroll down and in save as file" select zip option, then click on GO button:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt="" title="" src="http://www.ezgenerator.com/innovaeditor/assets/phpmyadmin2.gif" /&gt;&lt;br /&gt;
	&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;save file, this file is your database backup&lt;/p&gt;
&lt;p&gt;notice, on many accounts, database backup is done automatically by host, check your server documentation.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1301835120&amp;title=mysql-backup</link>
<category>MySql/Php</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1301835120&amp;title=mysql-backup</guid>
<pubDate>Sun, 03 Apr 2011 13:24:00 +0200</pubDate>
</item>
<item>
<title>Make borders rounded</title>
<description>&lt;p&gt;If you like given template, but don't like the square borders - don't worry! You can fix this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;First of all - it depends on the template you're using. Most of them are using images for this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If there are no images for the borders, do following:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;1. Open Template Editor&lt;/p&gt;
&lt;p&gt;&amp;nbsp;2. Open CSS tab.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;3. Find and change the two properties: box-radius and box-shadow&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For more info&lt;span class="postbody"&gt;, check &lt;br /&gt;
		 &lt;a target="_blank" href="http://www.css3.info/preview/rounded-border/"&gt;http://www.css3.info/preview/rounded-border/&lt;/a&gt; &lt;br /&gt;
		 and &lt;br /&gt;
		 &lt;a target="_blank" href="http://www.the-art-of-web.com/css/border-radius/"&gt;http://www.the-art-of-web.com/css/border-radius/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Note&lt;/span&gt;: &lt;span style="font-style: italic;"&gt;These two CSS properties are not new, but they are only supported by IE9 and up (and of course by all other browsers).&lt;/span&gt;&lt;br /&gt;
	&lt;span style="font-style: italic;"&gt;Most of the templates are made before IE9 was available, so they were made with images, not with background colors.&lt;/span&gt;&lt;br /&gt;
	&lt;span style="font-style: italic;"&gt;That's why in many templates You will have to first replace images with colors to make this work and, of course, it will never work for IE8, IE7 IE6 users.&lt;/span&gt;&lt;span style="font-style: italic;"&gt; They will see square borders instead.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1301656002&amp;title=make-borders-rounded</link>
<category>Templates</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1301656002&amp;title=make-borders-rounded</guid>
<pubDate>Fri, 01 Apr 2011 12:58:00 +0200</pubDate>
</item>
<item>
<title>Make page transparent</title>
<description>&lt;p&gt;&lt;span style="font-style: italic;"&gt;(Works for all templates)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
	&amp;nbsp;1. Open Templates from the side menu.&lt;br /&gt;
	&amp;nbsp;2. Open the CSS tab (first one).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;3. Mark (click on) the tab $xm1&lt;br /&gt;
	&amp;nbsp;4. Find the Opacity field and enter there the percent of opacity you want to use.&lt;br /&gt;
	&amp;nbsp;5. Confirm.&lt;br /&gt;
	&lt;br /&gt;
	&lt;span style="font-weight: bold;"&gt;Note&lt;/span&gt;: This transparent trick will also make &lt;span style="text-decoration: underline;"&gt;page content&lt;/span&gt; transparent!&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1301653571&amp;title=make-page-transparent</link>
<category>Templates</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1301653571&amp;title=make-page-transparent</guid>
<pubDate>Fri, 01 Apr 2011 12:22:00 +0200</pubDate>
</item>
<item>
<title>Parameters For Advanced Search (Mysql only)</title>
<description>&lt;p&gt;&lt;span style="font-weight: bold;"&gt;search query string parameters&lt;/span&gt; (required)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;q &amp;nbsp;&amp;nbsp;&amp;nbsp; basic query (search for exact word)&lt;/p&gt;
&lt;p&gt;qw&amp;nbsp;&amp;nbsp; all words (search for all words)&lt;/p&gt;
&lt;p&gt;qx&amp;nbsp;&amp;nbsp; exact words(same as q, but used on advanced search form)&lt;/p&gt;
&lt;p&gt;qa&amp;nbsp;&amp;nbsp; any words (search for any of the words)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;search type parameter (t) &lt;/span&gt;(optional)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;t=a&amp;nbsp; search whole website (same if t is not specified)&lt;/p&gt;
&lt;p&gt;t=m search in all pages in single template menu (menu category)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; when t=m is used, m=menuname&amp;nbsp; parameter is required (notice: m parameter is case sensitive)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;t=p&amp;nbsp; search in single page&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for special pages with category support (blog/podcast/photoblog/shop/lister) you can specify&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; optional c=&amp;nbsp; parameter (category name)&amp;nbsp; or&amp;nbsp; cid&amp;nbsp; (category id)&amp;nbsp; (notice: c parameter is case sensitive)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;search period parameter (p)&amp;nbsp;&lt;/span&gt;(optional)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;p=0&amp;nbsp; any time&lt;/p&gt;
&lt;p&gt;p=1&amp;nbsp; last 24h&lt;/p&gt;
&lt;p&gt;p=2&amp;nbsp; last week&lt;/p&gt;
&lt;p&gt;p=3&amp;nbsp; last year&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;notice&lt;/strong&gt;: p parameter can only be used together with (t) parameter&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(notice: you can replace spaces with + in q,m,c parameters)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;example:&lt;/p&gt;
&lt;p&gt;documents/search.php?q=ezgenerator&amp;amp;id=142&amp;amp;c=General&amp;amp;t=p&amp;nbsp;&lt;/p&gt;
&lt;p&gt;will search in page with id 142 in category general for string ezgenerator&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1301049422&amp;title=parameters-for-advanced-search-%28mysql-only%29</link>
<category>Site Search</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1301049422&amp;title=parameters-for-advanced-search-%28mysql-only%29</guid>
<pubDate>Fri, 25 Mar 2011 11:19:00 +0100</pubDate>
</item>
<item>
<title>TinyMCE editor (Innova editor alternative)</title>
<description>&lt;p&gt;TinyMCE is external editor from &lt;a href="http://tinymce.moxiecode.com/index.php" target="_blank"&gt;MoxieCode&lt;/a&gt; and is fully supported by all ezgenerator online pages.&lt;/p&gt;
&lt;p&gt;It can replace include Innova Editor included inside EZGenerator.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To Install TinyMCE in ezgenerator follw this steps.&lt;/p&gt;
&lt;p&gt;1. download latest version of tinyMCE from &lt;a href="http://tinymce.moxiecode.com/i18n/index.php?ctrl=lang&amp;amp;act=download&amp;amp;pr_id=1" target="_blank"&gt;here&lt;/a&gt;&amp;nbsp; select "Main Package" (not jquery or development packages) and save it your pc&lt;/p&gt;
&lt;p&gt;2. inside EZGenerator, go to project settings, advanced, select in "Online HTML Editor" TinyMCE and navigate to location where you saved package (1)&lt;/p&gt;
&lt;p&gt;3. if you want to use additional languages (only english is include inmain package), go &lt;a href="http://tinymce.moxiecode.com/i18n/index.php?ctrl=lang&amp;amp;act=download&amp;amp;pr_id=1" target="_blank"&gt;here&lt;/a&gt; and select languages you need in your project, then download and save package on your pc&lt;/p&gt;
&lt;p&gt;4. use button 'install additional languages to install languages installed in (3)&lt;/p&gt;
&lt;p&gt;5. you can now select languages same way as you do for innova editor (language bar --&amp;gt; editor language)&lt;/p&gt;
&lt;p&gt;6. do Full Build to apply changes to all scripts in project&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;'&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1300821034&amp;title=tinymce-editor-%28innova-editor-alternative%29</link>
<category>Central Admin</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1300821034&amp;title=tinymce-editor-%28innova-editor-alternative%29</guid>
<pubDate>Tue, 22 Mar 2011 19:58:00 +0100</pubDate>
</item>
<item>
<title>How to insert the calendar box (from my calendar) in another page</title>
<description>&lt;table style="width: 100%;" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Insert calendar box using Inline Frame&lt;/strong&gt; (use this method when adding calendar in template editable area)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;add inline frame widget&lt;/li&gt;
&lt;li&gt;define url for inline frame :&amp;nbsp; &lt;span style="font-size: x-small;"&gt;http:/mywebsite.com/folder/calendar_page.php?action=showcal&amp;nbsp; (replace this with real url of your calendar)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;set height of inline frame to +- 300 and width to +- 180&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;pre id="line121"&gt;&amp;nbsp;&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;OR&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Insert calendar box using Insert HTML &lt;/strong&gt;(use this method, when adding calendar on single page)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to the page where you want to insert the calendar box&lt;/li&gt;
&lt;li&gt;Select Insert HTML&lt;/li&gt;
&lt;li&gt;Paste the following code:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt; &amp;lt; script src="../folder/calendar_page.php?action=showcaljs" type="text/javascript"&amp;gt;&amp;lt; /script&amp;gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Example: &amp;lt; script src="../documents/calendar.php?action=showcaljs" type="text/javascript"&amp;gt;&amp;lt; /script&amp;gt;&lt;/p&gt;
&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;Open Page Settings panel for this page and go to Scripts/Page Background tab&lt;/li&gt;
&lt;li&gt;Paste the following code:&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;ul&gt;&amp;lt; link type="text/css" href="../ezg_calendar/XX_cal_textstyles.css" rel="STYLESHEET" title="Calendar"&amp;gt;&lt;/ul&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Where XX is ID of your calendar page.&lt;/p&gt;
&lt;p&gt;If page is in root, remove '../'.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can find the page ID number by clicking on your page in EZG and looking right above the page settings tab (top left side) (in EZG4 it's on the bottom left hand side), where is says something like WEB Calendar [documents/calendar.php] [XX] --&amp;gt; that number is your page ID&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;!!! Make sure to remove the space between&lt;strong&gt; &amp;lt;&lt;/strong&gt; and &lt;strong&gt;script/link&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1299876697&amp;title=how-to-insert-the-calendar-box-%28from-my-calendar%29-in-another-page</link>
<category>Calendar</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1299876697&amp;title=how-to-insert-the-calendar-box-%28from-my-calendar%29-in-another-page</guid>
<pubDate>Fri, 11 Mar 2011 21:49:00 +0100</pubDate>
</item>
<item>
<title>How to make CSS3 visible inside ezg browse mode.</title>
<description>&lt;p&gt;Since version &lt;span&gt;&lt;strong&gt;4.0.0.305&lt;/strong&gt;&lt;/span&gt; ezg supports two new CSS3 properties (box-shadow and border-radius) in some dialogs.&lt;/p&gt;
&lt;p&gt;This properties are correctly handled by most recent browsers and by IE9. (but not with IE8 and lower)&lt;/p&gt;
&lt;p&gt;Ezg use IE twebbrowser control which depends on IE installed on your pc, which means if you want to see this CSS3 properties displayed correctly inside ezg browse mode, you will have to install IE9 om your pc.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1299071669&amp;title=how-to-make-css3-visible-inside-ezg-browse-mode</link>
<category>General</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1299071669&amp;title=how-to-make-css3-visible-inside-ezg-browse-mode</guid>
<pubDate>Wed, 02 Mar 2011 13:59:00 +0100</pubDate>
</item>
<item>
<title>Customization of counter statistics charts color</title>
<description>&lt;p&gt;You can customize these colors through Template Editor dialog, the CSS tab.&lt;br /&gt;
	 Add 2 lines:  &lt;br /&gt;
	 .chart_color1{...} &lt;br /&gt;
	 .chart_color2{...}&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;.chart_color1{background:#323232;} &lt;br /&gt;
	 .chart_color2{background:#5c5c5c;}&lt;br /&gt;
	&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1298553940&amp;title=customization-of-counter-statistics-charts-color</link>
<category>Central Admin</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1298553940&amp;title=customization-of-counter-statistics-charts-color</guid>
<pubDate>Thu, 24 Feb 2011 14:23:00 +0100</pubDate>
</item>
<item>
<title>Customization of site search result page layout</title>
<description>&lt;p&gt;Site search returns results in certain format - list of results, each with title set as link to the corresponding page in the site, content excerpt, date and url.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want to customize this default layout:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;add &lt;strong&gt;normal page&lt;/strong&gt; in EZGenerator&lt;/li&gt;
&lt;li&gt;in the Treeview, right click on page and select &lt;strong&gt;"Use page as search template"&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/search.gif" alt="" width="436" height="504" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;open &lt;strong&gt;Page Settings&lt;/strong&gt; panel and check &lt;strong&gt;Hide in Menu&lt;/strong&gt;, uncheck Hide in sitemap&lt;/li&gt;
&lt;li&gt;open &lt;strong&gt;Macros Field&lt;/strong&gt; panel and drag-and-drop the macros you need&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;SEARCH_BODY&amp;gt;&lt;/p&gt;
&lt;p&gt;%HEADER%&lt;br /&gt;%NAVIGATION%&lt;br /&gt;%SEARCH_OBJECT(%counter% %title%&lt;br /&gt;&lt;br /&gt;%content%&lt;br /&gt;&lt;br /&gt;%date[dddd, mmmm d, yyyy]%&lt;br /&gt;&lt;br /&gt;% category%&lt;br /&gt;%url%&lt;br /&gt;&lt;br /&gt;)%&lt;br /&gt;%GENERATEDTIME%&lt;/p&gt;
&lt;p&gt;&amp;lt;/SEARCH_BODY&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;%HEADER%&lt;/strong&gt; will parse --&amp;gt; Results: searchstring&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;%NAVIGATION%&lt;/strong&gt; will parse --&amp;gt; 1 2 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 of 18 pages navigation&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;%SEARCH_OBJECT&lt;/strong&gt; will parse short data for each page in result&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;%counter%&lt;/strong&gt; --&amp;gt; number of page results&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;%title%&lt;/strong&gt; --&amp;gt; page title of result&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;%date%&lt;/strong&gt; --&amp;gt; last modification date of result page&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;% category%&lt;/strong&gt; --&amp;gt; in case of blog, photoblog, podcast this parameter will parse post category; in case of other page - will pars ethe menu category&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;%url%&lt;/strong&gt; --&amp;gt; url of the result page&amp;nbsp; --&amp;gt; this is url macro, to use it select any text or macro, make it hyperlink and use %url% as url for this hyperlink&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;%GENERATEDTIME%&lt;/strong&gt; will parse --&amp;gt; Page generated in xxx seconds&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you have enabled &lt;strong&gt;Advanced search&lt;/strong&gt;, you can also insert &lt;strong&gt;%ADVANCED_SEARCH_LINK%&lt;/strong&gt; or &lt;strong&gt;%ADVANCED_SEARCH% &lt;/strong&gt;macros.&lt;/p&gt;
&lt;p&gt;The first one will build link to advanced search screen, the second one will directly insert advanced search form in the page.&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1297358439&amp;title=customization-of-site-search-result-page-layout</link>
<category>Site Search</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1297358439&amp;title=customization-of-site-search-result-page-layout</guid>
<pubDate>Thu, 10 Feb 2011 17:39:00 +0100</pubDate>
</item>
<item>
<title>Linking Shops</title>
<description>&lt;p&gt;multiple shops can be linked to single products database&lt;/p&gt;
&lt;p&gt;in this example SHOPA is main shop with source products database and SHOPB is linked shop (will use products database from SHOPA). Also we will create new price field in SHOPA to use different prices for same products in SHOPB (this is not required, both shops can also use same prices)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;follow this steps to link SHOPB to SHOPA:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. in SHOPA, go to shop settings, data and add new field of type 'price', (in this example we will give it name price2)&lt;/p&gt;
&lt;p&gt;2. in SHOPB, go to shop settings, settings and define LINKED ID property, Linked ID is internal Ezgenerator page ID of SHOPA, you can find this id on status bar:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.ezgenerator.com/innovaeditor/assets/status.gif" alt="status bar" width="489" height="75" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. to use price field, set 'Linked Price Field' to 'price2' (name of field we created in step 1), also you will have to replace all %price% macros on pages of SHOPB with macro %price2%&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;4. do upload and login to SHOPA first (to apply database changes), then to SHOPB&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;end...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;how things works:&lt;/p&gt;
&lt;p&gt;both shops use their own databases for orders/settings, but share products database from SHOPA&lt;/p&gt;
&lt;p&gt;some things you have to know:&lt;/p&gt;
&lt;p&gt;- all shop settings defined inside EzGenerator and in online administration are not shared between SHOPA and SHOPB (except for data)&lt;/p&gt;
&lt;p&gt;- if you visit administration panel of SHOPB, you actually edit products from SHOPA&lt;/p&gt;
&lt;p&gt;- stock information is shared between SHOPA and SHOPB&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;since version 4.0.0.459 you can limit products/items in shopB by using "limit by" option:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. in SHOPA define new field (let's call it : "linked") of type boolean&lt;/p&gt;
&lt;p&gt;2. in SHOPA set for all products which you want to use in SHOPB, value for field "linked" to TRUE (or YES)&lt;/p&gt;
&lt;p&gt;3. in SHOPB settings select "linked" as "limit by" option&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both"&gt;&lt;/div&gt;</description>
<link>http://www.ezgenerator.com/howto.php?entry_id=1287042402&amp;title=linking-shops</link>
<category>Shop/lister</category>
<guid isPermaLink="true">http://www.ezgenerator.com/howto.php?entry_id=1287042402&amp;title=linking-shops</guid>
<pubDate>Thu, 14 Oct 2010 09:30:00 +0200</pubDate>
</item>
</channel>
</rss>
