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

<channel>
	<title>jekys</title>
	<atom:link href="http://jekys-blog.ru/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://jekys-blog.ru</link>
	<description></description>
	<lastBuildDate>Sat, 04 Sep 2010 10:59:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pick operating system</title>
		<link>http://jekys-blog.ru/?p=429</link>
		<comments>http://jekys-blog.ru/?p=429#comments</comments>
		<pubDate>Sat, 04 Sep 2010 10:59:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operation systems]]></category>
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://jekys-blog.ru/?p=429</guid>
		<description><![CDATA[The Pick database is a &#8216; hash-file &#8216; data management system. A hash-file system is a collection of dynamic associative arrays which are organized altogether and linked and controlled using associative files as a database management system. Being hash-file oriented, Pick provides efficiency in data access time. All data structures in Pick are hash-files (at [...]]]></description>
			<content:encoded><![CDATA[<p>The Pick database is a &#8216; hash-file &#8216; data management system. A hash-file system is a collection of dynamic associative arrays which are organized altogether and linked and controlled using associative files as a database management system. Being hash-file oriented, Pick provides efficiency in data access time. All data structures in Pick are hash-files (at the lowest level) meaning records are stored as associated couplets of a primary key to a set of values.</p>
<p><span id="more-429"></span>
<p>A Pick database is divided into one or more accounts, master dictionaries, dictionaries, files and sub-files, each of which is a hash-table oriented file. These files contain records made up of fields, sub-fields and sub-sub-fields. In Pick, records are called items, fields are called attributes, and sub-fields are called values or sub-values (hence the present-day label &laquo;multivalued database&raquo;). All records are variable-length, and field and values are marked off by special delimiters, so that any file, record, or field may contain any number of entries of the lower level of entity. As a result, a Pick item (record) can be one complete entity (one entire invoice, purchase order, sales order, etc.), or is like a file on most conventional systems. Entities that are stored as &#8216;files&#8217; in other common-place systems (i.e. source programs and text documents) must be stored as records within files on Pick.</p>
<p>The file hierarchy is roughly equivalent to the common Unix-like hierarchy of directories, sub-directories, and files. Dictionaries are similar to directories in that they store pointers to other dictionaries, files and executable programs. Dictionaries also contain the command-line language. The command-line language is extensible and hierarchically inherited, meaning that a dictionary at one level will use all of the lexical definitions from its higher level &#8216;parent&#8217; dictionaries.</p>
<p>All files (accounts, dictionaries, files, sub-files) are organized identically as are all records. This uniformity is exploited throughout the system, both by system functions, and by the system administration commands. For example, the &#8216;find&#8217; command will find and report the occurrence of a word or phrase in a file, and can operate on any account, dictionary, file or sub-file.</p>
<p>Each record must have a unique, primary key which determines where in a file that record is stored. To retrieve a record, its key is hashed and the resultant value specifies which of a set of discrete &laquo;buckets&raquo; (called &laquo;groups&raquo;) to look in for the record. (Within a bucket, records are scanned sequentially.) Therefore, most records (i.e. a complete document) can be read-up using one single disk-read operation. This same method is used to write the record back to its correct &laquo;bucket&raquo;.</p>
<p>In its initial implementation, Pick records were limited to 32K bytes in total (when a 10MB hard disk cost US$ 5000), although this limit was removed in the 1980s. Files can retain an unlimited number of records, but retrieval efficiency is determined by the number of records relative to the number of buckets allocated to the file. Each file may be initially allocated as many buckets as required, although changing this extent later may (for some filetypes) require the file to be quiescent. All modern multi-value databases have a special file-type which changes extent dynamically as the file is used. These use a technique called linear hashing, who&#8217;s cost is proportional to the change in file size, not (as in typical hashed files) the file size itself. All files start as a contiguous group of disk pages, and grow by linking additional &laquo;overflow&raquo; pages from unused disk space.</p>
<p>Initial Pick implementations had no index structures as they were not deemed necessary. Around 1990, a B-tree indexing feature was added. This feature makes secondary key look-ups operate much like keyed inquiries of any other database system: requiring at least two disk reads (a key read then a data-record read).</p>
<p>Files include a &laquo;dictionary&raquo; fork, and the items in the dictionary fork serve as definitions for the names and structure of the items in the data fork. The dictionary is optional, the system does not use the contents of the dictionary to ensure the integrity of the file as some other DBMS file-systems do; rather it is used only for the reporting tool. A Pick database has no data typing since all data is stored as characters, including numbers (which are stored as character decimal digits). Data Integrity , rather than being controlled by the system, is controlled by the applications and the discipline of the programmers. But, because a logical document in Pick is not fragmented (as it would be in SQL) intra-record integrity is automatic.</p>
<p>In contrast to many SQL  database systems , Pick allows for multiple, pre-computed field aliases. For example, a date field may have an alias definition for the format 12 Oct 1999, and another alias formatting that same date field like 10/12/99. File cross-connects or joins are handled as a synonym definition of the foreign key. A customer&#8217;s data, such as name and address, are &#8216;joined&#8217; from the customer file into the invoice file via a synonym definition of customer number in the invoice dictionary.</p>
<p>Pick record structure favors a &laquo;denormalized&raquo; decomposition, where all of the data for an entity is stored in a single record, obviating the need to perform joins . Managing large, sparse data sets in this way can result in efficient use of storage space.</p>
<p>Pick was originally implemented as the Generalized Information Retrieval Language System (GIRLS) on an IBM System/360 in 1965 by Don Nelson and Dick Pick at TRW for use by the U.S. Army to control the inventory of Cheyenne helicopter parts. Pick was subsequently commercially released in 1973 by Microdata (and their British distributor CMC) as the Reality Operating System now supplied by Northgate Information Solutions .</p>
<p>Originally on the Microdata implementation, and subsequently implemented on all Pick systems, a BASIC -like language called Data/BASIC with numerous syntax extensions for smart terminal interface and database operations was the primary programming language for applications. A PROC procedure language was provided for executing scripts . A SQL -style language called ENGLISH allowed database retrieval and reporting, but not updates (although later, the English command &laquo;REFORMAT&raquo; allowed updates on a batch basis). ENGLISH did not fully allow manipulation of the 3-dimensional multivalued structure of data records. Nor did it directly provide common relational capabilities such as joins . This was because powerful data dictionary redefinitions for a field allowed joins via the execution of a calculated lookup in another file. The system included a spooler . A simple text editor for file-system records was provided, but the editor was only suitable for system maintenance, and could not lock records, so most applications were written with the other tools such as Batch, RPL, or the BASIC language so as to ensure data validation and allow record locking .</p>
<p>Dick Pick had founded Pick &#038; Associates, later renamed Pick Systems then Raining Data and currently called TigerLogic, and licensed what was now called &laquo;Pick&raquo; to a large variety of manufacturers and vendors who have produced different &laquo;flavors&raquo; of Pick. The database flavors sold by TigerLogic is now known as D3, mvBase, and mvEnterprise. Those sold by IBM under the &raquo; U2 &raquo; umbrella are known as UniData and UniVerse. Dick Pick died of stroke complications in October 1994.</p>
<p>Pick Systems was often tangled in licensing litigation, and relatively little effort was devoted to marketing and improving the software. Subsequent ports of Pick to other platforms generally offered the same tools and capabilities for many years, usually with relatively minor improvements and simply renamed (for example, Data/BASIC became Pick/BASIC and ENGLISH became ACCESS ). Licensees often developed proprietary variations and enhancements (for example, Microdata created their own input processor called ScreenPro). The resulting fragmented plethora of non-standard implementations caused the various Pick systems to wander ineffectively while the rest of the industry moved forward. As a result, Pick is no longer as popular or successful or discussed as it once was.</p>
<p class="source_url">Source: <noindex><a href="http://en.wikipedia.org" target="_blank" rel="external nofollow">http://en.wikipedia.org</a></noindex></p>
]]></content:encoded>
			<wfw:commentRss>http://jekys-blog.ru/?feed=rss2&amp;p=429</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X:  Disk Drives Not Showing On Desktop</title>
		<link>http://jekys-blog.ru/?p=428</link>
		<comments>http://jekys-blog.ru/?p=428#comments</comments>
		<pubDate>Fri, 03 Sep 2010 10:56:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operation systems]]></category>
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://jekys-blog.ru/?p=428</guid>
		<description><![CDATA[With Macintosh OS X, it is possible to configure the desktop so that disk drives are not shown.
In the Finder, go to the File menu and select Preferences .
In the window that appears, there is a list of three checkboxes: &#171;Hard disks&#187;, &#171;Removable media&#187; (such as CDs), and &#171;Connected Servers&#187;. Checking the checkboxes will cause [...]]]></description>
			<content:encoded><![CDATA[<p>With Macintosh OS X, it is possible to configure the desktop so that disk drives are not shown.</p>
<p>In the Finder, go to the <b>File</b> menu and select <b>Preferences</b> .</p>
<p>In the window that appears, there is a list of three checkboxes: &laquo;Hard disks&raquo;, &laquo;Removable media&raquo; (such as CDs), and &laquo;Connected Servers&raquo;. Checking the checkboxes will cause those disk drives to appear on the desktop; unchecking any of them will remove that type of drive from the desktop. The drives are still available by opening a new Finder window,  they&#8217;re just not displayed on the desktop.</p>
<p><span id="more-428"></span>
<p>In Mac OS 10.3.X, Finder Preferences is divided into several parts.  In order to find the checkboxes that control which disks appear on the desktop click on &laquo;General&raquo;, the leftmost icon in the tool bar at the top of the preferences window.</p>
<p>In a situation where only some of the disks appear on the desktop</p>
<p class="source_url">Source: <noindex><a href="http://8help.osu.edu" target="_blank" rel="external nofollow">http://8help.osu.edu</a></noindex></p>
<ul class="postovie">
<li><a href="http://store.artlebedev.ru/office/accessories/taskwatch/ ">самолично</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jekys-blog.ru/?feed=rss2&amp;p=428</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug &#124; Android Developers</title>
		<link>http://jekys-blog.ru/?p=427</link>
		<comments>http://jekys-blog.ru/?p=427#comments</comments>
		<pubDate>Thu, 02 Sep 2010 09:56:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operation systems]]></category>
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://jekys-blog.ru/?p=427</guid>
		<description><![CDATA[Enable qemu tracing. For this to work requires running everything inside  the qemu emulator; otherwise, this method will have no effect. The trace  file is specified on the command line when the emulator is started. For  example, the following command line emulator -trace foo  will start running the emulator and create [...]]]></description>
			<content:encoded><![CDATA[<p>Enable qemu tracing. For this to work requires running everything inside  the qemu emulator; otherwise, this method will have no effect. The trace  file is specified on the command line when the emulator is started. For  example, the following command line emulator -trace foo  will start running the emulator and create a trace file named &laquo;foo&raquo;. This  method simply enables writing the trace records to the trace file.</p>
<p><span id="more-427"></span>
<p>The main differences between this and startMethodTracing() are  that tracing in the qemu emulator traces every cpu instruction of every  process, including kernel code, so we have more complete information,  including all context switches. We can also get more detailed information  such as cache misses. The sequence of calls is determined by  post-processing the instruction trace. The qemu tracing is also done  without modifying the application or perturbing the timing of calls  because no instrumentation is added to the application being traced.</p>
<p>One limitation of using this method compared to using  startMethodTracing() on the real device is that the emulator  does not model all of the real hardware effects such as memory and  bus contention.  The emulator also has a simple cache model and cannot  capture all the complexities of a real cache.</p>
<p class="source_url">Source: <noindex><a href="http://developer.android.com" target="_blank" rel="external nofollow">http://developer.android.com</a></noindex></p>
<ul class="postovie">
<li><a href="http://store.artlebedev.ru/computer_add-ons/sonicum ">Так</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jekys-blog.ru/?feed=rss2&amp;p=427</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco IOS and NX-OS Software</title>
		<link>http://jekys-blog.ru/?p=425</link>
		<comments>http://jekys-blog.ru/?p=425#comments</comments>
		<pubDate>Wed, 01 Sep 2010 09:42:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operation systems]]></category>
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://jekys-blog.ru/?p=425</guid>
		<description><![CDATA[Reduce your total cost of ownership and increase business productivity with the Cisco IOS portfolio, one of the most recognized and deployed software systems in the world.

Cisco IOS:Cisco IOS Software is the world&#8217;s premiere network infrastructure software, delivering seamless integration of technology innovation, business-critical services, and hardware support   Cisco IOS XE Software:Software for [...]]]></description>
			<content:encoded><![CDATA[<p>Reduce your total cost of ownership and increase business productivity with the Cisco IOS portfolio, one of the most recognized and deployed software systems in the world.</p>
<p><img src="/wp-content/uploads/2010/09/img4bc33e5ee2c87.jpg" class="c_image" /></p>
<p>Cisco IOS:Cisco IOS Software is the world&#8217;s premiere network infrastructure software, delivering seamless integration of technology innovation, business-critical services, and hardware support   Cisco IOS XE Software:Software for optimal services enablement used at the Enterprise and Service Provider Edge   Cisco IOS XR Software:The foundation for network and service convergence   Cisco NX-OS:The data center-class operating system for the virtualized data center</p>
<p><span id="more-425"></span>
<p>New releases deliver cutting-edge technologies and industry-leading functionality.</p>
<p>Cisco IOS technologies include innovative capabilities designed to amplify and extend network functions.</p>
<p>Get details about how to download, update, and upgrade Cisco IOS Software along with information about licensing and hardware considerations.</p>
<p class="source_url">Source: <noindex><a href="http://www.cisco.com" target="_blank" rel="external nofollow">http://www.cisco.com</a></noindex></p>
]]></content:encoded>
			<wfw:commentRss>http://jekys-blog.ru/?feed=rss2&amp;p=425</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Player</title>
		<link>http://jekys-blog.ru/?p=424</link>
		<comments>http://jekys-blog.ru/?p=424#comments</comments>
		<pubDate>Tue, 31 Aug 2010 09:45:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operation systems]]></category>
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://jekys-blog.ru/?p=424</guid>
		<description><![CDATA[VMware Player is the easiest way to run multiple operating systems at the same time on your PC.  With its user-friendly interface, VMware Player makes it effortless for anyone to try out Windows 7, Chrome OS or the latest Linux releases, or create isolated virtual machines to safely test new software and surf the [...]]]></description>
			<content:encoded><![CDATA[<p>VMware Player is the easiest way to run multiple operating systems at the same time on your PC.  With its user-friendly interface, VMware Player makes it effortless for anyone to try out Windows 7, Chrome OS or the latest Linux releases, or create isolated virtual machines to safely test new software and surf the Web. VMware Player can also be used to run a virtual copy of an old PC so that you can recycle the old machines you have under your desk or stored in the closet.</p>
<p><span id="more-424"></span>
<p>Home  >  Products  >  Desktop Products  >  VMware Player</p>
<p class="source_url">Source: <noindex><a href="http://www.vmware.com" target="_blank" rel="external nofollow">http://www.vmware.com</a></noindex></p>
]]></content:encoded>
			<wfw:commentRss>http://jekys-blog.ru/?feed=rss2&amp;p=424</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft, Adobe to release important security pat&#8230;</title>
		<link>http://jekys-blog.ru/?p=423</link>
		<comments>http://jekys-blog.ru/?p=423#comments</comments>
		<pubDate>Mon, 30 Aug 2010 04:33:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operation systems]]></category>
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://jekys-blog.ru/?p=423</guid>
		<description><![CDATA[BEIJING, April 12 (Xinhuanet) &#8212; Microsoft is to issue 11 security bulletins on Tuesday to fix 25 vulnerabilities in Windows, Microsoft Office, and Exchange. The patches also coincide with a major release of security updates from Adobe Systems.
According to an advanced notification released by Microsoft, the double-digit security bulletin, which will be released by the [...]]]></description>
			<content:encoded><![CDATA[<p>BEIJING, April 12 (Xinhuanet) &#8212; Microsoft is to issue 11 security bulletins on Tuesday to fix 25 vulnerabilities in Windows, Microsoft Office, and Exchange. The patches also coincide with a major release of security updates from Adobe Systems.</p>
<p>According to an advanced notification released by Microsoft, the double-digit security bulletin, which will be released by the company on April 13th, 5 out of 11 security updates have been labeled as &#8216;Critical&#8217; and are related to remote code execution affecting Microsoft Windows. Five other vulnerabilities have been categorized as &#8216;Important&#8217; and affect Windows, Office and Exchange, whereas one update is &#8216;moderate&#8217; and relates to spoofing in the Windows OS.</p>
<p><span id="more-423"></span>
<p>Microsoft&#8217;s flagship operating system, Windows 7, will also be served with four of the 11 security updates, including a patch for the recently discovered VB script F1 vulnerability in which users who pressed F1 after being prompted by a website, received malicious content which was injected into their PCs.</p>
<p>Disclosed on March 1, it affects older versions of Windows running Internet Explorer. The patch is being release despite the fact the vulnerability does not affect Windows 7 PCs. Commenting on the unnecessary Windows 7 patch, Microsoft said in a security bulletin that it “recommends that customers of this software apply this security update as a defense-in-depth measure.”</p>
<p>The other advisory to be closed is 977544, which involves a hole in Server Message Block (SMB) protocol that could allow a denial-of-service attack and that dates back to November. Software affected by the updates includes Windows 2000, XP, Vista, Windows 7, Server 2003, Server 2008, Office XP, Office 2003, 2007 Microsoft Office System and Exchange Server 2000, 2003, 2007, and 2010.</p>
<p>Also on Tuesday, Adobe Systems will release security updates for Reader and Acrobat via a new update system. Adobe has quarterly security update releases that coincide with Microsoft&#8217;s Patch Tuesdays. The updates affect Adobe Reader 9.3.1 for Windows, Mac, and Unix, Acrobat 9.3.1 for Windows and Mac, and Reader 8.2.1 and Acrobat 8.2.1 for Windows and Mac.</p>
<p>The company has been testing the updater technology with a sample of customers since Oct. 13. Users can set the system to automatically update, meaning the software will be downloaded and installed after it is available from Adobe, or semi-automatically so that the update is downloaded automatically but the user chooses when to install it.</p>
<p class="source_url">Source: <noindex><a href="http://news.xinhuanet.com" target="_blank" rel="external nofollow">http://news.xinhuanet.com</a></noindex></p>
<ul class="postovie">
<li><a href="http://store.artlebedev.ru/toys/morphers/ ">из-за</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jekys-blog.ru/?feed=rss2&amp;p=423</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New data suggests new MacBooks coming soon</title>
		<link>http://jekys-blog.ru/?p=422</link>
		<comments>http://jekys-blog.ru/?p=422#comments</comments>
		<pubDate>Sun, 29 Aug 2010 03:13:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operation systems]]></category>
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://jekys-blog.ru/?p=422</guid>
		<description><![CDATA[Against a backdrop of rampant rumors about new MacBook Pros, the latest rumor is getting a lot of attention.
Rumors are coming fast and furious because MacBook Pros are due to be updated with new Intel silicon&#8211;that is, new mobile Core i5 and/or Core i7 processors. PC makers like Hewlett-Packard, Toshiba, Dell, and Sony have already [...]]]></description>
			<content:encoded><![CDATA[<p>Against a backdrop of rampant rumors about new MacBook Pros, the latest rumor is getting a lot of attention.</p>
<p>Rumors are coming fast and furious because MacBook Pros are due to be updated with new Intel silicon&#8211;that is, new mobile Core i5 and/or Core i7 processors. PC makers like Hewlett-Packard, Toshiba, Dell, and Sony have already moved en masse to the Intel chips, which came out in January.</p>
<p><span id="more-422"></span>
<p>This time the speculation seems more legit because blogs are citing new MacBook part numbers that Macrumors says it has independently confirmed as real. Others also seem to be taking the new data seriously.</p>
<p>Though timing is not certain, the emergence of part numbers may indicate the update will happen sooner rather than later.</p>
<p>9to5Mac speculates that the updates are 15- and 17-inch MacBook Pros.</p>
<p>And that&#8217;s not all. Best Buy is showing no stock for certain MacBook Pro 15.4-inch models, both online and in-store at many locations. Whether this is indicative of an imminent MacBook update is not clear, however.</p>
<p>Brooke Crothers has been an editor at large at CNET News, an analyst at IDC Japan, and an editor at The Asian Wall Street Journal Weekly, among other endeavors, including co-manager of an after-school math-and-reading center. He writes for the CNET Blog Network and is not a current employee of CNET. Disclosure .</p>
<p class="source_url">Source: <noindex><a href="http://news.cnet.com" target="_blank" rel="external nofollow">http://news.cnet.com</a></noindex></p>
]]></content:encoded>
			<wfw:commentRss>http://jekys-blog.ru/?feed=rss2&amp;p=422</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sky Blue FC vs. Chicago Red Stars: A Play-By-Play &#8230;</title>
		<link>http://jekys-blog.ru/?p=420</link>
		<comments>http://jekys-blog.ru/?p=420#comments</comments>
		<pubDate>Sat, 28 Aug 2010 03:05:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operation systems]]></category>
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://jekys-blog.ru/?p=420</guid>
		<description><![CDATA[
T-60 minutes to kickoff: At the friendly confines of Yurcak Field on the campus of Rutgers University, the New York/New Jersey Sky Blue Football Club (otherwise known as Sky Blue FC) adds a star above its shield&#8230;and a trophy to defend.
Pauliina Miettenen&#8217;s Ladies of the Raritan take on a Chicago Red Stars side looking to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2010/08/img4bc2aac065a4a" class="c_image" /></p>
<p>T-60 minutes to kickoff: At the friendly confines of Yurcak Field on the campus of Rutgers University, the New York/New Jersey Sky Blue Football Club (otherwise known as Sky Blue FC) adds a star above its shield&#8230;and a trophy to defend.</p>
<p>Pauliina Miettenen&#8217;s Ladies of the Raritan take on a Chicago Red Stars side looking to bounce back from a difficult inaugural year.</p>
<p><span id="more-420"></span>
<p>Sky Blue FC returns the bulk of its roster for the 2010 season. As with last year, the club is led by forward Natasha Kai, midfielders Carli Lloyd and Rosana and defender Keeley Dowling.</p>
<p>T-30: Line-ups&#8230;</p>
<p>17 Keeley Dowling&#8212;- 4 Daphne Koster &#8212;- 14 Brittany Taylor &#8212;- 7 Meghan Schnur</p>
<p>9 Heather O&#8217;Reilly &#8212;- 10 Carli Lloyd &#8212;- 13 Yael Averbuch &#8212;- 8 Kacey White</p>
<p>Substitutes:</p>
<p>Kalmari, an accomplished import from Finland, is expected to get plenty of touches today.</p>
<p>Colors: White tops with Chicago insignia, light blue shorts, white socks</p>
<p>2 Marian Dalmy &#8212;- 15 Kate Markgraf &#8212;- 4 Ifemoma Dieke &#8212;- 9 Whitney Engen</p>
<p>10 Kosovare Asllani &#8212;- 17 Katie Chapman &#8212;- 6 Brittany Klein &#8212;- 38 Julianne Sitch</p>
<p>Substitutes:</p>
<p><strong>FIRST HALF START: 3:05 p.m.</strong></p>
<p>1&#8242;—We are underway. Typing up the lineups as we speak, so there will be not as much commentary early.</p>
<p>6&#8242;—GOAL! Sky Blue FC 6 Natasha Kai Assist 10 Carli Lloyd</p>
<p>Excellent run off the offside trap, and a great pass by Lloyd to make it 1-0. I haven&#8217;t even completed typing the lineups yet, and already we have our first goal.</p>
<p>9&#8242;—Chicago will be on its heels for the rest of this game.</p>
<p>13&#8242;—As I said, there has not been much commentary from me on the match until now because of filling out the rosters and also commenting on MLS matters. I have had to deal with issues regarding frosted windows on my OS. You figure it out. Here&#8217;s Megan Schnur, but that pass for her was too strong. Goal kick. Offsides on Natasha Kai.</p>
<p>14&#8242;—A shot for Cristiane goes wide left. Sky Blue threw the gauntlet, Chicago picks it up.</p>
<p>15&#8242;—Lloyd snatches that up. Transition for Chicago never got started. The official today is Ted Unkel.</p>
<p>17&#8242;—Bardsley saved the corner. Here comes Sky Blue FC. The Red Stars defense holds in their third.</p>
<p>19&#8242;—Shot for Averbuch goes high and over for a goal kick.</p>
<p>20&#8242;—Cristiane is marked by Daphne Koster.</p>
<p>21&#8242;—Loyden never troubled on that offensive stanza. I&#8217;m looking at this match, and both sides need to pick up the pace.</p>
<p>24&#8242;—Kai looks a bit shaken up right now.</p>
<p>25&#8242;—Chicago has had their chances. Here&#8217;s another: their fifth corner of the match.</p>
<p>Bardsley hasn&#8217;t been tested, and offsides has been given. Goal kick.</p>
<p>28&#8242;—Sky Blue continues to push for a second.</p>
<p>29&#8242;—I haven&#8217;t paid much attention to the twittering going on. Loyden takes that easily.</p>
<p>31&#8242;—Sky Blue picks up the pace. Dalmy clears that one.</p>
<p>32&#8242;—Here come the Red Stars. They haven&#8217;t been able to do anything right now offensively. It&#8217;s been painful.</p>
<p>34&#8242;—One more corner for Chicago. One more clearance for the home side.</p>
<p>35&#8242;—Excellent work from Engen to mark O&#8217;Reilly.</p>
<p>36&#8242;—A chance for Carli Lloyd to facilitate goes awry.</p>
<p>38&#8242;—This is what makes Karen Bardsley a solid goalkeeper in the WPS: she knows the tendencies of those who take corners.</p>
<p>39&#8242;—Sitch&#8217;s chance goes wide.</p>
<p>43&#8242;—Here comes Chicago&#8217;s Kosovare Asllani.  Her free kick goes wide, and there will be no stoppage time.</p>
<p>45&#8242;—First half ends, and the score:</p>
<p>SECOND HALF START: 4:07 P.M.</p>
<p>46&#8242;—Sky Blue FC begins the proceedings for this half.</p>
<p>47&#8242;—Chapman clears a Sky Blue volley that hits side netting, but it&#8217;s a corner. Too high of an attempt by Cristiane.</p>
<p>50&#8242;—Sky Blue FC continues to press for a second.</p>
<p>52&#8242;—Here&#8217;s Cristiane, but Heather O&#8217;Reilly marks her.</p>
<p>53&#8242;—Ella Masar&#8217;s attempt to tap one home is stopped. I wonder if Miettenen&#8217;s ladies will be content to finish one goal up; Chicago has been pushing for an equalizer.</p>
<p>57&#8242;—Cristiane still hasn&#8217;t found her touch. She didn&#8217;t have this problem as a player for Santos.</p>
<p>59&#8242;—Here&#8217;s O&#8217;Reilly with another volley inside the box. Loyden takes it.</p>
<p>62&#8242;—Emma Hayes asks for her team to crank up the pace. </p>
<p>63&#8242;—Collision inside the box results in a goal kick for Loyden.</p>
<p>68&#8242;—Chicago hasn&#8217;t been rolling. They have been flat this match.</p>
<p>71&#8242;—The Sky Blue fans were looking for a point to the spot by Unkel for the challenge on Rosana. Wide shot by Cristiane.</p>
<p>73&#8242;—By the way, I reserve my right to keep Kai&#8217;s first name as is. That would be like calling Richard Hamilton &laquo;Rip Hamilton&raquo; for the long haul.</p>
<p>74&#8242;—Chicago has to be frustrated by its inability to finish in the attacking third, and rightfully so. The home fans with their thundersticks don&#8217;t mind. Good turnout for this one.</p>
<p>76&#8242;—Landstrom had a chance saved by Loyden.</p>
<p>Can Nogueira get the equalizer that has been eluding Chicago tonight?</p>
<p>79&#8242;—Free kick for the Red Stars for Nogueira, but that doesn&#8217;t amount to much.</p>
<p>80&#8242;—Here&#8217;s Cristiane again with the shot, but Koster is there.</p>
<p>81&#8242;—Another save by Loyden. Boy, hasn&#8217;t she been in a rhythm?</p>
<p>82&#8242;—Unkel again fails to point to the spot. Good stop by Bardsley.</p>
<p>83&#8242;—A high shot by Cristiane. This has been a problem for the Brazilian last  season.</p>
<p>84&#8242;—Sky Blue FC feels like the match with the now folded Los Angeles Sol was last week. Dowling is walking with a limp.</p>
<p>87&#8242;—Bardsley is going off her line for that save. She&#8217;s had to manage the night, and she is doing her job well.</p>
<p>88&#8242;—Here comes Sky Blue FC. Volley punched away by Loyden, and the Red Stars go in transition.</p>
<p>89&#8242;—Asllani can&#8217;t believe her bad luck.</p>
<p>90&#8242; + 1&#8242;—Landstrom couldn&#8217;t connect onthe header. Two minutes of stoppage time.</p>
<p>90&#8242; + 2&#8242;—And that&#8217;s a wrap.</p>
<p class="source_url">Source: <noindex><a href="http://bleacherreport.com" target="_blank" rel="external nofollow">http://bleacherreport.com</a></noindex></p>
]]></content:encoded>
			<wfw:commentRss>http://jekys-blog.ru/?feed=rss2&amp;p=420</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ferguson: «Título escorregou e dificilmente seremo&#8230;</title>
		<link>http://jekys-blog.ru/?p=419</link>
		<comments>http://jekys-blog.ru/?p=419#comments</comments>
		<pubDate>Fri, 27 Aug 2010 01:59:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operation systems]]></category>
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://jekys-blog.ru/?p=419</guid>
		<description><![CDATA[Foi muito mais do que um empate, foi o adeus ao título. Esta é, pelo menos, a convicção do treinador do Manchester United,                         Alex Ferguson, crente que o campeão da Premier [...]]]></description>
			<content:encoded><![CDATA[<p>Foi muito mais do que um empate, foi o adeus ao título. Esta é, pelo menos, a convicção do treinador do Manchester United,                         Alex Ferguson, crente que o campeão da Premier League será o Chelsea.</p>
<p>«Eles jogam terça-feira em casa com o Bolton                         e espera-se que ganhem. Nós tínhamos de ganhar todos os jogos até aqui e não conseguimos. É uma desilusão para nós, o título                         escorregou-nos hoje [domingo] da mão. Vai ser muito difícil ganhar este campeonato e só a derrota do Chelsea nos permite voltar                         a acreditar», assumiu o técnico escocês, que está a um ponto dos «blues» mas tem um jogo a mais disputado.</p>
<p><span id="more-419"></span>
<p>Para Alex                         Ferguson, a sua equipa podia e devia ter feito melhor: «Valencia devia ter marcado [mesmo antes do intervalo]. Era uma oportunidade                         de ouro e o momento também, a cinco minutos do final da primeira parte. Tivemos as oportunidades do jogo e devíamos ter feito                         mais.»</p>
<p class="source_url">Source: <noindex><a href="http://www.maisfutebol.iol.pt" target="_blank" rel="external nofollow">http://www.maisfutebol.iol.pt</a></noindex></p>
]]></content:encoded>
			<wfw:commentRss>http://jekys-blog.ru/?feed=rss2&amp;p=419</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How iPad Changed My Life</title>
		<link>http://jekys-blog.ru/?p=417</link>
		<comments>http://jekys-blog.ru/?p=417#comments</comments>
		<pubDate>Wed, 25 Aug 2010 23:24:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Operation systems]]></category>
		<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://jekys-blog.ru/?p=417</guid>
		<description><![CDATA[
So I’m a hypocrite. After swearing that there was no way I’d ever own a tablet with a phone operating system , I broke down and got one. At this price point, I don’t see how I couldn’t.  The wife couldn’t be happier, one needs just look at my bathroom above to see why. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2010/08/img4bc2767de2ec6.png" class="c_image" /></p>
<p>So I’m a hypocrite. After swearing that there was no way I’d ever own a tablet with a phone operating system , I broke down and got one. At this price point, I don’t see how I couldn’t.  The wife couldn’t be happier, one needs just look at my bathroom above to see why. Gone are the endless stacks of magazines and books. Gone, is the image of her husband stuck behind his desk, nose in the computer (now, I’m on the couch, nose in the iPad, but at least being in the same room gives the impression of being engaged with the family).</p>
<p><span id="more-417"></span>
<p>Follow me after the jump for my impressions after week one.</p>
<p>I feel like I’m gonna break this damn thing, the polished aluminum back is too slick. One drop and poof seven hundred bucks bye-bye.  Fortunately after my case arrived a few days later, it provided me with grip so I could really get down and use iPad.</p>
<p>First off, where the hell is the back button? Seriously, you can’t tell me that if I’m reading a magazine, and an notification comes up, I click to dismiss, and poof, I’m gone. To get back to where I was I gotta go all the way out, and fire up the magazine reader again? Seriously ? The company known for its usability though that was a pleasant user experience? There are a few other things that caught me by surprise, but the no back button, multi-tasking thing is taking the most effort to get used to.</p>
<p>As you’d expect the iPad’s collaboration plaform is pretty, and very functional. The calendar application on iPad looks and works significantly better than even it’s OS X counterpart (on frustration: can’t swipe to change “pages” and move to the next day, how crazy stupid is that). What is unexpected is that iPad’s collaboration apps actually work with Microsoft Exchange BETTER than MS Entourage on OS X.</p>
<p>This isn’t a look and feel issue, it’s plug it in and make it work issue. iPad’s apps, work with Exchange servers back to 2004, including global address book look up over the web, something I wish Entourage did.  Even though the iPad’s applications are all separate, each is just incredibly functional, and they work together behind the scenes, in short I don’t miss Entourage at all. This experience was good enough to get me to ditch Entourage on my desktop, and give the native applications as second look –It’sgood.</p>
<p>I went with Zinio, since it’s a widely adopted platform for most of my subscriptions. What’s I was able to move most of my print subscriptions to Zinio, at no expense. This is very much the way to go, since there is no point in my mind to a separate application for each magazine / news paper.</p>
<p>Absolutely beautiful. For me this is iPads “Killer App” allowing me to get rid of massive stacks of magazines. Unfortunately, today it’s half-baked. As I found out too late, magazines in your subscriptions don’t download until you open them and wait for them download completely. This is a stupidly frustrating “feature” included presumably to help you conserve space. Like most iPad apps, there are no options to configure, which too is crazy frustrating.</p>
<p>The iPad interactive magazines are nice, but they still play way too much like websites. This is not the “Total Recall” multi-media experience I’d been hoping for, instead it’s switch to pretty page, Click to Play, Switch Page in short it’s not any different than the experience you’d get surfing this website. If this thing is supposed to help magazines compete with a free web, they’re gonna have to change the way they present information to users.</p>
<p>As a magazine reader, it’s nice, and alludes to the promise of the iPad, but doesn’t deliver completely.  Since you have to be connected to read your content unless you manually pre-downloaded your library, it’s littler better and a whole lot slower than just reading articles on the web. I’m dying for version 2 since I moved all my subscriptions to this platform.</p>
<p>Choices, Choices. –Nor not. Actually there’s no choice at all here, because to put it simply, you don’t have to choose . Got a Kindle library? Fine, use the Kindle App. Want to load your own library of ePub docs (DRM free only), drag them to “books” in iTunes, and they’re in iBooks.  I have both, and use both, and I love I don’t have to make a “rest of my life” decision on which platform I’d prefer to have my library on.</p>
<p>As far as reading goes, it breaks down like this: For illustrated works, cookbooks, etc. iBooks is your only choice.  For actual, bed-side reading, I prefer Kindle. I find the glamour and sparkle of the iBooks UI is distracting when I’m just trying to read. Your mileage may vary. Good news is, again, you don’t have to choose.</p>
<p>My gripes : I can’t imagine a large library on this device. Today , this is not a platform for every book I own. In short if I tried to bring my whole library with me , both applications would be utterly unusable, and cluttered. If there is an ability to have stacks by author, genre, or other consolidation and browsing features in either app, I’ve not found it yet.</p>
<p class="source_url">Source: <noindex><a href="http://www.cultofmac.com" target="_blank" rel="external nofollow">http://www.cultofmac.com</a></noindex></p>
]]></content:encoded>
			<wfw:commentRss>http://jekys-blog.ru/?feed=rss2&amp;p=417</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
