<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Julio Camarero</title>
  <link rel="alternate" href="http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/rss" />
  <subtitle>Julio Camarero</subtitle>
  <entry>
    <title>Creating a plugin to extend other plugin</title>
    <link rel="alternate" href="http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/creating-a-plugin-to-extend-other-plugin" />
    <author>
      <name>Julio Camarero</name>
    </author>
    <id>http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/creating-a-plugin-to-extend-other-plugin</id>
    <updated>2012-09-14T16:33:57Z</updated>
    <published>2012-09-14T16:30:03Z</published>
    <summary type="html">&lt;p&gt;
	Did you know it is possible to create a plugin to extend an existing plugin?&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	This is a great feature of Liferay plugins that I usually tend to forget but it has been available since 4.3. If you find a plugin that you like but you would like to modify something, you can create another plugin which extends the original one keeping your changes isolated from the original one.&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	I have created a wiki page explaining the steps to &lt;a href="http://www.liferay.com/community/wiki/-/wiki/Main/Plugin+to+extend+a+plugin"&gt;create a plugin which extends other plugin&lt;/a&gt;, feel free to add your input to the wiki page!&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	See you soon!&lt;/p&gt;</summary>
    <dc:creator>Julio Camarero</dc:creator>
    <dc:date>2012-09-14T16:30:03Z</dc:date>
  </entry>
  <entry>
    <title>Device detection in Liferay</title>
    <link rel="alternate" href="http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/device-detection-in-liferay" />
    <author>
      <name>Julio Camarero</name>
    </author>
    <id>http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/device-detection-in-liferay</id>
    <updated>2012-09-12T15:49:23Z</updated>
    <published>2012-09-11T21:42:58Z</published>
    <summary type="html">&lt;p&gt;
	I have started playing with device detection when coding Liferay apps and I have found very useful the Device API in Liferay 6.1.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	This API allows you to detect the capabilities of the device which is accessing the portal (the size, operating system, if it has touch screen, camera, compass... etc) and then you make your apps behave different depending on the device. For example, you can add some behaviour only for iphones, or androids, only for small screens...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	I have just started a wiki page showing some examples on how to use this API, feel free to add more to this wiki page:&amp;nbsp;&lt;a href="http://www.liferay.com/community/wiki/-/wiki/Main/Device+detection+capabilities"&gt;http://www.liferay.com/community/wiki/-/wiki/Main/Device+detection+capabilities&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	There are many more things, specifically for the front end related with mobile development, but I will talk about those in another blog entry.&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	See you soon!&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</summary>
    <dc:creator>Julio Camarero</dc:creator>
    <dc:date>2012-09-11T21:42:58Z</dc:date>
  </entry>
  <entry>
    <title>Liferay Accessible Websites</title>
    <link rel="alternate" href="http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/liferay-accessible-websites" />
    <author>
      <name>Julio Camarero</name>
    </author>
    <id>http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/liferay-accessible-websites</id>
    <updated>2011-06-15T07:22:51Z</updated>
    <published>2011-06-15T07:01:14Z</published>
    <summary type="html">&lt;p&gt;
	Many people ask us frequently, &lt;span style="font-size:14px;"&gt;&lt;strong&gt;is liferay accessible&lt;/strong&gt;&lt;/span&gt;? Does it validate level AA of [FILL_WITH_YOUR_ACCESSIBILITY_STANDARD_HERE]? (It could be WCAG1.0, WCAG2.0, Section 508, RGAA...) And it is not easy to answer, because Liferay usually&amp;nbsp;is just the tool for building your websites, and even though &lt;strong&gt;Liferay will help you to achieve any accessibility certificatio&lt;/strong&gt;n, the final responsibility will be yours. The theme you use or the content you are creating will be the main responsible for the accessibility of your website. We have started a wiki page with some &lt;a href="http://www.liferay.com/es/community/wiki/-/wiki/Main/Accessibility+Guidelines"&gt;accessibility guidelines&lt;/a&gt; to help you with this responsibility. This page will grow with time, feel free to contribute your ideas or lessons learnt when building portals with Liferay.&lt;/p&gt;
&lt;p&gt;
	We keep improving the accessibility of the portal itself (I will make a post with all the improvements coming for 6.1 soon) and we are trying to fix any accessibility issue that any user may find. If you have found accessibility issues, please let us know in the &lt;a href="http://www.liferay.com/es/community/forums/-/message_boards/category/1229220"&gt;accessibility forums&lt;/a&gt; and we will fix them as soon as possible. (We are open to contributions too).&lt;/p&gt;
