<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/search/stops">
<title>Public marks with search stops</title>
<description>Public marks with search stops</description>
<link>http://blogmarks.net/marks/search/stops</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058562142"/>
<rdf:li resource="http://blogmarks.net/api/user/srcmax/mark/1058561540"/>
<rdf:li resource="http://blogmarks.net/api/user/jakamos/mark/1058249907"/>
<rdf:li resource="http://blogmarks.net/api/user/julien.c/mark/1058198537"/>
<rdf:li resource="http://blogmarks.net/api/user/arslan220/mark/1058197280"/>
<rdf:li resource="http://blogmarks.net/api/user/arslan220/mark/1058197209"/>
<rdf:li resource="http://blogmarks.net/api/user/julien.c/mark/1058180388"/>
<rdf:li resource="http://blogmarks.net/api/user/greut/mark/1058168434"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058075062"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1058068603"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/1058046652"/>
<rdf:li resource="http://blogmarks.net/api/user/fotopol/mark/1057857679"/>
<rdf:li resource="http://blogmarks.net/api/user/Hemanshu/mark/1057738903"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057716898"/>
<rdf:li resource="http://blogmarks.net/api/user/hapatchan/mark/1057685493"/>
<rdf:li resource="http://blogmarks.net/api/user/karlcow/mark/1057679337"/>
<rdf:li resource="http://blogmarks.net/api/user/cascamorto/mark/1057562026"/>
<rdf:li resource="http://blogmarks.net/api/user/ERSWeb/mark/1057428156"/>
<rdf:li resource="http://blogmarks.net/api/user/rike_/mark/1057404077"/>
<rdf:li resource="http://blogmarks.net/api/user/ellenm1/mark/1057395282"/>
<rdf:li resource="http://blogmarks.net/api/user/lelandais/mark/2664273"/>
<rdf:li resource="http://blogmarks.net/api/user/dkbb/mark/2400729"/>
<rdf:li resource="http://blogmarks.net/api/user/jiglre/mark/2380325"/>
<rdf:li resource="http://blogmarks.net/api/user/sbrothier/mark/2370947"/>
<rdf:li resource="http://blogmarks.net/api/user/otrox/mark/1979288"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058562142">
<title>Threads at daniel shiffman</title>
<link>http://www.shiffman.net/teaching/a2z/threads/</link>
<description>&lt;blockquote&gt;&lt;p&gt;Threading&lt;/p&gt;&lt;p&gt;We’re quite familiar with the idea of writing a program that follows a specific sequence of steps as outlined in, say, a main() function. A Thread is also a series of steps with a beginning, a middle, and an end. A thread’s sequence, however, can run independently of the main program. In fact, we can launch any number of threads at one time and they will all run concurrently. Visit the Java site for a more involved explanation.&lt;/p&gt;&lt;p&gt;This is incredibly useful when it comes to data mining, as we can have separate threads retrieving different pieces of information from the network. If one gets stuck or has an error, the entire program won’t grind to a halt, since the error only stops that individual thread. To create independent, asynchronous threads, we simply extend the Thread class.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2009-10-24T11:41:01Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>data, programmation</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.shiffman.net/teaching/a2z/threads/"><img border="0" src="http://blogmarks.net/screenshots/2009/10/24/8933d902554ad7662c22dcfbee4521a6.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.shiffman.net/teaching/a2z/threads/">Threads at daniel shiffman</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Threading</p><p>We’re quite familiar with the idea of writing a program that follows a specific sequence of steps as outlined in, say, a main() function. A Thread is also a series of steps with a beginning, a middle, and an end. A thread’s sequence, however, can run independently of the main program. In fact, we can launch any number of threads at one time and they will all run concurrently. Visit the Java site for a more involved explanation.</p><p>This is incredibly useful when it comes to data mining, as we can have separate threads retrieving different pieces of information from the network. If one gets stuck or has an error, the entire program won’t grind to a halt, since the error only stops that individual thread. To create independent, asynchronous threads, we simply extend the Thread class.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/data">data</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programmation">programmation</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058562142">Copy</a> | 
<a href="http://blogmarks.net/link/3392571">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/srcmax/mark/1058561540">
<title>Google LatLong: Evolving the look of Google Maps</title>
<link>http://google-latlong.blogspot.com/2009/10/evolving-look-of-google-maps.html</link>
<description>&lt;blockquote&gt;
&lt;p&gt;Today the Google Maps team is rolling out a number of refinements to the look and feel of our maps, the biggest such changes since we first launched about 4.7 years ago.  In that time we've been steadily adding details like walkways, address labels, bus stops, new country coverage, and improved satellite imagery, but the look of the map hasn't changed much.&lt;/p&gt;
&lt;/blockquote&gt;</description>
<dc:date>2009-10-23T22:26:16Z</dc:date>
<dc:author>srcmax</dc:author>
<dc:subject>google maps, design</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://google-latlong.blogspot.com/2009/10/evolving-look-of-google-maps.html"><img border="0" src="http://blogmarks.net/screenshots/2009/10/23/40d25313caac785c0a020a7742148aaa.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://google-latlong.blogspot.com/2009/10/evolving-look-of-google-maps.html">Google LatLong: Evolving the look of Google Maps</a></h4>
 
by <a href="http://blogmarks.net/user/srcmax">srcmax</a> 
<div class="description"><blockquote>
<p>Today the Google Maps team is rolling out a number of refinements to the look and feel of our maps, the biggest such changes since we first launched about 4.7 years ago.  In that time we've been steadily adding details like walkways, address labels, bus stops, new country coverage, and improved satellite imagery, but the look of the map hasn't changed much.</p>
</blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google%2Bmaps">google maps</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/design">design</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058561540">Copy</a> | 
<a href="http://blogmarks.net/link/3392080">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jakamos/mark/1058249907">
<title>Twitterless.com</title>
<link>http://twitterless.com/</link>
<description>Get Updates When Someone Stops Following You on Twitter</description>
<dc:date>2009-03-26T02:19:19Z</dc:date>
<dc:author>jakamos</dc:author>
<dc:subject>Twitter.WebmasterService</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://twitterless.com/"><img border="0" src="http://blogmarks.net/screenshots/404.php" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://twitterless.com/">Twitterless.com</a></h4>
 
