<?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>databases &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/databases/</link>
	<description>Feed of posts on WordPress.com tagged "databases"</description>
	<pubDate>Sun, 27 Dec 2009 01:18:47 +0000</pubDate>

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

<item>
<title><![CDATA[Identity Archives Project]]></title>
<link>http://mplic.wordpress.com/2009/12/26/identity-archives-project/</link>
<pubDate>Sat, 26 Dec 2009 22:08:37 +0000</pubDate>
<dc:creator>Philip</dc:creator>
<guid>http://mplic.wordpress.com/2009/12/26/identity-archives-project/</guid>
<description><![CDATA[http://www.identityarchives.com/ &#8220;Welcome to the Identity Archives Project – a keyword-searcha]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a title="identity archives project searchable database logos, trademarks, brands" href="http://www.identityarchives.com/" target="_blank">http://www.identityarchives.com/</a></p>
<p>&#8220;Welcome to the Identity Archives Project – a keyword-searchable database of logos and brand identity designs from around the world. &#8230; There&#8217;s no need to register, and use of the database is free and open to designers, brand managers, marketing professionals, educators, students, brand identity design enthusiasts, and the general public.&#8221;&#8211;From the Web site.  Also from the Web site:  &#8220;If you are planning or designing a new logo, researching brand identity design, or exploring the design landscape of your region or industry, the Identity Archives Project&#8217;s database will be an immensely useful tool for drilling-down into the descriptive, subjective, and conceptual elements that make each logo design unique (or not).&#8221;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[What Do I Read Next? ]]></title>
<link>http://librarianbrain.wordpress.com/2009/12/26/what-do-i-read-next/</link>
<pubDate>Sat, 26 Dec 2009 14:53:50 +0000</pubDate>
<dc:creator>deweydiva</dc:creator>
<guid>http://librarianbrain.wordpress.com/2009/12/26/what-do-i-read-next/</guid>
<description><![CDATA[You’re done opening presents, all your guests have left, and the kids have finally drifted off to sl]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>You’re done opening presents, all your guests have left, and the kids have finally drifted off to sleep. Now what? Find a cozy space to READ.</p>
<p>How do you find great reads during this holiday season to relax your mind and calm your spirit? No worries, we have just what you need.</p>
<p>Make sure you get this list ahead of time, so you can go check these items out from your local library. Ok, are you ready to get started? Great!</p>
<p>1. Go to our homepage, lvccld.org<br />
2. Next, Click on <a href="http://wfxsearch.webfeat.org/clients/wfxlvccld/lvccldsearch.asp?cid=12040" target="_blank">Databases A-Z<br />
</a>3. Now scroll down the list until you find the database entitled, <em><strong><a href="http://0-infotrac.galegroup.com.ilsweb.lvccld.org/itweb/nv_lvccld?db=WDIRN" target="_blank">What Do I Read Next</a></strong></em>.</p>
<p>How easy was that? Now there are several ways to search for great books, so let’s take a look at a few of the ways. Remember, you must me a resident of Las Vegas with a valid card # and PIN to access this source.</p>
<p>1. You love a favorite author, but have not read all the books by this person. Ok, simply click on <strong>Author Search</strong> to get a list of books written by this person.<br />
2. You have read all the books by your favorite author and want to find similar titles. Ok, that is also easy to do. Simply click on <strong>Help me find a Book</strong>. You simply enter a title that your favorite author has written and this source will recommend similar titles.</p>
<p><a href="http://librarianbrain.wordpress.com/files/2009/12/what-do-i-read-next.jpg"></a><a href="http://librarianbrain.wordpress.com/files/2009/12/what-do-i-read-next1.jpg"><img class="aligncenter size-large wp-image-4292" title="what do I read next" src="http://librarianbrain.wordpress.com/files/2009/12/what-do-i-read-next1.jpg?w=1024" alt="" width="1024" height="443" /></a><br />
3. You love to read a specific genre and are looking for some new titles and new authors to read. Cool, just click on <strong>Genre Search.</strong> You can limit the categories simply by clicking on the drop down arrow under each category and then clicking the <strong>search</strong> button.<br />
4. You can also search for books by title, series, characters in a story, time period and much more. Just visit this source to see what other ways you can search for titles.</p>
<p><strong>Happy reading!</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Fast IP-&gt;location resolution in SQL]]></title>
<link>http://timanovsky.wordpress.com/2009/12/25/fast-ip-location-resolution-in-sql/</link>
<pubDate>Fri, 25 Dec 2009 11:59:35 +0000</pubDate>
<dc:creator>Alexey Timanovsky</dc:creator>
<guid>http://timanovsky.wordpress.com/2009/12/25/fast-ip-location-resolution-in-sql/</guid>
<description><![CDATA[Abstract Many web services nowadays rely on users&#8217; geo location information. It can be require]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Abstract</strong><br />
Many web services nowadays rely on users&#8217; geo location information. It can be required purely for statistics purposes, or to add value to provided service itself. In most cases the only possible way to detect user location is to use IP address of originating request. IP addresses are not hierarchical in a geographical sense, large block of IP addresses is reserved to an ISP, and then broken down for smaller companies or individuals. There is no much order in the system. So a quick database is required in order to be able to make millions of lookups.</p>
<p><strong>Geo location data</strong><br />
Surely enough companies exist which provide such IP-based geo location data. <a href="http://www.maxmind.com/app/ip-location">Maxmind</a> is one of them. Fortunately they provide<a href="http://www.maxmind.com/app/geolitecountry"> free version</a> of their database under some legal constraints. There are other providers too, I&#8217;ve recently came across <a href="http://ipinfodb.com/ip_database.php">IpInfoDB</a>. So far so good, now we need a system to make use of the data.</p>
<p><strong>Physical database design</strong><br />
Data consists of (startIp, endIp, country) tuples. If IP address is in the range, it is originated from that country. There blind unassigned ranges, there are private ranges, and as said above multiple (very many) ranges map to a Country. In my table there is &#62; 100K distinct IP ranges.</p>
<p>Physical design in MySQL:<br />
<code>CREATE TABLE LookupIpToCountry (<br />
  startIp int(10) unsigned NOT NULL,<br />
  endIp int(10) unsigned NOT NULL,<br />
  countryId tinyint(3) unsigned NOT NULL,<br />
  PRIMARY KEY  (startIp),<br />
  KEY fk_countryId (countryId),<br />
  CONSTRAINT LookupIpToCountry_ibfk_1 FOREIGN KEY (countryId) REFERENCES Countries (id)<br />
) ENGINE=InnoDB;</code></p>
<p>Other database or engine can be used, provided that <code>startIp</code> is clustering index, i.e. data in the table is physically sorted according to startIp in ascending order.</p>
<p><strong>Fast lookup query</strong><br />
<code>mysql&#62; select * from LookupIpToCountry where startIp&#60;=INET_ATON('74.125.19.99') and endIp&#62;=INET_ATON('74.125.19.99')  order by startIp desc limit 1;<br />
+------------+------------+-----------+<br />
&#124; startIp    &#124; endIp      &#124; countryId &#124;<br />
+------------+------------+-----------+<br />
&#124; 1249693272 &#124; 1249773023 &#124;       230 &#124;<br />
+------------+------------+-----------+<br />
1 row in set (0.00 sec)</code></p>
<p>The idea here is to find the first region into which IP of interest falls. <code>SELECT ... WHERE startIp&#60;= X ... order by startIp desc</code> will navigate through B-tree index  to the last row satisfying <code>startIp</code> criterion and setup scan iterator in descending order. (Because it can only validate second condition  <code>endIp&#62;= X </code>by scanning). But the iteration ends immediately because of <code>LIMIT 1</code> if second condition is satisfied. So effectively whole query is reduced to B-tree lookup of one value. Of course, in case of the miss (IP address does not fall to any of known ranges), there is a performance hit:</p>
<p><code>mysql&#62; select * from LookupIpToCountry where startIp&#60;=INET_ATON('255.255.255.255') and endIp&#62;=INET_ATON('255.255.255.255')  order by startIp desc limit 1;<br />
Empty set (<strong>0.39 sec</strong>)</code></p>
<p>In order to fix it you can simplify the query to <code>select * from LookupIpToCountry where startIp&#60;=INET_ATON('255.255.255.255') order by startIp desc limit 1;</code> and check second condition <code>endIp&#62;=INET_ATON('255.255.255.255')</code> at application level, if you think it is worth.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Boston Big Data Unconference, March 2010]]></title>
<link>http://hypecycles.wordpress.com/2009/12/24/boston-big-data-unconference-march-2010/</link>
<pubDate>Thu, 24 Dec 2009 20:44:12 +0000</pubDate>
<dc:creator>amrith</dc:creator>
<guid>http://hypecycles.wordpress.com/2009/12/24/boston-big-data-unconference-march-2010/</guid>
<description><![CDATA[We will be convening a Boston Big Data Unconference in March 2010. To help plan the event, and deliv]]></description>
<content:encoded><![CDATA[We will be convening a Boston Big Data Unconference in March 2010. To help plan the event, and deliv]]></content:encoded>
</item>
<item>
<title><![CDATA[News you may have missed #0231]]></title>
<link>http://intelligencenews.wordpress.com/2009/12/24/02-231/</link>
<pubDate>Thu, 24 Dec 2009 18:31:50 +0000</pubDate>
<dc:creator>intelNews</dc:creator>
<guid>http://intelligencenews.wordpress.com/2009/12/24/02-231/</guid>
<description><![CDATA[Chinese honey trap methods net another victim. This time it was M.M. Sharma, an Indian diplomat post]]></description>
<content:encoded><![CDATA[Chinese honey trap methods net another victim. This time it was M.M. Sharma, an Indian diplomat post]]></content:encoded>
</item>
<item>
<title><![CDATA[Building The Data Warehouse : W.H.Inmon]]></title>
<link>http://myninjaway.wordpress.com/2009/12/24/building-the-data-warehouse-w-h-inmon/</link>
<pubDate>Thu, 24 Dec 2009 07:33:19 +0000</pubDate>
<dc:creator>admin</dc:creator>
<guid>http://myninjaway.wordpress.com/2009/12/24/building-the-data-warehouse-w-h-inmon/</guid>
<description><![CDATA[The most comprehensive introduction to the core concepts and methods of data warehousing. Data wareh]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter size-full wp-image-54" title="inmon" src="http://myninjaway.wordpress.com/files/2009/12/inmon.png" alt="" width="291" height="365" /></p>
<p>The most comprehensive introduction to the core concepts and methods of <a title="Data warehouse" rel="wikipedia" href="http://en.wikipedia.org/wiki/Data_warehouse" target="_blank">data warehousing</a>.</p>
<p>Data warehouses provide a much-needed <a title="Strategy" rel="wikipedia" href="http://en.wikipedia.org/wiki/Strategy" target="_blank">strategy</a> for organizations to collect, store, and analyze vast amounts of <a title="Business" rel="wikipedia" href="http://en.wikipedia.org/wiki/Business" target="_blank">business</a> <a title="Data" rel="wikipedia" href="http://en.wikipedia.org/wiki/Data" target="_blank">data</a>. As businesses expand both <a title="Brick and mortar business" rel="wikipedia" href="http://en.wikipedia.org/wiki/Brick_and_mortar_business" target="_blank">brick-and-mortar</a> and online activities, the field of data warehousing has become increasingly important. Since it was first published in 1990, W. H. Inmon&#8217;s <a title="Building the Data Warehouse" rel="amazon" href="http://www.amazon.com/Building-Data-Warehouse-W-Inmon/dp/0764599445%3FSubscriptionId%3D0G81C5DAZ03ZR9WH9X82%26tag%3Dzemanta-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0764599445" target="_blank">Building the Data Warehouse</a> has been the bible of data warehousing&#8211; it is the book that launched the data warehousing industry and it remains the preeminent introduction to the subject. This new edition covers the latest developments with this <a title="Technology" rel="wikinvest" href="http://www.wikinvest.com/industry/Technology" target="_blank">technology</a>, many of which have been pioneered by Inmon himself.</p>
<p>An overview of all the fundamental components of data warehouse systems offers you a refresher of the methods used for data warehouse design; various data warehouse migration strategies; and the technologies that can be applied for loading, indexing, and managing data. In order to bring you up to date, this in-depth guide then features the latest advances in data warehousing.</p>
<p>New chapters cover: Understanding methods for handling <a title="Unstructured data" rel="wikipedia" href="http://en.wikipedia.org/wiki/Unstructured_data" target="_blank">unstructured data</a> in a data warehouse Storing data across multiple <a title="Data storage device" rel="wikipedia" href="http://en.wikipedia.org/wiki/Data_storage_device" target="_blank">storage media</a> Examining the pros and cons of relational vs. multidimensional design Measuring <a title="Rate of return" rel="wikipedia" href="http://en.wikipedia.org/wiki/Rate_of_return" target="_blank">return on investment</a> in planning data warehouse projects Exploring advanced topics, including data monitoring and testing.</p>
<p>The new edition of the classic bestseller that launched the data warehousing industry covers new approaches and technologies, many of which have been pioneered by Inmon himself In addition to explaining the fundamentals of data warehouse systems, the book covers new topics such as methods for handling unstructured data in a data warehouse and storing data across multiple storage media Discusses the pros and cons of relational versus multidimensional design and how to measure return on investment in planning data warehouse projects Covers advanced topics, including data monitoring and testing.</p>
<p style="text-align:center;"><strong>Download : <a href="http://www.fast-files.com/getfile.aspx?file=34439" target="_blank">Building Warehouses by</a></strong><a href="http://www.fast-files.com/getfile.aspx?file=34439" target="_blank"> <strong>Inmon</strong></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/e99e8ce4-71ce-41d9-bdc2-768a58dbc3c5/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=e99e8ce4-71ce-41d9-bdc2-768a58dbc3c5" alt="Reblog this post [with Zemanta]" /></a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Upgrading PostgreSQL]]></title>
<link>http://administratosphere.wordpress.com/2009/12/23/upgrading-postgresql/</link>
<pubDate>Thu, 24 Dec 2009 04:00:09 +0000</pubDate>
<dc:creator>ddouthitt</dc:creator>
<guid>http://administratosphere.wordpress.com/2009/12/23/upgrading-postgresql/</guid>
<description><![CDATA[This is an old procedure, which is commonly understood by PostgreSQL administrators. However, if you]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This is an old procedure, which is commonly understood by PostgreSQL administrators. However, if you&#8217;ve not done it before, over at the FreeBSD Diary there is a nice <a href="http://www.freebsddiary.org/postgresql-upgrading.php">article</a> describing how to upgrade the client and the server when moving from one version to the next (such as from 8.3.x to 8.4.x).</p>
<p>The basic thing to remember is that a complete dump of the databases is necessary, with the appropriate reload process. The <a href="http://www.freebsddiary.org/postgresql-upgrading.php">article</a> describes this process well.</p>
<p>Anybody who is interested in FreeBSD should follow the FreeBSD Diary; this &#8220;blog&#8221; has been around longer than blogs have been.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Grzimek's Animals Online Now Available]]></title>
<link>http://snoislereference.wordpress.com/2009/12/23/grzimeks-animals-online-now-available/</link>
<pubDate>Wed, 23 Dec 2009 20:01:37 +0000</pubDate>
<dc:creator>Christa Werle</dc:creator>
<guid>http://snoislereference.wordpress.com/2009/12/23/grzimeks-animals-online-now-available/</guid>
<description><![CDATA[Enjoy! If you have any questions.  Please contact Christa Werle.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a title="Grzimeks Animals Online" href="http://www.sno-isle.org/?ID=4272" target="_blank">Enjoy!</a></p>
<p>If you have any questions.  Please contact <a href="mailto:cwerle@sno-isle.org">Christa Werle</a>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SQL Server 2008: Database Infrastructure and Scalability: Topics for Discussion]]></title>
<link>http://enggtech.wordpress.com/2009/12/23/sql-server-2008-database-infrastructure-and-scalability-topics-for-discussion/</link>
<pubDate>Wed, 23 Dec 2009 15:33:01 +0000</pubDate>
<dc:creator>Visitor Blogs</dc:creator>
<guid>http://enggtech.wordpress.com/2009/12/23/sql-server-2008-database-infrastructure-and-scalability-topics-for-discussion/</guid>
<description><![CDATA[Essential SQL Server 2008: Database Infrastructure and Scalability Database Mirroring enhancements, ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Essential SQL Server 2008: Database Infrastructure and Scalability</p>
<p>Database Mirroring enhancements, automatic page repair, log stream</p>
<p><a href="http://enggtech.wordpress.com/files/2009/12/db-mirroring-synchronous-failover-transaction-logs-witness-high-availability.png"><img class="aligncenter size-medium wp-image-903" title="DB-mirroring-synchronous-failover-transaction-logs-witness-high-availability" src="http://enggtech.wordpress.com/files/2009/12/db-mirroring-synchronous-failover-transaction-logs-witness-high-availability.png?w=300" alt="" width="300" height="169" /></a></p>
<p>Backup compression and using Transparent Data Encryption (TDE) to encrypt data</p>
<p>Hot-add CPU, DBCC CHECKDB enhancements, failover clustering enhancements</p>
<p>Peer-to-peer replication enhancements</p>
<p>Policy-Based Management and Multi-Server Administration</p>
<p>Central management server metadata, multi-server script execution</p>
<p>Policy-based management overview, conditions, facets and policies</p>
<p>Applying facets and conditions to policies, policy enforcement</p>
<p>Policy based management architecture and execution</p>
<p>Applying policies to multiple servers</p>
<p>Policy based management advanced topics</p>
<p>Performance Data Collection</p>
<p>Creating and configuring a management data warehouse</p>
<p>Data collection overview and architecture</p>
<p>Configuring system data collection on an instance</p>
<p>Transact-SQL custom data collection</p>
<p>Data collection reports and module summary</p>
<p>Resource Management and Troubleshooting Enhancements</p>
<p>Resource Governor</p>
<p>Extended events, predicates, actions, targets, types, maps, sessions</p>
<p>Security Enhancements</p>
<p>Transparent data encryption</p>
<p>Backups and transparent data encryption, transparent data encryption limitations</p>
<p>Integrated authentication enhancements, SQL Server 2008 auditing improvements</p>
<p>SQL Server 2008 all actions audited</p>
<p>Security Summary</p>
<p>Management Implications of New Features Part 1</p>
<p>spatial indexes, integrated full-text search</p>
<p>Problems addressed by sparse columns</p>
<p>Sparse columns and column sets</p>
<p>Sparse columns and filtered indexes, best practices for sparse columns</p>
<p>Constructing tabular data sets with sparse columns</p>
<p>Limitations of sparse columns and interaction with other features</p>
<p>Overview of filtered indexes</p>
<p>Using filtered indexes with sparse columns</p>
<p>Filtered statistics, monitoring filtered indexes and statistics</p>
<p>Using filtered indexes for improved index coverage</p>
<p>Management Implications of New Features Part 2</p>
<p>Filtered index best practices</p>
<p>Filtered index system metadata</p>
<p>Filtered index limitations</p>
<p>Change tracking overview, change tracking best practices</p>
<p>Change data capture (CDC) overview</p>
<p>Blob storage with Filestream overview, enabling Filestream</p>
<p>Filestream security, filestream and transactions, monitoring filestream storage</p>
<p>Filestream manageability</p>
<p>Scalability Enhancements</p>
<p>Data compression overview, data compression trade-offs</p>
<p>Estimating data compression space savings</p>
<p>Estimating data compressing space savings, choosing row compression</p>
<p>Enabling compression and comparing performance</p>
<p>Enabling and disabling compression, data compression options and syntax</p>
<p>Service broker improvements, Service Broker conversation priority</p>
<p>Query optimizer enhancements, MERGE overview</p>
<p>Forcing query optimizer plans with plan guides</p>
<p>Using plan guides</p>
<p>Star join optimizer improvements</p>
<p>Partitioning enhancements overview, partition-aligned indexed views</p>
<p>Partitioning and lock escalation enhancements</p>
<p>Improving concurrency with partition lock escalation</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Remote Access to Library Databases]]></title>
<link>http://blogdenlibrary.wordpress.com/2009/12/22/remote-access-to-library-databases/</link>
<pubDate>Tue, 22 Dec 2009 19:21:45 +0000</pubDate>
<dc:creator>kossonr</dc:creator>
<guid>http://blogdenlibrary.wordpress.com/2009/12/22/remote-access-to-library-databases/</guid>
<description><![CDATA[Remember: No matter where you are during winter break, as long as you&#8217;ve got Internet access, ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Remember: No matter where you are during winter break, as long as you&#8217;ve got Internet access, you&#8217;ve got full access to the library&#8217;s many databases.</p>
<p>Whether you access the databases through the <a title="CONSORT Catalog" href="http://consort.library.denison.edu/">catalog</a> or the <a title="Online Resources" href="http://www.denison.edu/library/research/databases.html">online resources</a> page, all you need to do is authenticate by providing your name and all the numbers on the back of your ID card.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Fu Ssu-nien Library - Harvard Yenching Library Chinese Rare Book Digitization Project]]></title>
<link>http://foreast.wordpress.com/2009/12/22/fu-ssu-nien-library-harvard-yenching-library-chinese-rare-book-digitization-project/</link>
<pubDate>Tue, 22 Dec 2009 17:46:24 +0000</pubDate>
<dc:creator>Tao</dc:creator>
<guid>http://foreast.wordpress.com/2009/12/22/fu-ssu-nien-library-harvard-yenching-library-chinese-rare-book-digitization-project/</guid>
<description><![CDATA[Fu Ssu-nien Library &#8211; Harvard Yenching Library Chinese Rare Book Digitization Project. This re]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://discovery.lib.harvard.edu/result.ashx?inlibrary=false&#38;noext=false&#38;debug=&#38;lastquery=%22fu%20ssu%20nien%20library%20harvard%20yenching%20library%20chinese%20rare%20book%20digitization%20project%22&#38;lvq=\%22fu%20ssu%20nien%20library%20harvard%20yenching%20library%20chinese%20rare%20book%20digitization%20project\%22&#38;lsi=user&#38;uilang=en&#38;searchmode=assoc&#38;hardsort=def&#38;skin=harvard&#38;rctx=Ae29B2AcSZYlJi9tynt%2FSvVK1_B0oQiAYBMk2JBAEOzBiM3mkuwdaUcjKasqgcplVmVdZhZAzO2dvPfee__999577733ujudTif33%2F8%2FXGZkAWz2zkrayZ4hgKrIHz9_fB8%2FIn6tX_PX_DV_zV%2Fj1%2Fg18PPJ%2FV%2Fz1%2Fj151l9mdWzrz46X6dNs06XRb5My2JSZ%2FV1ql_m1%2FlyOi_WF%2FYL%2FJU3eUp%2F5Omkqt6ms_KiaIsfZG1RLdNVXf10Pm0%2F_upnBerrnwVUiRy%2Fxq9zXixnv866yetf49f4NX7tWX7_6_D3XzdrmmoKmuF%2Fv1a_%2FDV_jf%2F7%2F%2F6%2F%2F_%2F%2F4OzX_DXwGQj5601%2F%2F_oyr3%2FN3V_n_P3P3%2F4a%2Fw8%3D&#38;c_over=1&#38;curpage=1&#38;concept=fu%20ssu%20nien%20library%20harvard%20yenching%20library%20chinese%20rare%20book%20digitization%20project&#38;branch=&#38;ref=&#38;i_fk=&#38;mxdk=-1&#38;q=%22fu%20ssu%20nien%20library%20harvard%20yenching%20library%20chinese%20rare%20book%20digitization%20project%22&#38;si=user&#38;cs=breadcrumb&#38;cmd=sort#&#38;frame=1261502945947" target="_blank">Fu Ssu-nien Library &#8211; Harvard Yenching Library Chinese Rare Book Digitization Project</a>.</p>
<p>This resource provides full images of about 300 Chinese rare books held by Harvard-Yenching Library, as part of an international cooperative project. More digitized books will become available via the online catalog of Harvard library.</p>
<p>What do you think of this resource?</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Job &amp; Career Accelerator Trial]]></title>
<link>http://snoislereference.wordpress.com/2009/12/21/job-career-accelerator-trial/</link>
<pubDate>Mon, 21 Dec 2009 18:29:59 +0000</pubDate>
<dc:creator>Christa Werle</dc:creator>
<guid>http://snoislereference.wordpress.com/2009/12/21/job-career-accelerator-trial/</guid>
<description><![CDATA[We have three trial accounts to evaluate Job &amp; Career Accelerator. Please let Christa Werle know]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>We have three trial accounts to evaluate Job &#38; Career Accelerator. Please let Christa Werle know if you are unable to access this trial product.<span style="font-weight:normal;"> </span></strong></p>
<p><strong>Getting Started with Job &#38; Career Accelerator:</strong></p>
<p><strong>In order to experience all that Job &#38; Career Accelerator has to offer, we encourage you to follow the recommended path provided within the application. After logging in using one of the trial accounts below, click on the &#8216;Get Started&#8217; tab and use the &#8216;Next&#8217; buttons at the bottom of each page to guide you through completing each step including the Personal Profile and Occupation Matcher. Once you have completed the Occupation Matcher, you will see your recommended occupations where you can: view and save occupation profile cards; learn more about each occupation; view available jobs; create resumes and cover letters; and track your job application progress.</strong></p>
<p><strong>You can also move around within Job &#38; Career Accelerator using the navigation bars and return at any time to where you left off. Your work is always saved as you progress.</strong></p>
<p><strong>As you complete different sections, you can also monitor your progress in the My Accelerator dashboard as well as access all of your saved work by clicking on the My Accelerator tab in the top navigation. </strong></p>
<p><strong>Trial Login Instructions:</strong></p>
<p><strong>To access the trial site, <a href="http://jca.learnatest.com/lel">CLICK HERE</a></strong></p>
<p><strong>Enter the user name and password corresponding to one of the trial accounts listed below in the &#8220;Returning User&#8221; login screen.</strong></p>
<p><strong>Trial Account 1:</strong></p>
<p><strong>User Name: JCA36025</strong></p>
<p><strong>Password:  gethired</strong></p>
<p><strong>Trial Account 2:</strong></p>
<p><strong>User Name: JCA77848</strong></p>
<p><strong>Password:  gethired</strong></p>
<p><strong>Trial Account 3:</strong></p>
<p><strong>User Name: JCA57875</strong></p>
<p><strong>Password:  gethired</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[BusinessDecision 2.0 Release Plans]]></title>
<link>http://snoislereference.wordpress.com/2009/12/21/businessdecision-2-0-release-plans/</link>
<pubDate>Mon, 21 Dec 2009 18:26:53 +0000</pubDate>
<dc:creator>Christa Werle</dc:creator>
<guid>http://snoislereference.wordpress.com/2009/12/21/businessdecision-2-0-release-plans/</guid>
<description><![CDATA[The following is the schedule of availability as we migrate to BusinessDecision 2.0. PLEASE NOTE: du]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The following is the schedule of availability as we migrate to BusinessDecision 2.0.<strong> </strong></p>
<p><strong> </strong></p>
<p><strong><em>PLEASE NOTE: due to the migration BusinessDecision will not be available 12/31/09 through 1/3/10.</em></strong></p>
<p><em> </em></p>
<ul>
<li>Access to the legacy version of BusinessDecision (what you are currently using) will end on 12/30/09.</li>
<li>Access to BusinessDecision 2.0 will begin on 1/4/2010.</li>
<li>The transition to BusinessDecision 2.0 will be completely seamless for you. You will not need to change anything on your website. Your current link to BusinessDecision will automatically direct end-users to BusinessDecision 2.0.</li>
<li>The first time end-users log on, they will be prompted to reconfirm their account by using their e-mail address as their username, and to create a new password.</li>
<li>We are working on migrating all projects created between July 2009 and December 2009.</li>
<li>Thematic maps will not be available on 1/4/2010. CIVICTechnologies is dependent upon delivery of code from ESRI to enable us to make thematic maps available to our end-users.  Once we receive the necessary code from ESRI we will provide a delivery date for thematic maps.</li>
<li>ESRI has informed us that thematic maps will require the use of Microsoft&#8217;s Silverlight. Therefore, Silverlight will eventually need to be installed on library computers using BusinessDecision 2.0. Silverlight can be downloaded free of charge from <a href="http://www.microsoft.com/silverlight/default.aspx">http://www.microsoft.com/silverlight/default.aspx</a>.</li>
<li>Geographic coverage is likely to be set to National coverage for a few weeks for all BusinessDecision customers to avoid potential problems during migration. Once the migration is complete in mid- to late-January we will reset your unique geographic coverage (if you have National coverage it will just remain that way).</li>
</ul>
<p><strong> </strong></p>
<p><strong>BusinessDecision 2.0 Training</strong></p>
<p>Training will be held at 8:00 a.m. Pacific and 1:00 p.m. Pacific every day during the week of January 4. <strong>Registration for training is required.</strong> <a href="http://spreadsheets.google.com/ccc?key=0AtRR_9YTvrhPdG9ySDJPVi1HaVE3dFZlZi1GaWhjVFE&#38;hl=en">Click here</a> to register for one of the training sessions.</p>
<p>We at CIVICTechnologies wish you and everyone one at your library a very happy holiday season and we look forward to sharing the new features and capabilities of BusinessDecision with you and your patrons in the New Year. We will have a list of all the new features available when you log on January 4, 2010.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cops to Wear Taser International's Body Cameras, Audio Recorders]]></title>
<link>http://unstructuredlibertynetworks.wordpress.com/2009/12/21/cops-to-wear/</link>
<pubDate>Mon, 21 Dec 2009 17:50:21 +0000</pubDate>
<dc:creator>UNETS Detroit</dc:creator>
<guid>http://unstructuredlibertynetworks.wordpress.com/2009/12/21/cops-to-wear/</guid>
<description><![CDATA[what happens when the officer forgets to shut off the recording and is caught making personal commen]]></description>
<content:encoded><![CDATA[what happens when the officer forgets to shut off the recording and is caught making personal commen]]></content:encoded>
</item>
<item>
<title><![CDATA[PubMed 2010]]></title>
<link>http://hslibrarynews.wordpress.com/2009/12/21/pubmed-2010/</link>
<pubDate>Mon, 21 Dec 2009 16:35:56 +0000</pubDate>
<dc:creator>jgudenas</dc:creator>
<guid>http://hslibrarynews.wordpress.com/2009/12/21/pubmed-2010/</guid>
<description><![CDATA[This past month, National Library of Medicine has been involved in the MEDLINE year-end updates and ]]></description>
<content:encoded><![CDATA[This past month, National Library of Medicine has been involved in the MEDLINE year-end updates and ]]></content:encoded>
</item>
<item>
<title><![CDATA[ Repurchase of Sun by Oracle: has wedges Brussels ]]></title>
<link>http://scriptforall.wordpress.com/2009/12/20/repurchase-of-sun-by-oracle-has-wedges-brussels/</link>
<pubDate>Sun, 20 Dec 2009 17:53:49 +0000</pubDate>
<dc:creator>kostland</dc:creator>
<guid>http://scriptforall.wordpress.com/2009/12/20/repurchase-of-sun-by-oracle-has-wedges-brussels/</guid>
<description><![CDATA[Business &#8211; the European commission announces to have opened an in-depth survey on the operatio]]></description>
<content:encoded><![CDATA[Business &#8211; the European commission announces to have opened an in-depth survey on the operatio]]></content:encoded>
</item>
<item>
<title><![CDATA[Christmas Around the World]]></title>
<link>http://librarianbrain.wordpress.com/2009/12/20/christmas-around-the-world-2/</link>
<pubDate>Sun, 20 Dec 2009 14:35:35 +0000</pubDate>
<dc:creator>deweydiva</dc:creator>
<guid>http://librarianbrain.wordpress.com/2009/12/20/christmas-around-the-world-2/</guid>
<description><![CDATA[Have you ever wondered how other cultures celebrate Christmas? Great, let’s get started with Lands a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Have you ever wondered how other cultures celebrate Christmas? Great, let’s get started with <a href="http://0-lp.grolier.com.ilsweb.lvccld.org/">Lands and People</a>!</p>
<p>Remember to access this electronic resource; you must be a resident of Las Vegas, with a valid card # and PIN.</p>
<p><strong>Lands and People</strong> is extremely easy to use, you can simply enter a search term in the search box next to <strong>Find it Fast</strong>. Or you limit your results to one type of publication, such as an Atlas, Encyclopedia or Dictionary.</p>
<p><strong>Find it Fast</strong><br />
1. Simply enter the term <strong>Christmas</strong> in the search box. You will get a list of several countries that celebrate <strong>Christmas</strong>.</p>
<p><a href="http://librarianbrain.wordpress.com/files/2009/12/lands-and-people1.jpg"><img class="aligncenter size-medium wp-image-4379" title="lands and people" src="http://librarianbrain.wordpress.com/files/2009/12/lands-and-people1.jpg?w=300" alt="" width="300" height="225" /></a><br />
2. Scroll down the list until you find a country you are interested in, and then simply click on it.<br />
<a href="http://librarianbrain.wordpress.com/files/2009/12/lands-and-people-2.jpg"><img class="aligncenter size-medium wp-image-4377" title="lands and people 2" src="http://librarianbrain.wordpress.com/files/2009/12/lands-and-people-2.jpg?w=300" alt="" width="300" height="225" /></a></p>
<p>3. Next, scroll through the article until you see the word <span style="color:#ff0000;">Christmas highlighted in red</span>. This is where you will find the information about the traditions and how this country celebrates Christmas.</p>
<p><strong>Publication Search</strong><br />
1. Click on any publication to search in. the list includes, Encyclopedia, Atlas, Almanac, and many more.</p>
<p><a href="http://librarianbrain.wordpress.com/files/2009/12/lands-and-people-3.jpg"><img class="aligncenter size-medium wp-image-4378" title="lands and people 3" src="http://librarianbrain.wordpress.com/files/2009/12/lands-and-people-3.jpg?w=300" alt="" width="300" height="225" /></a><br />
2. This allows you to limit your search only to the publication selected, which will give you fewer results than if you search all publications at once.</p>
<p>Was that easy? Remember this does not only have to be used for celebrations, you can also use this when you have to do your country projects as well.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
