Search

External Links

Tag Cloud

a adekosis adsense agroturystyka ajax amazon anleitungen anti-phishing aol apache art Articles ateism Australia baby bali BarCamp BarCampMilwaukee BarCampMilwaukee, BarCamp, Milwaukee, drupal bblog belgium beskidniski blog blogger bloggerindraft.blogspot.com

Top Searches

Top Hits

Feeds

13 Website(s) associated to this tag :

adekosis



 Ma.gnolia.com - Find Web Sites & Build Community Online

Ma.gnolia.com - Find Web Sites & Build Community Online Find web sites with Ma.gnolia's social bookmarking online community. Organize bookmarks, search other people's favorites and make friends and contacts online.


 Technorati: Home

Technorati: Home Technorati is the recognized authority on what's going on in the world of weblogs. We help people search for, surface, and organize bloggers and their daily posts. You can claim your blog on technorati using OpenID.

technorati.com | details
Category : Home > Blogs

 WikiTravel

WikiTravel Open source travel guide featuring up-to-date information on attractions, hotels, restaurants, travel tips and more. Free and reliable advice written by Wikitravellers from around the globe.


 Zooomr :: Experience the World Through Photos

Zooomr :: Experience the World Through Photos Zooomr is almost absolutely the best online photo sharing application in the world. See and share photos the world over, securely and privately show photos to your friends and family, or even blog the photos you take with a cameraphone.


 The Internet Address Book

The Internet Address Book The Internet Address Book allows you to find, manage and discover internet addresses and other online identities throughout the web.


 The Apache Korea User Group

The Apache Korea User Group

Do you know the apache web server ? As you already know, apache web server is very popular one of the server software. To providing information as regarding this software in korea, The Apache Korea User Group has established in 1997. Are you the apache users ? so that please visit there !. You can get lots of information.

Enjoy it :-)


 Pumfit

Pumfit Nice place to upload any informations and share them!


 IDtail

IDtail

OpenID Provider site in Korea


 AOL.com - Welcome to AOL

AOL.com - Welcome to AOL Start your Internet experience at AOL.com and find what you are looking for; including AOL downloads, video on demand, email, and more. Signup for a screen name and you get a OpenId. the addess for your AOL OpenId is www.openid.aol.com/(screename)


 metags

metags The Metags is social bookmarking Service. You can receive favorite tagged website and bookmark it.


 myID.net

myID.net Simple OpenID provider with intuitive ID form of '{id}.myid.net'.
It also Identity management service for any OpenID logged in users as a consumer. It currently provides portable contact list, groups having simple Open API with which any service can check membership, and get member list.
This is the first korean OpenID server also.


 Springnote

Springnote Springnote is a web notebook service that captured the essence of wiki. you can write ideas anytime anywhere online and collaborate with your friends on pages.  It supports groups.
This is the first wiki service in Korea also.

 
 


 The Project

The Project
       The Project is a community-driven online strategy game.  One of the most unique features is the modular game engine, which enables admins to create servers that each have drastically different gameplay.  The Project is currently under heavy development.

); } catch(e) { node.style.color = '#F00'; return; } if( node.form.url.value.match( re ) ) node.style.color = '#0C0'; else node.style.color = ''; } function hoodlink_try_xpath( node, flash, focus, topp ) { var e = node.value, s; try { e = document.evaluate( e, document, null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null ); } catch(e) { node.style.color = '#F00'; return; } if( !e.snapshotLength ) return node.style.color = ''; node.style.color = '#0C0'; node = e.snapshotItem( 0 ); if( flash ) { if( focus ) hoodlink_focus( node, topp ); hoodlink_flash( node ); } } function hoodlink_focus( node, topp ) { var x = 0, y = 0, top = node; do { x += node.offsetLeft; y += node.offsetTop; } while( node = node.offsetParent ); if( !topp ) y = Math.max( y, y+top.offsetHeight-window.innerHeight-10 ); window.scrollTo( x, y ); } function hoodlink_flash( node, c ) { if( !c || c < 8 ) setTimeout( hoodlink_flash, 100, node, c = 1+(c||0) ); node.style.outline = c & 1 ? '3px solid red' : 'none'; } function sanshash( url ) { return url.replace( /#.*/, '' ); } function hoodwink_get( xpath, root ) { var doc = root ? root.evaluate ? root : root.ownerDocument : document; if(!doc) return []; var got = doc.evaluate( xpath, root||doc, null, 0, null ), next, result = []; while( next = got.iterateNext() ) result.push( next ); return result; } function hoodwink_place_after( node, a, on, move ) { if( !on ) return node.style.display = 'none'; if( move ) { node.firstChild.href = sanshash( a.href ) +'#hoodwinks'; var x = 0, y = 0, parent = a; do { if( document.defaultView.getComputedStyle( parent, null ) .getPropertyValue('position') != 'static' ) break; else { x += parent.offsetLeft; y += parent.offsetTop; } } while( parent = parent.offsetParent ); node.style.left = (x + a.offsetWidth) +'px'; node.style.top = (y + a.offsetHeight - 16) +'px'; } node.style.display = 'block'; } var inited = false; function hoodwink_winksums( visibility ) { var sums = hoodwink_get( '//div[@class="hoodwinkSummary"]' ), a, i, node; for( i in sums ) if( a = hoodwink_get( 'preceding-sibling::a[1]', node = sums[i] )[0] ) hoodwink_place_after( node, a, visibility, !inited ); if( sums.length > 20 ) // don't recalculate positions for winksum heavy pages inited = true; }