<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7303716618991344944</id><updated>2011-07-08T04:12:52.467-07:00</updated><title type='text'>Reshel ann's blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>14</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-4321930669898389729</id><published>2010-02-07T01:23:00.000-08:00</published><updated>2010-02-07T01:25:22.709-08:00</updated><title type='text'>CURRENT TRENDS</title><content type='html'>&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-4321930669898389729?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/4321930669898389729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=4321930669898389729' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/4321930669898389729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/4321930669898389729'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2010/02/current-trends.html' title='CURRENT TRENDS'/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-8837253129692046129</id><published>2010-01-26T02:11:00.000-08:00</published><updated>2010-01-26T03:12:53.034-08:00</updated><title type='text'>Adding accelerator keys to menu items</title><content type='html'>*Adding accelerators keys takes these three steps:&lt;br /&gt;   1.Create an AutoKeys macro for every form in your applications. If two forms use identical menus you need to create only one AutoKeys macro.&lt;br /&gt;   2.Add the accelerator keys to the text of their corresponding menus items.&lt;br /&gt;   3.Add code to your form's On active events that tells access which AutoKeys macro to use for each form.&lt;br /&gt;&lt;br /&gt;Each AutoKeys macro needs to contain a definition of every accelerator key that can be selected on a form.To create an AutoKeys macro,make sure that Names property is visible in design mode of the macro window and then enter a key combination for each accelerator key in the Names property use one macro for each accelerator key.&lt;br /&gt;&lt;br /&gt;Here's another good reason to have your menu items execute functions.While using AutoKeys macros to create accelerators key,change of a menu item action must also be made  to the AutoKeys macro.If you use macro action you need to change them in the corresponding AutoKeys macro.However,if your menu items and AutoKeys macro items call the same function are applied to both the menu and the accelerator key.&lt;br /&gt;....*ACCELERATOR DIALOG&lt;br /&gt;Accelerator List opens the accelerator dialog,which list the known accelerator along with brief descriptions.Clicking on an entry on a list shows a more detailed description(if available)at the bottom of the dialog.&lt;br /&gt;   *accelerators on controls whether accelerators are enabled.&lt;br /&gt;   *Show main window status line controls whether a status line is shown Chimera windows.Keystrokes interpreted as accelerator and message reporting accelerator operations appear in the status line.&lt;br /&gt;....*ACCELERATOR OR COMMAND?&lt;br /&gt;Keystrokes may be interpreted as accelerators,as commands,or as information intended for other dialogs.Obviously,commands but not accelerators should be sent to the Command Line.In some situations,it is clear which type of input is intended:&lt;br /&gt;   *If accelerators are on and the Command Line has not been shown,keystrokes are interpreted as accelerators when the mouse focus is in the graphics window.&lt;br /&gt;An accelerator takes effect as soon as it is typed;there is no need to press return(Enter).A command takes effect after return is pressed.Note that a click in the graphics window is sometimes required for either accelerator or command keystrokes to register,since some other dialog has stolen the "focus."&lt;br /&gt;......*ALIGNING the displayed accelerator key definitions..&lt;br /&gt;There is no way to right-justify the accelerator keys for your menu items while there are displayed your menu items description and its accelerator key,accelerator keys for different menu items on the same pull-down menu don't always align properly because window displays menu items by using proportional fonts.To left-align the accelerator key.&lt;br /&gt;&lt;br /&gt;If you press the Tab key while entering text into the macros Name properly,the cursor jumps to the next visible property instead of entering the tab character.TO enter a character:&lt;br /&gt;   1.Open a text editor such as Notepad and type a tab character.&lt;br /&gt;   2.Highlight  the entire tab in the text editor and then press Ctrl-C to copy the tab to the clipboard.&lt;br /&gt;   3.Position the cursor between your menu item description and the accelerator key text,and then press Ctrl-V to paste the tab character into the text.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-8837253129692046129?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/8837253129692046129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=8837253129692046129' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/8837253129692046129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/8837253129692046129'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2010/01/adding-accelerator-keys-to-menu-items.html' title='Adding accelerator keys to menu items'/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-1088506252933194691</id><published>2009-12-10T00:47:00.001-08:00</published><updated>2009-12-10T01:15:57.403-08:00</updated><title type='text'>ASSIGN_02 CURRENT TRENDS</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CJeznet%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="themeData" href="file:///C:%5CDOCUME%7E1%5CJeznet%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CDOCUME%7E1%5CJeznet%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves/&gt;   &lt;w:trackformatting/&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;EN-US&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="--"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:purple; 	mso-themecolor:followedhyperlink; 	text-decoration:underline; 	text-underline:single;} span.headlinelg 	{mso-style-name:headline_lg; 	mso-style-unhide:no;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} &lt;/style&gt; &lt;![endif]--&gt;&lt;br /&gt;&lt;ul style="color: rgb(0, 0, 0);"&gt;&lt;li&gt;&lt;span class="headlinelg"&gt;&lt;a style="font-weight: bold;" href="http://www.databaseprnews.com/databases_articles/2009/11/data-masking-and-data-obfuscation-specialists-launch-fast-data-masking-for-teradata-a-fast-and-easy-data-masking-solution-124054.htm" title="Viewing Article on: Data Masking and Data Obfuscation Specialists Launch Fast Data Masking For Teradata, A Fast and Easy Data Masking Solution"&gt;Data Masking and Data Obfuscation Specialists Launch Fast Data Masking For Teradata, A Fast and Easy Data Masking Solution&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: rgb(0, 0, 0);" class="headlinelg"&gt;     &lt;/span&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link style="color: rgb(0, 0, 0);" rel="File-List" href="file:///C:%5CDOCUME%7E1%5CJeznet%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link style="color: rgb(0, 0, 0);" rel="themeData" href="file:///C:%5CDOCUME%7E1%5CJeznet%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link style="color: rgb(0, 0, 0);" rel="colorSchemeMapping" href="file:///C:%5CDOCUME%7E1%5CJeznet%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves/&gt;   &lt;w:trackformatting/&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;EN-US&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="--"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:purple; 	mso-themecolor:followedhyperlink; 	text-decoration:underline; 	text-underline:single;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p style="color: rgb(0, 0, 0);" class="MsoNormal"&gt;              =&gt;     &lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt;OXFORD, ENGLAND, November 11, 2009 /Databases PR News/ -- Grid-Tools Ltd (&lt;/span&gt;&lt;a style="font-weight: bold; font-style: italic;" href="http://www.grid-tools.com/" target="_blank"&gt;www.grid-tools.com&lt;/a&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt;) announce the launch of Fast Data Masking for Teradata, a fast and easy data masking solution for Teradata databases. Fast Data Masking (FDM), which was originally launched by Grid-Tools in early 2009 exclusively for Oracle databases, quickly allows users to mask (or de-identify), reduce, compress and reorganize test data in one simple operation. Through using data masking and data obfuscation functions, seed tables and high performance techniques, the customer will quickly and easily be able to create secure, legally compliant databases for testing, development training and QA. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; Data masking is used to de-identify production data so it can be used anonymously outside of a production or 'live' environment for testing, development and QA projects. It is now standard best practice for companies to use data masking solutions to de-identify data records so the data can be shared with individuals across projects whilst hiding sensitive and private information. Likewise, obfuscating the data helps organizations stay compliant with regulations HIPAA, the PCI DSS and the GLBA whilst also protecting the data if it is stolen, lost or leaked during the testing and development cycle. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; Fast Data Masking allows Systems Analysts to choose from a rich array of standard functions and standard seed tables complemented by their own custom masking functions. Once the rules have been defined, a powerful set of scripts are generated to quickly extract the data using standard database utilities and techniques to maximize performance. Visit the Grid-Tools website for examples of data masking performance runtimes and features at: &lt;/span&gt;&lt;a style="font-weight: bold; font-style: italic;" href="http://www.grid-tools.com/data-masking-teradata.php" target="_blank"&gt;http://www.grid-tools.com/data-masking-teradata.php&lt;/a&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; Grid-Tools are offering Fast Data Masking for Teradata as a standalone, out-of-the-box solution in the Datamaker suite. Organizations who require hassle free, fast and easy data masking to maintain compliance standards or protect highly sensitive data should contact Grid-Tools for more details. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; Fast Data Masking now supports Oracle, SQL Server and Teradata databases. Grid-Tools support data masking for more sophisticated IT infrastructures for most major database types and mainframe data sources, including Teradata. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; For more information contact Grid-Tools at UK: +44 (0) 1865 884600, USA: 1-866-563-3120, &lt;/span&gt;&lt;a style="font-weight: bold; font-style: italic;" href="http://www.grid-tools.com/" target="_blank"&gt;www.grid-tools.com&lt;/a&gt; or &lt;a style="font-weight: bold; font-style: italic;" href="mailto:sales@grid-tools.com"&gt;sales@grid-tools.com&lt;/a&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; About Grid-Tools Limited:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; Grid-Tools are specialists in data creation (or "synthetic" data generation), test data management and information lifecycle management. Their experienced personnel have been writing and developing solutions for large companies in both the private and public sectors for nearly 30 years.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; The Grid-Tools Datamaker suite includes a wide range of tools for test data management including such innovative products as Datamaker , a revolutionary tool that creates and publishes quality synthetic test data with the referential integrity of production environments for non-production. Datamaker offers three methods for managing and generating data in testing and development inclusive of database subsetting, data obfuscation (data masking) and synthetic data generation, all of which are included in the Datamaker Professional Edition.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; The Grid-Tools methodology consists of using the "data-centric" approach to testing whereby, their focus is to ensure the quality of the test data you are using is of the right quality for successful testing.&lt;/span&gt;&lt;/p&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link style="color: rgb(0, 0, 0);" rel="File-List" href="file:///C:%5CDOCUME%7E1%5CJeznet%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link style="color: rgb(0, 0, 0);" rel="themeData" href="file:///C:%5CDOCUME%7E1%5CJeznet%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link style="color: rgb(0, 0, 0);" rel="colorSchemeMapping" href="file:///C:%5CDOCUME%7E1%5CJeznet%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves/&gt;   &lt;w:trackformatting/&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;EN-US&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="--"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{mso-style-noshow:yes; 	mso-style-priority:99; 	color:purple; 	mso-themecolor:followedhyperlink; 	text-decoration:underline; 	text-underline:single;} span.headlinelg 	{mso-style-name:headline_lg; 	mso-style-unhide:no;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;ul style="font-weight: bold; color: rgb(0, 0, 0);"&gt;&lt;li&gt;&lt;span class="headlinelg"&gt;&lt;a href="http://www.databaseprnews.com/databases_articles/2009/11/attorney-partners-with-27-year-veteran-of-marketing-production-management-to-offer-stimulus-package-for-small-to-midsize-law-firms-124928.htm" title="Viewing Article on: Attorney Partners with 27 Year Veteran of Marketing &amp;amp; Production Management to Offer Stimulus Package for Small to Mid-Size Law Firms"&gt;Attorney Partners with 27 Year Veteran of Marketing &amp;amp; Production Management to Offer Stimulus Package for Small to Mid-Size Law Firms&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 0);" class="headlinelg"&gt;&lt;br /&gt;&lt;/span&gt;&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link style="font-weight: bold; font-style: italic; color: rgb(0, 0, 0);" rel="File-List" href="file:///C:%5CDOCUME%7E1%5CJeznet%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link style="font-weight: bold; font-style: italic; color: rgb(0, 0, 0);" rel="themeData" href="file:///C:%5CDOCUME%7E1%5CJeznet%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link style="font-weight: bold; font-style: italic; color: rgb(0, 0, 0);" rel="colorSchemeMapping" href="file:///C:%5CDOCUME%7E1%5CJeznet%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves/&gt;   &lt;w:trackformatting/&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;EN-US&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="--"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="0" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p style="color: rgb(0, 0, 0);" class="MsoNormal"&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt;           =&gt;  BISHOPVILLE, MD, November 15, 2009 /Databases PR News/ -- While many law firms are watching the market plummet as their workload increases, Monheit Legal Source offers a turn-key solution that requires neither the knowledge nor the cost one would think it takes to keep up with today's fast-paced electronic research, discovery &amp;amp; exhibit production race. In this trying economy many firms are finding themselves in a position with reduced staffing, expertise and/or technology necessary to field a particular case in litigation and at trial. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; Monheit states, "Outsourcing to Monheit Legal Source can save money and time while increasing chances for success because we provide the cutting-edge, affordable litigation support that firms need to create those winning cases--and all of this without hiring, training, managing and compensating a full-time employee." &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; When relying on staffing agencies to fill these temporary yet sorely needed positions, law firms are frequently faced not only with the uncertainty of the quality work they will get for their money, but also the inflated hourly rates for an unknown, untested contract attorney. This is where MLS can help, by providing affordability, high-level consistency, reliability and quality. MLS is a strong &amp;amp; lean company focused on a specialized set of services where clients pay much less because there are no hidden, superfluous costs that many larger operations carry.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; Monheit states, "For me that meant pulling on my intensive legal experience and combining that with my information technology abilities to form a cost effective, smart win-win solution for the law firms who need the support most right now. Having experienced first-hand an overburdened caseload combined with a shortage of staff, money and technology, I combined the necessary education in current legal information technology with my litigation experience, and then partnered with Jenifer Jurden, a 27 year veteran of marketing &amp;amp; production management." &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; MLS' business model relies on (1) an attorney with extensive conventional litigation practices, (2) an attorney with extensive and current legal information technology skills, and (3) a case manager with extensive presentation and exhibit production skills ranging from print to electronic.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; "I realized the necessity to get up to speed with legal technology, such as research and e-discovery products Fastcase, Westlaw, LexisNexis Concordance &amp;amp; Concordance Image, CaseSoft and Adobe Acrobat Pro, just to name a few. I then combined these innovative legal IT skills with my 18+ years experience with the traditional legal skills of research &amp;amp; writing, document review, organization &amp;amp; summation, and litigation presentation &amp;amp; exhibit creation. At this point it became evident to me that the only thing I was missing was exhibit production management."&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; Thus enters Jenifer Jurden, 27 year veteran of production, vendor and account management, with responsibility for budgets, deadlines, staff &amp;amp; vendor management processes &amp;amp; procedures, and new technology research &amp;amp; implementation. Jurden states, "Having managed 25 production managers who were responsible along with me for marketing in excess of 300 million pieces annually with purchases in excess of $20 million, I have the necessary skills to move a project from the conceptual to production to presentation." &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt; With Monheit and Jurden at the helm joining experience with state of the art technology, MLS brings the needed hi-tech know-how that will not only save law firms money, but will help make each case more productive and more profitable.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 0);" class="headlinelg"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 153, 153);"&gt;&lt;br /&gt;&lt;/span&gt;    &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-1088506252933194691?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/1088506252933194691/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=1088506252933194691' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/1088506252933194691'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/1088506252933194691'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2009/12/assign02-current-trends.html' title='ASSIGN_02 CURRENT TRENDS'/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-8198268825283659505</id><published>2009-12-10T00:45:00.000-08:00</published><updated>2009-12-10T00:46:50.182-08:00</updated><title type='text'></title><content type='html'>&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-8198268825283659505?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/8198268825283659505/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=8198268825283659505' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/8198268825283659505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/8198268825283659505'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2009/12/blog-post.html' title=''/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-1960950554387818422</id><published>2009-11-18T22:29:00.000-08:00</published><updated>2009-11-18T22:30:12.908-08:00</updated><title type='text'></title><content type='html'>HIERARCHICAL vs. RELATIONAL&lt;br /&gt;• Hierarchical &lt;br /&gt;    =&gt; A hierarchical data model is a data model in which the data is organized into a tree-like structure. The structure allows repeating information using parent/child relationships: each parent can have many children but each child only has one parent. All attributes of a specific record are listed under an entity type.&lt;br /&gt;&lt;br /&gt;•Relational&lt;br /&gt;&lt;br /&gt;     =&gt; A relational database matches data by using common characteristics found within the data set. The resulting groups of data are organized and are much easier for people to understand. &lt;br /&gt;For example, a data set containing all the real-estate transactions in a town can be grouped by the year the transaction occurred; or it can be grouped by the sale price of the transaction; or it can be grouped by the buyer's last name; and so on.&lt;br /&gt;Such a grouping uses the relational model (a technical term for this is schema). Hence, such a database is called a "relational database."&lt;br /&gt;The software used to do this grouping is called a relational database management system. The term "relational database" often refers to this type of software.&lt;br /&gt;Relational databases are currently the predominant choice in storing financial records, manufacturing and logistical information, personnel data and much more.&lt;br /&gt;A relational database matches data by using common characteristics found within the data set. The resulting groups of data are organized and are much easier for people to understand.&lt;br /&gt;For example, a data set containing all the real-estate transactions in a town can be grouped by the year the transaction occurred; or it can be grouped by the sale price of the transaction; or it can be grouped by the buyer's last name; and so on.&lt;br /&gt;Such a grouping uses the relational model (a technical term for this is schema). Hence, such a database is called a "relational database."&lt;br /&gt;The software used to do this grouping is called a relational database management system. The term "relational database" often refers to this type of software.&lt;br /&gt;Relational databases are currently the predominant choice in storing financial records, manufacturing and logistical information, personnel data and much more.&lt;br /&gt;A relational database matches data by using common characteristics found within the data set. The resulting groups of data are organized and are much easier for people to understand.&lt;br /&gt;For example, a data set containing all the real-estate transactions in a town can be grouped by the year the transaction occurred; or it can be grouped by the sale price of the transaction; or it can be grouped by the buyer's last name; and so on.&lt;br /&gt;Such a grouping uses the relational model (a technical term for this is schema). Hence, such a database is called a "relational database."&lt;br /&gt;The software used to do this grouping is called a relational database management system. The term "relational database" often refers to this type of software.&lt;br /&gt;Relational databases are currently the predominant choice in storing financial records, manufacturing and logistical information, personnel data and much more.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-1960950554387818422?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/1960950554387818422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=1960950554387818422' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/1960950554387818422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/1960950554387818422'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2009/11/hierarchical-vs.html' title=''/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-8805760106846448082</id><published>2009-08-14T23:21:00.000-07:00</published><updated>2009-08-16T19:49:33.948-07:00</updated><title type='text'>MY_IDEA_IS</title><content type='html'>&lt;span style="color: rgb(102, 0, 0);"&gt;A.Discusswhat you nhave learned and understood about what Relational Database&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 0);"&gt;Management System is,so far.&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;ul style="color: rgb(102, 255, 153);"&gt;&lt;li&gt;A collection of &lt;a href="http://www.webopedia.com/TERM/D/program.html"&gt;programs&lt;/a&gt; that enables you to &lt;a href="http://www.webopedia.com/TERM/D/store.html"&gt;store&lt;/a&gt;, modify, and extract information from a &lt;a href="http://www.webopedia.com/TERM/D/database.html"&gt;databaes.&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: rgb(153, 51, 0);"&gt;B.Define how each of the following fit and function within the framework of relational DBMS systems:&lt;/span&gt;&lt;br /&gt;     &lt;span style="color: rgb(51, 51, 255);"&gt; &lt;span style="color: rgb(204, 102, 204);"&gt;1.Key fields&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;            &lt;span style="color: rgb(0, 102, 0);"&gt;  =&gt;&lt;/span&gt;&lt;span style="font-size: 12pt; color: rgb(0, 102, 0);" lang="EN-GB"&gt;A key field uniquely identifies      an occurrence of a record. An example of this would be a customer reference      number in a customer table. Since no two customers should have the same      customer reference number, this field can be called a simple key.Key fields has two fields the primary and foreign key.. &lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;The primary key of a relational table uniquely identifies each record in the table. While the foreign key the foreign key identifies a column or a set of columns in one (referencing) table that refers to a column or set of columns in another (referenced) table.&lt;/span&gt;&lt;br /&gt;    &lt;span style="color: rgb(204, 51, 204);"&gt; 2.Database records&lt;/span&gt;&lt;br /&gt;           &lt;span style="color: rgb(0, 102, 0);"&gt;  =&gt; integrated collection of logically related records or files which consolidates records into a common pool of data records that provides data for many applications. A database is a collection of information that is organized so that it can easily be accessed, managed, and updated.&lt;/span&gt;&lt;br /&gt;   &lt;span style="color: rgb(204, 51, 204);"&gt;  3.Data queries&lt;/span&gt;&lt;br /&gt;            &lt;span style="color: rgb(0, 102, 0);"&gt; =&gt; A query (noun) is a question, often required to be expressed in a formal way.  An action query can ask for additional operations on the data, such as insertion, updating, or deletion. &lt;/span&gt;&lt;br /&gt;      &lt;span style="color: rgb(204, 51, 204);"&gt;4.Data types&lt;/span&gt;&lt;br /&gt;             &lt;span style="color: rgb(0, 102, 0);"&gt;=&gt;is a set of values and the operations on those values.A data type also represents a constraint placed upon the interpretation of data in a &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://en.wikipedia.org/wiki/Type_system" title="Type system"&gt;type system&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;, describing representation, interpretation and structure of &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://en.wikipedia.org/wiki/Value_%28computer_science%29" title="Value (computer science)"&gt;values&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt; or &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://en.wikipedia.org/wiki/Object_%28computer_science%29" title="Object (computer science)"&gt;objects&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt; stored in computer memory. The type system uses data type information to check &lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://en.wikipedia.org/wiki/Correctness" title="Correctness"&gt;correctness&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);"&gt; of computer programs that access or manipulate the data.&lt;/span&gt;&lt;br /&gt;       &lt;span style="color: rgb(204, 51, 204);"&gt;5.Data forms&lt;/span&gt;&lt;br /&gt;           &lt;span style="color: rgb(0, 102, 0);"&gt;  =&gt;Forms allow you to collect information from users via the web.      Forms can be used for surveys, information gathering, online quizzes,    applications, etc. Results from forms at Wellesley can easily be sent to an      email address or to a FirstClass conference that is set up to receive internet        mail. &lt;/span&gt;&lt;br /&gt;    &lt;span style="color: rgb(102, 51, 255);"&gt;   &lt;span style="color: rgb(204, 51, 204);"&gt;6.Tables/database files&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;           &lt;span style="color: rgb(0, 102, 0);"&gt;  =&gt;Tables are the basic unit of data storage in an Oracle Database. Data is stored in rows and columns. &lt;/span&gt;&lt;br /&gt;       &lt;span style="color: rgb(204, 51, 204);"&gt; 7.Relationship(table linkage)&lt;/span&gt;&lt;br /&gt;           &lt;span style="color: rgb(0, 102, 0);"&gt;  =&gt;is part of a called program that 'links' or maps to data items in the calling program's working storage. It is the part of the called program where these share items are defined.     &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: 12pt; color: rgb(0, 102, 0);" lang="EN-GB"&gt;      &lt;br /&gt;&lt;/span&gt;&lt;p class="MsoNormal" style="text-align: justify; color: rgb(0, 102, 0);" dir="ltr"&gt;     &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-8805760106846448082?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/8805760106846448082/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=8805760106846448082' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/8805760106846448082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/8805760106846448082'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2009/08/blog-post.html' title='MY_IDEA_IS'/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-6512606807183345769</id><published>2009-07-03T00:31:00.000-07:00</published><updated>2009-07-05T19:53:56.263-07:00</updated><title type='text'>MY_ASSIGNMNT</title><content type='html'>1.What are data type?&lt;br /&gt;&lt;span style="color:#ff6666;"&gt;*A data type (or datatype) in &lt;/span&gt;&lt;a class="mw-redirect" title="Programming languages" href="http://en.wikipedia.org/wiki/Programming_languages"&gt;&lt;span style="color:#ff6666;"&gt;programming languages&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#ff6666;"&gt; is a set of values and the operations on those values. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6666;"&gt;Almost all programming languages explicitly include the notion of data type, though different languages may use different terminology. Most programming languages also allow the programmer to define additional data types, usually by combining multiple elements of other types and defining the valid operations of the new data type. For example, a programmer might create a new data type named "Person" that specifies that data interpreted as Person would include a name and a date of birth. Common data types may include:&lt;br /&gt;&lt;/span&gt;&lt;a title="Integer (computer science)" href="http://en.wikipedia.org/wiki/Integer_(computer_science)"&gt;&lt;span style="color:#ff6666;"&gt;integers&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#ff6666;"&gt;,&lt;br /&gt;&lt;/span&gt;&lt;a title="Floating point" href="http://en.wikipedia.org/wiki/Floating_point"&gt;&lt;span style="color:#ff6666;"&gt;floating-point&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#ff6666;"&gt; numbers (decimals), and&lt;br /&gt;alphanumeric &lt;/span&gt;&lt;a title="String (computer science)" href="http://en.wikipedia.org/wiki/String_(computer_science)"&gt;&lt;span style="color:#ff6666;"&gt;strings&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#ff6666;"&gt;. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6666;"&gt;* Abstract data types&lt;br /&gt;Main article: &lt;a title="Abstract data type" href="http://en.wikipedia.org/wiki/Abstract_data_type"&gt;Abstract data type&lt;/a&gt;&lt;br /&gt;&lt;a id="Algebraic_data_types" name="Algebraic_data_types"&gt;&lt;/a&gt;&lt;br /&gt; Algebraic data types&lt;br /&gt;Main article: &lt;a title="Algebraic data type" href="http://en.wikipedia.org/wiki/Algebraic_data_type"&gt;Algebraic data type&lt;/a&gt;&lt;br /&gt;&lt;a id="Composite_data_types" name="Composite_data_types"&gt;&lt;/a&gt;&lt;br /&gt; Composite data types&lt;br /&gt;Main article: &lt;a title="Composite data type" href="http://en.wikipedia.org/wiki/Composite_data_type"&gt;Composite data type&lt;/a&gt;&lt;br /&gt;Further information: &lt;a title="Tuple" href="http://en.wikipedia.org/wiki/Tuple"&gt;Tuple&lt;/a&gt;, &lt;a title="Array data type" href="http://en.wikipedia.org/wiki/Array_data_type"&gt;Array&lt;/a&gt;, &lt;a title="Storage record" href="http://en.wikipedia.org/wiki/Storage_record"&gt;Storage record&lt;/a&gt;, and &lt;a title="Object composition" href="http://en.wikipedia.org/wiki/Object_composition"&gt;Object composition&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff6666;"&gt; Function types&lt;br /&gt;Main article: &lt;a class="mw-redirect" title="Function type" href="http://en.wikipedia.org/wiki/Function_type"&gt;Function type&lt;/a&gt;&lt;br /&gt;&lt;a id="Machine_data_types" name="Machine_data_types"&gt;&lt;/a&gt;&lt;br /&gt; Machine data types&lt;br /&gt;All data in computers based on digital electronics is represented as &lt;a title="Bit" href="http://en.wikipedia.org/wiki/Bit"&gt;bits&lt;/a&gt; (alternatives 0 and 1) on the lowest level. The smallest addressable unit of data is a group of bits called a &lt;a title="Byte" href="http://en.wikipedia.org/wiki/Byte"&gt;byte&lt;/a&gt; (usually an &lt;a title="Octet (computing)" href="http://en.wikipedia.org/wiki/Octet_(computing)"&gt;octet&lt;/a&gt;, which is 8 bits). The unit processed by &lt;a title="Machine code" href="http://en.wikipedia.org/wiki/Machine_code"&gt;machine code&lt;/a&gt; instructions is called a &lt;a class="mw-redirect" title="Word (computer science)" href="http://en.wikipedia.org/wiki/Word_(computer_science)"&gt;word&lt;/a&gt; (as of 2008, typically 32 or 64 bits). Most instructions interpret the word as a &lt;a class="mw-redirect" title="Binary number" href="http://en.wikipedia.org/wiki/Binary_number"&gt;binary number&lt;/a&gt;, such that a 32-bit word can represent unsigned integer values from 0 to 232 − 1 or signed integer values from − 231 to 231 − 1. Because of &lt;a title="Two's complement" href="http://en.wikipedia.org/wiki/Two%27s_complement"&gt;two's complement&lt;/a&gt;, the machine language and machine don't need to distinguish between these unsigned and signed data types for the most part.&lt;br /&gt;There is a specific set of arithmetic instructions that use a different interpretation of the bits in word as a &lt;a class="mw-redirect" title="Floating-point" href="http://en.wikipedia.org/wiki/Floating-point"&gt;floating-point&lt;/a&gt; number.&lt;br /&gt;&lt;a id="Object_types" name="Object_types"&gt;&lt;/a&gt;&lt;br /&gt; Object types&lt;br /&gt;Main article: &lt;a title="Object (computer science)" href="http://en.wikipedia.org/wiki/Object_(computer_science)"&gt;Object (computer science)&lt;/a&gt;&lt;br /&gt;Further information: &lt;a title="Class (computer science)" href="http://en.wikipedia.org/wiki/Class_(computer_science)"&gt;Class (computer science)&lt;/a&gt;&lt;br /&gt;&lt;a id="Pointer_and_reference_data_types" name="Pointer_and_reference_data_types"&gt;&lt;/a&gt;&lt;br /&gt; Pointer and reference data types&lt;br /&gt;Main article: &lt;a title="Reference (computer science)" href="http://en.wikipedia.org/wiki/Reference_(computer_science)"&gt;Reference (computer science)&lt;/a&gt;&lt;br /&gt;Further information: &lt;a class="mw-redirect" title="Pointer" href="http://en.wikipedia.org/wiki/Pointer"&gt;Pointer&lt;/a&gt;&lt;br /&gt;&lt;a id="Primitive_data_types" name="Primitive_data_types"&gt;&lt;/a&gt;&lt;br /&gt; Primitive data types&lt;br /&gt;Main article: &lt;a title="Primitive data type" href="http://en.wikipedia.org/wiki/Primitive_data_type"&gt;Primitive data type&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000000;"&gt;2.What role play in database?&lt;/span&gt;&lt;br /&gt;*&lt;span style="color:#006600;"&gt;The Role Playing Database can reduce your messy notebook of character sheets, maps, spell sheets, monster descriptions, and other essential information you need to drag around to your games with a USB memory stick! Yes, be prepared for a game anywhere there is a computer with an USB connector.The Role Playing Database helps you keep track of player and non-player characters, including the character's attributes and characteristics as well as the character's personality and possisions. The Role Playing Database is compatibable with most role playing systems, including the D20 system. Monsters of all types can be created and managed. Spells, tricks &amp;amp; traps can all be created and managed (and even shared!). Adventure maps can be created and kept up-to-date. All sorts of treasures can be hidden throughout your role playing world. It is even possible to to provide furnishings.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000000;"&gt;3.What DBMS software?&lt;/span&gt;&lt;br /&gt;*&lt;a href="http://www.filebuzz.com/software_screenshot/full/dbms_context-60780.gif" target="_blank"&gt;&lt;/a&gt;&lt;span style="color:#33ff33;"&gt;ConteXt. ConteXt is an interactive Dbms of a new generation. It supports context data model that includes relational, network, partially hiearchial, object-oriented, and attribute-value architecture. ConteXt... GIS ObjectLand is a universal Geographic Information System for Windows. Key capabilities: vector-raster maps; multiuser data editing; import and export for MIF/MID (MapInfo), SHP (ArcView), DXF (AutoCAD),... &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000066;"&gt;*GIS ObjectLand is a universal Geographic Information System for Windows. Key capabilities: vector-raster maps; multiuser data editing; import and export for MIF/MID (MapInfo), SHP (ArcView), DXF (AutoCAD),...&lt;/span&gt;&lt;span style="color:#660000;"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#33ff33;"&gt;*CompareData is a native Windows cross-Dbms application that allows you to visually compare and synchronize data between two SQL databases using ODBC drivers. You can retrieve all/some data for a table/view... &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000066;"&gt;*Visual SQL-Designer is a program for easy visual constructing hard SQL-query for any database and write it. Support ORACLE, MSSQL 6.5-2000, MySQL,SyBase, Db2 for NT, MSAccess and other ODBC databases. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#33ff33;"&gt;*Cross-Database Studio is a full scale, integrated solution for comparison, migration and synchronization of structures and data in databases of different types. Cross-Database Studio is equally efficient... &lt;/span&gt;&lt;a href="http://www.filebuzz.com/software_screenshot/full/dbms_context-60780.gif" target="_blank"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-6512606807183345769?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/6512606807183345769/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=6512606807183345769' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/6512606807183345769'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/6512606807183345769'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2009/07/myassignmnt.html' title='MY_ASSIGNMNT'/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-7635883839510801452</id><published>2009-06-25T01:48:00.000-07:00</published><updated>2009-06-25T01:49:33.184-07:00</updated><title type='text'>MVvsDATA</title><content type='html'>&lt;strong style="color: rgb(51, 51, 51);"&gt;&lt;span style="font-size: 130%;"&gt;Memory Variables&lt;/span&gt;&lt;/strong&gt;-&lt;strong&gt; &lt;span style="color: rgb(255, 102, 102);"&gt;a variable is an &lt;/span&gt;&lt;/strong&gt;&lt;a title="Identifier" href="http://en.wikipedia.org/wiki/Identifier"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;identifier&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; (usually a letter, word, or phrase) that is linked to a &lt;/span&gt;&lt;/strong&gt;&lt;a title="Value (computer science)" href="http://en.wikipedia.org/wiki/Value_%28computer_science%29"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;value&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; stored in the system's &lt;/span&gt;&lt;/strong&gt;&lt;a title="Computer data storage" href="http://en.wikipedia.org/wiki/Computer_data_storage"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;memory&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; or an &lt;/span&gt;&lt;/strong&gt;&lt;a title="Expression (programming)" href="http://en.wikipedia.org/wiki/Expression_%28programming%29"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;expression&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; that can be evaluated. For instance, a variable might be called "total_count" and contain a number.&lt;br /&gt;In &lt;/span&gt;&lt;/strong&gt;&lt;a title="Imperative programming" href="http://en.wikipedia.org/wiki/Imperative_programming"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;imperative&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; &lt;/span&gt;&lt;/strong&gt;&lt;a title="Programming language" href="http://en.wikipedia.org/wiki/Programming_language"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;programming languages&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;, values can generally be &lt;/span&gt;&lt;/strong&gt;&lt;a class="mw-redirect" title="Dereference" href="http://en.wikipedia.org/wiki/Dereference"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;accessed&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; or &lt;/span&gt;&lt;/strong&gt;&lt;a title="Assignment (computer science)" href="http://en.wikipedia.org/wiki/Assignment_%28computer_science%29"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;changed&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; at any time. However, in &lt;/span&gt;&lt;/strong&gt;&lt;a title="Pure function" href="http://en.wikipedia.org/wiki/Pure_function"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;pure&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; &lt;/span&gt;&lt;/strong&gt;&lt;a title="Functional programming" href="http://en.wikipedia.org/wiki/Functional_programming"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;functional&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; and &lt;/span&gt;&lt;/strong&gt;&lt;a title="Logic programming" href="http://en.wikipedia.org/wiki/Logic_programming"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;logic languages&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;, variables are &lt;/span&gt;&lt;/strong&gt;&lt;a title="Free variables and bound variables" href="http://en.wikipedia.org/wiki/Free_variables_and_bound_variables"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;bound&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; to expressions and keep a single value during their entire &lt;/span&gt;&lt;/strong&gt;&lt;a title="Scope (programming)" href="http://en.wikipedia.org/wiki/Scope_%28programming%29"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;lifetime&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; due to the requirements of &lt;/span&gt;&lt;/strong&gt;&lt;a title="Referential transparency (computer science)" href="http://en.wikipedia.org/wiki/Referential_transparency_%28computer_science%29"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;referential transparency&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;. In imperative languages, the same behavior is exhibited by &lt;/span&gt;&lt;/strong&gt;&lt;a title="Constant (programming)" href="http://en.wikipedia.org/wiki/Constant_%28programming%29"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;constants&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;, which are typically contrasted with normal variables.&lt;/span&gt;&lt;/strong&gt;&lt;a name="1115468"&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;You use the Memory Variables page of the ColdFusion Administrator to enable application and session variables server-wide. By default, application and session variables are enabled when you install ColdFusion Server. If you disable either type of variable in the Memory Variables page, you cannot use them in a ColdFusion application.&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;a name="1154916"&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;You can specify maximum and default timeout values for session and application variables. Unless you define a timeout value in Application.cfm, application variables expire when you restart ColdFusion Server. Session variables expire when user sessions end. To change these behaviors, enter default and maximum timeout values.&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: 130%; color: rgb(51, 51, 51);"&gt;DATA FIELD&lt;/span&gt;&lt;/strong&gt;-&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;A data field is a place where you can store &lt;/span&gt;&lt;/strong&gt;&lt;a title="Data" href="http://en.wikipedia.org/wiki/Data"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;data&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;. Commonly used to refer to a column in a &lt;/span&gt;&lt;/strong&gt;&lt;a title="Database" href="http://en.wikipedia.org/wiki/Database"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;database&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; or a field in a &lt;/span&gt;&lt;/strong&gt;&lt;a title="Data entry" href="http://en.wikipedia.org/wiki/Data_entry"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;data entry&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; form or web form.&lt;br /&gt;The field may contain data to be entered as well as data to be displayed.In the &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/definition/structure.html"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;structure&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; of a &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/definition/database.html"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;database&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;, the smallest &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/definition/component.html"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;component&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; under which &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/definition/data.html"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;data&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; is entered through &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/definition/data-capture.html"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;data capture&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; or &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/definition/data-entry.html"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;data entry&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;. All data fields in the same database have unique &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/definition/names.html"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;names&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;, several data fields make up a data &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.investorwords.com/4094/record.html" rel="nofollow"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;record&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;, several &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/definition/data-record.html"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;data records&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; make up a data file, and several &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/definition/data-file.html"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;data files&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; make up a database.data field is ...... in the &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/terms-by-subject.php?subject=12"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;Data Management, Communications, &amp;amp; Networks&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; and &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/terms-by-subject.php?subject=21"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;Information Science &amp;amp; Technology&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; subjects. data field appears in the definitions of the following terms: &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/definition/field.html"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;field&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;, &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/definition/flat-database.html"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;flat database&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; and &lt;/span&gt;&lt;/strong&gt;&lt;a href="http://www.businessdictionary.com/definition/data-element.html"&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt;data element&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; .&lt;/span&gt;&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-7635883839510801452?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/7635883839510801452/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=7635883839510801452' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/7635883839510801452'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/7635883839510801452'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2009/06/mvvsdata.html' title='MVvsDATA'/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-9105519219640402744</id><published>2009-06-25T01:25:00.000-07:00</published><updated>2009-06-25T01:28:40.969-07:00</updated><title type='text'>TermContrast</title><content type='html'>&lt;strong style="color: rgb(255, 102, 102);"&gt;&lt;span style="color: rgb(102, 255, 153);"&gt;1.Information vs. Data&lt;/span&gt;- as a &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Conveyed concept" href="http://en.wikipedia.org/wiki/Conveyed_concept"&gt;&lt;strong&gt;concept&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt; has a diversity of meanings, from everyday usage to technical settings. Generally speaking, the concept of information is closely related to notions of &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Constraint" href="http://en.wikipedia.org/wiki/Constraint"&gt;&lt;strong&gt;constraint&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Communication" href="http://en.wikipedia.org/wiki/Communication"&gt;&lt;strong&gt;communication&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Control system" href="http://en.wikipedia.org/wiki/Control_system"&gt;&lt;strong&gt;control&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Data" href="http://en.wikipedia.org/wiki/Data"&gt;&lt;strong&gt;data&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Form" href="http://en.wikipedia.org/wiki/Form"&gt;&lt;strong&gt;form&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Instruction" href="http://en.wikipedia.org/wiki/Instruction"&gt;&lt;strong&gt;instruction&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Knowledge" href="http://en.wikipedia.org/wiki/Knowledge"&gt;&lt;strong&gt;knowledge&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Meaning (linguistics)" href="http://en.wikipedia.org/wiki/Meaning_%28linguistics%29"&gt;&lt;strong&gt;meaning&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Stimulation" href="http://en.wikipedia.org/wiki/Stimulation"&gt;&lt;strong&gt;mental stimulus&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Pattern" href="http://en.wikipedia.org/wiki/Pattern"&gt;&lt;strong&gt;pattern&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Perception" href="http://en.wikipedia.org/wiki/Perception"&gt;&lt;strong&gt;perception&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, and &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Knowledge representation" href="http://en.wikipedia.org/wiki/Knowledge_representation"&gt;&lt;strong&gt;representation&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;.Data are pieces of information that represent the qualitative or quantitative attributes of a variable or set of variables. Data are typically the results of &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Measurement" href="http://en.wikipedia.org/wiki/Measurement"&gt;&lt;strong&gt;measurements&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt; and can be the basis of &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Graph" href="http://en.wikipedia.org/wiki/Graph"&gt;&lt;strong&gt;graphs&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Image" href="http://en.wikipedia.org/wiki/Image"&gt;&lt;strong&gt;images&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, or observations of a set of variables. Data are often viewed as the lowest level of abstraction from which &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Information" href="http://en.wikipedia.org/wiki/Information"&gt;&lt;strong&gt;information&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt; and &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Knowledge" href="http://en.wikipedia.org/wiki/Knowledge"&gt;&lt;strong&gt;knowledge&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt; are derived.&lt;/strong&gt;&lt;br /&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;&lt;span style="color: rgb(102, 255, 153);"&gt;2&lt;/span&gt;.&lt;span style="color: rgb(102, 255, 153);"&gt;Data storage vs. Computer storage&lt;/span&gt;-A data storage or data storage device is a device for recording or storing and information. &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Recording" href="http://en.wikipedia.org/wiki/Recording"&gt;&lt;strong&gt;Recording&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt; can be done using virtually any form of &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Energy" href="http://en.wikipedia.org/wiki/Energy"&gt;&lt;strong&gt;energy&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, spanning from manual muscle power in &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" class="mw-redirect" title="Handwriting" href="http://en.wikipedia.org/wiki/Handwriting"&gt;&lt;strong&gt;handwriting&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;, to acoustic vibrations in &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Phonograph" href="http://en.wikipedia.org/wiki/Phonograph"&gt;&lt;strong&gt;phonographic&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt; recording, to electromagnetic energy modulating &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Magnetic tape" href="http://en.wikipedia.org/wiki/Magnetic_tape"&gt;&lt;strong&gt;magnetic tape&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt; and &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" title="Optical disc" href="http://en.wikipedia.org/wiki/Optical_disc"&gt;&lt;strong&gt;optical discs&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;.while a computer storage is a device or portion of a device that is capable of receiving data, retaining them for an indefinite time, and supplying them on command. Also called memory.&lt;/strong&gt;&lt;br /&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;&lt;span style="color: rgb(102, 255, 153);"&gt;3. Operating system vs. Computer system-&lt;/span&gt;Operating system is an interface between hardware and user; it is responsible for the management and coordination of activities and the sharing of the resources of the computer. The operating system acts as a host for &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" class="mw-redirect" title="Applications (computing)" href="http://en.wikipedia.org/wiki/Applications_%28computing%29"&gt;&lt;strong&gt;computing applications&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt; that are run on the machine. As a host, one of the purposes of an operating system is to handle the details of the operation of the &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" class="mw-redirect" title="Computer hardware" href="http://en.wikipedia.org/wiki/Computer_hardware"&gt;&lt;strong&gt;hardware&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;.Computer systemis a complete, working &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" href="http://www.webopedia.com/TERM/C/computer.html"&gt;&lt;strong&gt;computer&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt;. The computer system includes not only the computer, but also any &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" href="http://www.webopedia.com/TERM/C/software.html"&gt;&lt;strong&gt;software&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt; and &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" href="http://www.webopedia.com/TERM/C/peripheral_device.html"&gt;&lt;strong&gt;peripheral devices&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 102, 102);"&gt; that are necessary to make the computer function. Every computer system, for example, requires an &lt;/strong&gt;&lt;a style="color: rgb(255, 102, 102);" href="http://www.webopedia.com/TERM/C/operating_system.html"&gt;&lt;strong&gt;operating system.&lt;/strong&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-9105519219640402744?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/9105519219640402744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=9105519219640402744' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/9105519219640402744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/9105519219640402744'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2009/06/termcontrast.html' title='TermContrast'/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-2311926489749597525</id><published>2009-02-06T01:25:00.000-08:00</published><updated>2009-02-06T01:31:19.221-08:00</updated><title type='text'></title><content type='html'>&lt;ul&gt;&lt;li&gt;&lt;span style="color:#ff0000;"&gt;array   &lt;/span&gt;                                                                                                                                                             &lt;span style="color:#00cccc;"&gt; is a &lt;/span&gt;&lt;a title="Data structure" href="http://en.wikipedia.org/wiki/Data_structure"&gt;&lt;span style="color:#00cccc;"&gt;data structure&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#00cccc;"&gt; consisting of a group of &lt;/span&gt;&lt;a title="Element (mathematics)" href="http://en.wikipedia.org/wiki/Element_(mathematics)"&gt;&lt;span style="color:#00cccc;"&gt;elements&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#00cccc;"&gt; that are accessed by &lt;/span&gt;&lt;a title="Index (information technology)" href="http://en.wikipedia.org/wiki/Index_(information_technology)"&gt;&lt;span style="color:#00cccc;"&gt;indexing&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#00cccc;"&gt;. In most &lt;/span&gt;&lt;a title="Programming language" href="http://en.wikipedia.org/wiki/Programming_language"&gt;&lt;span style="color:#00cccc;"&gt;programming languages&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#00cccc;"&gt; each element has the same &lt;/span&gt;&lt;a title="Data type" href="http://en.wikipedia.org/wiki/Data_type"&gt;&lt;span style="color:#00cccc;"&gt;data type&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#00cccc;"&gt; and the array occupies a contiguous area of &lt;/span&gt;&lt;a title="Computer memory" href="http://en.wikipedia.org/wiki/Computer_memory"&gt;&lt;span style="color:#00cccc;"&gt;storage&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#00cccc;"&gt;.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:#9999ff;"&gt;Multi-dimensional arrays&lt;/span&gt;                                                                                                               &lt;span style="color:#ff9900;"&gt;are accessed using more than one index: one for each dimension. Multidimensional indexing reduced to a lesser number of dimensions, for example, a two-dimensional array with consisting of 6 and 5 elements respectively could be represented using a one-dimensional array of 30 elements.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:#ffcccc;"&gt;Arrays                &lt;/span&gt;                                                                                                                        &lt;span style="color:#330099;"&gt;permit constant time &lt;/span&gt;&lt;a title="Random access" href="http://en.wikipedia.org/wiki/Random_access"&gt;&lt;span style="color:#330099;"&gt;random access&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#330099;"&gt; to individual elements, which is optimal, but moving elements requires time proportional to the number of elements moved. On actual hardware, the presence of e.g. &lt;/span&gt;&lt;a title="Cache" href="http://en.wikipedia.org/wiki/Cache"&gt;&lt;span style="color:#330099;"&gt;caches&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#330099;"&gt; can make sequential iteration over an array noticeably faster than &lt;/span&gt;&lt;a title="Random access" href="http://en.wikipedia.org/wiki/Random_access"&gt;&lt;span style="color:#330099;"&gt;random access&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#330099;"&gt; — a consequence of arrays having good &lt;/span&gt;&lt;a title="Locality of reference" href="http://en.wikipedia.org/wiki/Locality_of_reference"&gt;&lt;span style="color:#330099;"&gt;locality of reference&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#330099;"&gt; because their elements occupy contiguous memory locations — but this does not change the asymptotic &lt;/span&gt;&lt;a title="Computational complexity theory" href="http://en.wikipedia.org/wiki/Computational_complexity_theory"&gt;&lt;span style="color:#330099;"&gt;complexity&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#330099;"&gt; of access. Likewise, there are often facilities (such as &lt;/span&gt;&lt;a class="mw-redirect" title="Memcpy" href="http://en.wikipedia.org/wiki/Memcpy"&gt;&lt;span style="color:#330099;"&gt;memcpy&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#330099;"&gt;) which can be used to move contiguous blocks of array elements faster than one can do through individual element access, but that does not change the asymptotic complexity either.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:#990000;"&gt;Arrays                                                                                                                                                  &lt;/span&gt; &lt;span style="color:#3333ff;"&gt;are used to implement mathematical &lt;/span&gt;&lt;a title="Coordinate vector" href="http://en.wikipedia.org/wiki/Coordinate_vector"&gt;&lt;span style="color:#3333ff;"&gt;vectors&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#3333ff;"&gt; and &lt;/span&gt;&lt;a title="Matrix (mathematics)" href="http://en.wikipedia.org/wiki/Matrix_(mathematics)"&gt;&lt;span style="color:#3333ff;"&gt;matrices&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#3333ff;"&gt;, as well as other kinds of rectangular tables. In early programming languages, these were often the applications that motivated having arrays.&lt;br /&gt;Because of their performance characteristics, arrays are used to implement other data structures, such as &lt;/span&gt;&lt;a title="Heap (data structure)" href="http://en.wikipedia.org/wiki/Heap_(data_structure)"&gt;&lt;span style="color:#3333ff;"&gt;heaps&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#3333ff;"&gt;, &lt;/span&gt;&lt;a title="Hash table" href="http://en.wikipedia.org/wiki/Hash_table"&gt;&lt;span style="color:#3333ff;"&gt;hash tables&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#3333ff;"&gt;, &lt;/span&gt;&lt;a title="Deque" href="http://en.wikipedia.org/wiki/Deque"&gt;&lt;span style="color:#3333ff;"&gt;deques&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#3333ff;"&gt;, &lt;/span&gt;&lt;a title="Queue (data structure)" href="http://en.wikipedia.org/wiki/Queue_(data_structure)"&gt;&lt;span style="color:#3333ff;"&gt;queues&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#3333ff;"&gt;, &lt;/span&gt;&lt;a title="Stack (data structure)" href="http://en.wikipedia.org/wiki/Stack_(data_structure)"&gt;&lt;span style="color:#3333ff;"&gt;stacks&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#3333ff;"&gt;, &lt;/span&gt;&lt;a title="String (computer science)" href="http://en.wikipedia.org/wiki/String_(computer_science)"&gt;&lt;span style="color:#3333ff;"&gt;strings&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#3333ff;"&gt;, and &lt;/span&gt;&lt;a title="VList" href="http://en.wikipedia.org/wiki/VList"&gt;&lt;span style="color:#3333ff;"&gt;VLists&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#3333ff;"&gt;.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-2311926489749597525?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/2311926489749597525/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=2311926489749597525' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/2311926489749597525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/2311926489749597525'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2009/02/array-is-data-structure-consisting-of.html' title=''/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-2985753275652748803</id><published>2008-11-17T22:15:00.000-08:00</published><updated>2008-11-17T22:41:03.618-08:00</updated><title type='text'>116C  SURVEY KH19</title><content type='html'>&lt;h2 style="color: rgb(204, 102, 204);"&gt;Linear Structure&lt;/h2&gt; &lt;p style="color: rgb(255, 0, 0);"&gt; Linear structures are constructs which form a linear chain.  Such a  chain consists of elements which are linked in direct succession and the  order of the elements is fixed.  For instance, one type of action results in  one response, which then produces another certain type of  action that results in another response and so on.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style="color: rgb(204, 102, 204);"&gt;&lt;/h2&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-2985753275652748803?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/2985753275652748803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=2985753275652748803' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/2985753275652748803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/2985753275652748803'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2008/11/116c-survey-kh19.html' title='116C  SURVEY KH19'/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-6005497943728266432</id><published>2008-11-12T03:17:00.000-08:00</published><updated>2008-11-12T03:49:08.259-08:00</updated><title type='text'>116c survey KH 13</title><content type='html'>Structure of the Earth&lt;br /&gt;&lt;br /&gt;1. The Earth has a spherical shape.&lt;br /&gt;2.It has an atmosphere.&lt;br /&gt;3. It revolve on his own orbit around the sun.&lt;br /&gt;4. It belongs to the solar system.&lt;br /&gt;5. It composed of three elements.&lt;br /&gt;6. It has different climate/ temperature.&lt;br /&gt;7. It has many Island.&lt;br /&gt;8. It's far away from the sun.&lt;br /&gt;9.It has a gravity that hold an object on it.&lt;br /&gt;&lt;br /&gt;EEG STRUCTURE&lt;br /&gt;&lt;br /&gt;1. It is an oblong.&lt;br /&gt;2. It's color is white.&lt;br /&gt;3. It has a shell.&lt;br /&gt;5. The shell is smooth.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-6005497943728266432?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/6005497943728266432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=6005497943728266432' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/6005497943728266432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/6005497943728266432'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2008/11/structure-of-earth-1.html' title='116c survey KH 13'/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-4357459552315034865</id><published>2008-11-09T18:23:00.000-08:00</published><updated>2008-11-09T18:29:48.118-08:00</updated><title type='text'></title><content type='html'>computer system-is  system that help us to solve our problem in easier way like;research our projects in school...&lt;br /&gt;&lt;br /&gt;computer hardware system-&lt;br /&gt;&lt;ul&gt;&lt;li&gt;mouse&lt;/li&gt;&lt;li&gt;keyboard&lt;/li&gt;&lt;li&gt;monitor&lt;/li&gt;&lt;li&gt;joystick&lt;/li&gt;&lt;li&gt;speaker&lt;/li&gt;&lt;li&gt;camera&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-4357459552315034865?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/4357459552315034865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=4357459552315034865' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/4357459552315034865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/4357459552315034865'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2008/11/computer-system-is-system-that-help-us.html' title=''/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7303716618991344944.post-5269016742836006507</id><published>2008-11-05T16:48:00.000-08:00</published><updated>2008-11-05T16:50:23.369-08:00</updated><title type='text'>116c survey # 1</title><content type='html'>&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7303716618991344944-5269016742836006507?l=lampa-reshel.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lampa-reshel.blogspot.com/feeds/5269016742836006507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7303716618991344944&amp;postID=5269016742836006507' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/5269016742836006507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7303716618991344944/posts/default/5269016742836006507'/><link rel='alternate' type='text/html' href='http://lampa-reshel.blogspot.com/2008/11/116c-survey-1.html' title='116c survey # 1'/><author><name>Reshel</name><uri>http://www.blogger.com/profile/00090146566579864351</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_-zAK1Z_EOFE/SswLBEYP8qI/AAAAAAAAAA0/RBJXXb4GuCo/S220/1_153268293l.jpg'/></author><thr:total>0</thr:total></entry></feed>