by <a href="http://blogmarks.net/user/jakamos">jakamos</a> 
<p class="description">Get Updates When Someone Stops Following You on Twitter</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Twitter.WebmasterService">Twitter.WebmasterService</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058249907">Copy</a> | 
<a href="http://blogmarks.net/link/3135108">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julien.c/mark/1058198537">
<title>soviet roadside bus-stops</title>
<link>http://www.polarinertia.com/jan07/bus01.htm</link>
<description></description>
<dc:date>2009-02-10T15:14:25Z</dc:date>
<dc:author>julien.c</dc:author>
<dc:subject>architecture, original, russie, arrêt de bus</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.polarinertia.com/jan07/bus01.htm"><img border="0" src="http://blogmarks.net/screenshots/2009/02/10/2c11a7c6ddafdb78d438f4e2c2ffd317.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.polarinertia.com/jan07/bus01.htm">soviet roadside bus-stops</a></h4>
 
by <a href="http://blogmarks.net/user/julien.c">julien.c</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1526254">7 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/architecture">architecture</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/original">original</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/russie">russie</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/arr%25C3%25AAt%2Bde%2Bbus">arrêt de bus</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058198537">Copy</a> | 
<a href="http://blogmarks.net/link/1526254">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/arslan220/mark/1058197280">
<title>  Search Quizilla Search GO Lingerie to bring to the mind a pile of ideas</title>
<link>http://www.quizilla.com/stories/8812935/lingerie-to-bring-to-the-mind-a-pile-of-ideas</link>
<description>Lingerie to bring to the mind a pile of ideas. Some they are simply comforting whereas others are exciting and sensual. Lingerie sexy simply another one type of clothes, that can help him to make its life a little more interesting and enthusiastic. Here there are some more famous and later sough lingerie sexy types:
* The simple lingerie: The name means much everything. The name is well thus because this type of clothes he is transparent. The light used in this weave lingerie reveals much without making too evident.
* G-Strings - Tangas: This clothes are for being used instead of underclothes. G-chains and strap are stops men and women. This is suggestive lingerie. Both are basically the same, in g-itch, the cords are of colors, whereas in the chains used strap they are transparent.
* It lassos Lingerie: This very feminine and beautiful one lingerie. It has the capacity to change a woman in something pretty and sensual. The underclothes of embroider and supports are enough of the demand. The cords are sewn in all the basic weave of the clothes or it completes two pieces are created from the embroider completely. This adds a great amount of sensuality to the underclothes. Another one of its class could be a gift tuna painting it means some moment that both had shared and it wishes to appreciate. Or, it can select a romantic clasp of both of you and it places it in a frame of photos with form of heart or to put in a cup of coffee and articles of gift to your affection. An exclusive selection of gold, diamonds and Rep them of jewelry shop that includes bracelets, necklaces, slopes and pendants are in favor of the gifts of San Valentin romantic. A pretty white bear of peluche wearing a t-shirt white printed with a heart felt romantic love poem can be a singular gift of San Valentin romantic. Some stores sell seconds, rejected defective or action that the manufacturers sell to reduced price radically. These are good to buy, but it is necessary to watch with taken care of envelope much they, like a some to have great defects. When you are looking for to buy clothes of discount, no it is easy to find of high fashionable quality or things. The discounts are offered only in that clothes that are of fashion or has some small defects of manufacture. Sometimes strange the colors and the clothes also stained it is offered in the price with discount to undo of the pieces. Quite often, the size could badly be written on piece of underclothes, reason why to try before to buy. Lingerie discount can buy in stores of discount or clothes stores that announce sales. If he is safe on the size and the quality, you can to also order the clothes of discount in Internet. Wherever you buy clothes of discount, to do to verify that the weave is not worn away and the dress still it has elasticity. It reviews the terms and conditions, as well as the return and the policies of interchange of the store before to realise the purchase. With these purchases, generally there is no policy of returns. It buys if it, it belongs to him.</description>
<dc:date>2009-02-09T10:21:36Z</dc:date>
<dc:author>arslan220</dc:author>
<dc:subject>san valentine</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.quizilla.com/stories/8812935/lingerie-to-bring-to-the-mind-a-pile-of-ideas"><img border="0" src="http://blogmarks.net/screenshots/2009/02/09/84587642b82ca307ba925822eb947c11.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.quizilla.com/stories/8812935/lingerie-to-bring-to-the-mind-a-pile-of-ideas">  Search Quizilla Search GO Lingerie to bring to the mind a pile of ideas</a></h4>
 