&lt;p&gt;
	So, in order to prove that it is possible (and even easy!) to create accessible websites using Liferay,&lt;span style="font-size:16px;"&gt; we have started a wiki page to display a list of &lt;a href="http://www.liferay.com/es/community/wiki/-/wiki/Main/Accessible+Liferay+Websites"&gt;Accessible Websites built with Liferay&lt;/a&gt; that have an accessibility certification. &lt;/span&gt;Feel free to add your website to the list if you have an accessibility certification or let us know and we will add it for you. There are websites validating WCAG1.0, WCAG2.0 or RGAA...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	By the way, have you checked out the &lt;a href="http://www.liferay.com/es/community/wiki/-/wiki/Main/Accessibility+portlets+-+display+personalization"&gt;Accessibility Portlets&lt;/a&gt; contributed by our community member &lt;a href="http://www.liferay.com/es/web/boubker.tagnaouti"&gt;Boubker&lt;/a&gt;? Cool stuff...&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</summary>
    <dc:creator>Julio Camarero</dc:creator>
    <dc:date>2011-06-15T07:01:14Z</dc:date>
  </entry>
  <entry>
    <title>Liferay at the Open Source World Conference (Malaga, Spain)</title>
    <link rel="alternate" href="http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/liferay-at-the-open-source-world-conference-malaga-spain-" />
    <author>
      <name>Julio Camarero</name>
    </author>
    <id>http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/liferay-at-the-open-source-world-conference-malaga-spain-</id>
    <updated>2010-09-07T16:25:44Z</updated>
    <published>2010-09-07T15:51:51Z</published>
    <summary type="html">&lt;p&gt;&lt;a href="#English_version"&gt;(See English version below)&lt;/a&gt;&lt;/p&gt; &lt;p&gt;En octubre se celebrará en Málaga (España) el &lt;a href="http://www.opensourceworldconference.com/"&gt;Open Source World Conference&lt;/a&gt;, una de las conferencias más importantes en materia de software libre a nivel europeo. Desde Liferay hay un gran interés en la conferencia, tanto por el nivel de las ponencias que mucha gente está presentado como por las ponencias que nosotros mismos podríamos presentar si finalmente son aceptadas.&lt;/p&gt;&lt;p&gt;Desde la oficina de Liferay España hemos presentado las siguientes ponencias, si os parecen interesantes podéis votar por ellas y así habrá más posibilidades de que finalmente las presentemos:&lt;/p&gt; &lt;ul&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/971"&gt;Cómo ahorrar siguiendo buenas prácticas en Liferay&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/972"&gt;Desarrollo rápido de portlets MVC&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/974"&gt;Hooks: personalizando Liferay sin parar el servidor&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/975"&gt;Creación de portales e intranets empresariales con Liferay Portal, &amp;iexcl;en vivo!&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/976"&gt;Evolución de modelos de negocio con Software Libre: la experiencia de Liferay en España&amp;nbsp;&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/977"&gt;Optimización del rendimiento y alta disponibilidad en aplicaciones Java complejas usando herramientas Open Source&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/1043"&gt;Ecuaciones sociales: midiendo la participación de los usuarios&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Un saludo!&lt;/p&gt; &lt;p&gt;&lt;a name="English_version"&gt;______________________________________________________&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;In Octobre, the &lt;a href="http://www.opensourceworldconference.com/"&gt;Open Source World Conference&lt;/a&gt; will be held in Malaga (Spain). The OSWC is one of the most important conferences in Europe about Open Source. In Liferay we are very interested in the conference since there may be many interesting talks and also because we may present our own talks. From the Spanish office, we have submitted the following proposals, if you find them interesting you can vote for them in the OSWC site, so that we are more likely to finally talk in the conference.:&lt;/p&gt;  &lt;ul&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/971"&gt;How to save money following good practices with Liferay&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/972"&gt;Rapid MVC portlet devlopment&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/974"&gt;Hooks: customizing liferay without stopping the server&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/975"&gt;Creation of business portals and intranets using Liferay Portal, Life!&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/976"&gt;Evolution of Open source business models: Liferay experience in Spain&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/977"&gt;Performance and High availability tuning in complex Java Applications using Open Source tooling&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="http://www.opensourceworldconference.com/malaga10/?q=node/1043"&gt;Social Equity: measure the participation of your users&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Cheers!&lt;/p&gt;</summary>
    <dc:creator>Julio Camarero</dc:creator>
    <dc:date>2010-09-07T15:51:51Z</dc:date>
  </entry>
  <entry>
    <title>Can I have different jQuery versions in Liferay?</title>
    <link rel="alternate" href="http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/can-i-have-different-jquery-versions-in-liferay-" />
    <author>
      <name>Julio Camarero</name>
    </author>
    <id>http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/can-i-have-different-jquery-versions-in-liferay-</id>
    <updated>2011-11-08T14:44:59Z</updated>
    <published>2010-07-03T10:12:01Z</published>
    <summary type="html">&lt;p&gt;
	Yes, you can! We have seen lately many people asking about this in the forums and several projects.&lt;/p&gt;
&lt;p&gt;
	Liferay 5.2 uses&amp;nbsp;uses jQuery 1.2.6. and many people wonder if they can use a different version for their plugins or themes. The answer is yes :)&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; "&gt;
	If you are using Liferay 6, the portal uses &lt;a href="http://alloy.liferay.com/"&gt;Alloy UI&lt;/a&gt; instead of jQuery, which means that you can use whatever version of jQuery you need for your custom developments.&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; "&gt;
	If you are using Liferay 5.2.x, you may have noticed that Liferay uses jQuery 1.2.6. Upgrading liferay to use a new library may be hard. New versions of jQuery are not backwards compatible and several features (such as drag and drop) may break.&lt;/p&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 9px; margin-left: 0px; "&gt;
	However, a nice solution is to keep liferay using jQuery 1.2.6 and make your custom portlets or themes use a newer version if needed. This can be easily done using the method &lt;em style="font-size:large"&gt;jQuery.noConflict(); &lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;
	We have created a wiki page called &lt;a href="http://www.liferay.com/community/wiki/-/wiki/Main/Several+jQuery+versions+within+Liferay"&gt;Several jQuery versions within Liferay&lt;/a&gt;&amp;nbsp;which will help you to understand more technical details. Feel free to add more examples about it!&lt;/p&gt;
