This is example XML data from a Google Analytics Report, referred to in my Parsing Google Analytics data with PHP - XML files post
Note that the Analytics XML is all on a single line so I've run it through a filtering and formatting application and converted to HTML entities so it's possible to read here in a web browser.
<?xml version="1.0" ?> <AnalyticsReport> <Report name="Top Content"> <Title id="Title"> <CompareStateHelp>Compare report data to overall site performance and include report data when calculating site performance (% of Site Total or Site Avg.).</CompareStateHelp> <Detail></Detail> <ShowDateControl>true</ShowDateControl> <PrimaryDateRange>February 17, 2009 - March 19, 2009</PrimaryDateRange> <Compare>false</Compare> <Sampled>false</Sampled> <CompareStateMsg>Site</CompareStateMsg> <Name>Top Content</Name> <CompareMsg>Comparing to:</CompareMsg> <ProfileName>www.electrictoolbox.com</ProfileName> <ShowCompare>true</ShowCompare> <DetailSeparator> |</DetailSeparator> </Title> <Graph id="Graph"> <ShowHover>true</ShowHover> <Format>NORMAL</Format> <XAxisTitle>Day</XAxisTitle> <Compare>false</Compare> <XAxisLabel>February 23, 2009</XAxisLabel> <XAxisLabel>March 2, 2009</XAxisLabel> <XAxisLabel>March 9, 2009</XAxisLabel> <XAxisLabel>March 16, 2009</XAxisLabel> <SelectedSerie>primary</SelectedSerie> <SelectedSerie>compare</SelectedSerie> <Serie> <SelectionStartIndex>0</SelectionStartIndex> <SelectionEndIndex>30</SelectionEndIndex> <Style> <PointShape>CIRCLE</PointShape> <PointRadius>9</PointRadius> <FillColor>30668</FillColor> <FillAlpha>10</FillAlpha> <LineThickness>4</LineThickness> <ActiveColor>30668</ActiveColor> <InactiveColor>11654895</InactiveColor> </Style> <Label>Pageviews</Label> <Id>primary</Id> <YLabel>2,500</YLabel> <YLabel>5,000</YLabel> <ValueCategory>pageviews</ValueCategory> <Point> <Value>3,839</Value> <Label>Tuesday, February 17, 2009</Label> </Point> <Point> <Value>3,919</Value> <Label>Wednesday, February 18, 2009</Label> </Point> <Point> <Value>3,894</Value> <Label>Thursday, February 19, 2009</Label> </Point> <Point> <Value>4,140</Value> <Label>Friday, February 20, 2009</Label> </Point> <Point> <Value>3,119</Value> <Label>Saturday, February 21, 2009</Label> </Point> <Point> <Value>1,906</Value> <Label>Sunday, February 22, 2009</Label> </Point> <Point> <Value>2,749</Value> <Label>Monday, February 23, 2009</Label> </Point> <Point> <Value>4,123</Value> <Label>Tuesday, February 24, 2009</Label> </Point> <Point> <Value>3,963</Value> <Label>Wednesday, February 25, 2009</Label> </Point> <Point> <Value>4,239</Value> <Label>Thursday, February 26, 2009</Label> </Point> <Point> <Value>3,691</Value> <Label>Friday, February 27, 2009</Label> </Point> <Point> <Value>2,980</Value> <Label>Saturday, February 28, 2009</Label> </Point> <Point> <Value>1,981</Value> <Label>Sunday, March 1, 2009</Label> </Point> <Point> <Value>2,545</Value> <Label>Monday, March 2, 2009</Label> </Point> <Point> <Value>3,945</Value> <Label>Tuesday, March 3, 2009</Label> </Point> <Point> <Value>4,011</Value> <Label>Wednesday, March 4, 2009</Label> </Point> <Point> <Value>3,956</Value> <Label>Thursday, March 5, 2009</Label> </Point> <Point> <Value>3,974</Value> <Label>Friday, March 6, 2009</Label> </Point> <Point> <Value>2,965</Value> <Label>Saturday, March 7, 2009</Label> </Point> <Point> <Value>1,979</Value> <Label>Sunday, March 8, 2009</Label> </Point> <Point> <Value>2,534</Value> <Label>Monday, March 9, 2009</Label> </Point> <Point> <Value>4,138</Value> <Label>Tuesday, March 10, 2009</Label> </Point> <Point> <Value>4,093</Value> <Label>Wednesday, March 11, 2009</Label> </Point> <Point> <Value>3,998</Value> <Label>Thursday, March 12, 2009</Label> </Point> <Point> <Value>4,063</Value> <Label>Friday, March 13, 2009</Label> </Point> <Point> <Value>3,011</Value> <Label>Saturday, March 14, 2009</Label> </Point> <Point> <Value>1,921</Value> <Label>Sunday, March 15, 2009</Label> </Point> <Point> <Value>2,670</Value> <Label>Monday, March 16, 2009</Label> </Point> <Point> <Value>4,311</Value> <Label>Tuesday, March 17, 2009</Label> </Point> <Point> <Value>4,591</Value> <Label>Wednesday, March 18, 2009</Label> </Point> <Point> <Value>4,503</Value> <Label>Thursday, March 19, 2009</Label> </Point> </Serie> </Graph> <Narrative id="Narrative"> <Type>NORMAL</Type> <Compare>false</Compare> </Narrative> <Scorecard id="Scorecard"> <Group> <Item> <Name>Pageviews</Name> <HelpMsg>The total number of pages viewed. Repeated views of a single page are counted.</HelpMsg> <Active>true</Active> <Line> <Value>107,751</Value> <Label>% of Site Total:</Label> <DisplayValue>false</DisplayValue> </Line> <Line> <Value>107,751</Value> <Label>% of Site Total:</Label> <PercentChange>100.00%</PercentChange> <DisplayValue>false</DisplayValue> </Line> <InverseCompare>false</InverseCompare> <Segments>false</Segments> <Goal>false</Goal> <Sparkline> <PrimaryValue>3839.0</PrimaryValue> <PrimaryValue>3919.0</PrimaryValue> <PrimaryValue>3894.0</PrimaryValue> <PrimaryValue>4140.0</PrimaryValue> <PrimaryValue>3119.0</PrimaryValue> <PrimaryValue>1906.0</PrimaryValue> <PrimaryValue>2749.0</PrimaryValue> <PrimaryValue>4123.0</PrimaryValue> <PrimaryValue>3963.0</PrimaryValue> <PrimaryValue>4239.0</PrimaryValue> <PrimaryValue>3691.0</PrimaryValue> <PrimaryValue>2980.0</PrimaryValue> <PrimaryValue>1981.0</PrimaryValue> <PrimaryValue>2545.0</PrimaryValue> <PrimaryValue>3945.0</PrimaryValue> <PrimaryValue>4011.0</PrimaryValue> <PrimaryValue>3956.0</PrimaryValue> <PrimaryValue>3974.0</PrimaryValue> <PrimaryValue>2965.0</PrimaryValue> <PrimaryValue>1979.0</PrimaryValue> <PrimaryValue>2534.0</PrimaryValue> <PrimaryValue>4138.0</PrimaryValue> <PrimaryValue>4093.0</PrimaryValue> <PrimaryValue>3998.0</PrimaryValue> <PrimaryValue>4063.0</PrimaryValue> <PrimaryValue>3011.0</PrimaryValue> <PrimaryValue>1921.0</PrimaryValue> <PrimaryValue>2670.0</PrimaryValue> <PrimaryValue>4311.0</PrimaryValue> <PrimaryValue>4591.0</PrimaryValue> <PrimaryValue>4503.0</PrimaryValue> <Compare>false</Compare> <PrimaryActiveDateRange>20090217-20090319</PrimaryActiveDateRange> <PrimaryEntireDateRange>20090217-20090319</PrimaryEntireDateRange> <SparklineDateFormat>NTH_DAY</SparklineDateFormat> <SparklineValueType>pageviews</SparklineValueType> </Sparkline> </Item> <Item> <Name>Unique Pageviews</Name> <HelpMsg>The number of visits during which one or more of these pages was viewed.</HelpMsg> <Active>true</Active> <Line> <Value>98,178</Value> <Label>% of Site Total:</Label> <DisplayValue>false</DisplayValue> </Line> <Line> <Value>98,178</Value> <Label>% of Site Total:</Label> <PercentChange>100.00%</PercentChange> <DisplayValue>false</DisplayValue> </Line> <InverseCompare>false</InverseCompare> <Segments>false</Segments> <Goal>false</Goal> <Sparkline> <PrimaryValue>3528.0</PrimaryValue> <PrimaryValue>3574.0</PrimaryValue> <PrimaryValue>3588.0</PrimaryValue> <PrimaryValue>3739.0</PrimaryValue> <PrimaryValue>2841.0</PrimaryValue> <PrimaryValue>1751.0</PrimaryValue> <PrimaryValue>2498.0</PrimaryValue> <PrimaryValue>3740.0</PrimaryValue> <PrimaryValue>3663.0</PrimaryValue> <PrimaryValue>3878.0</PrimaryValue> <PrimaryValue>3368.0</PrimaryValue> <PrimaryValue>2696.0</PrimaryValue> <PrimaryValue>1805.0</PrimaryValue> <PrimaryValue>2325.0</PrimaryValue> <PrimaryValue>3602.0</PrimaryValue> <PrimaryValue>3689.0</PrimaryValue> <PrimaryValue>3617.0</PrimaryValue> <PrimaryValue>3617.0</PrimaryValue> <PrimaryValue>2745.0</PrimaryValue> <PrimaryValue>1796.0</PrimaryValue> <PrimaryValue>2315.0</PrimaryValue> <PrimaryValue>3819.0</PrimaryValue> <PrimaryValue>3757.0</PrimaryValue> <PrimaryValue>3642.0</PrimaryValue> <PrimaryValue>3715.0</PrimaryValue> <PrimaryValue>2803.0</PrimaryValue> <PrimaryValue>1749.0</PrimaryValue> <PrimaryValue>2424.0</PrimaryValue> <PrimaryValue>3938.0</PrimaryValue> <PrimaryValue>4120.0</PrimaryValue> <PrimaryValue>3836.0</PrimaryValue> <Compare>false</Compare> <PrimaryActiveDateRange>20090217-20090319</PrimaryActiveDateRange> <PrimaryEntireDateRange>20090217-20090319</PrimaryEntireDateRange> <SparklineDateFormat>NTH_DAY</SparklineDateFormat> <SparklineValueType>unique_pageviews</SparklineValueType> </Sparkline> </Item> <Item> <Name>Avg. Time on Page</Name> <HelpMsg>The average amount of time visitors spent viewing this set of pages or page.</HelpMsg> <Active>true</Active> <Line> <Value>00:03:40</Value> <Label>Site Avg:</Label> <DisplayValue>true</DisplayValue> </Line> <Line> <Value>00:03:40</Value> <Label>Site Avg:</Label> <PercentChange>0.00%</PercentChange> <DisplayValue>true</DisplayValue> </Line> <InverseCompare>false</InverseCompare> <Segments>false</Segments> <Goal>false</Goal> <Sparkline> <PrimaryValue>201.05908419497786</PrimaryValue> <PrimaryValue>205.31594634873323</PrimaryValue> <PrimaryValue>205.39586645468998</PrimaryValue> <PrimaryValue>185.99170616113744</PrimaryValue> <PrimaryValue>219.2898832684825</PrimaryValue> <PrimaryValue>224.39384615384614</PrimaryValue> <PrimaryValue>176.7577413479053</PrimaryValue> <PrimaryValue>214.57029177718832</PrimaryValue> <PrimaryValue>203.87542662116041</PrimaryValue> <PrimaryValue>185.80933333333334</PrimaryValue> <PrimaryValue>206.99056603773585</PrimaryValue> <PrimaryValue>198.52941176470588</PrimaryValue> <PrimaryValue>184.2539267015707</PrimaryValue> <PrimaryValue>199.68085106382978</PrimaryValue> <PrimaryValue>213.97150997150996</PrimaryValue> <PrimaryValue>247.07154213036566</PrimaryValue> <PrimaryValue>218.47941176470587</PrimaryValue> <PrimaryValue>210.9448818897638</PrimaryValue> <PrimaryValue>248.08369098712447</PrimaryValue> <PrimaryValue>187.57853403141362</PrimaryValue> <PrimaryValue>226.6036866359447</PrimaryValue> <PrimaryValue>227.7864357864358</PrimaryValue> <PrimaryValue>239.44354838709677</PrimaryValue> <PrimaryValue>209.58391123439668</PrimaryValue> <PrimaryValue>243.1296551724138</PrimaryValue> <PrimaryValue>244.77349397590362</PrimaryValue> <PrimaryValue>238.87683284457478</PrimaryValue> <PrimaryValue>213.23232323232324</PrimaryValue> <PrimaryValue>216.7051948051948</PrimaryValue> <PrimaryValue>328.18134715025906</PrimaryValue> <PrimaryValue>242.67548321464903</PrimaryValue> <Compare>false</Compare> <PrimaryActiveDateRange>20090217-20090319</PrimaryActiveDateRange> <PrimaryEntireDateRange>20090217-20090319</PrimaryEntireDateRange> <SparklineDateFormat>NTH_DAY</SparklineDateFormat> <SparklineValueType>page_duration/(pageviews-exits)</SparklineValueType> </Sparkline> </Item> <Item> <Name>Bounce Rate</Name> <HelpMsg>The percentage of single page visits resulting from this set of pages or page.</HelpMsg> <Active>true</Active> <Line> <Value>88.50%</Value> <Label>Site Avg:</Label> <DisplayValue>true</DisplayValue> </Line> <Line> <Value>88.50%</Value> <Label>Site Avg:</Label> <PercentChange>0.00%</PercentChange> <DisplayValue>true</DisplayValue> </Line> <InverseCompare>true</InverseCompare> <Segments>false</Segments> <Goal>false</Goal> <Sparkline> <PrimaryValue>0.8867805186590766</PrimaryValue> <PrimaryValue>0.8860837438423645</PrimaryValue> <PrimaryValue>0.8937212863705972</PrimaryValue> <PrimaryValue>0.8759101941747572</PrimaryValue> <PrimaryValue>0.8879078694817658</PrimaryValue> <PrimaryValue>0.8918406072106262</PrimaryValue> <PrimaryValue>0.8790909090909091</PrimaryValue> <PrimaryValue>0.8750371029979223</PrimaryValue> <PrimaryValue>0.9019840094758661</PrimaryValue> <PrimaryValue>0.8925193465176269</PrimaryValue> <PrimaryValue>0.8851063829787233</PrimaryValue> <PrimaryValue>0.8834008097165992</PrimaryValue> <PrimaryValue>0.8692933083176986</PrimaryValue> <PrimaryValue>0.8862650602409639</PrimaryValue> <PrimaryValue>0.8846746839346284</PrimaryValue> <PrimaryValue>0.8900059136605559</PrimaryValue> <PrimaryValue>0.8867521367521367</PrimaryValue> <PrimaryValue>0.8760896637608966</PrimaryValue> <PrimaryValue>0.8879551820728291</PrimaryValue> <PrimaryValue>0.8584846587351284</PrimaryValue> <PrimaryValue>0.8795238095238095</PrimaryValue> <PrimaryValue>0.8835994194484761</PrimaryValue> <PrimaryValue>0.8868413475381515</PrimaryValue> <PrimaryValue>0.8831248092767775</PrimaryValue> <PrimaryValue>0.8819652486518874</PrimaryValue> <PrimaryValue>0.8925269645608629</PrimaryValue> <PrimaryValue>0.870253164556962</PrimaryValue> <PrimaryValue>0.8873563218390804</PrimaryValue> <PrimaryValue>0.8816718441118329</PrimaryValue> <PrimaryValue>0.8792057363485934</PrimaryValue> <PrimaryValue>0.9036931818181818</PrimaryValue> <Compare>false</Compare> <PrimaryActiveDateRange>20090217-20090319</PrimaryActiveDateRange> <PrimaryEntireDateRange>20090217-20090319</PrimaryEntireDateRange> <SparklineDateFormat>NTH_DAY</SparklineDateFormat> <SparklineValueType>bounces/entrances</SparklineValueType> </Sparkline> </Item> <Item> <Name>% Exit</Name> <HelpMsg>The percentage of site exits that occurred from this set of pages or page.</HelpMsg> <Active>true</Active> <Line> <Value>82.29%</Value> <Label>Site Avg:</Label> <DisplayValue>true</DisplayValue> </Line> <Line> <Value>82.29%</Value> <Label>Site Avg:</Label> <PercentChange>0.00%</PercentChange> <DisplayValue>true</DisplayValue> </Line> <InverseCompare>true</InverseCompare> <Segments>false</Segments> <Goal>false</Goal> <Sparkline> <PrimaryValue>0.823651992706434</PrimaryValue> <PrimaryValue>0.8287828527685634</PrimaryValue> <PrimaryValue>0.8384694401643554</PrimaryValue> <PrimaryValue>0.7961352657004831</PrimaryValue> <PrimaryValue>0.8352035908945175</PrimaryValue> <PrimaryValue>0.829485834207765</PrimaryValue> <PrimaryValue>0.8002910149145144</PrimaryValue> <PrimaryValue>0.8171234537957798</PrimaryValue> <PrimaryValue>0.8521322230633358</PrimaryValue> <PrimaryValue>0.8230714791224345</PrimaryValue> <PrimaryValue>0.8276889731780005</PrimaryValue> <PrimaryValue>0.8288590604026845</PrimaryValue> <PrimaryValue>0.8071680969207471</PrimaryValue> <PrimaryValue>0.8153241650294696</PrimaryValue> <PrimaryValue>0.8220532319391635</PrimaryValue> <PrimaryValue>0.8431812515582149</PrimaryValue> <PrimaryValue>0.8281092012133469</PrimaryValue> <PrimaryValue>0.8082536487166583</PrimaryValue> <PrimaryValue>0.8428330522765599</PrimaryValue> <PrimaryValue>0.8069732187973724</PrimaryValue> <PrimaryValue>0.8287292817679558</PrimaryValue> <PrimaryValue>0.83252779120348</PrimaryValue> <PrimaryValue>0.8485218666015147</PrimaryValue> <PrimaryValue>0.8196598299149574</PrimaryValue> <PrimaryValue>0.8215604233325129</PrimaryValue> <PrimaryValue>0.8621720358684822</PrimaryValue> <PrimaryValue>0.8224882873503384</PrimaryValue> <PrimaryValue>0.8146067415730337</PrimaryValue> <PrimaryValue>0.8213871491533287</PrimaryValue> <PrimaryValue>0.7898061424526247</PrimaryValue> <PrimaryValue>0.7817010881634466</PrimaryValue> <Compare>false</Compare> <PrimaryActiveDateRange>20090217-20090319</PrimaryActiveDateRange> <PrimaryEntireDateRange>20090217-20090319</PrimaryEntireDateRange> <SparklineDateFormat>NTH_DAY</SparklineDateFormat> <SparklineValueType>exits/pageviews</SparklineValueType> </Sparkline> </Item> <Item> <Name>$ Index</Name> <HelpMsg>The average value of this page or set of pages. $Index is (Ecommerce revenue + Total Goal Value) divided by Pageviews for the page(s).</HelpMsg> <Active>true</Active> <Line> <Value>$0.00</Value> <Label>Site Avg:</Label> <DisplayValue>true</DisplayValue> </Line> <Line> <Value>$0.00</Value> <Label>Site Avg:</Label> <PercentChange>0.00%</PercentChange> <DisplayValue>true</DisplayValue> </Line> <InverseCompare>false</InverseCompare> <Segments>false</Segments> <Goal>false</Goal> <Sparkline> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <PrimaryValue>0.0</PrimaryValue> <Compare>false</Compare> <PrimaryActiveDateRange>20090217-20090319</PrimaryActiveDateRange> <PrimaryEntireDateRange>20090217-20090319</PrimaryEntireDateRange> <SparklineDateFormat>NTH_DAY</SparklineDateFormat> <SparklineValueType>(revenue+(goal_value_1+goal_value_2+goal_value_3+goal_value_4))/unique_pageviews</SparklineValueType> </Sparkline> </Item> <Name>Content Performance</Name> <Active>true</Active> </Group> <Format>COMPACT</Format> <Compare>true</Compare> </Scorecard> <TabView id="TabView"> <Tab>Content Performance</Tab> <ViewSelected>0</ViewSelected> <Compare>false</Compare> <PivotViewEnabled>false</PivotViewEnabled> <TabSelected>0</TabSelected> <TrendingView>false</TrendingView> <SegmentLocked>true</SegmentLocked> </TabView> <Table id="Table"> <ZippyEnabled>false</ZippyEnabled> <Column> <Name>Pageviews</Name> <Active>true</Active> <MinValue>1</MinValue> <MaxValue>3135</MaxValue> <ScaleFactor>1</ScaleFactor> <RawName>pageviews</RawName> <Total>107,751</Total> </Column> <Column> <Name>Unique Pageviews</Name> <Active>true</Active> <MinValue>0</MinValue> <MaxValue>2986</MaxValue> <ScaleFactor>1</ScaleFactor> <RawName>unique_pageviews</RawName> <Total>98,178</Total> </Column> <Column> <Name>Avg. Time on Page</Name> <Active>true</Active> <MinValue>0.0</MinValue> <MaxValue>4324.0</MaxValue> <ScaleFactor>4324.0</ScaleFactor> <RawName>avg_page_duration</RawName> <Total>00:03:40</Total> </Column> <Column> <Name>Bounce Rate</Name> <Active>true</Active> <MinValue>0.0</MinValue> <MaxValue>1.0</MaxValue> <ScaleFactor>1.0</ScaleFactor> <RawName>page_bounce_rate</RawName> <Total>88.50%</Total> </Column> <Column> <Name>% Exit</Name> <Active>true</Active> <MinValue>0.0</MinValue> <MaxValue>1.0</MaxValue> <ScaleFactor>1.0</ScaleFactor> <RawName>exit_rate</RawName> <Total>82.29%</Total> </Column> <Column> <Name>$ Index</Name> <Active>true</Active> <MinValue>0.0</MinValue> <MaxValue>0.0</MaxValue> <ScaleFactor>0.0</ScaleFactor> <RawName>revenue_per_unique_pageview</RawName> <Total>$0.00</Total> </Column> <ColumnShow>0</ColumnShow> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>3,135</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>2,986</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:06:30</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.08%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>94.51%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>1</RowLabel> <PrimaryKey>/article/apache/restart-apache/</PrimaryKey> <Key>/article/apache/restart-apache/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>2,997</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>2,836</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:11</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>93.70%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.79%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>2</RowLabel> <PrimaryKey>/article/mysql/delete-all-data-mysql/</PrimaryKey> <Key>/article/mysql/delete-all-data-mysql/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>2,496</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>2,286</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:20</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>89.72%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>87.06%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>3</RowLabel> <PrimaryKey>/jquery-get-set-form-values/</PrimaryKey> <Key>/jquery-get-set-form-values/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>2,306</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>2,152</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:35</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>93.57%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>92.32%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>4</RowLabel> <PrimaryKey>/article/networking/open-firewall-msn-icq/</PrimaryKey> <Key>/article/networking/open-firewall-msn-icq/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>2,042</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,958</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:25</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.36%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>94.22%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>5</RowLabel> <PrimaryKey>/php-http-referer-variable/</PrimaryKey> <Key>/php-http-referer-variable/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>2,035</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,911</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:07</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.50%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>89.29%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>6</RowLabel> <PrimaryKey>/article/mysql/cross-table-update/</PrimaryKey> <Key>/article/mysql/cross-table-update/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,765</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,699</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:09:45</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>94.86%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>94.45%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>7</RowLabel> <PrimaryKey>/article/linux-unix-bsd/howto-check-md5-file/</PrimaryKey> <Key>/article/linux-unix-bsd/howto-check-md5-file/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,719</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,320</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:01:55</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>35.69%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>44.74%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>8</RowLabel> <PrimaryKey>/windows-vista-black-screen-after-login/</PrimaryKey> <Key>/windows-vista-black-screen-after-login/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,718</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,512</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:34</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>86.44%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>85.04%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>9</RowLabel> <PrimaryKey>/install-yum-with-rpm-on-centos/</PrimaryKey> <Key>/install-yum-with-rpm-on-centos/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,650</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,536</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:22</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>92.76%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.27%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>10</RowLabel> <PrimaryKey>/article/mysql/format-date-time-mysql/</PrimaryKey> <Key>/article/mysql/format-date-time-mysql/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,612</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,418</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:15</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>84.90%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>68.73%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>11</RowLabel> <PrimaryKey>/windows-vista-black-screen-after-login/resolved/</PrimaryKey> <Key>/windows-vista-black-screen-after-login/resolved/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,395</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,362</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:06:34</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>97.57%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>97.13%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>12</RowLabel> <PrimaryKey>/user-not-assocated-trusted-sql-server-connection/</PrimaryKey> <Key>/user-not-assocated-trusted-sql-server-connection/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,316</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,200</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:52</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>90.16%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>86.55%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>13</RowLabel> <PrimaryKey>/check-uncheck-checkbox-jquery/</PrimaryKey> <Key>/check-uncheck-checkbox-jquery/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,258</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,171</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:29</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>87.63%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>85.45%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>14</RowLabel> <PrimaryKey>/article/linux-unix-bsd/create-rsa-dsa-keys-ssh/</PrimaryKey> <Key>/article/linux-unix-bsd/create-rsa-dsa-keys-ssh/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,096</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>821</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:04</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>66.38%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>58.03%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>15</RowLabel> <PrimaryKey>/load-content-jquery-ajax-loading-image/</PrimaryKey> <Key>/load-content-jquery-ajax-loading-image/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,084</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>975</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:42</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>87.20%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>85.98%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>16</RowLabel> <PrimaryKey>/class-soapclient-not-found/</PrimaryKey> <Key>/class-soapclient-not-found/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,059</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,011</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:08:31</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.34%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>94.90%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>17</RowLabel> <PrimaryKey>/test-file-exists-bash-shell/</PrimaryKey> <Key>/test-file-exists-bash-shell/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>1,029</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>944</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:58</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>88.24%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>85.71%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>18</RowLabel> <PrimaryKey>/article/mysql/mysqlimport-errors/</PrimaryKey> <Key>/article/mysql/mysqlimport-errors/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>981</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>942</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:58</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.26%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>93.48%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>19</RowLabel> <PrimaryKey>/upper-lower-case-strings-mysql/</PrimaryKey> <Key>/upper-lower-case-strings-mysql/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>954</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>906</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:30</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>94.20%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>93.29%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>20</RowLabel> <PrimaryKey>/vmware-server-console-connection-refused/</PrimaryKey> <Key>/vmware-server-console-connection-refused/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>928</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>723</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:01:34</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>59.92%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>51.40%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>21</RowLabel> <PrimaryKey>/</PrimaryKey> <Key>/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>885</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>788</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:02:28</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>76.56%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>77.18%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>22</RowLabel> <PrimaryKey>/access-denied-vmware-infrastructure-web-access/</PrimaryKey> <Key>/access-denied-vmware-infrastructure-web-access/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>869</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>836</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:25</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>93.98%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>90.56%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>23</RowLabel> <PrimaryKey>/style-html-form-type-css-jquery/</PrimaryKey> <Key>/style-html-form-type-css-jquery/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>859</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>829</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:16</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.02%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>94.76%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>24</RowLabel> <PrimaryKey>/backup-export-bookmarks-mozilla-firefox-3/</PrimaryKey> <Key>/backup-export-bookmarks-mozilla-firefox-3/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>856</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>780</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:08</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>90.51%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>88.90%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>25</RowLabel> <PrimaryKey>/edit-hosts-file-windows-vista/</PrimaryKey> <Key>/edit-hosts-file-windows-vista/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>853</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>743</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:43</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>81.43%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>78.66%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>26</RowLabel> <PrimaryKey>/correct-php-timezone/</PrimaryKey> <Key>/correct-php-timezone/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>814</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>752</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:18</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>90.18%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>86.00%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>27</RowLabel> <PrimaryKey>/article/mysql/cross-table-delete/</PrimaryKey> <Key>/article/mysql/cross-table-delete/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>781</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>729</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:02</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>88.83%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>86.94%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>28</RowLabel> <PrimaryKey>/describe-table-structure-sql-server/</PrimaryKey> <Key>/describe-table-structure-sql-server/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>763</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>707</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:58</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>81.23%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>80.34%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>29</RowLabel> <PrimaryKey>/mod-ssl-apache-centos-5/</PrimaryKey> <Key>/mod-ssl-apache-centos-5/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>723</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>655</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:09:22</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>90.95%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>89.07%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>30</RowLabel> <PrimaryKey>/reinstall-tcpip-windows/</PrimaryKey> <Key>/reinstall-tcpip-windows/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>710</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>626</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:50</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>81.82%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>78.87%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>31</RowLabel> <PrimaryKey>/using-mysqldump-to-save-data-to-csv-files/</PrimaryKey> <Key>/using-mysqldump-to-save-data-to-csv-files/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>690</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>657</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:09</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>89.37%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>86.81%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>32</RowLabel> <PrimaryKey>/check-if-mysql-table-exists/</PrimaryKey> <Key>/check-if-mysql-table-exists/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>687</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>634</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:21</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>88.06%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>84.57%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>33</RowLabel> <PrimaryKey>/article/applications/ssh-putty/</PrimaryKey> <Key>/article/applications/ssh-putty/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>674</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>609</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:44</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>78.71%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>76.71%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>34</RowLabel> <PrimaryKey>/article/sendmail/remote-connection-refused/</PrimaryKey> <Key>/article/sendmail/remote-connection-refused/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>635</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>554</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:12</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>88.87%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>84.57%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>35</RowLabel> <PrimaryKey>/javascript-add-options-html-select/</PrimaryKey> <Key>/javascript-add-options-html-select/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>627</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>583</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:07:21</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.97%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>88.68%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>36</RowLabel> <PrimaryKey>/install-vmware-tools-linux-guest/</PrimaryKey> <Key>/install-vmware-tools-linux-guest/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>623</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>593</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:06:16</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.28%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.18%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>37</RowLabel> <PrimaryKey>/article/applications/open-office/</PrimaryKey> <Key>/article/applications/open-office/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>613</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>563</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:25</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.07%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>89.56%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>38</RowLabel> <PrimaryKey>/article/php/process-forking/</PrimaryKey> <Key>/article/php/process-forking/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>581</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>561</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:42</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>96.24%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.18%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>39</RowLabel> <PrimaryKey>/linux-grub-boot-loader-options/</PrimaryKey> <Key>/linux-grub-boot-loader-options/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>577</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>538</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:03</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>87.37%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>84.40%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>40</RowLabel> <PrimaryKey>/putty-rsa-dsa-keys/</PrimaryKey> <Key>/putty-rsa-dsa-keys/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>571</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>534</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:45</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>92.67%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.07%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>41</RowLabel> <PrimaryKey>/article/networking/pop3-commands/</PrimaryKey> <Key>/article/networking/pop3-commands/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>555</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>434</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:54</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>66.43%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>54.59%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>42</RowLabel> <PrimaryKey>/php-imap-download-email/</PrimaryKey> <Key>/php-imap-download-email/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>547</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>532</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:47</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>96.42%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.98%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>43</RowLabel> <PrimaryKey>/show-outlook-envelope-windows-system-tray/</PrimaryKey> <Key>/show-outlook-envelope-windows-system-tray/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>506</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>437</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:14</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>80.97%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>78.26%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>44</RowLabel> <PrimaryKey>/installing-awstats/</PrimaryKey> <Key>/installing-awstats/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>502</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>426</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:06:47</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>81.01%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>79.88%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>45</RowLabel> <PrimaryKey>/install-vmware-tools-debian-5/</PrimaryKey> <Key>/install-vmware-tools-debian-5/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>494</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>475</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:13:43</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>94.95%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>94.94%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>46</RowLabel> <PrimaryKey>/wget-save-different-filename/</PrimaryKey> <Key>/wget-save-different-filename/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>489</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>461</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:52</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>92.22%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.41%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>47</RowLabel> <PrimaryKey>/date-add-mysql-intervals-dates/</PrimaryKey> <Key>/date-add-mysql-intervals-dates/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>484</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>434</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:32</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>83.51%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>78.72%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>48</RowLabel> <PrimaryKey>/fckeditor-html-editor-php/</PrimaryKey> <Key>/fckeditor-html-editor-php/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>481</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>454</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:06:44</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.76%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>90.85%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>49</RowLabel> <PrimaryKey>/fedora-10-released/</PrimaryKey> <Key>/fedora-10-released/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>480</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>390</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:04</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>69.76%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>58.54%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>50</RowLabel> <PrimaryKey>/extract-attachments-email-php-imap/</PrimaryKey> <Key>/extract-attachments-email-php-imap/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>480</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>461</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:57</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>96.29%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.62%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>51</RowLabel> <PrimaryKey>/reverse-mapping-possible-break-in-ssh/</PrimaryKey> <Key>/reverse-mapping-possible-break-in-ssh/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>475</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>395</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:01:54</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>66.80%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>50.32%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>52</RowLabel> <PrimaryKey>/load-content-jquery-ajax/</PrimaryKey> <Key>/load-content-jquery-ajax/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>469</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>429</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:30</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>82.25%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>79.10%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>53</RowLabel> <PrimaryKey>/article/sendmail/cannot-send-mail/</PrimaryKey> <Key>/article/sendmail/cannot-send-mail/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>449</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>433</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:14:41</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.36%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.10%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>54</RowLabel> <PrimaryKey>/switch-off-selinux-centos-5/</PrimaryKey> <Key>/switch-off-selinux-centos-5/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>444</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>429</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:15</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.69%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>94.37%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>55</RowLabel> <PrimaryKey>/tm-symbol-html/</PrimaryKey> <Key>/tm-symbol-html/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>444</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>393</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:51</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>87.80%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>79.50%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>56</RowLabel> <PrimaryKey>/using-settimeout-javascript/</PrimaryKey> <Key>/using-settimeout-javascript/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>435</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>414</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:13</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.30%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>92.87%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>57</RowLabel> <PrimaryKey>/php-get-image-size/</PrimaryKey> <Key>/php-get-image-size/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>432</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>351</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:30</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>77.44%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>70.37%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>58</RowLabel> <PrimaryKey>/html-css-footer/</PrimaryKey> <Key>/html-css-footer/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>418</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>389</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:02</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>90.00%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>88.52%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>59</RowLabel> <PrimaryKey>/maximum-length-mysql-text-field-types/</PrimaryKey> <Key>/maximum-length-mysql-text-field-types/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>413</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>391</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:57</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.60%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>90.31%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>60</RowLabel> <PrimaryKey>/zend-framework-controller-router-example/</PrimaryKey> <Key>/zend-framework-controller-router-example/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>410</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>384</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:08:31</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>93.47%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>93.17%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>61</RowLabel> <PrimaryKey>/article/applications/install-vmware-gentoo/</PrimaryKey> <Key>/article/applications/install-vmware-gentoo/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>406</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>376</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:04:26</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>88.79%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>85.47%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>62</RowLabel> <PrimaryKey>/logging-queries-with-mysql/</PrimaryKey> <Key>/logging-queries-with-mysql/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>404</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>386</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:07:07</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>95.57%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>94.80%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>63</RowLabel> <PrimaryKey>/check-index-fragmentation-sql-server-2000/</PrimaryKey> <Key>/check-index-fragmentation-sql-server-2000/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>401</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>366</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:06</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>87.66%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>80.55%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>64</RowLabel> <PrimaryKey>/copy-table-mysql-create-table-like/</PrimaryKey> <Key>/copy-table-mysql-create-table-like/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>396</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>372</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:06:59</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>92.08%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.16%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>65</RowLabel> <PrimaryKey>/mbstring-php-extension-not-found-phpmyadmin/</PrimaryKey> <Key>/mbstring-php-extension-not-found-phpmyadmin/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>393</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>328</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:56</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>83.95%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>82.44%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>66</RowLabel> <PrimaryKey>/play-dvds-windows-media-player-11/</PrimaryKey> <Key>/play-dvds-windows-media-player-11/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>385</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>345</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:45</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>82.37%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>80.78%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>67</RowLabel> <PrimaryKey>/command-line-arguments-php-cli/</PrimaryKey> <Key>/command-line-arguments-php-cli/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>382</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>361</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:02:35</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>92.83%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>81.41%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>68</RowLabel> <PrimaryKey>/mysql-insert-multiple-records/</PrimaryKey> <Key>/mysql-insert-multiple-records/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>380</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>342</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:15</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>82.45%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>78.95%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>69</RowLabel> <PrimaryKey>/shell-commands-mysql-command-line-client/</PrimaryKey> <Key>/shell-commands-mysql-command-line-client/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>378</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>355</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:06:34</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>92.33%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.01%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>70</RowLabel> <PrimaryKey>/check-javascript-function-exists/</PrimaryKey> <Key>/check-javascript-function-exists/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>374</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>314</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:02:14</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>87.43%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>59.36%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>71</RowLabel> <PrimaryKey>/jquery-get-set-html-content/</PrimaryKey> <Key>/jquery-get-set-html-content/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>373</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>349</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:54</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>92.03%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>84.45%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>72</RowLabel> <PrimaryKey>/list-tables-sql-server/</PrimaryKey> <Key>/list-tables-sql-server/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>370</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>351</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:38</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>89.81%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>86.22%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>73</RowLabel> <PrimaryKey>/show-running-queries-mysql/</PrimaryKey> <Key>/show-running-queries-mysql/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>369</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>335</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:35</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.59%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>89.70%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>74</RowLabel> <PrimaryKey>/enable-webui-utorrent/</PrimaryKey> <Key>/enable-webui-utorrent/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>363</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>308</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:02:31</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>71.85%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>65.84%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>75</RowLabel> <PrimaryKey>/show-hide-element-with-jquery-part-1/</PrimaryKey> <Key>/show-hide-element-with-jquery-part-1/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>361</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>302</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:01:59</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>71.88%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>55.68%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>76</RowLabel> <PrimaryKey>/load-content-jquery-ajax-select-element/</PrimaryKey> <Key>/load-content-jquery-ajax-select-element/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>348</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>308</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:49</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>79.84%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>70.98%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>77</RowLabel> <PrimaryKey>/insert-html-fckeditor/</PrimaryKey> <Key>/insert-html-fckeditor/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>344</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>323</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:10</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>92.55%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>92.15%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>78</RowLabel> <PrimaryKey>/godaddy-99-cent-coupon-code/</PrimaryKey> <Key>/godaddy-99-cent-coupon-code/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>340</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>315</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:12</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>88.93%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>85.88%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>79</RowLabel> <PrimaryKey>/check-if-mysql-table-exists/php-function/</PrimaryKey> <Key>/check-if-mysql-table-exists/php-function/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>335</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>315</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:10</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>94.46%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.64%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>80</RowLabel> <PrimaryKey>/remove-table-cellpadding-cellspacing-css/</PrimaryKey> <Key>/remove-table-cellpadding-cellspacing-css/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>331</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>325</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:06:22</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>98.14%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>97.28%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>81</RowLabel> <PrimaryKey>/get-unique-array-values-with-php/</PrimaryKey> <Key>/get-unique-array-values-with-php/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>323</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>299</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:00:56</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>93.27%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.64%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>82</RowLabel> <PrimaryKey>/google-chrome-switch-to-dev-channel/</PrimaryKey> <Key>/google-chrome-switch-to-dev-channel/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>319</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>305</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:02:24</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.97%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>86.52%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>83</RowLabel> <PrimaryKey>/article/sendmail/iptables/</PrimaryKey> <Key>/article/sendmail/iptables/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>317</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>310</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:06:12</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>96.77%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>96.53%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>84</RowLabel> <PrimaryKey>/unable-modify-table-timeout-expired-sql-server/</PrimaryKey> <Key>/unable-modify-table-timeout-expired-sql-server/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>308</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>282</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:02:58</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>89.78%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>87.99%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>85</RowLabel> <PrimaryKey>/firefox-already-running-not-responding/</PrimaryKey> <Key>/firefox-already-running-not-responding/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>306</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>287</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:07:42</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>90.88%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>90.52%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>86</RowLabel> <PrimaryKey>/windows-vista-prepare-blank-disc/</PrimaryKey> <Key>/windows-vista-prepare-blank-disc/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>305</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>266</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:02:39</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>83.77%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>75.74%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>87</RowLabel> <PrimaryKey>/run-single-mysql-query-command-line/</PrimaryKey> <Key>/run-single-mysql-query-command-line/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>304</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>238</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:23</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>79.25%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>68.42%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>88</RowLabel> <PrimaryKey>/css-sprites-image-navigation/</PrimaryKey> <Key>/css-sprites-image-navigation/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>302</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>249</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:02:15</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>66.27%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>50.99%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>89</RowLabel> <PrimaryKey>/php-imap-download-email-gmail/</PrimaryKey> <Key>/php-imap-download-email-gmail/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>284</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>270</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:43</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.47%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>88.73%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>90</RowLabel> <PrimaryKey>/image-headers-php/</PrimaryKey> <Key>/image-headers-php/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>282</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>258</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:02:42</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.20%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>87.59%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>91</RowLabel> <PrimaryKey>/clear-firefox-cache-clear-favicons/</PrimaryKey> <Key>/clear-firefox-cache-clear-favicons/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>276</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>255</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:02:50</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>93.10%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>83.70%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>92</RowLabel> <PrimaryKey>/yum-list-installed-packages/</PrimaryKey> <Key>/yum-list-installed-packages/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>275</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>226</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:02:11</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>72.38%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>47.64%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>93</RowLabel> <PrimaryKey>/load-content-jquery-ajax-dealing-with-failures/</PrimaryKey> <Key>/load-content-jquery-ajax-dealing-with-failures/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>270</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>248</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:08:23</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>85.05%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>75.93%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>94</RowLabel> <PrimaryKey>/mysqldump-selectively-dump-data/</PrimaryKey> <Key>/mysqldump-selectively-dump-data/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>270</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>255</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:13:19</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>92.89%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>92.96%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>95</RowLabel> <PrimaryKey>/yum-transaction-check-error/</PrimaryKey> <Key>/yum-transaction-check-error/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>269</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>261</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:06:56</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>96.93%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>96.28%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>96</RowLabel> <PrimaryKey>/view-email-message-headers-outlook-2007/</PrimaryKey> <Key>/view-email-message-headers-outlook-2007/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>268</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>209</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:01:06</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>67.35%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>41.79%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>97</RowLabel> <PrimaryKey>/article/php/</PrimaryKey> <Key>/article/php/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>267</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>250</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:12</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>91.43%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>90.64%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>98</RowLabel> <PrimaryKey>/call-to-undefined-function-imagecreatefrompng/</PrimaryKey> <Key>/call-to-undefined-function-imagecreatefrompng/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>263</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>235</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:05:45</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>89.52%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>87.45%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>99</RowLabel> <PrimaryKey>/install-php-mssql-centos-5/</PrimaryKey> <Key>/install-php-mssql-centos-5/</Key> </Row> <Row> <Drilldown>true</Drilldown> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>260</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>239</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>00:03:22</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>87.02%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>true</InverseCompare> <Content> <Value>76.15%</Value> </Content> </Cell> <Cell> <Active>true</Active> <InverseCompare>false</InverseCompare> <Content> <Value>$0.00</Value> </Content> </Cell> <RowLabel>100</RowLabel> <PrimaryKey>/default-virtualhost-mod-ssl/</PrimaryKey> <Key>/default-virtualhost-mod-ssl/</Key> </Row> <IncludeLinker>true</IncludeLinker> <DataSetLabel>February 17, 2009 - March 19, 2009</DataSetLabel> <Compare>false</Compare> <Sampled>false</Sampled> <RowDataRange>1 - 100 of 1,911</RowDataRange> <RowEnd>100</RowEnd> <FilterString></FilterString> <ColumnStart>0</ColumnStart> <ActiveColumn> <Name>Pageviews</Name> <Active>true</Active> <MinValue>1</MinValue> <MaxValue>3135</MaxValue> <ScaleFactor>1</ScaleFactor> <RawName>pageviews</RawName> <Total>107,751</Total> </ActiveColumn> <ActiveColumn> <Name>Unique Pageviews</Name> <Active>true</Active> <MinValue>0</MinValue> <MaxValue>2986</MaxValue> <ScaleFactor>1</ScaleFactor> <RawName>unique_pageviews</RawName> <Total>98,178</Total> </ActiveColumn> <ActiveColumn> <Name>Avg. Time on Page</Name> <Active>true</Active> <MinValue>0.0</MinValue> <MaxValue>4324.0</MaxValue> <ScaleFactor>4324.0</ScaleFactor> <RawName>avg_page_duration</RawName> <Total>00:03:40</Total> </ActiveColumn> <ActiveColumn> <Name>Bounce Rate</Name> <Active>true</Active> <MinValue>0.0</MinValue> <MaxValue>1.0</MaxValue> <ScaleFactor>1.0</ScaleFactor> <RawName>page_bounce_rate</RawName> <Total>88.50%</Total> </ActiveColumn> <ActiveColumn> <Name>% Exit</Name> <Active>true</Active> <MinValue>0.0</MinValue> <MaxValue>1.0</MaxValue> <ScaleFactor>1.0</ScaleFactor> <RawName>exit_rate</RawName> <Total>82.29%</Total> </ActiveColumn> <ActiveColumn> <Name>$ Index</Name> <Active>true</Active> <MinValue>0.0</MinValue> <MaxValue>0.0</MaxValue> <ScaleFactor>0.0</ScaleFactor> <RawName>revenue_per_unique_pageview</RawName> <Total>$0.00</Total> </ActiveColumn> <SeeAllLabel>see all</SeeAllLabel> <DeltaMessage>% Change</DeltaMessage> <KeyColumn> <ExtraIdColumn>false</ExtraIdColumn> <KeyName>request_uri</KeyName> </KeyColumn> <RowShow>100</RowShow> <RowCount>1911</RowCount> <RowStart>0</RowStart> <LinkerUrl>http://www.electrictoolbox.com</LinkerUrl> <HasCustomTooltips>false</HasCustomTooltips> <ColumnCount>0</ColumnCount> <NoDataLabel>There is no data for this view.</NoDataLabel> <FilterType>0</FilterType> <ColumnEnd>0</ColumnEnd> </Table> </Report> </AnalyticsReport>