by <a href="http://blogmarks.net/user/arslan220">arslan220</a> 
<p class="description">Lingerie to bring to the mind a pile of ideas. Some they are simply comforting whereas others are exciting and sensual. Lingerie sexy simply another one type of clothes, that can help him to make its life a little more interesting and enthusiastic. Here there are some more famous and later sough lingerie sexy types:
* The simple lingerie: The name means much everything. The name is well thus because this type of clothes he is transparent. The light used in this weave lingerie reveals much without making too evident.
* G-Strings - Tangas: This clothes are for being used instead of underclothes. G-chains and strap are stops men and women. This is suggestive lingerie. Both are basically the same, in g-itch, the cords are of colors, whereas in the chains used strap they are transparent.
* It lassos Lingerie: This very feminine and beautiful one lingerie. It has the capacity to change a woman in something pretty and sensual. The underclothes of embroider and supports are enough of the demand. The cords are sewn in all the basic weave of the clothes or it completes two pieces are created from the embroider completely. This adds a great amount of sensuality to the underclothes. Another one of its class could be a gift tuna painting it means some moment that both had shared and it wishes to appreciate. Or, it can select a romantic clasp of both of you and it places it in a frame of photos with form of heart or to put in a cup of coffee and articles of gift to your affection. An exclusive selection of gold, diamonds and Rep them of jewelry shop that includes bracelets, necklaces, slopes and pendants are in favor of the gifts of San Valentin romantic. A pretty white bear of peluche wearing a t-shirt white printed with a heart felt romantic love poem can be a singular gift of San Valentin romantic. Some stores sell seconds, rejected defective or action that the manufacturers sell to reduced price radically. These are good to buy, but it is necessary to watch with taken care of envelope much they, like a some to have great defects. When you are looking for to buy clothes of discount, no it is easy to find of high fashionable quality or things. The discounts are offered only in that clothes that are of fashion or has some small defects of manufacture. Sometimes strange the colors and the clothes also stained it is offered in the price with discount to undo of the pieces. Quite often, the size could badly be written on piece of underclothes, reason why to try before to buy. Lingerie discount can buy in stores of discount or clothes stores that announce sales. If he is safe on the size and the quality, you can to also order the clothes of discount in Internet. Wherever you buy clothes of discount, to do to verify that the weave is not worn away and the dress still it has elasticity. It reviews the terms and conditions, as well as the return and the policies of interchange of the store before to realise the purchase. With these purchases, generally there is no policy of returns. It buys if it, it belongs to him.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/san%2Bvalentine">san valentine</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058197280">Copy</a> | 
<a href="http://blogmarks.net/link/3089240">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/arslan220/mark/1058197209">
<title>The day of San Valentin (14 of February)</title>
<link>http://www.zimbio.com/Lingerie+San+Valentine/articles/14/day+San+Valentin+14+February</link>
<description>The day of San Valentin (14 of February), flowers, cards, perfumes, chocolates and other gifts romantic they interchange anywhere in the world enters the dear beings. The love is a special feeling reason why it must be expressed of a memorable form. Day of San Valentin it is the perfect day to express his feeling and to propose its dear being. It is an occasion very special a the women reason why would have to make sure that you are able to pick up the gift that is left your fianc2ee or handcuffs feels how much we valued the love and she. If you are a man, the search of a romantic one gift of San Valentin for its fianc2ee or handcuffs, then this article is the right for you. Looking for ideal gift of San Valentin for her could be everything challenge. As the season of San Valentin has begun, it is the moment for beginning to think of some gifts romantic in order to do its day of San special Valentin. Gifts of San Valentin can be any thing, from roses to an elegant jewelry shop. Thus, you can loosen never short of ideas when one is gifts of San Valentin. Bath of Rep them and humor brilliance candles also is good gifts stops to relax after a length and estresante day of work. It gives an opportunity to relax in the bath of his surrounded by colors shining and Rep them of bath of the burning fire of candles of colors the mood. It warms up and sexy lingerie romantic it is another gift that can give your fianc2ee or wife. If she thinks that its loving life is boring, it has to reinitiate the passion and the desire of love. And the day of San Valentin is the best day to begin this. Often the women feel under sexual desire, due to several reasons. This can do that the life boring and boring. For it, it can give his libido potenciador that is especially formulated for the women. Women booster of the libido they are natural and of grass. Therefore, this San Valentin, please, she with more romantic and loving of gift package and to do that its rocking loving life Selection of the gifts of San Valentin for your can to be a hard work in order that not always it is easy to really find a gift that is romantic, unique and it transmits the depth of its love. At the moment, there is a variety of gifts of San Valentin for its disposition in market, generally what it needs to happen time to sail by many stores in line to choose better gifts for your Valentin. But which is the best one idea for its gifts of San Valentin? The answer is of photos of Crystal. Always the towns like the crystal use like symbol of the love romantic to its Valentine. If the fuses of its outpost technology photographic crystal images to create one extraordinary one of a species of gift of San Valentin for your, then becomes the crystal more beautiful monument with value of the gifts - Photo Crystal. It can transmit his love and its better desire for them. Photo of Crystal is a fashion, generous and unique in which the donations are 100% authentic crystal of 360 degrees and of the frothy characteristic of transparency. By as much, it is better idea for its gifts of San Valentin. With the purpose of to make the best effect, I suggest a continuation:
1) In order to select the bottom of his photos it is not more light in color like target possibly. Because transparency especially becomes for the light of white color in the crystal;
2) In order to use the color photo, if it is possible; 3) Photo of image must be more than 300 d.p.i. ;
4) The size of the photo must not have more than 4 Mb. 5) Use of smooth cloth to clean the crystal of the photo, it does not use any weave or paper;
6) In order to avoid any type of irradiation of the light to pave in the crystal photo </description>
<dc:date>2009-02-09T09:28:51Z</dc:date>
<dc:author>arslan220</dc:author>
<dc:subject>san valentine</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.zimbio.com/Lingerie+San+Valentine/articles/14/day+San+Valentin+14+February"><img border="0" src="http://blogmarks.net/screenshots/2009/02/09/96ec97eea778bd8c6656d777cff23859.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.zimbio.com/Lingerie+San+Valentine/articles/14/day+San+Valentin+14+February">The day of San Valentin (14 of February)</a></h4>
 
by <a href="http://blogmarks.net/user/arslan220">arslan220</a> 
<p class="description">The day of San Valentin (14 of February), flowers, cards, perfumes, chocolates and other gifts romantic they interchange anywhere in the world enters the dear beings. The love is a special feeling reason why it must be expressed of a memorable form. Day of San Valentin it is the perfect day to express his feeling and to propose its dear being. It is an occasion very special a the women reason why would have to make sure that you are able to pick up the gift that is left your fianc2ee or handcuffs feels how much we valued the love and she. If you are a man, the search of a romantic one gift of San Valentin for its fianc2ee or handcuffs, then this article is the right for you. Looking for ideal gift of San Valentin for her could be everything challenge. As the season of San Valentin has begun, it is the moment for beginning to think of some gifts romantic in order to do its day of San special Valentin. Gifts of San Valentin can be any thing, from roses to an elegant jewelry shop. Thus, you can loosen never short of ideas when one is gifts of San Valentin. Bath of Rep them and humor brilliance candles also is good gifts stops to relax after a length and estresante day of work. It gives an opportunity to relax in the bath of his surrounded by colors shining and Rep them of bath of the burning fire of candles of colors the mood. It warms up and sexy lingerie romantic it is another gift that can give your fianc2ee or wife. If she thinks that its loving life is boring, it has to reinitiate the passion and the desire of love. And the day of San Valentin is the best day to begin this. Often the women feel under sexual desire, due to several reasons. This can do that the life boring and boring. For it, it can give his libido potenciador that is especially formulated for the women. Women booster of the libido they are natural and of grass. Therefore, this San Valentin, please, she with more romantic and loving of gift package and to do that its rocking loving life Selection of the gifts of San Valentin for your can to be a hard work in order that not always it is easy to really find a gift that is romantic, unique and it transmits the depth of its love. At the moment, there is a variety of gifts of San Valentin for its disposition in market, generally what it needs to happen time to sail by many stores in line to choose better gifts for your Valentin. But which is the best one idea for its gifts of San Valentin? The answer is of photos of Crystal. Always the towns like the crystal use like symbol of the love romantic to its Valentine. If the fuses of its outpost technology photographic crystal images to create one extraordinary one of a species of gift of San Valentin for your, then becomes the crystal more beautiful monument with value of the gifts - Photo Crystal. It can transmit his love and its better desire for them. Photo of Crystal is a fashion, generous and unique in which the donations are 100% authentic crystal of 360 degrees and of the frothy characteristic of transparency. By as much, it is better idea for its gifts of San Valentin. With the purpose of to make the best effect, I suggest a continuation:
1) In order to select the bottom of his photos it is not more light in color like target possibly. Because transparency especially becomes for the light of white color in the crystal;
2) In order to use the color photo, if it is possible; 3) Photo of image must be more than 300 d.p.i. ;
4) The size of the photo must not have more than 4 Mb. 5) Use of smooth cloth to clean the crystal of the photo, it does not use any weave or paper;
6) In order to avoid any type of irradiation of the light to pave in the crystal photo </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/san%2Bvalentine">san valentine</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058197209">Copy</a> | 
<a href="http://blogmarks.net/link/3089174">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/julien.c/mark/1058180388">
<title>Welcome to the Globulos multiplayer flash online game where the fun never stops !</title>
<link>http://www.globulos.com/</link>
<description></description>
<dc:date>2009-02-02T20:39:50Z</dc:date>
<dc:author>julien.c</dc:author>
<dc:subject>flash, online, jeux, cute, graphisme, 2d, interface</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.globulos.com/"><img border="0" src="http://www.blogmarks.net/screenshots/2005/03/30/5760c6b99df3b10b23257fe920eb50f1.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.globulos.com/">Welcome to the Globulos multiplayer flash online game where the fun never stops !</a></h4>
 
