<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>product &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/product/</link>
	<description>Feed of posts on WordPress.com tagged "product"</description>
	<pubDate>Tue, 01 Dec 2009 17:31:02 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Naming Directories in Oracle Installation On Linux Environment (Optimal Flexible Architecture - OFA)]]></title>
<link>http://oralog.wordpress.com/2009/12/01/naming-directories-in-oracle-installation-on-linux-environment-optimal-flexible-architecture-ofa/</link>
<pubDate>Tue, 01 Dec 2009 16:13:38 +0000</pubDate>
<dc:creator>Emrah Becer</dc:creator>
<guid>http://oralog.wordpress.com/2009/12/01/naming-directories-in-oracle-installation-on-linux-environment-optimal-flexible-architecture-ofa/</guid>
<description><![CDATA[&nbsp; The Optimal Flexible Architecture (OFA) standard is a set of file naming and configuration gu]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>&#160;</p>
<p>The Optimal Flexible Architecture (OFA) standard is a set of file naming and configuration guidelines created to ensure reliable Oracle installations that require little maintenance.</p>
<p>You can think of Optimal Flexible Architecture as a set of good habits to adopt when organizing Oracle directories and files on your computer. All Oracle components on the installation media are Optimal Flexible Architecture-compliant; that is, Oracle Universal Installer places Oracle components in directory locations that follow Optimal Flexible Architecture guidelines. Although using Optimal Flexible Architecture is not a requirement, Oracle recommends that you use it.</p>
<p>Here are the steps to accomplish OFA before an Oracle installation on a Linux environment:</p>
<p><strong>Step 1: Create ORACLE_BASE Directory</strong></p>
<p>ORACLE_BASE is the root of the OFA compliant Oracle directory tree. It is a base for all oracle installations. It should be in format  <span style="color:#008000;">/u&#60;counter&#62;/&#60;software_owner&#62;/product/&#60;version&#62;</span>  where counter is an identifier which shows the order of mount points and software owner is the operating system user which owns the installation files  . For example:</p>
<p><span style="color:#008000;">/u01/oracle/product/10.2.0/</span>  is a good choice for an Oracle 10.2.0.1 database server installation where  a user called oracle exists in operating system.</p>
<p><strong>Step 2: Create ORACLE_HOME Directory</strong></p>
<p>ORACLE_HOME directory is the directory of the current Oracle installation and contains subdirectories for Oracle software executables and network files. Every ORACLE_HOME directory is also associated with a ORACLE_HOME name which you specify during Oracle Software installation.</p>
<p>ORACLE_HOME directory should be in format  <span style="color:#008000;">&#60;ORACLE_BASE&#62;/&#60;type&#62;_&#60;counter&#62;</span> where type is the purpose of installation (db,app,client etc.) and counter is an identifier which shows the order of installations. For example:</p>
<p><span style="color:#008000;">&#60;ORACLE_BASE&#62;/db_1/  =&#62; /u01/oracle/product/10.2.0/db_1/</span>  is a good choice for an Oracle Database installation for the first time.</p>
<p><strong>Step 3: Create Admin Directory</strong></p>
<p>Create an admin directory to store administration files.  It should be in format <span style="color:#008000;">&#60;ORACLE_BASE&#62;/admin/&#60;DB_NAME&#62;/</span> .</p>
<p>For ex: <span style="color:#008000;">&#60;ORACLE_BASE&#62;/admin/my_db/ =&#62;  /u01/oracle/product/10.2.0/admin/my_db/</span></p>
<p>Some of the directories that the admin directory should contain are shown below:</p>
<p>/bdump &#8211;background process trace files<br />
/cdump &#8211;core dump files<br />
/create &#8211;database creation files<br />
/exp &#8211;database export files<br />
/pfile &#8211;initialization parameter files<br />
/udump &#8211;user SQL trace files<br />
/arch &#8212; archived redolog files</p>
<p><strong>Step 4: Create Oradata Directory</strong></p>
<p>Oracle data related files (data files, online redolog files and control files) should be kept in an directory called <span style="color:#008000;">&#8220;ORADATA</span>&#8220;. The oradata directory should be in format <span style="color:#008000;">&#60;ORACLE_BASE&#62;/oradata/&#60;DB_NAME&#62;</span>. For example:  <span style="color:#008000;">/u01/oracle/product/10.2.0/oradata/my_db/</span></p>
<p><strong>Step 5: Naming Files In Oradata Directory</strong></p>
<p>Datafiles should be in format <span style="color:#008000;">&#60;tablespace_name&#62;&#60;counter&#62;.dbf</span> . For example:  <span style="color:#008000;">mytablespace01.dbf</span> .</p>
<p>Online redolog files should be in format <span style="color:#008000;">redolog&#60;counter&#62;.log</span> . For example: <span style="color:#008000;">redolog01.log, redolog02.log, redolog03.log</span> .</p>
<p>Control files should be in format <span style="color:#008000;">control&#60;counter&#62;.ctl</span> . For example: <span style="color:#008000;">control01.ctl, control02.ctl, control03.ctl</span> .</p>
<p><strong>Step 6:  Spreading Files</strong></p>
<p>It is quite common to have data on multiple physical disks to spread I/O workload and thereby provide better performance and reliability. In such a situation create the same directory structure on all drives and spread the files in relevant directories.  For example the log files can be shared among the drives like:</p>
<p><span style="color:#008000;">/u01/oracle/product/10.2.0/oradata/my_db/redolog01.log<br />
/u02/oracle/product/10.2.0/oradata/my_db/redolog02.log<br />
/u03/oracle/product/10.2.0/oradata/my_db/redolog03.log</span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Deliverying Holiday Card comes with different Parrot Species]]></title>
<link>http://scarletsblog.wordpress.com/2009/12/01/deliverying-holiday-card-comes-with-different-parrot-species/</link>
<pubDate>Tue, 01 Dec 2009 15:44:30 +0000</pubDate>
<dc:creator>scarletsblog</dc:creator>
<guid>http://scarletsblog.wordpress.com/2009/12/01/deliverying-holiday-card-comes-with-different-parrot-species/</guid>
<description><![CDATA[This is the first time we were able to issue the same holiday card with a different parrot species. ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This is the first time we were able to issue the same holiday card with a different parrot species. Our Holiday Delivery &#8217;tis the season greeting card now comes in four different designs&#8230;each featuring a different parrot species. We selected the verses that received the most votes from our poll (and by emails). If you want any customization (different parrot or verse), please <a href="http://mailto:scarlet@scarletsfeathers.com">email Scarlet </a>and we&#8217;ll see what we can do.</p>
<p><a href="http://www.zazzle.com/scarletsfeathers/cards" target="_blank">Visit our Zazzle Nest to see ALL (over 250) greeting cards!</a> And ALL (over 65) <a href="http://www.zazzle.com/scarletsfeathers/stamps" target="_blank">postage stamps.</a> Or simply go to the front of the store where <a href="http://www.zazzle.com/scarletsfeathers" target="_blank">all the holiday cards </a>are displayed at the front of our store.</p>
<p><img class="alignleft" title="'tis the season Eclectus" src="http://www.sbdi-consulting.com/scarletsfeathers/sfimages/truck xmas 09 scarlet sm.jpg" alt="" width="250" height="170" /> <em>Inside Verse:</em>…for Santa’s elves to spread the words…Santa’s Coming, Santa’s Coming</p>
<p>To see <a href="http://http://www.zazzle.com/scarletsfeathers/gifts?cg=196374502306767105" target="_blank">ALL Eclectus greeting cards, visit our Zazzle Nest.</a> Oh, don&#8217;t forget to order <a href="http://www.zazzle.com/scarletsfeathers/gifts?cg=196421193138534938" target="_blank">Eclectus Postage </a>for your cards.</p>
<p><img class="alignleft" title="'tis the season cockatoo" src="http://www.sbdi-consulting.com/scarletsfeathers/sfimages/truck xmas 09 cockatoo sm.jpg" alt="" width="250" height="170" /> <em>Inside Verse:</em>…to wish you a Chirpin&#8217; Christmas and a Squawkin&#8217; New Year</p>
<p>To see <a href="http://www.zazzle.com/scarletsfeathers/gifts?cg=196088137725442154" target="_blank">ALL Cockatoo Greeting Cards visit our Zazzle Store.</a> We have <a href="http://www.zazzle.com/scarletsfeathers/gifts?cg=196234486241231261" target="_blank">cockatoo postage stamps</a> to help you really get noticed!</p>
<p><img class="alignleft" title="'tis the season grey" src="http://www.sbdi-consulting.com/scarletsfeathers/sfimages/truck xmas 09 grey sm.jpg" alt="" width="250" height="170" /> <em>Inside Verse:</em>&#8230;to deliver some holiday cheer</p>
<p>To see all our <a href="http://www.zazzle.com/scarletsfeathers/gifts?cg=196058575045051312" target="_blank">African Grey Greeting Cards,</a> visit our Zazzle Store. Don&#8217;t forget to <a href="http://www.zazzle.com/scarletsfeathers/gifts?cg=196304494548972181" target="_blank">order postage </a>for those Holiday cards!</p>
<p><img class="alignleft" title="'tis the season Macaw" src="http://www.sbdi-consulting.com/scarletsfeathers/sfimages/truck xmas 09 macaw sm.jpg" alt="" width="250" height="170" /> <em>Inside Verse:</em>…to drive by to wish my fellow flock a Happy Holiday</p>
<p>To see all our<a href="http://www.zazzle.com/scarletsfeathers/gifts?cg=196992768443706183" target="_blank"> Macaw Greeting Cards, visit our Zazzle Nest.</a> And we have <a href="http://www.zazzle.com/scarletsfeathers/gifts?cg=196004168622775003" target="_blank">postage stamps</a> for our Macaw Lovers too!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Buying Product On-Line?]]></title>
<link>http://scrapbookparade.wordpress.com/2009/12/01/buying-product-on-line/</link>
<pubDate>Tue, 01 Dec 2009 15:44:08 +0000</pubDate>
<dc:creator>scrapbookparade</dc:creator>
<guid>http://scrapbookparade.wordpress.com/2009/12/01/buying-product-on-line/</guid>
<description><![CDATA[Do you sometimes see things on-line that you want but the shipping costs are ridiculous so you pass?]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://scrapbookparade.wordpress.com/files/2009/11/on-line.jpg"><img class="alignleft size-full wp-image-4291" title="on-line" src="http://scrapbookparade.wordpress.com/files/2009/11/on-line.jpg" alt="" width="143" height="114" /></a></p>
<p>Do you sometimes see things on-line that you want but the shipping costs are ridiculous so you pass?  At Scrapbook Parade we can get you any papercrafting products you see on-line at a much cheaper price than trying to order it yourself.</p>
<p>If you have special requests and you&#8217;re not in a hurry we can always get them in for you.  Please allow 3 to 4 weeks delivery time.  Special orders will need to be <strong><span style="text-decoration:underline;">pre-paid</span></strong> as well.</p>
<p>Something to think about!  Please e-mail the store at <a href="mailto:scrappix@scrapbookparade.ca">scrappix@scrapbookparade.ca</a> with the items you are looking for and we will get back to you right away on availability and cost.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Appreciation.]]></title>
<link>http://maiaki.wordpress.com/2009/12/01/appreciation/</link>
<pubDate>Tue, 01 Dec 2009 15:35:50 +0000</pubDate>
<dc:creator>maiaki</dc:creator>
<guid>http://maiaki.wordpress.com/2009/12/01/appreciation/</guid>
<description><![CDATA[There are little things that occur every single day that we all take for granted. We don&#8217;t not]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>There are little things that occur every single day that we all take for granted. We don&#8217;t notice they are there, or rather, happen because it&#8217;s so small and insignificant that we don&#8217;t consider giving thanks for it.<br />
Because face it, if you gave thanks for something like a toothbrush everyday, you&#8217;d start to resent it.<br />
However, it is these little things that make life easier, often WORTH LIVING. Stop and think about how your life would be if you didn&#8217;t have milk: no cereal, no coffee. No milk for your pancake mix. How about if you didn&#8217;t have the person buying the milk?  </p>
<p>I may not have worded that the most eloquent way possible, but I would like this post to inspire people to think about the little things they take for granted, and take a moment to appreciate them.</p>
<p>To be honest, this is more of a ranty personal post, and it&#8217;s damn hard to<br />
please everyone. Appreciation of effort is nice sometimes.</p>
<p>That is all.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ALLIANCE PHOTO BATTLE IS ON]]></title>
<link>http://arnetteantics.com/2009/12/01/alliance-photo-battle-is-on/</link>
<pubDate>Tue, 01 Dec 2009 14:07:28 +0000</pubDate>
<dc:creator>arnetteantics</dc:creator>
<guid>http://arnetteantics.com/2009/12/01/alliance-photo-battle-is-on/</guid>
<description><![CDATA[Our friends at Alliance Wake are running weekly photo battles on their site.  Hit up alliancewake.co]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Our friends at <strong>Alliance Wake</strong> are running weekly photo battles on their site.  Hit up <a href="http://www.alliancewake.com/wake/alliance-photo-battle-november-30-2009/" target="_blank"><strong>alliancewake.com</strong></a> to vote on this week&#8217;s photos, and find out how you can <a href="http://www.alliancewake.com/wake/the-alliance-photo-battle/" target="_blank"><strong>enter your own photo</strong></a> for a chance to win a sick Arnette prize pack featuring the <em>Agent</em> and other goodies.</p>
<p><a href="http://www.alliancewake.com/wake/alliance-photo-battle-november-30-2009/" target="_blank"><img class="alignnone size-full wp-image-775" title="alliance-wake_photo-contest" src="http://arnetteantics.wordpress.com/files/2009/12/alliance-wake_photo-contest.jpg" alt="" width="450" height="700" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Bibelot Sexuel]]></title>
<link>http://offbeatism.wordpress.com/2009/12/01/bibelot-sexuel/</link>
<pubDate>Tue, 01 Dec 2009 10:56:26 +0000</pubDate>
<dc:creator>Offbeatism</dc:creator>
<guid>http://offbeatism.wordpress.com/2009/12/01/bibelot-sexuel/</guid>
<description><![CDATA[Matteo Cibic’s Bibelot Sexuel series is part of the HEADS Collective Showcase, a periodical highligh]]></description>
<content:encoded><![CDATA[Matteo Cibic’s Bibelot Sexuel series is part of the HEADS Collective Showcase, a periodical highligh]]></content:encoded>
</item>
<item>
<title><![CDATA[Final Progress Post]]></title>
<link>http://vishistory.wordpress.com/2009/12/01/final-progress-post/</link>
<pubDate>Tue, 01 Dec 2009 09:40:45 +0000</pubDate>
<dc:creator>vishistory</dc:creator>
<guid>http://vishistory.wordpress.com/2009/12/01/final-progress-post/</guid>
<description><![CDATA[Title of Primary Project Output: VISHISTORY: A web-based editor and display to enable student to cre]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Title of Primary Project Output:</strong> VISHISTORY: A web-based editor and display to enable student to create an interactive visual portfolio piece based on their history (or other) project work.<br />
<strong>Screenshots of prototype:</strong></p>
<div id="attachment_48" class="wp-caption alignleft" style="width: 210px"><a href="http://vishistory.wordpress.com/files/2009/11/rush1j1.jpg"><img class="size-full wp-image-48" title="rush1j" src="http://vishistory.wordpress.com/files/2009/11/rush1j1.jpg" alt="interactive display" width="200" height="147" /></a><p class="wp-caption-text">Before clicking marker</p></div>
<p>The first screenshot shows a demo before any of the markers are clicked.  The user has uploaded a background image and clicked on it to add markers then dragged the markers into position (try it on the <a href="http://79.170.43.15/visualhistory.org.uk/googlemaps/editor/ed01.php">demo editor</a>, step 4).</p>
<p>If the markers are not wanted they can be dragged off to the left and will be deleted when marker positions are saved.</p>
<p>In the editor (step 5) markers are clicked on and a pop-up window allows the user to enter text and other HTML (using <a href="http://ckeditor.com/">CKEditor</a>).</p>
<p>The editor then has a preview mode (step 6) so that the finished design can be seen.  In this view the markers when clicked display the contents of the pop-up windows.</p>
<div id="attachment_49" class="wp-caption alignright" style="width: 210px"><a href="http://vishistory.wordpress.com/files/2009/11/rush2j2.jpg"><img class="size-full wp-image-49" title="rush2j" src="http://vishistory.wordpress.com/files/2009/11/rush2j2.jpg" alt="Pop-up window display" width="200" height="147" /></a><p class="wp-caption-text">Pop-up window display</p></div>
<p>Clicking on the more&#62;&#62; tab on the pop-up window allows the user to be guided to another more detailed page in a new browser window.  Information for this demo was taken from Wikipedia as a ready source of information.</p>
<p>One feature that is being built in is the ability to play video or audio recordings from the pop-up or further information windows.  This will be useful when recordings of oral history have been made.</p>
<div id="attachment_50" class="wp-caption alignleft" style="width: 210px"><a href="http://vishistory.wordpress.com/files/2009/11/walkdownfriargate200.jpg"><img class="size-full wp-image-50" title="walkdownfriargate200" src="http://vishistory.wordpress.com/files/2009/11/walkdownfriargate200.jpg" alt="Screenshot of Friargate project" width="200" height="146" /></a><p class="wp-caption-text">Screenshot of Friargate project</p></div>
<p>The final demo screenshot is of a Google maps application using similar technology but relying on the google api.  Less work has been done on this demo as it is specific to map-based projects and replicates to a certain extent the MIT simile widgets project (although a fair degree of technical competence is required to create displays using <a href="http://simile.mit.edu/wiki/Exhibit">Exhibit </a>- the simile display tool.  Click and add google maps can also be made using <a href="http://www.click2map.com/">Click2map </a>which is an excellent tool (but displays advertising on the maps) we came across during this project.</p>
<p><strong> </strong></p>
<p><strong>Description of Prototype:</strong>  The editor software enables a user to upload an &#8220;background&#8221; image, add markers of their choice (dragged into position) and edit pop-up windows attached to the markers creating an interactive display. The editor will produce a zip archive of all the files needed to create the interactive display which can be downloaded by the user. The interactive display uses JSON and javascript technology and will work offline as well as online providing a long-lived and readily accessible display of the students&#8217; work.<br />
Link to working prototype:<br />
Demonstration 1 &#8211; Mount Rushmore Presidents,  <a href="http://79.170.43.15/visualhistory.org.uk/googlemaps/jqedit/rushmoreDemo.html">http://79.170.43.15/visualhistory.org.uk/googlemaps/jqedit/rushmoreDemo.html </a><br />
Demonstration 2 &#8211; Museum floorplan, <a href="http://79.170.43.15/visualhistory.org.uk/googlemaps/jqedit/museumDemo.html">http://79.170.43.15/visualhistory.org.uk/googlemaps/jqedit/museumDemo.html</a><br />
Demonstration 3 &#8211; GoogleMaps example, <a href="http://79.170.43.15/visualhistory.org.uk/googlemaps/geomap20/geomap20.htm">http://79.170.43.15/visualhistory.org.uk/googlemaps/geomap20/geomap20.htm</a><br />
Demonstration 4 &#8211; The Editor,  <a href="http://79.170.43.15/visualhistory.org.uk/googlemaps/jqedit/ed01.php">http://79.170.43.15/visualhistory.org.uk/googlemaps/jqedit/ed01.php</a></p>
<p><a href="http://79.170.43.15/visualhistory.org.uk/googlemaps/jqedit/ed01.php"><br />
</a><strong>Link to end user documentation:</strong> <a href="http://code.google.com/p/vishistory/">http://code.google.com/p/vishistory/</a></p>
<p><strong>Link to code repository or API:</strong> <a href="http://code.google.com/p/vishistory/">http://code.google.com/p/vishistory/</a></p>
<p><strong>Link to technical documentation:</strong> <a href="http://code.google.com/p/vishistory/">http://code.google.com/p/vishistory/</a></p>
<p><strong>Date prototype was launched:</strong> 30/11/2009</p>
<p><strong>Project Team Names, Emails and Organisations:</strong> Phil Holifield, <a href="mailto:pholifield@uclan.ac.uk">pholifield@uclan.ac.uk</a> - project manager; Steve Caunce, <a href="mailto:sacaunce@uclan.ac.uk">sacaunce@uclan.ac.uk</a> - Historian; Barbara McManus, <a href="mailto:bmcmanus@uclan.ac.uk">bmcmanus@uclan.ac.uk</a> &#8211; HCI expert; Mike Cottam, <a href="mailto:macottam@uclan.ac.uk">macottam@uclan.ac.uk</a> - Senior Developer; Dongjie Xu, <a href="mailto:dxu@uclan.ac.uk">dxu@uclan.ac.uk</a> - Developer.  All from University of Central Lancashire, Preston, UK &#8211; <a href="http://www.uclan.ac.uk">www.uclan.ac.uk</a></p>
<p><strong>Project Website:</strong>  <a href="http://www.uclan.ac.uk/ahss/visual_history.php">http://www.uclan.ac.uk/ahss/visual_history.php</a></p>
<p><strong>PIMS entry:</strong>  <a href="https://pims.jisc.ac.uk/projects/view/1356">https://pims.jisc.ac.uk/projects/view/1356</a></p>
<p><strong>Table of Content for Project Posts</strong></p>
<p>User evaluation: <a href="http://vishistory.wordpress.com/2009/08/19/third-team-meeting-user-evaluation/">Users trialling content managed system</a> , <a href="http://vishistory.wordpress.com/2009/10/21/developing-the-user-case/">Developing the User Case</a></p>
<p>Project evaluation: <a href="http://vishistory.wordpress.com/2009/09/02/swot-analysis-august-09/">SWOT analysis</a></p>
<p>Technical Standards <a href="http://vishistory.wordpress.com/2009/10/23/google-maps-api-and-jquery/">Googlemaps API and JQuery </a>, <a href="http://vishistory.wordpress.com/2009/11/26/new-demo-site/">First Demo site</a></p>
<p>Issues in day-to-day work: <a href="http://vishistory.wordpress.com/2009/11/26/day-to-day-work/">Day to Day</a></p>
<p>Value Added: <a href="http://vishistory.wordpress.com/2009/11/26/new-demo-site/">First Demo site</a> , <a href="http://vishistory.wordpress.com/2009/12/01/final-progress-post/">Final Post</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[table stops]]></title>
<link>http://urbantaster.wordpress.com/2009/12/01/table-stops/</link>
<pubDate>Tue, 01 Dec 2009 06:32:53 +0000</pubDate>
<dc:creator>bjornyeo</dc:creator>
<guid>http://urbantaster.wordpress.com/2009/12/01/table-stops/</guid>
<description><![CDATA[&#8220;Table Stops&#8221; by Fiona Banner are ceramic versions of actual full-stops, great for putti]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>&#8220;Table Stops&#8221; by Fiona Banner are ceramic versions of actual full-stops, great for putting an end to mindless conversations that happen in my household. Buy them <a href="http://www.culturelabel.com/Products.mvc/Details/1182/table-stops-fiona-banner" target="_blank">here</a>!</p>
<p><img class="aligncenter size-full wp-image-2517" title="Screen shot 2009-12-01 at PM 02.29.45" src="http://urbantaster.wordpress.com/files/2009/12/screen-shot-2009-12-01-at-pm-02-29-45.png" alt="" width="610" height="412" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Things I Love]]></title>
<link>http://weald.wordpress.com/2009/12/01/things-i-love/</link>
<pubDate>Tue, 01 Dec 2009 04:40:31 +0000</pubDate>
<dc:creator>weald</dc:creator>
<guid>http://weald.wordpress.com/2009/12/01/things-i-love/</guid>
<description><![CDATA[I was pampering myself and thinking how much I would dislike being without some of my favorite thing]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I was pampering myself and thinking how much I would dislike being without some of my favorite things. So here you go:</p>
<p><img src="http://www.sallyhansen.com/images/products/2103_1.jpg" alt="" /></p>
<p>Sally Hansen&#8217;s Hard As Nails. My nails could not live without this stuff! Its strong, shiny, doesn&#8217;t peel or chip easily, and dries in under 5 minutes.</p>
<p><img src="http://hifiblog.com/wp-content/uploads/CreativeZenVisionM.jpg" alt="" /></p>
<p>My Creative Zen Vision: M &#60;3 So I can shake my butt when I&#8217;m about the house.</p>
<p><img src="http://static.howstuffworks.com/gif/ice-water-1.jpg" alt="" /></p>
<p>Ice water ^.^</p>
<p><img src="http://img.walgreens.com/dbimagecache/03660082800_220x220_a.jpg" alt="" /></p>
<p>Chapstick &#60;3 It&#8217;s vanilla-y</p>
<p><img src="http://images.chemistdirect.co.uk/images/productimages/large/nivea_cream_handbag_size_4397.jpg" alt="" /></p>
<p>No perfumes, very good for ultra dry skin. I have mild eczema and this is a life saver!</p>
<p>That&#8217;s it for now. I promised the man-critter I wold play some pnp DnD with him and some friends tonight. Have a wonderful week!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Design Real @ Serpentine Gallery]]></title>
<link>http://everydaylifestyle.wordpress.com/2009/12/01/design-real-serpentine-gallery/</link>
<pubDate>Tue, 01 Dec 2009 04:25:41 +0000</pubDate>
<dc:creator>everydaylifestyle</dc:creator>
<guid>http://everydaylifestyle.wordpress.com/2009/12/01/design-real-serpentine-gallery/</guid>
<description><![CDATA[「Design Real（デザイン・リアル）」は、サーペンタイン・ギャラリー初のデザインをテーマにした展覧会。ドイツ人プロダクト・デザイナーKonstantin Grcic（コンスタンチン・グルチッチ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.flickr.com/photos/everydaylifestyle/4149449478/"><img class="alignnone size-full wp-image-2172" title="Design Real @ Serpentine Gallery" src="http://everydaylifestyle.wordpress.com/files/2009/12/serpentine.jpg" alt="" width="500" height="375" /></a></p>
<p>「<a href="http://www.serpentinegallery.org/2008/06/design_real26_november7_februa.html">Design Real</a>（デザイン・リアル）」は、<a href="http://ja.wikipedia.org/wiki/%E3%82%B5%E3%83%BC%E3%83%9A%E3%83%B3%E3%82%BF%E3%82%A4%E3%83%B3%E3%83%BB%E3%82%AE%E3%83%A3%E3%83%A9%E3%83%AA%E3%83%BC">サーペンタイン・ギャラリー</a>初のデザインをテーマにした展覧会。ドイツ人プロダクト・デザイナー<a href="http://designmuseum.org/design/konstantin-grcic">Konstantin Grcic</a>（<strong><span style="font-weight:normal;"><a href="http://www.hhstyle.com/cgi-bin/omc?port=33311&#38;sid=U1259629596HAB3OU2MP&#38;req=IPRODUCT&#38;code=ftr_grcic">コンスタンチン・グルチッチ</a></span><span style="font-weight:normal;">）に展覧会のオーガナイズを依頼、この10年間に大量生産された、日常生活の中で使用されている、「リアル」で実用性のある、優れたデザインの製品43点が集められた。家具や家庭用品から技術的製品・産業機器までを網羅した展示品43点のうち、<a href="http://www.plusminuszero.jp/about/designer.html">深澤直人</a>の<a href="http://www.plusminuszero.jp/collection/third/3rd01_humid.html">加湿器</a>、<a href="http://www.shinazumi.com/jpn/main.htm">安積伸</a>の<a href="http://www.toa.co.jp/products/prosound/power_megaphones/er-1106w.htm">メガフォン</a>、<a href="http://www.kyocera.co.jp/prdct/fc_consumer/kitchen/k_premiere.html">京セラのナイフ</a>、<a href="http://daiwa.globeride.co.jp/">Daiwa</a>のルアー、<a href="http://www.tatamet.com/">タタメット</a>、ヤマハの<a href="http://www.yamaha.co.jp/design/products/2000/ez-tp/">EZ-TP</a>、三宅一生の<a href="http://www.japandesign.ne.jp/episode/040218/">A-POC</a>の7点が日本の製品だ。</span></strong></p>
<p><strong><span style="font-weight:normal;">これらのアイテムの配置・展示方法も、グルチッチが担当。デザイナーらしい、ユニークな展示も特徴だ。通常の展覧会と異なり、展示品には、椅子、ベッド、ほうき等のカテゴリー以外、商品名を含めていっさい説明はない。展示品について知りたければ、無料展示ガイド（下の写真の「Design Real」と書いてある紙の裏）の作品リストの他、ベンチ代わりとなる砂袋が円形に積まれたギャラリー中央の部屋に設置された<a href="http://ja.wikipedia.org/wiki/アマゾン・キンドル">アマゾン・キンドル</a>（電子ブックリーダー）から、展覧会専用のウェブサイト<a href="http://www.design-real.com/">www.design-real.com</a>にアクセスすれば、詳細を知ることができる。</span></strong></p>
<p>普段見過ごしがちな、日常生活の中のデザインを取り上げるというコンセプトは、アート専門のギャラリーとしては画期的なのだろうが、<a href="http://designmuseum.org/">デザイン・ミュージアム</a>あたりが企画しそうな展覧会で、デザイン界では目新しいものではない。また43点と言う展示品数も、見終わった後にこれだけ？という感が否めず、大規模デザイン・ショップの方がより充実してるんじゃないかと思う。色々な種類の製品を一個一個展示するより、一つのカテゴリーに絞って、例えば、世界から良いデザインの椅子を一堂に集める、という企画の方が面白いんじゃないだろうか。ちょっと批判的になってしまったが、展覧会の<a href="www.design-real.com">ウェブサイト</a>は、よくできていると思う。白と黒のシンプルなデザインもスタイリッシュだし、知りたい製品をクリックすると、製品説明、会社説明、デザイン、歴史等、情報が盛りだくさんで、ゆっくり時間をかけて見てみたくなるウェブサイトに仕上がっている。</p>
<p><em><a href="http://www.serpentinegallery.org/2008/06/design_real26_november7_februa.html">Design Real</a></em> is the <a href="http://en.wikipedia.org/wiki/Serpentine_Gallery">Serpentine Gallery</a>’s first exhibition dedicated to design. The gallery invited German product designer <a href="http://designmuseum.org/design/konstantin-grcic">Konstantin Grcic</a> to curate this exhibition of contemporary product design. The exhibition presents a total of 43 ‘real’ items produced in the last decade: a wide range of mass-produced products that have a practical function in everyday life, from furniture and household products to technical and industrial innovations.</p>
<p>Grcic was also in charge of the gallery space and his unique exhibition style is worth to mention. There is no information about the product whatsoever except its category, such as chair, broom, and bed, – no product name, no explanation, nothing. If you want to know more than that, a piece of free exhibition information (printed &#8220;Design Real&#8221; in the photo below) can give you very basic information such as product name, designer, manufacturer, or you can access its dedicated internet site <a href="http://www.design-real.com/">www.design-real.com</a> via <a href="http://en.wikipedia.org/wiki/Amazon_kindle">Amazon Kindles</a>, sitting on the sandbags piling up in circle in the dark room in the center of the gallery.</p>
<p>The concept of exhibition, to focus on the design of everyday life objects maybe groundbreaking for an art gallery, but it is common project that place like <a href="http://designmuseum.org/">Design Museum</a> would plan or have planned already, and nothing new to the design world. Though Serpentine is a small gallery but still only 43 items barely fill up the space and we were like &#8220;that&#8217;s it??&#8221; after we saw everything –a large design shop may do a better job than this exhibition. Maybe they should have focused on one category instead of presenting so many categories of products: for example, to show 43 well-designed chairs from all over the world would be more impressing. However, I have to admit that their <a href="www.design-real.com">website</a> is well-done – black and white simple but sophisticated interface design, and its abundant information about the items, manufacturers, designs, histories are well worth to take time to explore.</p>
<p><a href="http://www.flickr.com/photos/everydaylifestyle/4149449566/"><img class="alignnone size-full wp-image-2173" title="Design Real @ Serpentine Gallery" src="http://everydaylifestyle.wordpress.com/files/2009/12/designreal.jpg" alt="" width="500" height="320" /></a></p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/48cc05f1-c4f1-427c-9c21-31e35e4fc0fe/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=48cc05f1-c4f1-427c-9c21-31e35e4fc0fe" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[10 toes]]></title>
<link>http://lilyandcompany.wordpress.com/2009/11/30/10-toes-2/</link>
<pubDate>Tue, 01 Dec 2009 03:56:07 +0000</pubDate>
<dc:creator>lilygalsjh</dc:creator>
<guid>http://lilyandcompany.wordpress.com/2009/11/30/10-toes-2/</guid>
<description><![CDATA[10 toes has been restocked in lily and the colors are fabulous!!!!  shoes, burp cloths, headbands, n]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><a href="http://lilyandcompany.wordpress.com/files/2009/11/store-photos11.jpg" target="_blank"><img class="aligncenter size-full wp-image-3030" title="store photos1a" src="http://lilyandcompany.wordpress.com/files/2009/11/store-photos11.jpg" alt="" width="490" height="282" /></a><a href="http://lilyandcompany.wordpress.com/files/2009/11/store-photos1.jpg"></a></p>
<p style="text-align:center;">10 toes has been restocked in lily and the colors are fabulous!!!!  shoes, burp cloths, headbands, necklaces and wands available for the special little ones for christmas.</p>
<p style="text-align:center;"><a href="http://lilyandcompany.wordpress.com/files/2009/11/img_3691.jpg"><img class="size-full wp-image-3025 aligncenter" title="IMG_3691" src="http://lilyandcompany.wordpress.com/files/2009/11/img_3691.jpg" alt="" width="343" height="457" /></a></p>
<p>&#160;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[simplehuman]]></title>
<link>http://urbantaster.wordpress.com/2009/12/01/simplehuman/</link>
<pubDate>Tue, 01 Dec 2009 01:39:01 +0000</pubDate>
<dc:creator>bjornyeo</dc:creator>
<guid>http://urbantaster.wordpress.com/2009/12/01/simplehuman/</guid>
<description><![CDATA[I love simplehuman products for their, well, simplicity. It is really amazing how simple nuances lik]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I love <a href="http://www.simplehuman.com/" target="_blank">simplehuman</a> products for their, well, simplicity. It is really amazing how simple nuances like beautifully domed bin lids and shower caddy made out of bamboo makes me go Ooooo.</p>
<p><img class="aligncenter size-full wp-image-2504" title="bamboo adjustable shower caddy" src="http://urbantaster.wordpress.com/files/2009/11/bamboo-adjustable-shower-caddy.jpeg" alt="" width="375" height="350" /></p>
<p><img class="aligncenter size-full wp-image-2505" title="retro round step can" src="http://urbantaster.wordpress.com/files/2009/11/retro-round-step-can.jpeg" alt="" width="375" height="350" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Twelve Weeks of Giveaway -- Week 8 Winner]]></title>
<link>http://chefnblog.com/2009/11/30/twelve-weeks-of-giveaway-week-8-winner/</link>
<pubDate>Tue, 01 Dec 2009 01:03:49 +0000</pubDate>
<dc:creator>chefn</dc:creator>
<guid>http://chefnblog.com/2009/11/30/twelve-weeks-of-giveaway-week-8-winner/</guid>
<description><![CDATA[We hope you all had a fabulous Thanksgiving! Thank you all for sharing with us what you&#8217;re tha]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>We hope you all had a fabulous Thanksgiving! Thank you all for sharing with us what you&#8217;re thankful for this holiday season. We&#8217;ve got some truly amazing readers. Cheers to you!</p>
<p><strong>Our winner for this week is Comment #9 Jenny. Congratulations!</strong></p>
<p>Jenny is the proud new owner of a <a href="http://www.chefn.com/Product.aspx?id=41">VeggiChop</a>! The <a href="http://www.chefn.com/Product.aspx?id=41">VeggiChop</a> is a hand-powered food processor. Use the <a href="http://www.chefn.com/Product.aspx?id=41">VeggiChop</a> to make pesto, salsa, hummus and more!</p>
<p><img class="aligncenter size-full wp-image-1347" title="VeggiChop" src="http://chefn.wordpress.com/files/2009/11/veggichop.jpg" alt="" width="287" height="283" /></p>
<p>Thanks again to the rest of you for participating. Be on the lookout this week for our eighth TWG giveaway post. You’ll have from whatever day we post until the following Sunday to enter. We will announce the winner on Monday morning. And remember, the prizes get better with every giveaway!</p>
<p>Jenny, please send your shipping address to <a href="mailto:media@chefn.com">media@chefn.com</a> and we’ll ship out your VeggiChop ASAP.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Week 32 weigh in]]></title>
<link>http://fat2fitmama.wordpress.com/2009/11/30/week-32-weigh-in/</link>
<pubDate>Tue, 01 Dec 2009 00:10:48 +0000</pubDate>
<dc:creator>fat2fitmama</dc:creator>
<guid>http://fat2fitmama.wordpress.com/2009/11/30/week-32-weigh-in/</guid>
<description><![CDATA[]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/5Zmq-f33vR4&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/5Zmq-f33vR4&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Extremely Early Christmas Present]]></title>
<link>http://floaik.wordpress.com/2009/12/01/extremely-early-christmas-present/</link>
<pubDate>Mon, 30 Nov 2009 23:19:45 +0000</pubDate>
<dc:creator>floaik</dc:creator>
<guid>http://floaik.wordpress.com/2009/12/01/extremely-early-christmas-present/</guid>
<description><![CDATA[We got ourselves a Christmas present, and we&#8217;ve already opened it and started playing it even ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>We got ourselves a Christmas present, and we&#8217;ve already opened it and started playing it even before Christmas is here.</p>
<p>We were too excited.</p>
<p>This game is so highly recommended!</p>
<p>It&#8217;s a board game.</p>
<p>and the game is&#8230;.</p>
<p>&#124;</p>
<p>&#124;</p>
<p>&#124;</p>
<p>&#124;</p>
<p>&#124;</p>
<p>&#124;</p>
<p>&#124;</p>
<p>&#124;</p>
<h1>MONOPOLY <span style="color:#ff0000;">CITY</span>!</h1>
<p><a href="http://floaik.wordpress.com/files/2009/12/mc01.jpg"><img class="alignnone size-full wp-image-989" title="MC01" src="http://floaik.wordpress.com/files/2009/12/mc01.jpg" alt="" width="320" height="240" /></a></p>
<p>I have always loved playing Monopoly since I was young.</p>
<p>This version of Monopoly is so awesome!</p>
<p>Rather than a useless space in the center of the board where you put the chance cards etc&#8230;, they&#8217;ve cleared it up, and build district spaces to build 3d buildings!</p>
<p><a href="http://floaik.wordpress.com/files/2009/12/mc02.jpg"><img class="alignnone size-full wp-image-990" title="MC02" src="http://floaik.wordpress.com/files/2009/12/mc02.jpg" alt="" width="320" height="240" /></a></p>
<p>Biggest money value is in millions rather than thousands. The name of the districts is different, but still, recognizable.</p>
<p><a href="http://floaik.wordpress.com/files/2009/12/mc03.jpg"><img class="alignnone size-full wp-image-991" title="MC03" src="http://floaik.wordpress.com/files/2009/12/mc03.jpg" alt="" width="320" height="240" /></a></p>
<p>And there are so many type of buildings you can build. You can even build hazard buildings to cut rent from your opponents district so you don&#8217;t have to pay as much. You can also build skyscrapers to double the rent of your districts.</p>
<p><a href="http://floaik.wordpress.com/files/2009/12/mc04.jpg"><img class="alignnone size-full wp-image-992" title="MC04" src="http://floaik.wordpress.com/files/2009/12/mc04.jpg" alt="" width="320" height="240" /></a></p>
<p>And&#8230;. you can&#8217;t just build as many buildings as you want, because there&#8217;s an electronic device you have to press to determine the number of buildings for you to build.</p>
<p>For more information, you can visit <a href="http://monopolycity.wordpress.com/">http://monopolycity.wordpress.com/</a> for a review.</p>
<p>This game is now occupying our nights. It has been good, because it distracts us from watching tv and dramas, and to get away from the computer.</p>
<p>So if you&#8217;re a Monopoly lover, thinking what to get for yourself this Christmas, or wondering what to get for your kids&#8230; I highly recommend this version .. Monopoly <strong><span style="color:#000000;">City</span></strong>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What Job Seekers Can Learn From Sales Professionals to Secure A Great Job  ]]></title>
<link>http://blog.sixfigures.com.au/2009/11/30/what-job-seekers-can-learn-from-sales-professionals-to-secure-a-great-job/</link>
<pubDate>Mon, 30 Nov 2009 23:06:49 +0000</pubDate>
<dc:creator>Kelly Magowan</dc:creator>
<guid>http://blog.sixfigures.com.au/2009/11/30/what-job-seekers-can-learn-from-sales-professionals-to-secure-a-great-job/</guid>
<description><![CDATA[Selling is tough &#8211; I can say this as I am all too familiar with it.  Selling requires a sales ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Selling is tough &#8211; I can say this as I am all too familiar with it.  Selling requires a sales strategy, tenacity, discipline, a lot of activity, a thick skin and patience.   The sales cycle varies significantly dependent on the product or service you are<a href="http://sixfiguresblog.wordpress.com/files/2009/11/salespeople2.jpg"><img class="alignright size-thumbnail wp-image-2131" title="200173401-001" src="http://sixfiguresblog.wordpress.com/files/2009/11/salespeople2.jpg?w=150" alt="" width="150" height="125" /></a>selling however more often than not (aside from retail sales) it is not an instant process, taking weeks, months or even years.  It takes time to find the decision maker, to then get in contact with them to present your offering, followed by the follow up calls and emails to build the relationship, convince other stake holders and eventually make the sale.</p>
<p>Salespeople generally have high daily activity targets to achieve, from keeping in touch with and selling to current clients, to developing prospects and cold calling.  The activity numbers vary dependent on the type of sales and role however for most salespeople it is making 20+ calls a day even up to 50 calls. During this daily activity you can guarantee a lot of knock backs, following of wrong leads and hopefully some positive leads.</p>
<p>If you are not in a sales role the level of activity and commitment required to make a sale is likely to be unfamiliar. Selling requires a lot of hard work. The same can be said for securing new employment. This is why there is merit in understanding the sales process &#8211; to then adapt relevant parts to your job search to assist you in securing the job you want.</p>
<p>When job seeking, you are selling the product you &#8211; your ‘<a href="http://www.sixfigures.com.au/job_seekers/resources/tags/personal-branding">Personal Brand’</a></p>
<p>Your job is to convince an employer that they need your services / skills at a particular point in time for a specific rate, which when you think it about it is the same as selling any product or service. The same level of discipline and commitment is required for a successful job search.  There are a few selling fundamentals to follow, outlined below.</p>
<ul>
<li>Firstly create      your sales strategy – what are you selling and who are you targeting?      Where will you find these people? How will you approach them?</li>
<li>Identify      who are the decision makers you need to be speaking and meeting with.</li>
<li>Be clear      about how you solve their problem/s before you contact them (do your      research)</li>
<li>Set      realistic activity targets with a bit of a stretch for yourself each day/      week to call, email and meet with leads. If you are serious this should be      a minimum 40 a week and should always include at least half of these making      phone calls.  Any sales people      will tell you its unlikely you will ever make a sale via email, next to      always its face to face or on the phone.</li>
<li>Discipline      yourself to follow up emails, applications, calls and meetings      weekly/monthly for those leads that are going to get you the sale! Remember      it could take weeks or even months of follow ups before you land the job,      however if it’s the one you want, then it is worth it. See the article <a href="http://blogs.harvardbusiness.org/bregman/2009/11/how-not-achieving-something-is.html?cm_re=homepage-061609-_-secondary-1-_-headline">‘How Not Achieving Something Is the Key to Achieving It’ </a>and why it is important to enjoy trying.</li>
<li>Tenacity      and a thick skin to keep going knowing that you will get a lot of no’s and      only a few yes’s. Focus on the yes’s and the positive leads to ensure you      achieve your dream job</li>
</ul>
<p>Too many job seekers have a half hearted approach to the job seeking process and give up to easily. As a result they end up staying where they are or accepting a job that is not particularly what they are after however all they were able to secure given their commitment to the job seeking process.  As I mentioned, job seeking like selling is tough, I don’t deny this. However it all depends on how much you value securing a great job over simply having or getting another job. Success comes at a price which is more often than not a lot of hard work, just ask any sales professional.  In fact, if you a serious about getting a great job, I would encourage you to call or meet with someone in sales that you know to find out more about how they sell. You will no doubt pick up a lot of great tips and also hopefully some enthusiasm, direction with your sales strategy and potentially even a mentor or supporter.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[NEU]]></title>
<link>http://idjordan.wordpress.com/?p=34</link>
<pubDate>Mon, 30 Nov 2009 21:58:34 +0000</pubDate>
<dc:creator>the mulberry</dc:creator>
<guid>http://idjordan.wordpress.com/?p=34</guid>
<description><![CDATA[__ __ Jordan is one of the biggest mobile phone markets in the world. People usually get two mobile ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>__</p>
<p><a href="http://idjordan.wordpress.com/files/2009/11/floating.jpg"><img class="aligncenter size-full wp-image-35" title="Floating" src="http://idjordan.wordpress.com/files/2009/11/floating.jpg" alt="" width="406" height="406" /></a></p>
<p>__</p>
<p>Jordan is one of the biggest mobile phone markets in the world. People usually get two mobile phone lines, one for work and the other is for personal life. This phone is the personal life phone. The idea here is to build a connection between the user and the phone. Phones for &#8220;personal life&#8221; are usually cheap and basic. This phone goes back to basics through using technology. It focuses on one simple feature which is calling family and loved ones.<br />
__</p>
<p><!--more--><br />
__</p>
<p>this is another page</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ugly But Tasty Duck]]></title>
<link>http://bitemebrussels.wordpress.com/2009/11/30/ugly-but-tasty/</link>
<pubDate>Mon, 30 Nov 2009 21:48:38 +0000</pubDate>
<dc:creator>pieguybxl</dc:creator>
<guid>http://bitemebrussels.wordpress.com/2009/11/30/ugly-but-tasty/</guid>
<description><![CDATA[Brings new meaning to &#8220;ugly duckling&#8221;.  Fowl, but not foul, fortunately. This take-home ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:left;">Brings new meaning to &#8220;ugly duckling&#8221;.  Fowl, but not foul, fortunately.</p>
<p style="text-align:left;">This take-home roasted duck (13 euros) from the small Vietnamese grocer Xuan Minh can look a little unsettling, but when heated in the oven you will forget all that.  The meat has a great flavor with the right amount of saltiness and meatiness.  Being duck, it also has lots of fat that not only helped the duck float when alive but also helps the meat taste like poultry&#8217;s glorious version of bacon after some crisping in the oven.  Sticklers for health can scrape off all the skin, too, of course, but that&#8217;s no fun.</p>
<p style="text-align:center;"><a href="http://bitemebrussels.wordpress.com/files/2009/11/duck2.jpg"><img class="size-large wp-image-540 aligncenter" title="duck" src="http://bitemebrussels.wordpress.com/files/2009/11/duck2.jpg?w=1024" alt="" width="467" height="262" /></a></p>
<p style="text-align:left;">I tried to take a photo from the side that wasn&#8217;t cut into, so that it wouldn&#8217;t look so unappealing, but you can still see it.  Oops.  Anyway, whatever, it&#8217;s roasted duck on a plate, not the Mona Lisa.  What can you do, put glitter on it in the shape of a smiley face?  If you like duck or other Vietnamese produce, check this place out.</p>
<p><strong>Xuan Minh</strong><br />
<a href="http://maps.google.com/maps/ms?ie=UTF8&#38;msa=0&#38;msid=103431140746315453331.0004643ee2878e0615094&#38;ll=50.846083,4.403415&#38;spn=0.012492,0.032573&#38;z=15&#38;iwloc=0004799d8f5ab8d8ad8a8"><em>Avenue Georges Henri 31, Woluwe</em></a></p>
<p style="text-align:left;">Languages: French, Vietnamese</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[bless you lamp]]></title>
<link>http://urbantaster.wordpress.com/2009/12/01/bless-you-lamp/</link>
<pubDate>Mon, 30 Nov 2009 16:00:26 +0000</pubDate>
<dc:creator>bjornyeo</dc:creator>
<guid>http://urbantaster.wordpress.com/2009/12/01/bless-you-lamp/</guid>
<description><![CDATA[Dima Loginoff has the right idea, blessing you with good light!]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://dimaloginoff.com/" target="_blank">Dima Loginoff</a> has the right idea, blessing you with good light!</p>
<p><img class="aligncenter size-full wp-image-2509" title="bless-you-lamp-2" src="http://urbantaster.wordpress.com/files/2009/11/bless-you-lamp-2.jpeg" alt="" width="500" height="389" /></p>
<p><img class="aligncenter size-full wp-image-2510" title="bless-you-lamp-4" src="http://urbantaster.wordpress.com/files/2009/11/bless-you-lamp-4.jpeg" alt="" width="500" height="389" /><br />
<img class="aligncenter size-full wp-image-2508" title="bless-you-lamp-1" src="http://urbantaster.wordpress.com/files/2009/11/bless-you-lamp-1.jpeg" alt="" width="500" height="389" /></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why Drop shipment ?? ]]></title>
<link>http://dalbal.wordpress.com/2009/11/30/why-drop-shipment/</link>
<pubDate>Mon, 30 Nov 2009 15:48:59 +0000</pubDate>
<dc:creator>dalbal</dc:creator>
<guid>http://dalbal.wordpress.com/2009/11/30/why-drop-shipment/</guid>
<description><![CDATA[Drop shipment process means:    Locating the selling inventory goods in the nearest point of deliver]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h2><span style="color:#ff9900;"><em>Drop shipment process means:</em></span>   </h2>
<ul>
<li>Locating the selling inventory goods in the nearest point of delivery to your mass customers(<span style="text-decoration:underline;">exmple</span> : a wearhouse in central USA selling in USA+CANADA)</li>
<li>Deliver the products in maximum efficiency / quality / accuracy – on time due to standard logistic channel:
<ul>
<li>Central warehouse – certified  courier &#8211; door to door insured products delivery.</li>
</ul>
</li>
<li>Do the pick, Pack, Post goods from one central place (warehouse), enables quick low-cost  service if needed for returned goods.</li>
<li>Enables the seller to have catalog number for each product, using inventory information system available to him 24 * 7 .</li>
<li>The seller sees on line inventory picture, controls inventory replenishment due to real on-line sales,  in order to balance the costs of inventory / Storage towards the tempo of on line sales.   </li>
</ul>
<p dir="ltr">Customer will be satisfied since he got the product on a fair price,</p>
<p dir="ltr">Seller will smile to have effort abele packing / delivery / post goods on minimum costs </p>
<p dir="ltr"><strong><em> </em></strong></p>
<h2 style="text-align:center;"><span style="color:#ff9900;"><em>Drop shipment process steps are described below :</em></span></h2>
<h2> </h2>
<p style="text-align:center;"><img class="aligncenter" title="dropshipping process steps" src="http://dalbal.wordpress.com/files/2009/11/whats_dropshipping2.gif" alt="" width="435" height="415" /></p>
<p style="text-align:center;"> </p>
<h2 style="text-align:center;"><a title="Visit our ebay store &#62;&#62; " href="http://stores.ebay.com/fine-jewelry-gemstones-art-abigail" target="_blank"><span style="color:#ff6600;"><em>Visit our ebay store &#62;&#62;</em> </span></a></h2>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[]]></title>
<link>http://befaithfulbefabulous.ca/2009/11/30/1151/</link>
<pubDate>Mon, 30 Nov 2009 15:22:32 +0000</pubDate>
<dc:creator>befaithfulbefabulous</dc:creator>
<guid>http://befaithfulbefabulous.ca/2009/11/30/1151/</guid>
<description><![CDATA[Montreal Designer, Lea Desrosiers is one of the rising star booths I visited last week at the One-of]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://befaithfulbefabulous.wordpress.com/files/2009/10/im-excited-about1.jpg"><img class="aligncenter size-full wp-image-553" title="I'm Excited About" src="http://befaithfulbefabulous.wordpress.com/files/2009/10/im-excited-about1.jpg" alt="" width="510" height="67" /></a><a href="http://befaithfulbefabulous.wordpress.com/files/2009/11/lea-desrosiers-brooch.jpg"><img class="aligncenter size-full wp-image-1153" title="Lea Desrosiers Brooch" src="http://befaithfulbefabulous.wordpress.com/files/2009/11/lea-desrosiers-brooch.jpg" alt="" width="333" height="500" /></a>Montreal Designer, Lea Desrosiers is one of the rising star booths I visited last week at the <a href="http://befaithfulbefabulous.ca/2009/11/13/one-of-a-kind-christmas-show/">One-of-a-Kind Show</a>. Her beautiful silk constructed flowers are delicate, elegant and feminine. Her line consists of headbands, brooches and scarves and prices range from $50-$125. All handmade and hand-stitched. Lea is a wonderful spirit with a fabulous personality &#8211; visit her at booth G-48 to discover your feminine side.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Stack Cooking with Royal Prestige]]></title>
<link>http://blog.royalprestige.com/2009/11/30/stack-cooking-with-royal-prestige/</link>
<pubDate>Mon, 30 Nov 2009 14:09:22 +0000</pubDate>
<dc:creator>hycite</dc:creator>
<guid>http://blog.royalprestige.com/2009/11/30/stack-cooking-with-royal-prestige/</guid>
<description><![CDATA[Stack cooking lets you cook with more pans than you have burners. You&#8217;ll appreciate this when ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:left;"><a href="http://royalprestige50.wordpress.com/files/2009/11/5ply-stack.jpg"><img class="alignleft size-full wp-image-9" title="5PLY STACK" src="http://royalprestige50.wordpress.com/files/2009/11/5ply-stack.jpg" alt="" width="110" height="250" /></a>Stack cooking lets you cook with more pans than you have burners. You&#8217;ll appreciate this when you are cooking for a large family gathering or special holiday dinner. The various combinations shown below allow you to cook a number of foods on a single burner, saving energy and money.</p>
<p style="text-align:left;">Where you see a saucepan sitting on top of the dome cover or the inverted combination unit, it may not have started out there. You must begin cooking most raw vegetables in a saucepan on a burner at medium heat. Once the Redi-Temp® valve whistles, you can close the valve and place the saucepan on the dome cover to finish cooking. Precooked foods such as canned vegetables or thawed frozen vegetables are the exceptions. You can start them out on top of a stack.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[An image for the 2010 Victorian Heart catalog]]></title>
<link>http://jamesradke.wordpress.com/2009/11/30/an-image-for-the-2010-victorian-heart-catalog/</link>
<pubDate>Mon, 30 Nov 2009 14:07:53 +0000</pubDate>
<dc:creator>jamesradke</dc:creator>
<guid>http://jamesradke.wordpress.com/2009/11/30/an-image-for-the-2010-victorian-heart-catalog/</guid>
<description><![CDATA[&nbsp; An image for the 2010 Victorian Heart catalog If your business needs a commercial and an edit]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>&#160;</p>
<div id="attachment_2301" class="wp-caption alignnone" style="width: 348px"><a href="http://jamesradke.wordpress.com/files/2009/11/c260515.jpg"><img class="size-full wp-image-2301" title="_C260515" src="http://jamesradke.wordpress.com/files/2009/11/c260515.jpg" alt="An image for the 2010 Victorian Heart catalog" width="338" height="450" /></a><p class="wp-caption-text">An image for the 2010 Victorian Heart catalog</p></div>
<p><strong>If your business needs a commercial and an editorial photographer </strong>or want to purchase a print, please contact <a href="mailto:jamesradke@gmail.com">James Radke</a> at 417-569-7169 for information and pricing.</p>
<p>Prints are available to purchase at <a title="Photographs for sale" href="http://www.shop.globalfayre.com/category.sc?categoryId=69" target="_blank">Global Fayre</a></p>
<p>&#160;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Brand lessons from a Burger Bar]]></title>
<link>http://brandhabits.net/2009/11/30/brand-lessons-from-a-burger-bar/</link>
<pubDate>Mon, 30 Nov 2009 12:41:27 +0000</pubDate>
<dc:creator>Brandhabits</dc:creator>
<guid>http://brandhabits.net/2009/11/30/brand-lessons-from-a-burger-bar/</guid>
<description><![CDATA[by Andy Wright The most rewarding part about working with and writing about brands is when you happe]]></description>
<content:encoded><![CDATA[by Andy Wright The most rewarding part about working with and writing about brands is when you happe]]></content:encoded>
</item>
<item>
<title><![CDATA[A product's demand can be change with t ... ]]></title>
<link>http://adasterisk.wordpress.com/2009/11/30/a-products-demand-can-be-change-with-t-2/</link>
<pubDate>Mon, 30 Nov 2009 12:08:07 +0000</pubDate>
<dc:creator>srdash</dc:creator>
<guid>http://adasterisk.wordpress.com/2009/11/30/a-products-demand-can-be-change-with-t-2/</guid>
<description><![CDATA[A product&#8217;s demand can be change with the need. From &#8220;This is what I want?&#8221; to ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A product&#8217;s demand can be change with the need. From &#8220;This is what I want?&#8221; to &#8220;Yes, this is what I want!&#8221;</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