&lt;p&gt;
	See you soon!&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	Edited: &lt;em&gt;Please, read the wiki page for the latest details about this. For example, in several versions of jQuery, this will only work if you do jQuery.noConflict(true) instead of jQuery.noConflict()&lt;/em&gt;&lt;/p&gt;</summary>
    <dc:creator>Julio Camarero</dc:creator>
    <dc:date>2010-07-03T10:12:01Z</dc:date>
  </entry>
  <entry>
    <title>In our way to WCAG 2.0: Accessibility Improvements (Episode 2)</title>
    <link rel="alternate" href="http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/in-our-way-to-wcag-2-0:-accessibility-improvements-episode-2-" />
    <author>
      <name>Julio Camarero</name>
    </author>
    <id>http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/in-our-way-to-wcag-2-0:-accessibility-improvements-episode-2-</id>
    <updated>2010-04-22T13:15:31Z</updated>
    <published>2010-04-21T08:17:04Z</published>
    <summary type="html">&lt;p&gt;&amp;nbsp;Hi Everyone,&amp;nbsp;&lt;/p&gt; &lt;p&gt;it's been more than a month since &lt;a href="http:\\www.liferay.com\web\julio.camarero\blog\-\blogs\in-our-way-to-wcag-2-0:-accessibility-improvements-episode-1"&gt;episode 1&lt;/a&gt;&amp;nbsp;about accessibility improvements. It's not because we didn't have anything to tell, it's just because we didn't have time to do it... &amp;nbsp;but there have been a lot more of accessibility improvements and most of them are already available in the Liferay 6 RC.&lt;/p&gt; &lt;ul&gt;     &lt;li&gt;&amp;quot;Skip to content&amp;quot; link. This link appears now at the top of all our pages in the classic theme and the control panel. This link allows the users to skip the navigation and go directly to the content of the page.&lt;/li&gt;     &lt;li&gt;Keyboard navigation and ARIA support&amp;nbsp;for liferay menus. All the button menus in liferay are built using the &amp;lt;liferay-ui:menu&amp;gt; taglib. Right now we have followed the ARIA standard, so that you can open the menu pressing enter and then navigate through the items using the up/down arrows. To close the menu you can either press scape or press tab. We have tested this improvements with JAWS and the result was really satisfactory, using ARIA roles allows JAWS to tell the user: &amp;quot;This is a menu button, press enter to open the menu and use up/down arrows to navigate through the items&amp;quot; and once it is open it says &amp;quot;Item 1 out of 7 Edit, Item 2 out of 7 Permissions, Item 3 out of 7 RSS.. &amp;quot; and so on.&lt;br /&gt;     &lt;img width="284" height="211" alt="" src="http://cdn.www.liferay.com/image/image_gallery?uuid=dcc5be9a-c5b9-4397-9a0e-645452399de3&amp;amp;groupId=1070979&amp;amp;t=1271857825701" /&gt;&lt;/li&gt;     &lt;li&gt;Icons taglib in liferay. Most of the icons in liferay which are followed by some text are built using the &amp;lt;liferay-ui:icon&amp;gt; taglib and this taglib generated two links: one for the image and one for the text, which could be very confusing for people using screenreaders as they would listen to every link twice. We have fixed it so that there is only one link and the alternative text for the image is &amp;quot;&amp;quot; when there is complementary text (as it is only decorative).&lt;br /&gt;     &lt;img width="167" height="31" alt="" src="http://cdn.www.liferay.com/image/image_gallery?uuid=05f48384-85a8-406c-aba3-edaf44d84836&amp;amp;groupId=1070979&amp;amp;t=1271857740361" /&gt;&lt;/li&gt;     &lt;li&gt;Providing more information in links. Asset publisher and other portlets have been improved to provide more information in all of their links. For example, originally, all the text was &amp;quot;edit&amp;quot;, &amp;quot;print&amp;quot; or &amp;quot;pdf&amp;quot; (as the rest of the infomation pointing to the resource is visual) and some users may have problems with these links. Now, the html text includes the name of the resource, althought is is not visible using a normal browser. The text is something like &amp;quot;Edit article one&amp;quot; or &amp;quot;print report on schools&amp;quot;.&lt;br /&gt;     &lt;img width="342" height="187" alt="" src="http://cdn.www.liferay.com/image/image_gallery?uuid=017238ed-cf0f-4bcc-b16f-76999db72a8e&amp;amp;groupId=1070979&amp;amp;t=1271857728838" /&gt;&lt;/li&gt;     &lt;li&gt;Language information. Screenreaders need to know the language of the content they are reading. We have added the language in the W3C standard at the top of every page.     &lt;pre&gt;
&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang=&amp;quot;fr&amp;quot;&amp;gt; 
&amp;lt;head&amp;gt;
  &amp;lt;title&amp;gt;document écrit en français&amp;lt;/title&amp;gt;&lt;/pre&gt;     We have also added the language attribute to all those places in which we are using different languages (for example, the language selectors).     &lt;pre&gt;
&amp;lt;select&amp;gt;
 &amp;lt;option lang=&amp;quot;ar-SA&amp;quot;value=&amp;quot;ar_SA&amp;quot;&amp;gt; العربية(السعودية) &amp;lt;/option&amp;gt;
 &amp;lt;option lang=&amp;quot;eu-ES&amp;quot; value=&amp;quot;eu_ES&amp;quot;&amp;gt; Basque (Spain)&amp;lt;/option&amp;gt;
 &amp;lt;option lang=&amp;quot;bg-BG&amp;quot; value=&amp;quot;bg_BG&amp;quot;&amp;gt;български(България)&amp;lt;/option&amp;gt;
 &amp;lt;option lang=&amp;quot;ca-AD&amp;quot; value=&amp;quot;ca_AD&amp;quot;&amp;gt; català (Andorra) &amp;lt;/option&amp;gt;
 &amp;lt;option lang=&amp;quot;ca-ES&amp;quot; value=&amp;quot;ca_ES&amp;quot;&amp;gt; català (Espanya) &amp;lt;/option&amp;gt;
 &amp;lt;option lang=&amp;quot;zh-CN&amp;quot; value=&amp;quot;zh_CN&amp;quot;&amp;gt; 中文 (中国) &amp;lt;/option&amp;gt;
 &amp;lt;option lang=&amp;quot;zh-TW&amp;quot; value=&amp;quot;zh_TW&amp;quot;&amp;gt; 中文 (台灣) &amp;lt;/option&amp;gt;