by <a href="http://blogmarks.net/user/julien.c">julien.c</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/60323">5 other(s)</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/flash">flash</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/online">online</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/jeux">jeux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cute">cute</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/graphisme">graphisme</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/2d">2d</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interface">interface</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058180388">Copy</a> | 
<a href="http://blogmarks.net/link/60323">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/greut/mark/1058168434">
<title>5 Design Decision Styles. What's Yours?</title>
<link>http://www.uie.com/articles/five_design_decision_styles</link>
<description>&lt;blockquote&gt;&lt;p&gt;In our research, we found that the most effective teams were skilled in all five styles, choosing the style that best fit the needs and goals of a project. For example, they might concurrently be involved in deep research on a User-Focused project, while relying on their experience for a Genius designed project, and spend a little time whipping out some one-shot functionality whose results would be Unintended Design.
&lt;/p&gt;&lt;p&gt;
Since the teams are working with different styles all the time, does it matter? Our research says it does. The teams that produced the best experiences knew these styles well and how to quickly switch between them. They knew when they needed to go whole hog and pull out all the stops for a User-Focused style project, while also knowing when it was important to bang out a quick design, knowing the results would essentially be unintended. Those teams had a rich toolbox of techniques and a solid understanding on how and when to use them.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;There is no silver bullet.&lt;/p&gt;</description>
<dc:date>2009-01-23T07:54:03Z</dc:date>
<dc:author>greut</dc:author>
<dc:subject>design, use, work, team, uid, UED, UCD</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.uie.com/articles/five_design_decision_styles"><img border="0" src="http://blogmarks.net/screenshots/2009/01/23/70c099cf45edcb8888ee8d2a817e9ac0.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.uie.com/articles/five_design_decision_styles">5 Design Decision Styles. What's Yours?</a></h4>
 
by <a href="http://blogmarks.net/user/greut">greut</a> 
<div class="description"><blockquote><p>In our research, we found that the most effective teams were skilled in all five styles, choosing the style that best fit the needs and goals of a project. For example, they might concurrently be involved in deep research on a User-Focused project, while relying on their experience for a Genius designed project, and spend a little time whipping out some one-shot functionality whose results would be Unintended Design.
</p><p>
Since the teams are working with different styles all the time, does it matter? Our research says it does. The teams that produced the best experiences knew these styles well and how to quickly switch between them. They knew when they needed to go whole hog and pull out all the stops for a User-Focused style project, while also knowing when it was important to bang out a quick design, knowing the results would essentially be unintended. Those teams had a rich toolbox of techniques and a solid understanding on how and when to use them.</p></blockquote>
<p>There is no silver bullet.</p></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/design">design</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/use">use</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/work">work</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/team">team</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/uid">uid</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/UED">UED</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/UCD">UCD</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058168434">Copy</a> | 
<a href="http://blogmarks.net/link/3064628">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058075062">
<title>Fingerprint screening stops 846 | The Japan Times Online</title>
<link>http://search.japantimes.co.jp/print/nn20081129a1.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;Of the 846, 748 were ordered to leave Japan and 98, most of whom used fake passports, were expelled from Japan and banned from entering the country for the next five years.&lt;/p&gt;&lt;/blockquote&gt;

oui mais pas des terroristes… </description>
<dc:date>2008-11-29T16:35:49Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>japon</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://search.japantimes.co.jp/print/nn20081129a1.html"><img border="0" src="http://blogmarks.net/screenshots/2008/11/29/d36103f404214625c9d458e32252e802.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://search.japantimes.co.jp/print/nn20081129a1.html">Fingerprint screening stops 846 | The Japan Times Online</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Of the 846, 748 were ordered to leave Japan and 98, most of whom used fake passports, were expelled from Japan and banned from entering the country for the next five years.</p></blockquote>

