<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Yuval Ararat &#187; Portal</title>
	<atom:link href="http://www.yuvalararat.com/category/portal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuvalararat.com</link>
	<description>Web geek on Content</description>
	<lastBuildDate>Wed, 24 Feb 2010 11:13:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; 2010 Yuval Ararat </copyright>
		<managingEditor>ararat01@hotmail.com ()</managingEditor>
		<webMaster>ararat01@hotmail.com ()</webMaster>
		<category>posts</category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Web geek on a mission from ######### (censured by the Australian labor government)</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>ararat01@hotmail.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.yuvalararat.com/wp-images/yuval_pic_144X144.JPG" />
		<image>
			<url>http://www.yuvalararat.com/wp-images/yuval_pic_144X144.JPG</url>
			<title>Yuval Ararat</title>
			<link>http://www.yuvalararat.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Static Web page delivery</title>
		<link>http://www.yuvalararat.com/2009/05/static-web-page-delivery/</link>
		<comments>http://www.yuvalararat.com/2009/05/static-web-page-delivery/#comments</comments>
		<pubDate>Sat, 02 May 2009 11:31:04 +0000</pubDate>
		<dc:creator>yuval</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Content Management system]]></category>
		<category><![CDATA[content management systems]]></category>
		<category><![CDATA[even energy]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php systems]]></category>
		<category><![CDATA[simplest solution]]></category>
		<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[web server file system]]></category>

		<guid isPermaLink="false">http://www.yuvalararat.com/?p=584</guid>
		<description><![CDATA[Static Web page delivery]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://farm4.static.flickr.com/3156/2614519461_c14be3d0e9_s.jpg" alt="Web SIte Architecture" class="alignleft"/>
<p style="text-align: left;">We are so immersed with content management systems that we have forgot the simple static HTML pages power.<br />
The static pages have the ability to save us CPU cycles and cost of hardware and even energy.<br />
We all know their downturn that it takes expertise to fabricate them.<br />
But is it that difficult?<br />
Some of the current CMS systems sallow you to generate static files out of your templates and serve them on a web server and not the applications server to save on CPU cycles.<br />
Vignette my employer have a product called HPD that auto generates sections of the template as HTML and serves those instead of the content regions been dynamically generated. The HPD also regenerates those sections if the content has changed.<br />
We have content sections in website that change so infrequently that serving them from the application server is a crime, i will name a few:</p>
<ul>
<li>About us</li>
<li>Meet the team</li>
<li>location/contact details</li>
<li>etc&#8230;</li>
</ul>
<p>These are wonderful candidates of joining the 404 and becoming a static page on the web server.<br />
The simplest solution to achieve that is to go to the page and save it as it is generated from your content management system.<br />
Then put the page on the web server file system and configure the web server to get this page instead of the one from the Content Management system when the URL matches.<br />
This is probably true to non php systems and more to java .net CMS.<br />
In php you need to configure the same server to serve an HTML file and not your php code.<br />
i took on a few assumptions that you have all your static assets (images, javascript, css etc) served from the web server and not your content management, if you are using the content management to serve those you need to first solve that problem and not the static content.</p>
<div class="fullcircle-social-links" style="display: block;"></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.yuvalararat.com/2009/05/static-web-page-delivery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<enclosure url="http://www.yuvalararat.com/wp-content/uploads/2009/05/static-web-page-delivery.mp3" length="1519701" type="audio/mpeg"/>
<itunes:duration>1:35</itunes:duration>
		<itunes:subtitle>We are so immersed with content management systems that we have forgot the simple static HTML pages power.
The static pages have the ability to save ...</itunes:subtitle>
		<itunes:summary>We are so immersed with content management systems that we have forgot the simple static HTML pages power.
The static pages have the ability to save us CPU cycles and cost of hardware and even energy.
We all know their downturn that it takes expertise to fabricate them.
But is it that difficult?
Some of the current CMS systems sallow you to generate static files out of your templates and serve them on a web server and not the applications server to save on CPU cycles.
Vignette my employer have a product called HPD that auto generates sections of the template as HTML and serves those instead of the content regions been dynamically generated. The HPD also regenerates those sections if the content has changed.
We have content sections in website that change so infrequently that serving them from the application server is a crime, i will name a few:

	About us
	Meet the team
	location/contact details
	etc...

These are wonderful candidates of joining the 404 and becoming a static page on the web server.
The simplest solution to achieve that is to go to the page and save it as it is generated from your content management system.
Then put the page on the web server file system and configure the web server to get this page instead of the one from the Content Management system when the URL matches.
This is probably true to non php systems and more to java .net CMS.
In php you need to configure the same server to serve an HTML file and not your php code.
i took on a few assumptions that you have all your static assets (images, javascript, css etc) served from the web server and not your content management, if you are using the content management to serve those you need to first solve that problem and not the static content.</itunes:summary>
		<itunes:keywords>Content,Management,,Java,,Performance,,Portal</itunes:keywords>
		<itunes:author>ararat01@hotmail.com</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>No</itunes:block>
	</item>
		<item>
		<title>Choosing a Content Management System</title>
		<link>http://www.yuvalararat.com/2008/11/choosing-a-content-management-system/</link>
		<comments>http://www.yuvalararat.com/2008/11/choosing-a-content-management-system/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 03:20:54 +0000</pubDate>
		<dc:creator>yuval</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[abstract systems]]></category>
		<category><![CDATA[community applications]]></category>
		<category><![CDATA[Content Management system]]></category>
		<category><![CDATA[content management tools]]></category>
		<category><![CDATA[content systems]]></category>
		<category><![CDATA[Enterprise-level  content management systems]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[industry-specific products]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[legacy applications]]></category>
		<category><![CDATA[less popular products]]></category>
		<category><![CDATA[low cost blogging tools]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[newspaper site]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[professional systems]]></category>
		<category><![CDATA[professional tools]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[simpler systems]]></category>
		<category><![CDATA[solutions using web application frameworks]]></category>
		<category><![CDATA[web application  framework]]></category>
		<category><![CDATA[Web Content Management systems]]></category>
		<category><![CDATA[web designers]]></category>

		<guid isPermaLink="false">http://www.yuvalararat.com/?p=516</guid>
		<description><![CDATA[Choosing a Content Management System]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://farm1.static.flickr.com/46/118260478_80d1bbe7a4_s.jpg" alt="Books" class="alignleft"/>
<p style="text-align: left;">Nearly all  websites these days use some sort of Content Management System (CMS). A CMS is  a tool (usually web-based) that helps facilitate the process of creating,  posting, organizing, and managing the content of a&nbsp;site.<br />
  Types of  content you may find managed in a CMS include news stories, blog posts, photos,  videos, events, and more‚Äîor, in many cases, some combination of several  different types. While it‚Äôs important to understand that content management is  a <em>people</em> process, not a technological one, there are many CMS tools  available that can help. Which one is right for your&nbsp;website?<br />
  The first  question you‚Äôll need to answer is simple: do you need a CMS? The answer is  probably ‚Äúyes.‚Äù Unless you have only a few pages on your site, a CMS is almost  certainly going to help you be more efficient and productive. Besides providing  an administrative area where you can post, search, and organize your content,  most CMSes will handle templating of your content into an HTML. This ultimately  saves you a lot of time, as you only need to craft the templates once, rather  than writing the same HTML structure over and over for every&nbsp;page.<br />
  The harder  question is: what CMS will fit my needs? There are four unique types of CMS products  that are commonly used:</p>
<ul>
<li><span dir="ltr"> </span>Lightweight,  low-cost tools, generally designed for blogging</li>
<li><span dir="ltr"> </span>Semi  professional tools to manage content with a limit to capacity due to  programming language and architecture.</li>
<li><span dir="ltr"> </span>Enterprise-level  content management&nbsp;systems</li>
<li><span dir="ltr"> </span>Niche  products designed to manage a specific type of content or serve a particular  industry</li>
</ul>
<p>A fourth  option that is getting more and more popular is to use a web application  framework (such as Django or Ruby on Rails) to build a custom CMS tailored  specifically to your needs. As this is a more bespoke option I will not cover  this at this time.</p>
<h3>Considering your content&nbsp;types</h3>
<p>
  The first  thing you‚Äôll want to do when choosing a CMS is figure out what types of content  you‚Äôll be managing. Do you need blogs on your site? Do you want to showcase  photos? If so, should those photos be grouped into galleries? Do you post  events? And so forth. For example, if I‚Äôm running a newspaper site, some of the  types of content I will be managing&nbsp;include:</p>
<ul type="disc">
<li>Articles</li>
<li>Media</li>
<li>Quick Lists</li>
<li>Teasers</li>
<li>Classified&nbsp;ads</li>
<li>Users</li>
</ul>
<p>
<h3>Structured vs.&nbsp;abstract</h3>
<p>
  What do I  mean by structure? Let‚Äôs consider an image content. It has several attributes.  Among them: name, date, time, location, etc. If our CMS allows for precisely  structured data, each of the attributes will be separate fields to fill in,  saved as separate rows in our database. This allows each attribute to be  stored, searched, and so forth. A less-structured system may simply have a  title field and a body field, where you can enter a blurb like, ‚ÄúThe London Bridge,  May 22 1998, 20:00, London.‚Äù If it‚Äôs important to be able to find, say, all photos  from London, then structured content is a must for your website. If, on the  other hand, you just want to show a list of images you may be able get away  with more abstract, less-structured&nbsp;content.<br />
  Additionally,  structured content systems will often provide the ability to create  relationships between disparate types of content‚Äîfor example, a photo associated  with an article. These sorts of relations can be very useful, and are usually  not available in less-structured, more abstract&nbsp;systems.<br />
  At this  point the differentiation between structured and abstract is a very important  consideration when choosing a CMS. Structured content will always lend the most  flexibility and reusability to your content. Abstract content may be simpler to  maintain and may allow you to go with a less expensive content  management&nbsp;platform.</p>
<h3>Lightweight blogging&nbsp;platforms</h3>
<p>
  In recent  years, lightweight, low-cost (or free) blogging tools, such as WordPress and MovableType  have been championed by many web designers as CMS tools that can be useful for  much more than blogs. The reason this holds true is because these tools tend to  have a very abstract sense of structure. Web designers and developers have been  able to increase the abilities of these tools into being sort of CMS, by taking  advantage of their less-structured&nbsp;nature and their templating  capabilities.<br />
  These tools  tend to be absolutely terrific at what they were originally designed for:  blogging. When used in other ways, they can start to show their inadequacies. There‚Äôs  no support for version control and no ability to create content types. Searching  is limited to keywords and has no ability to filter more robustly. For these  features, we‚Äôd need a more structured system.<br />
  These  lightweight, low cost blogging tools are usually quite easy to set up and use.  They work great when they‚Äôre used within their means. If you find that your  site is going to be managing content other than blogs, though‚Äîbe wary. You may  be able to make it work, but you may also be more well-served by a niche or  custom&nbsp;solution.</p>
<h3>Semi professional tools to manage content</h3>
<p>
  These tools  are mainly the result of great communities that push for a CMS to the midrange  of sites. In this category you will likely to find the Joomla and Durpal as the  more popular products and some less popular products like e107 and Jaws and  even LifeRay portal that encompass some java standards.<br />
  The products  here feature a lot of the more robust Enterprise feature but with an  architecture that is not well scaled. This group of products is usually open  source relaying on MySql as their DB and PHP as the main programming language. The  main attraction of this group is the abilities that they encompass and the  extensions that they offer. The community in the more popular products provides  you with almost any wish you will ever have and thus enables you to accomplish  your dream.<br />
  You will  usually see these products in midrange organizations with a smaller amount of  user base then the big organizations and with fewer requirements on the  customization of the content types.<br />
  Content is  not structured in these products and the main ‚ÄúArticle‚Äù type covers most of the  needs. Extensions usually supply you with the necessary content structure to  support content like teasers and media in a more robust way.</p>
<h3>Niche or industry-specific&nbsp;products</h3>
<p>
  Another set  of content management tools are those which handle a specific niche or  industry‚Äôs needs very well. If you can find one of these that suits your site,  they‚Äôre often very effective and useful. They provide the benefits of a custom  solution without the cost of building your own. CMS products in this category  can be found for many industries, including Health Care, Education, Journalism,  Law, Retail, and more. They tend to provide a much more structured-content  approach than lightweight blogging tools and may be more aware of the roles of  people in the organizations of their target market(s). This knowledge results  in more streamlined, efficient products when used by the industries they‚Äôre  designed&nbsp;for.<br />
  If you can  find a good CMS product aimed at your industry, they‚Äôre usually a great choice  for the short run. However, it‚Äôs not advisable to choose a CMS product aimed at  a particular industry that your company for the long run since changes in the  business focus will usually mean changing the CMS to a more general one.<br />
  These tools  work great if you use them as intended and not-so-great if you start trying to  go out of the&nbsp;box. Flexibility of these tools is usually not so good thus  you are like a bird in a golden cage.</p>
<h3>Enterprise content&nbsp;management</h3>
<p>
  Enterprise-level  content management tends to go above and beyond the duties of simpler systems,  offering tools like content revision control, security, preservation, personalization,  and access list management. While simpler systems may offer some of these  features, Web Content Management systems (WCMs) tend to be far more robust. At  the same time, these systems are very expensive, much more complicated to  manage. The advantages of these systems are their flexibility and adaptability  to the needs of the client and the current infrastructure. If you have a login  directory with groups you can leverage it to be your credential system and  authority system for the CMS. Some vendors of WCM like vignette offer a wide variety  of supporting applications to enhance the business abilities, like Social  networking and community applications to enable the application to handle UGC.<br />
  The  abilities to model the content structure enables you to later on search by  fields and make more sense of the content. The content modeling enables you  create relationships between content thus helping you internationalize your  content in a very simple structure of an article and translation articles  associated to it.<br />
  WCM systems  often focus on structure content, giving you the most robust solution but with  a price tag. These systems will also enable you to derive content out of your  legacy applications or databases and use it as if it was generated in the WCM  system.<br />
  These systems  will match a large organization that has the requirements of teams of content  editors and many features. Media companies and banks will benefit greatly from  the abilities of these tools and their ability to support hoards of people  accessing their site.<br />
  The presentation  layer of these products is usually a separate application, usually a portal,  that enables the implementation team to create a very robust application to  support many business needs like special search and integration RSS feds from  other applications.</p>
<h3>Custom solutions using web application&nbsp;frameworks</h3>
<p>
  These  adventures usually become very costly and tend to require a support team thus  not really an alternative to the above. Its only a solution if your content is  not the general content and your budget is big but not as big as ECM solution  and its customization.</p>
<h3>Conclusion</h3>
<p>
  Choosing a  tool for your site is a decision that shouldn‚Äôt be made in haste. Putting the  time in to identify the different types of content and the requirements from  the presentation layer will help you in choosing the product that‚Äôs right for  your site and organization. You will also need to assess your budget and  capabilities while considering the Enterprise vs. Semi professional systems.<br />
  The ideal  way in proceeding from here is to draft you requirements and the candidates for  solution and find out which one fits the best.<br />
  So¬† all the best in your journey! </p>
<div class="fullcircle-social-links" style="display: block;"></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.yuvalararat.com/2008/11/choosing-a-content-management-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mako.co.il is up!</title>
		<link>http://www.yuvalararat.com/2008/10/makocoil-is-up/</link>
		<comments>http://www.yuvalararat.com/2008/10/makocoil-is-up/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 23:19:17 +0000</pubDate>
		<dc:creator>yuval</dc:creator>
				<category><![CDATA[Portal]]></category>
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.yuvalararat.com/?p=455</guid>
		<description><![CDATA[Mako.co.il is up!]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.mako.co.il">mako.co.il</a> is up and running!<br />
love the views and comments counters and the great flash component on the home page. that is the true essence of Whats up.<br />
Good luck guys! it looks very very nice.</p>
<div class="fullcircle-social-links" style="display: block;"></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.yuvalararat.com/2008/10/makocoil-is-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liferay Portal quick review</title>
		<link>http://www.yuvalararat.com/2008/10/liferay-portal-quick-review/</link>
		<comments>http://www.yuvalararat.com/2008/10/liferay-portal-quick-review/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 12:30:25 +0000</pubDate>
		<dc:creator>yuval</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[User Interfaces]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[Content Management system]]></category>
		<category><![CDATA[elaborate applications]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[personal site developer]]></category>
		<category><![CDATA[self sustaining portal]]></category>
		<category><![CDATA[software design]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.yuvalararat.com/?p=451</guid>
		<description><![CDATA[Liferay Portal quick review]]></description>
			<content:encoded><![CDATA[<p></p><p>I love the idea of Liferay portal, its a self sustaining portal and content management system that comes with many applications out of the box that enable you to shape your site as you wish without seeking a third party applications or plug-ins. The portal supports the JSR 168 and 286 for portlet development allowing you to develop a very elaborate applications on top of it with the power of Java, Spring, Hibernate, EJB, JSF and more.<br />
The position of this Portal as of all portals is more in the mid-size business more then the personal site developer.<br />
But with this positioning comes some software design and architecture responsibilities.<br />
The portal should be able to cluster easily and be able to give better performance using caching.<br />
The good news is that although clustering is not a simple switch in the configuration it is not allot more complex then a configuration of the web server, cache and Liferay. caching is also OOTB and has the benefits of the Hibernate.<br />
Having this is very good and very reassuring for the business that sets its eyes on establishing a portal as their website.<br />
The other great feature in the portal is the CMS based on the popular Journal portlet. though it is not a really great and flexible CMS with many of an enterprise CMS features it does get the job with simple content like Articles and so on. Dont expect to get the Vignette Content Management server out of it. <img src='http://www.yuvalararat.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
I do have some problems with the portal, especially GUI design and the separation of interfaces.<br />
My first trouble started with the lack of a backend administrative application. i am used to this type of mechanism in most of my web applications including the Wordpress i am using now. the separation of preview and management is some thing i find very important for applications.<br />
For an example i would bring the page template management. though i have chosen a very arguable example i believe that this should be a part of the navigation tree and it should be possible to make a selection of several pages and change their templates collectively.<br />
<a href="http://www.yuvalararat.com/wp-content/uploads/2008/10/liferaylayoutmanagement.jpg"><img src="http://www.yuvalararat.com/wp-content/uploads/2008/10/liferaylayoutmanagement-300x144.jpg" alt="Liferay Layout Management" title="Liferay Layout Management" width="300" height="144" class="alignnone size-medium wp-image-452" /></a><br />
But this is not the end of the problems with the lack of administrative application, the administration is done by pages in the system that make it very elaborate to make it clear what is user controlled and what is administrative.<br />
Now i have not gone beyond the simple install and have not tried to integrate it with any LDAP for users and groups or any other integration to Caching mechanisms but it appears that there is some community out there that will be happy to try and help and you might be able to archive your goal.<br />
So if your company is in the route to get a portal and you want to go the open source way you probably should consider Liferay Portal. if you want an enterprise portal Come to Vignette.</p>
<div class="fullcircle-social-links" style="display: block;"></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.yuvalararat.com/2008/10/liferay-portal-quick-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intranet website design</title>
		<link>http://www.yuvalararat.com/2008/07/intranet-website-design/</link>
		<comments>http://www.yuvalararat.com/2008/07/intranet-website-design/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 06:21:03 +0000</pubDate>
		<dc:creator>yuval</dc:creator>
				<category><![CDATA[Portal]]></category>
		<category><![CDATA[User Interfaces]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[intranet site]]></category>
		<category><![CDATA[steptwo
 site]]></category>

		<guid isPermaLink="false">http://www.ararat.org.il/?p=317</guid>
		<description><![CDATA[Intranet website design]]></description>
			<content:encoded><![CDATA[<p></p><p>I was reading, in the <a href="http://www.steptwo.com.au/papers/index.php?subject=cmb">CM Briefing</a> area of <a href="http://www.steptwo.com.au">steptwo</a> site, about Intranet website designs.<br />
The title of the article is <a href="http://www.steptwo.com.au/papers/cmb_sexyintranet/index.html">Should the intranet look sexy?</a><br />
I think that the three major stands of the short article are relevant to any site and are not really adding information to the table.<br />
Every site should be usable, identifiable and branded.<br />
I would like to broaden the view.<br />
Since we are looking at users and thinking of their usage of the site my initial thought will be the need to create a usability to the website that will not be lesser then the internet site and at times better then the intranet since the clients of the intranet site are your asset that gains value to the organization. Taking that into a fact and you need to invest in a modern Web 2.0 interfaces to attract the users to information.<br />
To achieve this I would take a look at <a href="www.google.com/ig">iGoogle</a> for example. a user should have the ability to customize the view he wants of the data. to all the control freaks in the organization you can limit this to a template based view or some basic elements that are not configurable.<br />
To make it more attractive you can enable users to consume external news feeds and so forth and make this the page users will use most in their working environment.<br />
This can also be a viewable by other people in the organization (based on security) for review and comparison by peers.<br />
This is just one way to tackle the hurdle of information availability in the organization.<br />
In the company i am with right now <a href="http://www.vignette.com">Vignette</a> we have a portal implementation that allows you to create your own page. also we provide a content management with a similar implementation that allows you to view and customize your interface to match your needs and role.<br />
I truly believe that the Intranet realm is under-developed and will need to be reconsidered by many organizations since they are neglecting their internal users that are their assets.</p>
<div class="fullcircle-social-links" style="display: block;"></div><div style="clear: both;"></div>]]></content:encoded>
			<wfw:commentRss>http://www.yuvalararat.com/2008/07/intranet-website-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