&amp;lt;/select&amp;gt;
    &lt;/pre&gt;&lt;/li&gt;     &lt;li&gt;Accessible ratings. Ratings in liferay (stars and thumbs) are built using the taglib. This component is very difficult to use for some users as all the information there is visual, it is based in the color of the stars. This component has been modified, so that users with screenreaders to use this component easily as the html for the stars is as follows.&lt;br /&gt;     &lt;img width="209" height="71" alt="" src="http://cdn.www.liferay.com/image/image_gallery?uuid=16fa6ec3-ad98-471b-a377-67853dddf1a4&amp;amp;groupId=1070979&amp;amp;t=1271858929232" /&gt;&lt;/li&gt;     &lt;li&gt;Opens in a new window link. Links that open a new window of the browser now notify the user about it. The text can be changed for an image using css, as it is all wrapped by a span with the class &amp;quot;opens-new-window-accessible&amp;quot;.&lt;br /&gt;     &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;img width="251" height="32" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; vertical-align: text-bottom; " alt="" src="http://cdn.www.liferay.com/image/image_gallery?uuid=6668b3f8-ecad-4374-9625-b551d47a6140&amp;amp;groupId=1070979&amp;amp;t=1271857834642" /&gt;&amp;nbsp;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;As always, more info in this wiki page... And there are even more but this blog entry is starting to become too long, so I will keep them for the next episode, keep tuned! see you soon!&lt;/p&gt;</summary>
    <dc:creator>Julio Camarero</dc:creator>
    <dc:date>2010-04-21T08:17:04Z</dc:date>
  </entry>
  <entry>
    <title>In our way to WCAG 2.0: Accessibility Improvements (Episode 1)</title>
    <link rel="alternate" href="http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/in-our-way-to-wcag-2-0:-accessibility-improvements-episode-1-" />
    <author>
      <name>Julio Camarero</name>
    </author>
    <id>http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/in-our-way-to-wcag-2-0:-accessibility-improvements-episode-1-</id>
    <updated>2010-02-15T09:02:38Z</updated>
    <published>2010-02-14T15:55:39Z</published>
    <summary type="html">&lt;p&gt;Hi everyone,&lt;/p&gt; &lt;p&gt;After introducing our &lt;a href="http://www.liferay.com/web/julio.camarero/blog/-/blogs/in-our-way-to-wcag-2-0:-accessibility-improvements-episode-0"&gt;goals and objectives for Liferay 6 regarding accessibility&lt;/a&gt;,&amp;nbsp;I just wanted to highlight some of the improvements we have done lately. There have been a lot of people involved (&lt;a href="http://www.liferay.com/web/juan.fernandez"&gt;Juan&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.liferay.com/web/sergio.gonzalez"&gt;Sergio&lt;/a&gt;,&amp;nbsp;&lt;a href="http://Eduardo"&gt;Eduardo&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.liferay.com/web/nathan.cavanaugh"&gt;Nate&lt;/a&gt;,&amp;nbsp;&lt;a href="http://www.liferay.com/web/jorge.ferrer"&gt;Jorge&lt;/a&gt;, &lt;a href="http://www.liferay.com/web/brian.chan"&gt;Brian&lt;/a&gt;,...), so I won't detail what everyone did, but just go through some of the most interesting improvements:&lt;/p&gt; &lt;ul&gt;     &lt;li&gt;Alloy UI Forms. &lt;a href="http://alloyui.com/"&gt;Alloy UI&lt;/a&gt; is an amazing framework for building web applications. &lt;a href="http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/Alloy+UI+Forms+(aui)"&gt;Alloy Forms&lt;/a&gt;&amp;nbsp;are a set of taglibs that generate secure, accessible and consistent forms. They are also integrated with localization, service builder and many other cool features. Today we can say that around 90% of Liferay forms are now converted to Alloy Forms. Some of the accessibility improvements provided by them are:     &lt;ul&gt;         &lt;li&gt;Explicit labels automatically handled for all the input fields&amp;nbsp;(some assistive technologies do not correctly handle implicit labels)&lt;/li&gt;         &lt;li&gt;Accessible help messages for any field&lt;/li&gt;         &lt;li&gt;Warning the user if the context changes when changing the value of a field&lt;/li&gt;         &lt;li&gt;Correct Html markup (not tables anymore :)&lt;/li&gt;         &lt;li&gt;...&lt;/li&gt;     &lt;/ul&gt;&lt;/li&gt;     &lt;li&gt;Html validation. Yes! we did it! Liferay 6 validates by default HTML 5 and it &amp;nbsp;also validates XHTML 1.0 if you change the doctype of your pages and add the xmlns attribute.&amp;nbsp;&lt;/li&gt;     &lt;li&gt;CKEditor. This is a great improvement! this editor is the latest version of fckEditor which brings a lot of &lt;a href="http://docs.cksource.com/CKEditor_3.x/Accessibility"&gt;accessibility improvements&lt;/a&gt;&amp;nbsp;(keyboard navigation, tested in the screenreader JAWS...)&lt;/li&gt;     &lt;li&gt;ReCaptcha. (Contributed by &lt;a href="http://www.liferay.com/web/boubker.tagnaouti"&gt;Boubker TAGNAOUTI&lt;/a&gt;) Captchas are those images with some distorted text inside in which you have to find out the text to demonstrate you are not a machine but a person. The problem is that they are usually based on an image that you can see, so these mechanisms are not valid for blind users. &lt;a href="http://recaptcha.net/"&gt;Recaptcha&lt;/a&gt; adds an audible alternative for all those users who can't see the image or find it difficult to understand.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;And this is just the beginning... keep tuned for the next episode in our way to WCAG 2.0!&lt;/p&gt; &lt;p&gt;See you soon!&lt;/p&gt;</summary>
    <dc:creator>Julio Camarero</dc:creator>
    <dc:date>2010-02-14T15:55:39Z</dc:date>
  </entry>
  <entry>
    <title>In our way to WCAG 2.0: Accessibility Improvements (Episode 0)</title>
    <link rel="alternate" href="http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/in-our-way-to-wcag-2-0:-accessibility-improvements-episode-0-" />
    <author>
      <name>Julio Camarero</name>
    </author>
    <id>http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/in-our-way-to-wcag-2-0:-accessibility-improvements-episode-0-</id>
    <updated>2010-02-19T12:41:27Z</updated>
    <published>2010-02-08T22:57:13Z</published>
    <summary type="html">&lt;p&gt;Hi there!&lt;/p&gt; &lt;p&gt;In liferay we have always been concerned about accessibility. Giving everyone the same opportunities despite of her visual, auditory, physical or cognitive disability is one of our main objectives and desires.&lt;/p&gt; &lt;p&gt;When people asked us if Liferay was accessible, it was not an easy question to answer, because usually Liferay is just the framework to build amazing portals and most of the responsibility to make the final portal accessible lies on the theme designers and portlet developers of each project. As a result, there are some portals built with Liferay which are not accessible and some other ones which really are, for example &lt;a href="http://toulouse.fr"&gt;toulouse.fr&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;However, we have also realized that we could make it easier for developers to create an accessible site, so these are some of the main steps we are taking in order to achieve this:&lt;/p&gt; &lt;ul&gt;     &lt;li&gt;&amp;nbsp;Improve Liferay Portal to be as accessible as possible by default. We have started to work hard on this, as you may see in our Project Manager: &lt;a href="http://issues.liferay.com/browse/LPS-5891"&gt;LPS-5891&lt;/a&gt;.&amp;nbsp;We will comment in this blog most of these improvements.&lt;/li&gt;     &lt;li&gt;Provide some guidelines to keep your portal accessible when you build it using Liferay Portal. We have started a wiki page that will grow to give our &lt;a href="http://www.liferay.com/community/wiki/-/wiki/Main/Accessibility+Guidelines"&gt;best accessibility guidelines and advices&lt;/a&gt;.&lt;/li&gt;     &lt;li&gt;Listen to the community feedback in the forums: &lt;a href="http://www.liferay.com/community/forums/-/message_boards/category/1229220"&gt;Accessibility Category&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;With previous versions of Liferay, it was possible to conform level AA for WCAG 1.0 for you static public website. However, WCAG 1.0 didn't allow to use javascript, so it was very difficult to provide some web 2.0 accessible features in your site. WCAG 2.0 does not only allow javascript, but it says that your site's accessibility can be improved when using javascript properly. We have seen this as an opportunity to go further and make most parts of Liferay Portal accessible following WCAG 2.0 guidelines.&lt;/p&gt; &lt;p&gt;so, what is WCAG 2.0? &lt;a href="http://www.w3.org/TR/WCAG20/"&gt;WCAG 2.0&lt;/a&gt; are the Web Content Accessibility Guidelines recommended by W3C which address most of the disabilities&amp;nbsp;(visual, auditory, physical, cognitive/learning, neurological, language). An important fact is that WCAG 2.0 are&amp;nbsp;language-agnostic (HTML, XHTML, RIA, Flash, PDF, etc.) and technology- and device-independent. They are based in 4 principles (perceivable, operable, understandable and robust), 12 guidelines (not directly testable), 61 success criteria (testable with 3 conformance levels) &amp;nbsp;and 264 techniques (which can be sufficient or advisory).&amp;nbsp;&lt;/p&gt; &lt;p&gt;All the success criteria can be conformed in three different levels: AAA (the best), AA and A. You need to conform all the criteria to achieve a level compliance, which means that if in one criterion you only achieve level A, then your portal is level A compliant (even though all the rest of the criteria are AAA).&lt;/p&gt; &lt;p&gt;AAA is extremely difficult to achieve and meeting some AAA success criteria is not yet possible until the technology is mature enough, so our goal for the next Liferay release is going to be achieve level AA compliance.&lt;/p&gt; &lt;p&gt;We have already found a lot of support by community members, but let us know if you would like to help somehow in &lt;a href="http://www.liferay.com/community/forums/-/message_boards/category/1229220"&gt;the forums&lt;/a&gt;. Maybe&amp;nbsp;telling us the problems you found, or contributing with your code (as always, any contribution will be more than welcome).&lt;/p&gt; &lt;p&gt;This entry will be the first one in a series that will show the most important improvements regarding accessibility in Liferay Portal, so... see you soon!&lt;br /&gt; &amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;</summary>
    <dc:creator>Julio Camarero</dc:creator>
    <dc:date>2010-02-08T22:57:13Z</dc:date>
  </entry>
  <entry>
    <title>Flag this blog as inappropriate...</title>
    <link rel="alternate" href="http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/flag-this-blog-as-inappropriate-" />
    <author>
      <name>Julio Camarero</name>
    </author>
    <id>http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/flag-this-blog-as-inappropriate-</id>
    <updated>2009-03-06T19:51:01Z</updated>
    <published>2009-03-06T09:54:44Z</published>
    <summary type="html">&lt;p&gt;Hi everybody,&lt;/p&gt; &lt;p&gt;I thought it might be interesting to share some info about the last development I've been involved on these last days. This development has been sponsored by a client and consists on a new functionality in the portal which will allow users to flag content as inappropiate.&lt;/p&gt; &lt;p&gt;There will be a red flag icon near to several contents (blogs and message boards by now, and more to come) which will enable a user to flag some content as inappropriate for a reason and warn the administrator about it.&lt;/p&gt;&lt;p&gt;&lt;img height="259" width="600" src="http://cdn.www.liferay.com/image/image_gallery?uuid=2a3b1cdc-8516-4daf-a9a0-0d45a5d0f646&amp;amp;groupId=1070979&amp;amp;t=1236342772986" alt="" /&gt;&lt;/p&gt;&lt;p&gt;&lt;img height="358" width="600" src="http://cdn.www.liferay.com/image/image_gallery?uuid=27554cc0-c209-44b0-b6e0-174322c11d8c&amp;amp;groupId=1070979&amp;amp;t=1236342754828" alt="" /&gt;&lt;/p&gt;&lt;p&gt;&lt;img height="332" width="600" src="http://cdn.www.liferay.com/image/image_gallery?uuid=853f8f30-a3ae-4705-ab5b-e81aebbf0a74&amp;amp;groupId=1070979&amp;amp;t=1236342727325" alt="" /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After a user flags some content as inappropriate, the administrators of the community/organization in which this content is located will receive an email explaining the content reported, the url where it can be seen, the author of the content, the reporter of the abuse... etc&lt;/p&gt;&lt;p&gt;We've made this feature configurable through several properties (although we are thinking of creating a user interface accessible through the control panel for them). These properties allow you to specify:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Whether guest users are allowed or not to flag content&lt;/li&gt;&lt;li&gt;The reasons for the inappropriate content&lt;/li&gt;&lt;li&gt;The content of the email that is sent to the administrator as a result of the content being flagged&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Besides adding this feature to several of the core portlets we've also created a new taglib called &amp;lt;liferay-ui:flags&amp;gt; which allows a developer to add it to their own portlets.&lt;/p&gt;&lt;p&gt;More information can be found in this wiki article: &lt;a href="http://www.liferay.com/web/guest/community/wiki/-/wiki/Main?_36_title=Flag+Inappropriate+Content"&gt;Flag Inappropriate Content&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;By the way, don't flag this blog as inappropiate, the title was just an example... :P&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;</summary>
    <dc:creator>Julio Camarero</dc:creator>
    <dc:date>2009-03-06T09:54:44Z</dc:date>
  </entry>
  <entry>
    <title>New User Administration</title>
    <link rel="alternate" href="http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/new-user-administration" />
    <author>
      <name>Julio Camarero</name>
    </author>
    <id>http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/new-user-administration</id>
    <updated>2009-02-20T10:07:58Z</updated>
    <published>2009-02-19T18:05:29Z</published>
    <summary type="html">&lt;p&gt;Hi there!&lt;br /&gt; &lt;br /&gt; As you may have already seen, the user/organization administration in Liferay 5.2 has been completely redesigned.&lt;br /&gt; &lt;br /&gt; The new interface is, in my opinion, clearer, nicer and much more usable, and this has been possible because of the people in the community (thank you guys for all the suggestions, complaints and feedback) and people working for Liferay, especially &lt;a href="http://www.liferay.com/web/jferrer"&gt;Jorge Ferrer&lt;/a&gt;, &lt;a href="http://www.liferay.com/web/rauge"&gt;Ray Augé&lt;/a&gt; and &lt;a href="http://www.liferay.com/web/ncavanaugh/profile"&gt;Nate Cavanaugh&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt; In this post, I just wanted to higlight some of the new features/improvements and explain the reasons for all these changes.&lt;/p&gt; &lt;ul&gt;     &lt;li&gt;&lt;strong&gt;The design&lt;/strong&gt;. It's soooo nice, isn't it? This is an artwork by &lt;a href="http://www.liferay.com/web/ncavanaugh/profile"&gt;Nate&lt;/a&gt; (this guy is a genius).&lt;br /&gt;     &lt;img height="526" width="650" src="http://cdn.www.liferay.com/image/image_gallery?uuid=f682a19c-2d87-4b02-a27a-3b0805e945d3&amp;amp;groupId=1070979&amp;amp;t=1235068006318" alt="" /&gt;&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;Modify everywhere, save in one place&lt;/strong&gt;. As you can see, there can be a lot of sections in the user administration. You can move from one to another making changes in any of them and when you click on the Save Button everything will be saved.&lt;br /&gt;     &lt;img height="60" width="150" src="http://cdn.www.liferay.com/image/image_gallery?uuid=8498d685-be44-491a-adde-dd0a70649e54&amp;amp;groupId=1070979&amp;amp;t=1235068046031" alt="" /&gt;&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;Know what you are changing&lt;/strong&gt;. Evertime you modify a section, you will see it has been modified in the menu.&lt;br /&gt;     &lt;img height="241" width="250" src="http://cdn.www.liferay.com/image/image_gallery?uuid=f9463c25-e4f9-4f9d-83db-bf83ac7f7830&amp;amp;groupId=1070979&amp;amp;t=1235068029548" alt="" /&gt;&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;All together with a unified UI&lt;/strong&gt;. You will find a section for everything related to organizations, other for communities, other for user groups... and one for roles (regular roles, community roles and organization roles) yes, all together, so that you can see everything at first glance.&lt;br /&gt;     &lt;img height="497" width="600" src="http://cdn.www.liferay.com/image/image_gallery?uuid=25e64d8a-4289-4d72-bfa8-187c242cfbff&amp;amp;groupId=1070979&amp;amp;t=1235068037813" alt="" /&gt;&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;Better error management.&lt;/strong&gt; If you save all your changes and you get an error, no one of your changes will have been saved in the server, however, you will still have all your changes in your sections (you can see they keep the modified sign). In addition, the sections with errors will show an error icon in the menu and an error message just over the field which was wrong.&lt;br /&gt;     &lt;img height="199" width="600" src="http://cdn.www.liferay.com/image/image_gallery?uuid=78c8f625-b289-4440-8df0-190e4371d1a9&amp;amp;groupId=1070979&amp;amp;t=1235117418428" alt="" /&gt;&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;Adding more fields dinamycally.&lt;/strong&gt; You can add as many phone, emails... without loading the page. (This is algo a great work by Nate)&lt;br /&gt;&lt;img height="165" width="400" alt="" src="http://cdn.www.liferay.com/image/image_gallery?uuid=f224e446-e819-4710-ba5f-0cc4b6460367&amp;amp;groupId=1070979&amp;amp;t=1235118355268" /&gt;&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;The toolbar.&lt;/strong&gt; This small toolbar really makes you work faster... you'll see...&lt;br /&gt;&lt;img height="35" width="400" alt="" src="http://cdn.www.liferay.com/image/image_gallery?uuid=53b38f16-bffb-4424-ab43-da99e8f53173&amp;amp;groupId=1070979&amp;amp;t=1235118305487" /&gt;&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;Custtom attributes.&lt;/strong&gt; As you may have read in &lt;a href="http://www.liferay.com/web/rauge/blog"&gt;Ray's blog&lt;/a&gt; (Ray is an amazing guy too), you can define custom attributes without writing a line of code which will be shown in the custom attributes section. (more information in this &lt;a href="http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/How%20to%20use%20Custom%20Attributes%20to%20enhance%20Users"&gt;wiki article: Custom attributes&lt;/a&gt;)&lt;br /&gt;     &lt;img height="124" width="400" src="http://cdn.www.liferay.com/image/image_gallery?uuid=97592955-ce73-4fc6-ae23-3fc99cd5ae13&amp;amp;groupId=1070979&amp;amp;t=1235117418426" alt="" /&gt;&lt;/li&gt;     &lt;li&gt;&lt;strong&gt;Extension and configuration easier than ever.&lt;/strong&gt; 2 groups of properties in portal.properties define all the sections you will see when creating users and when adding users... completely customizable, easy, right? and you can even add your own sections here! All you have to do to display your new section is add its name to the appropiate property and place a jsp file with the same name (changing hyphons for underscores) in the folder enterprise_admin/user/ In this folder you will find a jsp file for every section, so it can't be easier to modify, so, you can even place custom attributes (using the taglib) in the section you prefere. (more information about this can be found in this &lt;a href="http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/User+administration"&gt;wiki article: User Administration&lt;/a&gt;)&lt;br /&gt;     &lt;img height="396" width="200" src="http://cdn.www.liferay.com/image/image_gallery?uuid=53f83ceb-e891-4c30-ae4b-ab32004138f9&amp;amp;groupId=1070979&amp;amp;t=1235117418429" alt="" /&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;All the things said before are the same for organizations. You will aso find 2 groups of porperties and you will be able to add your jsp files for new sections in enterprise_admin/organization folder. (more information in this &lt;a href="http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/Organization+administration"&gt;wiki article: Organization administration&lt;/a&gt;). From the organization administration you can even change the logo which will be displayed in all the pages of your organization.&lt;br /&gt;&lt;img height="410" width="650" src="http://cdn.www.liferay.com/image/image_gallery?uuid=c8217715-efc4-490e-bf2a-66ec50ecf74f&amp;amp;groupId=1070979&amp;amp;t=1235118315149" alt="" /&gt;&lt;/p&gt;   &lt;p&gt;I hope you enjoy all these new features, and please, feel free to tell us what you think, we are completely open to new ideas, feedback and suggestions!&lt;/p&gt;</summary>
    <dc:creator>Julio Camarero</dc:creator>
    <dc:date>2009-02-19T18:05:29Z</dc:date>
  </entry>
  <entry>
    <title>Leverage iPhone web applications within Liferay</title>
    <link rel="alternate" href="http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/leverage-iphone-web-applications-within-liferay" />
    <author>
      <name>Julio Camarero</name>
    </author>
    <id>http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/leverage-iphone-web-applications-within-liferay</id>
    <updated>2009-01-27T10:55:01Z</updated>
    <published>2009-01-27T10:38:11Z</published>
    <summary type="html">&lt;p&gt;Hi everyone, &lt;br /&gt; &lt;br /&gt; Today I just wanted to highlight one of the many possibilities that Liferay portlets can offer.&lt;br /&gt; &lt;br /&gt; As mobile devices with internet access are becoming more popular, lots of useful web application are being adapted to these smaller screens. Web applications adapted to the iPhone look amazing and they are very easy to use. &lt;br /&gt; &lt;br /&gt; The good news is they can be directly used within Liferay as portlets!&lt;/p&gt; &lt;p&gt;&lt;img width="600" height="361" alt="iPhone web applications in Liferay Portal" src="http://www.liferay.com/image/image_gallery?uuid=bbf155cc-2615-4a99-8bcc-f767694a0517&amp;amp;groupId=1070979&amp;amp;t=1233052916053" style="border: 1px solid black;" /&gt;&lt;/p&gt; &lt;p&gt;The process is really simple:&lt;/p&gt; &lt;ol&gt;     &lt;li&gt;Add an iframe portlet to your page in Liferay&lt;/li&gt;     &lt;li&gt;Go to Configuration of this portlet and set the Source URL to the iPhone web application URL (listed below)&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;That's all! Some nice iphone web applications which can be used as Liferay Portlets are the following:&lt;/p&gt; &lt;ul&gt;     &lt;li&gt;Facebook: http://iphone.facebook.com&lt;/li&gt;     &lt;li&gt;Linkedin: http://m.linkedin.com&lt;/li&gt;     &lt;li&gt;Twitter: https://twitterforiphone.com/login&lt;/li&gt;     &lt;li&gt;Digg: http://www.digg.com/iphone/&lt;/li&gt;     &lt;li&gt;...&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;A new &lt;a href="http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/iPhone+web+applications+within+Liferay"&gt;wiki page&lt;/a&gt; has been created so that anybody can share more web applications for iphone or other mobile devices that can be used within Liferay: &lt;a href="http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/iPhone+web+applications+within+Liferay"&gt;www.liferay.com/web/guest/community/wiki/-/wiki/Main/iPhone+web+applications+within+Liferay&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;</summary>
    <dc:creator>Julio Camarero</dc:creator>
    <dc:date>2009-01-27T10:38:11Z</dc:date>
  </entry>
  <entry>
    <title>Reminder queries (... or what is my frequent fly number?)</title>
    <link rel="alternate" href="http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/reminder-queries-or-what-is-my-frequent-fly-number-" />
    <author>
      <name>Julio Camarero</name>
    </author>
    <id>http://www.liferay.com/ja/web/julio.camarero/blog/-/blogs/reminder-queries-or-what-is-my-frequent-fly-number-</id>
    <updated>2008-11-17T17:18:28Z</updated>
    <published>2008-11-17T15:38:10Z</published>
    <summary type="html">&lt;p&gt;Hi all,&lt;/p&gt; &lt;p&gt;I started working for Liferay as a Core developper around two months ago and wanted to use this first post also to say hello to all the people I still don't know from the community, welcome everybody and thank Jorge, Alberto, Brian and Nate for all their support.&amp;nbsp; &lt;img alt="" src="http://www.liferay.com/html/js/editor/fckeditor/editor/images/smiley/msn/regular_smile.gif" /&gt;&lt;/p&gt; &lt;p&gt;From version 5.2 we'll have a new functionality in the portal! It is called &amp;quot;Reminder Queries&amp;quot; and it will be used as&amp;nbsp; a second security mechanism when a user forgets his password. (You may have seen this functionality somewhere else before in portals like Google or Yahoo...)&lt;/p&gt; &lt;p&gt;When this functionlity is enabled:&lt;/p&gt; &lt;ul&gt;     &lt;li&gt;the user will have to provide an answer to a question he had chosen before in order to receive a new password. (What is your frequent fly number? what is your library card number? ... )&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;img height="287" width="740" src="http://cdn.www.liferay.com/image/image_gallery?uuid=47e05f8a-0d31-4b98-b1ca-9f7aaea48fa9&amp;amp;groupId=1070979&amp;amp;t=1226937157742" alt="forgot password process" /&gt;&lt;/p&gt; &lt;ul&gt;     &lt;li&gt;Question and answer can be modified through Control panel --&amp;gt;&amp;nbsp; my account&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;img height="510" width="740" src="http://cdn.www.liferay.com/image/image_gallery?uuid=e642ab31-c058-41c4-afd2-7adebac68eb9&amp;amp;groupId=1070979&amp;amp;t=1226937185785" alt="my account" /&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;ul&gt;     &lt;li&gt;Users have to choose a question the first time they log into the portal&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;img height="353" width="740" src="http://cdn.www.liferay.com/image/image_gallery?uuid=c2523d9f-dc0a-4a4c-a805-4aa7cfa1727b&amp;amp;groupId=1070979&amp;amp;t=1226937171238" alt="First time login " /&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;ul&gt;     &lt;li&gt;Questions are configured by a property in portal.properties for the portal and every organization can define its own questions in different languages in a new section in control panel.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;img height="447" width="740" src="http://cdn.www.liferay.com/image/image_gallery?uuid=c77f1a9c-c20c-4c23-9781-fcc625b93ef8&amp;amp;groupId=1070979&amp;amp;t=1226937202111" alt="Control panel --&amp;gt; Organizations --&amp;gt; Reminder Queries" /&gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt; &lt;br /&gt; More information about reminder queries can be found at the following article in the wiki: &lt;a href="http://www.liferay.com/web/guest/community/wiki/-/wiki/Main?_36_title=Reminder%20Queries"&gt;&lt;span style="text-decoration: underline;"&gt;http://www.liferay.com/web/guest/community/wiki/-/wiki/Main?_36_title=Reminder+Queries&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;</summary>
    <dc:creator>Julio Camarero</dc:creator>
    <dc:date>2008-11-17T15:38:10Z</dc:date>
  </entry>
</feed>