oui mais pas des terroristes… </div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/japon">japon</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058075062">Copy</a> | 
<a href="http://blogmarks.net/link/2983234">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1058068603">
<title>Fotokuo | Trans-Mongolian | photographs by Eugene Kuo © 2008</title>
<link>http://www.fotokuo.com/projects/trans-mongolian/index.php</link>
<description>&lt;blockquote&gt;&lt;p&gt;his is part two of my Trans-Siberian/Mongolian trip from Moscow to Beijing: Ikrutsk to Beijing, with stops in Ulaan Batur and Da Tong.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-11-23T13:43:05Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>train, voyage, mongolie</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.fotokuo.com/projects/trans-mongolian/index.php"><img border="0" src="http://blogmarks.net/screenshots/2008/11/23/5e933b401391f81638d6dd6bfd027549.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.fotokuo.com/projects/trans-mongolian/index.php">Fotokuo | Trans-Mongolian | photographs by Eugene Kuo © 2008</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>his is part two of my Trans-Siberian/Mongolian trip from Moscow to Beijing: Ikrutsk to Beijing, with stops in Ulaan Batur and Da Tong.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/train">train</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/voyage">voyage</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mongolie">mongolie</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058068603">Copy</a> | 
<a href="http://blogmarks.net/link/2977004">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/1058046652">
<title>Annual Report Photographer David Tejada &quot;The f-Stops Here&quot;</title>
<link>http://davidtejada.blogspot.com/</link>
<description>This Blog is for commercial photographer David Tejada. David shoots assignment photography for fortune 500 companies worldwide. He has specialized in annual reports, corporate brochures, editorial and advertising work for 26 years.</description>
<dc:date>2008-11-03T08:50:48Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>blog, photography, advertising, photos</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://davidtejada.blogspot.com/"><img border="0" src="http://blogmarks.net/screenshots/2008/11/03/e4f2ff947f128bd299e5839cb1fd9acd.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://davidtejada.blogspot.com/">Annual Report Photographer David Tejada &quot;The f-Stops Here&quot;</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
<p class="description">This Blog is for commercial photographer David Tejada. David shoots assignment photography for fortune 500 companies worldwide. He has specialized in annual reports, corporate brochures, editorial and advertising work for 26 years.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/blog">blog</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photography">photography</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/advertising">advertising</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photos">photos</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1058046652">Copy</a> | 
<a href="http://blogmarks.net/link/2956190">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/fotopol/mark/1057857679">
<title>Dynamic Photo HDR, high dynamic range imaging software with Anti-Ghosting</title>
<link>http://www.mediachance.com/hdri/index.html</link>
<description>Our eyes are very adaptive and they are also more sensitive to intensity than color. It is estimated that our eye can see over a dynamic range of nearly 24 f-stops while a digital camera can capture a dynamic range around 6 to 9 f-stops.</description>
<dc:date>2008-11-24T21:27:42Z</dc:date>
<dc:author>fotopol</dc:author>
<dc:subject>high dynamic range, HDR, redynamix, mediachance, photo</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.mediachance.com/hdri/index.html"><img border="0" src="http://blogmarks.net/screenshots/2008/11/24/272d1dfd3b3b281c2761f1e80bb6fe22.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.mediachance.com/hdri/index.html">Dynamic Photo HDR, high dynamic range imaging software with Anti-Ghosting</a></h4>
 
by <a href="http://blogmarks.net/user/fotopol">fotopol</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2791632">1 other(s)</a> 
<p class="description">Our eyes are very adaptive and they are also more sensitive to intensity than color. It is estimated that our eye can see over a dynamic range of nearly 24 f-stops while a digital camera can capture a dynamic range around 6 to 9 f-stops.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/high%2Bdynamic%2Brange">high dynamic range</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/HDR">HDR</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/redynamix">redynamix</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mediachance">mediachance</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/photo">photo</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057857679">Copy</a> | 
<a href="http://blogmarks.net/link/2791632">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/Hemanshu/mark/1057738903">
<title>Surf's up</title>
<link>http://d.yimg.com/us.yimg.com/p/rids/20080224/i/r3946036106.jpg</link>
<description>Jacqueline Silva of Brazil surfs during her round one heat at the Roxy Pro, the first of eight stops on the ASP Women's World Tour, in Snapper Rocks on the Gold Coast February 24, 2008. REUTERS/Covered Images/Steve Robertson/Handout (AUSTRALIA). NO SALES. NO ARCHIVES. FOR EDITORIAL USE ONLY. NOT FOR SALE FOR MARKETING OR ADVERTISING CAMPAIGNS..</description>
<dc:date>2008-03-15T15:52:31Z</dc:date>
<dc:author>Hemanshu</dc:author>
<dc:subject>brazil, Women's World Tour</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://d.yimg.com/us.yimg.com/p/rids/20080224/i/r3946036106.jpg"><img border="0" src="http://blogmarks.net/screenshots/2008/03/15/892f63b38a4b542f44fe703f103c66be.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://d.yimg.com/us.yimg.com/p/rids/20080224/i/r3946036106.jpg">Surf's up</a></h4>
 
by <a href="http://blogmarks.net/user/Hemanshu">Hemanshu</a> 
<p class="description">Jacqueline Silva of Brazil surfs during her round one heat at the Roxy Pro, the first of eight stops on the ASP Women's World Tour, in Snapper Rocks on the Gold Coast February 24, 2008. REUTERS/Covered Images/Steve Robertson/Handout (AUSTRALIA). NO SALES. NO ARCHIVES. FOR EDITORIAL USE ONLY. NOT FOR SALE FOR MARKETING OR ADVERTISING CAMPAIGNS..</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/brazil">brazil</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Women%2527s%2BWorld%2BTour">Women's World Tour</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057738903">Copy</a> | 
<a href="http://blogmarks.net/link/2704533">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057716898">
<title>Data-mining detects the disaffected | Military Tech - Mark Rutherford looks at how the military merges with the digital age - CNET Blogs</title>
<link>http://www.cnet.com/8301-13639_1-9879433-42.html</link>
<description>&lt;blockquote&gt;&lt;p&gt;The technology, based on something called Probabilistic Latent Semantic Indexing (PDF), scours an organization's e-mail traffic and constructs a graph of social network interactions illustrating employee activity. If a worker suddenly stops socializing online, abruptly shifts alliances within the organization, or starts developing an unhealthy interest in &quot;sensitive topics,&quot; the system detects it and alerts investigators.&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-03-01T00:13:48Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>societé, opacité, vieprivee</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.cnet.com/8301-13639_1-9879433-42.html"><img border="0" src="http://blogmarks.net/screenshots/2008/03/01/e52eedc27d2f8a1a25668acae69903b7.jpg" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.cnet.com/8301-13639_1-9879433-42.html">Data-mining detects the disaffected | Military Tech - Mark Rutherford looks at how the military merges with the digital age - CNET Blogs</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>The technology, based on something called Probabilistic Latent Semantic Indexing (PDF), scours an organization's e-mail traffic and constructs a graph of social network interactions illustrating employee activity. If a worker suddenly stops socializing online, abruptly shifts alliances within the organization, or starts developing an unhealthy interest in "sensitive topics," the system detects it and alerts investigators.</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/societ%25C3%25A9">societé</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/opacit%25C3%25A9">opacité</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vieprivee">vieprivee</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057716898">Copy</a> | 
<a href="http://blogmarks.net/link/2687561">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/hapatchan/mark/1057685493">
<title>free web proxy</title>
<link>http://www.invisibleme.info/</link>
<description>InvisibleMe is a fast, secure and anonymous free web proxy. It lets you browse the internet without leaving personal details behind such as your IP address and stops you from picking up cookies.
</description>
<dc:date>2008-02-03T13:56:15Z</dc:date>
<dc:author>hapatchan</dc:author>
<dc:subject>proxy, anonymous, browse, ip, cookies</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.invisibleme.info/"><img border="0" src="http://blogmarks.net/screenshots/2008/02/03/af6af92ae3fcfeaf7934ab22c8bf7066.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.invisibleme.info/">free web proxy</a></h4>
 
by <a href="http://blogmarks.net/user/hapatchan">hapatchan</a> 
<p class="description">InvisibleMe is a fast, secure and anonymous free web proxy. It lets you browse the internet without leaving personal details behind such as your IP address and stops you from picking up cookies.
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/proxy">proxy</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/anonymous">anonymous</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/browse">browse</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/ip">ip</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/cookies">cookies</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057685493">Copy</a> | 
<a href="http://blogmarks.net/link/2658239">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/karlcow/mark/1057679337">
<title>SVG vs. Silverlight head-to-head fight - Just code - Tamir Khason</title>
<link>http://blogs.microsoft.co.il/blogs/tamir/archive/2008/01/24/svg-vs-silverlight-head-to-head-fight.aspx</link>
<description>&lt;blockquote&gt;&lt;p&gt;Adobe stops supporting SVG next year, thus there are some SVG consumers are looking for the replacement of this technology, by other, that will be supported. The only technology, can actually replace SVG is Silverlight. Yes, Flex, too, but it's too complicated to perform transitions. Today, we'll look into those two technologies and try to understand how to perform migration easily. Let's start from SVG (Adobe SVG 3.x) vs SL (Silverlight 1.0) syntax&lt;/p&gt;&lt;/blockquote&gt;</description>
<dc:date>2008-01-31T07:32:34Z</dc:date>
<dc:author>karlcow</dc:author>
<dc:subject>svg, Silverlight, w3c</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blogs.microsoft.co.il/blogs/tamir/archive/2008/01/24/svg-vs-silverlight-head-to-head-fight.aspx"><img border="0" src="http://blogmarks.net/screenshots/2008/01/31/9a30b4b6bc663fb6c5517ce8e69b2d41.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blogs.microsoft.co.il/blogs/tamir/archive/2008/01/24/svg-vs-silverlight-head-to-head-fight.aspx">SVG vs. Silverlight head-to-head fight - Just code - Tamir Khason</a></h4>
 
by <a href="http://blogmarks.net/user/karlcow">karlcow</a> 
<div class="description"><blockquote><p>Adobe stops supporting SVG next year, thus there are some SVG consumers are looking for the replacement of this technology, by other, that will be supported. The only technology, can actually replace SVG is Silverlight. Yes, Flex, too, but it's too complicated to perform transitions. Today, we'll look into those two technologies and try to understand how to perform migration easily. Let's start from SVG (Adobe SVG 3.x) vs SL (Silverlight 1.0) syntax</p></blockquote></div>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/svg">svg</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/Silverlight">Silverlight</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/w3c">w3c</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057679337">Copy</a> | 
<a href="http://blogmarks.net/link/2653779">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/cascamorto/mark/1057562026">
<title>spinning mind</title>
<link>http://www.scribd.com/doc/53805/spinning-mind</link>
<description>  Description: the ancient Yoga technique of Tratak [fixed gazing] stops the activity of the mind. when the eyes are completely fixed, the mind is completely stilled. focus your concentration completely on one of the dark points, and see for yourself....

btw it is excellent to use this [fixed gazing] to still the mind's activity within a silent, no-thought closed-eye meditation, as if looking out through the eyelids at an imaginary fixed point.

see the link entitled &quot;Antar Tratak Meditation and Drishti Yoga&quot;
http://www.scribd.com/doc/200534/Anta r-Tratak-Meditation-and-Drishti-Yoga
http://www.scribd.com/doc/230810/Medi tating-on-the-Inner-Light-and-the-Inner -Sound (less) </description>
<dc:date>2007-11-20T00:05:42Z</dc:date>
<dc:author>cascamorto</dc:author>
<dc:subject>belles.images</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.scribd.com/doc/53805/spinning-mind"><img border="0" src="http://blogmarks.net/screenshots/2007/11/20/d8b56df3c15e2e10f96e8c8a5fc1cf63.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.scribd.com/doc/53805/spinning-mind">spinning mind</a></h4>
 
by <a href="http://blogmarks.net/user/cascamorto">cascamorto</a> 
<p class="description">  Description: the ancient Yoga technique of Tratak [fixed gazing] stops the activity of the mind. when the eyes are completely fixed, the mind is completely stilled. focus your concentration completely on one of the dark points, and see for yourself....

btw it is excellent to use this [fixed gazing] to still the mind's activity within a silent, no-thought closed-eye meditation, as if looking out through the eyelids at an imaginary fixed point.

see the link entitled "Antar Tratak Meditation and Drishti Yoga"
http://www.scribd.com/doc/200534/Anta r-Tratak-Meditation-and-Drishti-Yoga
http://www.scribd.com/doc/230810/Medi tating-on-the-Inner-Light-and-the-Inner -Sound (less) </p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/belles.images">belles.images</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057562026">Copy</a> | 
<a href="http://blogmarks.net/link/2548905">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ERSWeb/mark/1057428156">
<title>» 10 pieces of hardware you should replace rather than repair | 10 Things | TechRepublic.com</title>
<link>http://blogs.techrepublic.com.com/10things/?p=219&amp;tag=nl.e030</link>
<description>Any time a computer component stops working, or just becomes unstable — as we all know will happen from time to time — we have to decide whether to replace it, have it repaired, or just get by as is with perhaps a temporary fix. Repair or just getting by will nearly always be the cheapest solution, at least in the short run. Replacement, however, will usually provide a good opportunity to upgrade.</description>
<dc:date>2007-09-04T13:27:02Z</dc:date>
<dc:author>ERSWeb</dc:author>
<dc:subject>hardware, repair, support</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blogs.techrepublic.com.com/10things/?p=219&amp;tag=nl.e030"><img border="0" src="http://blogmarks.net/screenshots/2007/09/04/64dbe88b9017aab0993f729e9066f431.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blogs.techrepublic.com.com/10things/?p=219&amp;tag=nl.e030">» 10 pieces of hardware you should replace rather than repair | 10 Things | TechRepublic.com</a></h4>
 
by <a href="http://blogmarks.net/user/ERSWeb">ERSWeb</a> 
<p class="description">Any time a computer component stops working, or just becomes unstable — as we all know will happen from time to time — we have to decide whether to replace it, have it repaired, or just get by as is with perhaps a temporary fix. Repair or just getting by will nearly always be the cheapest solution, at least in the short run. Replacement, however, will usually provide a good opportunity to upgrade.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hardware">hardware</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/repair">repair</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/support">support</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057428156">Copy</a> | 
<a href="http://blogmarks.net/link/2429442">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/rike_/mark/1057404077">
<title>listener</title>
<link>http://www.vanheusden.com/listener/</link>
<description>This program listens for sound. If it detects any, it starts recording automatically and also automatically stops when things become silent again.
</description>
<dc:date>2007-08-18T22:26:23Z</dc:date>
<dc:author>rike_</dc:author>
<dc:subject>sound, recording, software, unix</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.vanheusden.com/listener/"><img border="0" src="http://blogmarks.net/screenshots/2007/08/18/3d02bd5824e82027533bd5800d22c75f.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.vanheusden.com/listener/">listener</a></h4>
 
by <a href="http://blogmarks.net/user/rike_">rike_</a> 
<p class="description">This program listens for sound. If it detects any, it starts recording automatically and also automatically stops when things become silent again.
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/sound">sound</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/recording">recording</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/software">software</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unix">unix</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057404077">Copy</a> | 
<a href="http://blogmarks.net/link/2407088">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ellenm1/mark/1057395282">
<title>PhpSuexec and Movabletype</title>
<link>http://thedesignspace.net/MT2archives/000364.html</link>
<description>what to do when movabletype stops working because phpsuexec is enabled on your webhost</description>
<dc:date>2008-01-27T14:38:04Z</dc:date>
<dc:author>ellenm1</dc:author>
<dc:subject>phpsuexec, movabletype, php</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://thedesignspace.net/MT2archives/000364.html"><img border="0" src="http://blogmarks.net/screenshots/2008/01/27/25c5a23d9e22b2313498022079ef1205.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://thedesignspace.net/MT2archives/000364.html">PhpSuexec and Movabletype</a></h4>
 
by <a href="http://blogmarks.net/user/ellenm1">ellenm1</a> 
<p class="description">what to do when movabletype stops working because phpsuexec is enabled on your webhost</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/phpsuexec">phpsuexec</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/movabletype">movabletype</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/php">php</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057395282">Copy</a> | 
<a href="http://blogmarks.net/link/2399479">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/lelandais/mark/2664273">
<title>Preventing Brute Force Attacks With Fail2ban On Debian Etch | HowtoForge - Linux Howtos and Tutorials</title>
<link>http://www.howtoforge.com/fail2ban_debian_etch</link>
<description>In this article I will show how to install and configure fail2ban on a Debian Etch system. Fail2ban is a tool that observes login attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if it finds failed login attempts again and again from the same IP address or host, fail2ban stops further login attempts from that IP address/host by blocking it with an iptables firewall rule.</description>
<dc:date>2007-05-02T07:57:32Z</dc:date>
<dc:author>lelandais</dc:author>
<dc:subject>failban, linux, hack, network</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.howtoforge.com/fail2ban_debian_etch"><img border="0" src="http://blogmarks.net/screenshots/2007/05/02/3e1e9120f9b2646a436c271373cc1d64.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.howtoforge.com/fail2ban_debian_etch">Preventing Brute Force Attacks With Fail2ban On Debian Etch | HowtoForge - Linux Howtos and Tutorials</a></h4>
 
by <a href="http://blogmarks.net/user/lelandais">lelandais</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/2188872">1 other(s)</a> 
<p class="description">In this article I will show how to install and configure fail2ban on a Debian Etch system. Fail2ban is a tool that observes login attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if it finds failed login attempts again and again from the same IP address or host, fail2ban stops further login attempts from that IP address/host by blocking it with an iptables firewall rule.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/failban">failban</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/linux">linux</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/hack">hack</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/network">network</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2664273">Copy</a> | 
<a href="http://blogmarks.net/link/2188872">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/dkbb/mark/2400729">
<title>Original Sony Ericsson FM Transmitter MMR-60 </title>
<link>http://www.vavolo.com/productdetails.asp,ProductID,2794,phoneClassName,Sony+Ericsson,funName,FM+Transmitters,Func_ID,37,,.htm</link>
<description>***Sony Ericsson FM Music Transmitter MMR-60***
Sony Ericsson FM Music Transmitter MMR-60 is a high-tech transmitter bulit for entertainment.
The transmitter attaches to any Sony Ericsson mobile phone incorporating the new system connector Fast port. Menus in the mobile phone allow you to control the transmitting frequency at a range of up to 10 meters. Since the MMR-60 remembers the last used frequency, it's easy to reconnect to the radio whenever you like. When a call comes in, the music stops playing and continues when you hang up. Small and easy to carry around, the MMR-60 offers a simple plug-and-play solution for people who want to share their favourite music with others. 

Features:

* Transmit music wirelessly to any FM radio within ten meters 
* Remember last used frequency 
* Run on your phone's battery
* Range: Up to 10 meters 
* Color: Sliver
* Size: 43x27x11mm 
* Weight: 9 gram 

Compatible models:

Sony Ericsson: W800i, K750i, D750i, W550i, W900i, Z520i, W600
</description>
<dc:date>2007-03-29T10:34:59Z</dc:date>
<dc:author>dkbb</dc:author>
<dc:subject>vavolo.com</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.vavolo.com/productdetails.asp,ProductID,2794,phoneClassName,Sony+Ericsson,funName,FM+Transmitters,Func_ID,37,,.htm"><img border="0" src="http://blogmarks.net/screenshots/2007/03/29/76769fbdf560ae08b620008a4a742517.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.vavolo.com/productdetails.asp,ProductID,2794,phoneClassName,Sony+Ericsson,funName,FM+Transmitters,Func_ID,37,,.htm">Original Sony Ericsson FM Transmitter MMR-60 </a></h4>
 
by <a href="http://blogmarks.net/user/dkbb">dkbb</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1963637">1 other(s)</a> 
<p class="description">***Sony Ericsson FM Music Transmitter MMR-60***
Sony Ericsson FM Music Transmitter MMR-60 is a high-tech transmitter bulit for entertainment.
The transmitter attaches to any Sony Ericsson mobile phone incorporating the new system connector Fast port. Menus in the mobile phone allow you to control the transmitting frequency at a range of up to 10 meters. Since the MMR-60 remembers the last used frequency, it's easy to reconnect to the radio whenever you like. When a call comes in, the music stops playing and continues when you hang up. Small and easy to carry around, the MMR-60 offers a simple plug-and-play solution for people who want to share their favourite music with others. 

Features:

* Transmit music wirelessly to any FM radio within ten meters 
* Remember last used frequency 
* Run on your phone's battery
* Range: Up to 10 meters 
* Color: Sliver
* Size: 43x27x11mm 
* Weight: 9 gram 

Compatible models:

Sony Ericsson: W800i, K750i, D750i, W550i, W900i, Z520i, W600
</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vavolo.com">vavolo.com</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2400729">Copy</a> | 
<a href="http://blogmarks.net/link/1963637">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/jiglre/mark/2380325">
<title>Original Sony Ericsson FM Transmitter MMR-60 </title>
<link>http://www.vavolo.com/productdetails.asp,ProductID,2794,phoneClassName,Sony+Ericsson,funName,FM+Transmitters,Func_ID,37,,.htm</link>
<description>Sony Ericsson FM Music Transmitter MMR-60***
Sony Ericsson FM Music Transmitter MMR-60 is a high-tech transmitter bulit for entertainment.
The transmitter attaches to any Sony Ericsson mobile phone incorporating the new system connector Fast port. Menus in the mobile phone allow you to control the transmitting frequency at a range of up to 10 meters. Since the MMR-60 remembers the last used frequency, it's easy to reconnect to the radio whenever you like. When a call comes in, the music stops playing and continues when you hang up. Small and easy to carry around, the MMR-60 offers a simple plug-and-play solution for people who want to share their favourite music with others. 

</description>
<dc:date>2007-03-27T11:12:53Z</dc:date>
<dc:author>jiglre</dc:author>
<dc:subject>vavolo.com</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.vavolo.com/productdetails.asp,ProductID,2794,phoneClassName,Sony+Ericsson,funName,FM+Transmitters,Func_ID,37,,.htm"><img border="0" src="http://blogmarks.net/screenshots/2007/03/29/76769fbdf560ae08b620008a4a742517.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.vavolo.com/productdetails.asp,ProductID,2794,phoneClassName,Sony+Ericsson,funName,FM+Transmitters,Func_ID,37,,.htm">Original Sony Ericsson FM Transmitter MMR-60 </a></h4>
 
by <a href="http://blogmarks.net/user/jiglre">jiglre</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1963637">1 other(s)</a> 
<p class="description">Sony Ericsson FM Music Transmitter MMR-60***
Sony Ericsson FM Music Transmitter MMR-60 is a high-tech transmitter bulit for entertainment.
The transmitter attaches to any Sony Ericsson mobile phone incorporating the new system connector Fast port. Menus in the mobile phone allow you to control the transmitting frequency at a range of up to 10 meters. Since the MMR-60 remembers the last used frequency, it's easy to reconnect to the radio whenever you like. When a call comes in, the music stops playing and continues when you hang up. Small and easy to carry around, the MMR-60 offers a simple plug-and-play solution for people who want to share their favourite music with others. 

</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/vavolo.com">vavolo.com</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2380325">Copy</a> | 
<a href="http://blogmarks.net/link/1963637">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/sbrothier/mark/2370947">
<title>Information Architects Japan » iA Notebook » 10 Newspaper Myths Deconstructed</title>
<link>http://www.informationarchitects.jp/10-newspaper-myths-deconstructed</link>
<description>The San Francisco Chronicle is in financial trouble, InfoWorld stops printing, Time Magazine redesigns its print edition and fires 50 people. People are running away from old media</description>
<dc:date>2007-03-26T09:59:41Z</dc:date>
<dc:author>sbrothier</dc:author>
<dc:subject>advertising, news</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.informationarchitects.jp/10-newspaper-myths-deconstructed"><img border="0" src="http://blogmarks.net/screenshots/2007/03/26/fe941c0e8b55ebb7114f0fa2e3d9655c.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.informationarchitects.jp/10-newspaper-myths-deconstructed">Information Architects Japan » iA Notebook » 10 Newspaper Myths Deconstructed</a></h4>
 
by <a href="http://blogmarks.net/user/sbrothier">sbrothier</a> 
<p class="description">The San Francisco Chronicle is in financial trouble, InfoWorld stops printing, Time Magazine redesigns its print edition and fires 50 people. People are running away from old media</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/advertising">advertising</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/news">news</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2370947">Copy</a> | 
<a href="http://blogmarks.net/link/1956902">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/otrox/mark/1979288">
<title>Cybernetic Broadcasting Archive</title>
<link>http://archive.cbs.nu/</link>
<description>We got history. And it's yours to take.
Welcome to the Archives.
Here you'll find a collection of mixes, shows, non-stops and other audio content broadcasted by the Cybernetic Broadcasting System.</description>
<dc:date>2007-02-09T10:14:10Z</dc:date>
<dc:author>otrox</dc:author>
<dc:subject>mp3, mixes, electro, oldschool</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://archive.cbs.nu/"><img border="0" src="http://blogmarks.net/screenshots/2007/02/09/eff7b9c818df460b17cdb630ff26c533.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://archive.cbs.nu/">Cybernetic Broadcasting Archive</a></h4>
 
by <a href="http://blogmarks.net/user/otrox">otrox</a> 
<p class="description">We got history. And it's yours to take.
Welcome to the Archives.
Here you'll find a collection of mixes, shows, non-stops and other audio content broadcasted by the Cybernetic Broadcasting System.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mp3">mp3</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/mixes">mixes</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/electro">electro</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/oldschool">oldschool</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1979288">Copy</a> | 
<a href="http://blogmarks.net/link/1687238">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>