JavaScript + CSS Dynamic Menu Display











Easier to use </ TITLE ><!-- Note 1 -><br /><SCRIPT Language="avascript"><br /><br />var whichIm;<br />var varColor = "DDEEFF";<br /><br />document.nmouseover = mouseOver;<br />document.nmouseout = mouseOut;<br />document.nmousedown = mouseDown;<br />document.nmouseup = mouseUp;<br /><br />function mouseOver () {<br />var vSrc = window.event.srcElement;<br />if (vSrc.className == "child2" | | vSrc.className == "child3" | | vSrc.className == "parent") / * determine whether the object is "flat" * / {<br />fColor = vSrc.style.backgroundColor;<br />vSrc.style.backgroundColor = varColor;<br />/ * Note 2 * /<br />}<br />}<br /><br />function mouseOut () {<br />var vSrc = window.event.srcElement;<br />if (vSrc.className == "child2" | | vSrc.className == "child3" | | vSrc.className == "parent") {<br />vSrc.style.backgroundColor = fColor;<br />/ * Note 2 * /<br />}<br />}<br /><br />function mouseDown () {<br />var vSrc = window.event.srcElement;<br />divColl = document.all.tags ("DIV");<br />for (i = 0; i <divColl.length; i + +) {<br />if (((divColl (i). className == "parent ")||( divColl (i). className ==" child2 ")||( divColl (i). className == "child3"))& & (divColl (i). id! = vSrc.id)) / * Note 3 * / {<br />divColl (i). style.backgroundColor = "";<br />}<br />if (((divColl (i). className == "parent ")||( divColl (i). className ==" child2 ")||( divColl (i). className == "child3"))& & (divColl (i). id == vSrc.id)) / * Note 3 * / {<br />divColl (i). style.backgroundColor = "# FFFFFF";<br />fColor = "# FFFFFF";<br />}<br />}<br />}<br /><br />function mouseUp () {<br />var vSrc = window.event.srcElement;<br />if (vSrc.className == "child2" | | vSrc.className == "child3" | | vSrc.className == "parent") {<br />/ * Note 2 * /<br />}<br />}<br />//<!-- Navigation functions -><br /><br />function closeAll (el) {<br />divColl = document.all.tags ("DIV");<br />for (i = 0; i <divColl.length; i + +) {<br />felEl = eval (el + "Child1");<br />if ((divColl (i). className == "child1") & & (felEl! = divColl (i))) {<br />divColl (i). style.display = "none";<br />}<br />}<br />}<br /><br />function navOnload () {<br />divColl = document.all.tags ("DIV");<br />for (i = 0; i <divColl.length; i + +) {<br />if (divColl (i). className == "child1" | | divColl (i). className == "child4") {<br />if (divColl (i). className == "child4" & & divColl (i). style.display == "block") {<br />whichArrow = eval (divColl (i). Arr);<br />whichArrow.src = ".. / images / tocuparw.gif";<br />}<br />}<br />}<br />}<br /><br />function expandIE (el) {<br />whichEl = eval (el + "Child1");<br />closeAll (el);<br />if (whichEl.style.display! = "block") {<br />whichEl.style.display = "block";<br />whichEl.isExpanded = true;<br />} / * Note 4 * / else {<br />whichEl.style.display = "none";<br />whichEl.isExpanded = false;<br />} / * Note 4 * /<br />}<br /><br /><br />function expandIE2 (el) {<br />whichEl = eval (el + "Child3");<br />whichIm = event.srcElement;<br />if (whichEl.style.display! = "block") {/ / When click on the object did not begin when the lower-level menu, expand the lower-level menu<br />whichEl.style.display = "block";<br />whichEl.isExpanded = true;<br />whichArrow = eval (whichIm.Arr);<br />whichArrow.src = ".. / images / tocuparw.gif";<br />} Else {/ / When click on the object has started lower menu, hide the lower menu<br />whichEl.style.display = "none";<br />whichEl.isExpanded = false;<br />whichArrow = eval (whichIm.Arr);<br />whichArrow.src = ".. / images / tocdnarw.gif";<br />}<br />}<br /></ SCRIPT><br /><! - Note 1 -><br /><style><br />A: link<br />{<br />color: 000000;<br />text-decoration: none;<br />}<br />A: visited<br />{<br />color: 666666;<br />text-decoration: none;<br />}<br />Body<br />{<br />background-repeat: repeat-y;<br />font-family: Verdana, Arial;<br />}<br />. Parent<br />{<br />position: relative;<br />display: block;<br />font-weight: bold;<br />font-size: 9pt;<br />padding: 1pt;<br />padding-left: 8pt;<br />width: 168px;<br />top: 0;<br />cursor: hand;<br />margin-bottom: 2;<br />}<br />. Child1<br />{<br />display: none;<br />font-size: 9pt;<br />width: 168px;<br />padding-bottom: 4pt;<br />cursor: hand;<br />margin-bottom: 2;<br />}<br />. Child2<br />{<br />display: block;<br />font-size: 9pt;<br />padding: 1pt;<br />width: 168px;<br />padding-left: 14pt;<br />cursor: hand;<br />margin-bottom: 2;<br />}<br />. Child3<br />{<br />display: block;<br />font-size: 9pt;<br />padding: 1pt;<br />padding-left: 20pt;<br />width: 168px;<br />cursor: hand;<br />margin-bottom: 2;<br />}<br />. Child4<br />{<br />display: block;<br />font-size: 9pt;<br />width: 168px;<br />cursor: hand;<br />margin-bottom: 2;<br />}<br />. Master<br />{<br />position: relative;<br />display: block;<br />padding: 1pt;<br />width: 168px;<br />padding-top: 12px;<br />}<br /># Navigation<br />{<br />position: absolute;<br />top: 101;<br />left: 0;<br />z-index: 1;<br />width: 170px;<br />height: 340px;<br />overflow: auto;<br />}<br /></ Style><br /><BASE TARGET="SubMain"><br /></ Head><br /><Body onload = "navOnload (); this.focus ();" LEFTMARGIN = "0" TOPMARGIN = "0" bgcolor = "White" background = "bluetoc.gif" text = "Black"; link = "Black" vlink = "# 005BAA"><br /><DIV ID="Navigation"><br /><DIV ID="MasterOne" CLASS="Master"><br /><A Href=http://www.ddvip.com/web/js/index2/"wrkwfile/mainwork.htm"><br /><DIV ID="Files" nkeypress="expandIE(''etuOne'');mouseDown()" nClick="expandIE(''etuOne'')" CLASS="parent"><br />Processing document<br /></ DIV><br /></ A><br /><DIV ID="etuOneChild1" CLASS="child1"><br /><A Href=http://www.ddvip.com/web/js/index2/"wrkwfile/trakdocs.htm"><br /><DIV nkeypress = "expandIE2 (''etuTwo''); mouseDown ()" nClick = "expandIE2 (''etuTwo'')" ID = "Track" CLASS = "child2" Arr = "; Arrow1 "><br /><IMG id = "Arrow1" src = http://www.ddvip.com/web/js/index2/ ".. / images / tocdnarw.gif" width = "9" height = "9"border = "0" alt = "" align = "middle" hspace = "0"><br />Tracking documents<br /></ DIV><br /></ A><br /><DIV ID="etuTwoChild3" CLASS="child4" style="display:none" Arr="Arrow1"><br /><A Href=http://www.ddvip.com/web/js/index2/"wrkwfile/mynetwrk.htm"><br /><DIV ID="MyNet" CLASS="child3" nkeypress="mouseDown();"><br />Network Neighborhood<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"wrkwfile/mydocs.htm"><br /><DIV ID="Mydocs" CLASS="child3" nkeypress="mouseDown();"><br />My Documents<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"wrkwfile/opensave.htm"><br /><DIV ID="Open" CLASS="child3" nkeypress="mouseDown();"><br />File Open / Save As<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"wrkwfile/history.htm"><br /><DIV ID="Histroy" CLASS="child3" nkeypress="mouseDown();"><br />History Folder<br /></ DIV><br /></ A><br /></ DIV><br /><A Href=http://www.ddvip.com/web/js/index2/"wrkwfile/associat.htm"><br /><DIV ID="Assoc" CLASS="child2" nkeypress="mouseDown();"><br />Associated file types<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"wrkwfile/imageman.htm"><br /><DIV ID="Imageman" CLASS="child2" nkeypress="mouseDown();"><br />Image processing<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"wrkwfile/rdyavprt.htm"><br /><DIV ID="Readily" CLASS="child2" nkeypress="mouseDown();"><br />Print Management<br /></ DIV><br /></ A><br /></ DIV><br /><A Href=http://www.ddvip.com/web/js/index2/"findinfo/mainfind.htm"><br /><DIV ID="Find" nKeypress="expandIE(''etuThree'');mouseDown()" nClick="expandIE(''etuThree'')" CLASS="parent"><br />Find Information<br /></ DIV><br /></ A><br /><DIV ID="etuThreeChild1" CLASS="child1"><br /><A Href=http://www.ddvip.com/web/js/index2/"findinfo/indexing.htm"><br /><DIV ID="Index" CLASS="child2" nkeypress="mouseDown();"><br />Index content<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"findinfo/search.htm"><br /><DIV ID="Search" CLASS="child2" nkeypress="mouseDown();"><br />Integrated search<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"findinfo/actsrch.htm"><br /><DIV ID="ActSear" CLASS="child2" nkeypress="mouseDown();"><br />Active Directory<br /></ DIV><br /></ A><br /></ DIV><br /><A Href=http://www.ddvip.com/web/js/index2/"personal/mainprsn.htm"><br /><DIV ID="Person" nkeypress="expandIE(''etuFour'');mouseDown()" nClick="expandIE(''etuFour'')" CLASS="parent"><br />Personalized<br /></ DIV><br /></ A><br /><DIV ID="etuFourChild1" CLASS="child1"><br /><A Href=http://www.ddvip.com/web/js/index2/"personal/strtmenu.htm"><br /><DIV ID="StartM" CLASS="child2" nkeypress="mouseDown();"><br />Start Menu<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"personal/custtlbr.htm"><br /><DIV ID="Custo" CLASS="child2" nkeypress="mouseDown();"><br />Toolbar<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"personal/actdsktp.htm"><br /><DIV ID="Acti" CLASS="child2" nkeypress="mouseDown();"><br />Active Desktop<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"personal/access.htm"><br /><DIV ID="Acc" CLASS="child2" nkeypress="mouseDown();"><br />Auxiliary guide<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"personal/multlang.htm"><br /><DIV ID="Multi" CLASS="child2" nkeypress="mouseDown();"><br />Multi-language technology<br /></ DIV><br /></ A><br /></ DIV><br /><A Href=http://www.ddvip.com/web/js/index2/"wrkonweb/mainwork.htm"><br /><DIV ID="Web" nkeypress="expandIE(''etuFive'');mouseDown()" nClick="expandIE(''etuFive'')" CLASS="parent"><br />Work on the Web<br /></ DIV><br /></ A><br /><DIV ID="etuFiveChild1" CLASS="child1"><br /><A Href=http://www.ddvip.com/web/js/index2/"wrkonweb/inetcwiz.htm"><br /><DIV ID="inetCon" CLASS="child2" nkeypress="mouseDown();"><br />Internet Connection Wizard<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"wrkonweb/favui.htm"><br /><DIV ID="FavUI" CLASS="child2" nkeypress="mouseDown();"><br />Personal Favorites pane<br /></ DIV><br /></ A><br /></ DIV><br /><A Href=http://www.ddvip.com/web/js/index2/"workremo/mainremo.htm"><br /><DIV ID = "Remote" nkeypress = "expandIE (''etuSix''); mouseDown ()" nClick = "expandIE (''etuSix''); mouseDown ();" CLASS = "parent "><br />Remote work<br /></ DIV><br /></ A><br /><DIV ID="etuSixChild1" CLASS="child1"><br /><A Href=http://www.ddvip.com/web/js/index2/"workremo/remotely.htm"><br /><DIV ID = "Remotely" nkeypress = "expandIE2 (''etuSeven''); mouseDown ()" nClick = "expandIE2 (''etuSeven'')" Arr = "Arrow2" ID = "; "CLASS =" child2 "><br /><IMG id = "Arrow2" src = http://www.ddvip.com/web/js/index2/ ".. / images / tocdnarw.gif" width = "9" height = "9"border = "0" alt = "" align = "middle" hspace = "0"><br />Work Offline<br /></ DIV><br /></ A><br /><DIV ID="etuSevenChild3" CLASS="child4" style="display:none" Arr="Arrow2"><br /><A Href=http://www.ddvip.com/web/js/index2/"workremo/offlnfld.htm"><br /><DIV ID="Offfile" CLASS="child3" nkeypress="mouseDown();"><br />Offline Files<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"workremo/offlnwb.htm"><br /><DIV ID="Offweb" CLASS="child3" nkeypress="mouseDown();"><br />Offline Web Browsing<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"workremo/syncman.htm"><br /><DIV ID="Sync" CLASS="child3" nkeypress="mouseDown();"><br />Synchronization Manager<br /></ DIV><br /></ A><br /></ DIV><br /><A Href=http://www.ddvip.com/web/js/index2/"workremo/netconmn.htm"><br /><DIV ID="NetCon" CLASS="child2" nkeypress="mouseDown();"><br />Network and Dial-up Connections folder<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"workremo/efs.htm"><br /><DIV ID="Efs" CLASS="child2" nkeypress="mouseDown();"><br />Encrypting File System<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"workremo/conspowr.htm"><br /><DIV ID="Cons" CLASS="child2" nkeypress="mouseDown();"><br />Power Management<br /></ DIV><br /></ A> <A href=http://www.ddvip.com/web/js/index2/"workremo/infrared.htm"><br /><DIV ID="Infra" CLASS="child2" nkeypress="mouseDown();"><br />Auto IR support<br /></ DIV><br /></ A><br /></ DIV><br /></ DIV><br /></ DIV><br /><IFRAME src = http://www.ddvip.com/web/js/index2/ "etu_main.htm" name = "SubMain" scrolling = "auto" width = "470" height = "100% "marginwidth =" 4 "marginheight =" 4 "frameborder =" No "style =" position: relative; top: 2; left: 180 ;"></ IFRAME><br /></ Body><br /></ Html><br /><! -<br />Menu structure of the code below:<br /><br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />* Processing of documents ------------------------------------------------------------- CLASS = "parent" *<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp tracking documents -------------------------------CLASS = "child2" - | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp Network Places - CLASS = "child3" - | | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp My Documents - CLASS = "child3" | | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp file ....-- CLASS = "child3" |-CLASS = "child4" | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp historical ....-- CLASS = "child3" __ | |-CLASS = "child1" backup bin conf config data eshow_sitemap.html generate. sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp file type --------------------------- CLASS = related"child2" | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp image processing -------------------------------CLASS = "child2" | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp manage print -------------------------------CLASS = "child2" __ | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />* Find information ------------------------------------------------------------- CLASS = "parent" *<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp index content -------------------------------CLASS = "child2" - | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp integrated search -------------------------------CLASS = "child2" |-CLASS = "child1" backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp Active Directory ----------------------- CLASS = "child2" __| backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />* Personal --------------------------------------------------------------- CLASS = "parent" *<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp ------------------------------ Start Menu-CLASS = "child2" - | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp toolbar --------------------------------- CLASS = "child2" | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp Active Desktop -------------------------------CLASS = "child2" |-CLASS = "child1" backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp auxiliary Wizard -------------------------------CLASS = "child2" | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp ----------------------------- Multilingual TechnologyCLASS = "child2" __ | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />* Working on the Web -------------------------------------------------------- CLASS = "parent" *<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp Internet Connection Wizard ---------------------- CLASS = "child2" -- | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp personal favorites pane ------------------------- CLASS ="child2 "__|- CLASS =" child1 "backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />* Remote Work ------------------------------------------------------------- CLASS = "parent" *<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp ----------------------------- offline- CLASS = "child2" - | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp Offline Files - CLASS = "child3" - | | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svntmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp offline browsing - CLASS = "child3" |-CLASS = "child4" | backup bin conf config data eshow_sitemap.html generate.sh logmaint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp Web ....-- CLASS = "child3" __ | | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.htmlsvn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp Network and Dial-up Connections folder ------------------- CLASS = "child2" |-CLASS = "child1" backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp file system --------------------------- CLASS = encrypted"child2" | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp ------------------------------ Power Management-CLASS = "child2" | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp --------------------------- CLASS = automatic infrared support"child2" __ | backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br />backup bin conf config data eshow_sitemap.html generate.sh log maint sitemap.html svn tmp<br /><br />The figure above, each Class defines a layer in the avascript and CSS in operation on the layer.Class name of the flag of each layer of their relative position in the menu.<br />Definition: child2, child3 and each parent signs a layer, we call it "unit" (in fact I do not know what the exact name should be, tentatively called first so it :-)), and then marks the child1 and child4in the same relative position of several sub-layer composed of parent, we call it "collection."<br />Note 1: The original (M $) file references .. / Javax.htm and .. / NAVSTYLE.CSS two files, for narrative convenience, these two documents relating to this code is directly related to this article.<br />Note 2: The original (M $) the code here with a statement "window.event.cancelbubble == true;", I did not read, deleted ~ ~<br />Note 3: The original (M $) code condition also includes "(divColl (i). ClassName ==" child4 ")||", I really did not see to understand what role, delete, and there is to know the bigshrimp also requested advice;<br />Note 4: The original (M $) the code does not contain this part of the code, I add, let parent can take the initiative to shut down.<br />Finally, there is a little note in each layer of a sub-menu to add a statement nmouseOver ="...","..." is nClick inside stuff, give it a try, you see?<br />-><br /><! - CopyRight By Cheery_Ke ,04-07-2002, All Reserved -><br /><br /><br /><br /><br /><br /></p> </div> <div class="hint"> </div> </div> <div class="content con_trans"> <h2>You may also be interested in</h2> <div class="link_trans"> <h3><a href="/programming/novice-school-mail-command-in-the-linux-system.html" title="Novice School: mail command in the Linux system test">Novice School: mail command in the Linux system test</a></h3> <span class="but_trans" onclick="langsh(this)">Translate to...</span> <div class="langs"> <ul class="flags"> <li><a class="da" href="/da/programming/novice-school-mail-command-in-the-linux-system.html" title="Danish"></a></li> <li><a class="de" href="/de/programming/novice-school-mail-command-in-the-linux-system.html" title="German"></a></li> <li><a class="fr" href="/fr/programming/novice-school-mail-command-in-the-linux-system.html" title="French"></a></li> <li><a class="nl" href="/nl/programming/novice-school-mail-command-in-the-linux-system.html" title="Dutch"></a></li> <li><a class="no" href="/no/programming/novice-school-mail-command-in-the-linux-system.html" title="Norwegian"></a></li> <li><a class="ja" href="/ja/programming/novice-school-mail-command-in-the-linux-system.html" title="Japanese"></a></li> <li><a class="sv" href="/sv/programming/novice-school-mail-command-in-the-linux-system.html" title="Swedish"></a></li> <li><a class="es" href="/es/programming/novice-school-mail-command-in-the-linux-system.html" title="Spanish"></a></li> <li><a class="it" href="/it/programming/novice-school-mail-command-in-the-linux-system.html" title="Italian"></a></li> <li><a class="en" href="/programming/novice-school-mail-command-in-the-linux-system.html" title="English"></a></li> </ul> </div> </div> <div class="link_trans"> <h3><a href="/programming/seo-ireland-getting-your-business-noticed.html" title="SEO Ireland- Getting Your Business Noticed">SEO Ireland- Getting Your Business Noticed</a></h3> <span class="but_trans" onclick="langsh(this)">Translate to...</span> <div class="langs"> <ul class="flags"> <li><a class="da" href="/da/programming/seo-ireland-getting-your-business-noticed.html" title="Danish"></a></li> <li><a class="de" href="/de/programming/seo-ireland-getting-your-business-noticed.html" title="German"></a></li> <li><a class="fr" href="/fr/programming/seo-ireland-getting-your-business-noticed.html" title="French"></a></li> <li><a class="nl" href="/nl/programming/seo-ireland-getting-your-business-noticed.html" title="Dutch"></a></li> <li><a class="no" href="/no/programming/seo-ireland-getting-your-business-noticed.html" title="Norwegian"></a></li> <li><a class="ja" href="/ja/programming/seo-ireland-getting-your-business-noticed.html" title="Japanese"></a></li> <li><a class="sv" href="/sv/programming/seo-ireland-getting-your-business-noticed.html" title="Swedish"></a></li> <li><a class="es" href="/es/programming/seo-ireland-getting-your-business-noticed.html" title="Spanish"></a></li> <li><a class="it" href="/it/programming/seo-ireland-getting-your-business-noticed.html" title="Italian"></a></li> <li><a class="en" href="/programming/seo-ireland-getting-your-business-noticed.html" title="English"></a></li> </ul> </div> </div> <div class="link_trans"> <h3><a href="/programming/using-regtool-to-improve-your-computer-s.html" title="Using Regtool to improve your computer’s performance">Using Regtool to improve your computer’s performance</a></h3> <span class="but_trans" onclick="langsh(this)">Translate to...</span> <div class="langs"> <ul class="flags"> <li><a class="da" href="/da/programming/using-regtool-to-improve-your-computer-s.html" title="Danish"></a></li> <li><a class="de" href="/de/programming/using-regtool-to-improve-your-computer-s.html" title="German"></a></li> <li><a class="fr" href="/fr/programming/using-regtool-to-improve-your-computer-s.html" title="French"></a></li> <li><a class="nl" href="/nl/programming/using-regtool-to-improve-your-computer-s.html" title="Dutch"></a></li> <li><a class="no" href="/no/programming/using-regtool-to-improve-your-computer-s.html" title="Norwegian"></a></li> <li><a class="ja" href="/ja/programming/using-regtool-to-improve-your-computer-s.html" title="Japanese"></a></li> <li><a class="sv" href="/sv/programming/using-regtool-to-improve-your-computer-s.html" title="Swedish"></a></li> <li><a class="es" href="/es/programming/using-regtool-to-improve-your-computer-s.html" title="Spanish"></a></li> <li><a class="it" href="/it/programming/using-regtool-to-improve-your-computer-s.html" title="Italian"></a></li> <li><a class="en" href="/programming/using-regtool-to-improve-your-computer-s.html" title="English"></a></li> </ul> </div> </div> <div class="link_trans"> <h3><a href="/programming/programming.html" title="Programming">Programming</a></h3> <span class="but_trans" onclick="langsh(this)">Translate to...</span> <div class="langs"> <ul class="flags"> <li><a class="da" href="/da/programming/programming.html" title="Danish"></a></li> <li><a class="de" href="/de/programming/programming.html" title="German"></a></li> <li><a class="fr" href="/fr/programming/programming.html" title="French"></a></li> <li><a class="nl" href="/nl/programming/programming.html" title="Dutch"></a></li> <li><a class="no" href="/no/programming/programming.html" title="Norwegian"></a></li> <li><a class="ja" href="/ja/programming/programming.html" title="Japanese"></a></li> <li><a class="sv" href="/sv/programming/programming.html" title="Swedish"></a></li> <li><a class="es" href="/es/programming/programming.html" title="Spanish"></a></li> <li><a class="it" href="/it/programming/programming.html" title="Italian"></a></li> <li><a class="en" href="/programming/programming.html" title="English"></a></li> </ul> </div> </div> <div class="link_trans"> <h3><a href="/programming/depth-introduction-to-php-date-format-leap-year.html" title="Depth introduction to PHP date format leap year, weeks, days">Depth introduction to PHP date format leap year, weeks, days</a></h3> <span class="but_trans" onclick="langsh(this)">Translate to...</span> <div class="langs"> <ul class="flags"> <li><a class="da" href="/da/programming/depth-introduction-to-php-date-format-leap-year.html" title="Danish"></a></li> <li><a class="de" href="/de/programming/depth-introduction-to-php-date-format-leap-year.html" title="German"></a></li> <li><a class="fr" href="/fr/programming/depth-introduction-to-php-date-format-leap-year.html" title="French"></a></li> <li><a class="nl" href="/nl/programming/depth-introduction-to-php-date-format-leap-year.html" title="Dutch"></a></li> <li><a class="no" href="/no/programming/depth-introduction-to-php-date-format-leap-year.html" title="Norwegian"></a></li> <li><a class="ja" href="/ja/programming/depth-introduction-to-php-date-format-leap-year.html" title="Japanese"></a></li> <li><a class="sv" href="/sv/programming/depth-introduction-to-php-date-format-leap-year.html" title="Swedish"></a></li> <li><a class="es" href="/es/programming/depth-introduction-to-php-date-format-leap-year.html" title="Spanish"></a></li> <li><a class="it" href="/it/programming/depth-introduction-to-php-date-format-leap-year.html" title="Italian"></a></li> <li><a class="en" href="/programming/depth-introduction-to-php-date-format-leap-year.html" title="English"></a></li> </ul> </div> </div> <div class="link_trans"> <h3><a href="/programming/html-source-code-will-be-standardized-and.html" title="Html source code will be standardized and converted into XSL code, asp tool">Html source code will be standardized and converted into XSL code, asp tool</a></h3> <span class="but_trans" onclick="langsh(this)">Translate to...</span> <div class="langs"> <ul class="flags"> <li><a class="da" href="/da/programming/html-source-code-will-be-standardized-and.html" title="Danish"></a></li> <li><a class="de" href="/de/programming/html-source-code-will-be-standardized-and.html" title="German"></a></li> <li><a class="fr" href="/fr/programming/html-source-code-will-be-standardized-and.html" title="French"></a></li> <li><a class="nl" href="/nl/programming/html-source-code-will-be-standardized-and.html" title="Dutch"></a></li> <li><a class="no" href="/no/programming/html-source-code-will-be-standardized-and.html" title="Norwegian"></a></li> <li><a class="ja" href="/ja/programming/html-source-code-will-be-standardized-and.html" title="Japanese"></a></li> <li><a class="sv" href="/sv/programming/html-source-code-will-be-standardized-and.html" title="Swedish"></a></li> <li><a class="es" href="/es/programming/html-source-code-will-be-standardized-and.html" title="Spanish"></a></li> <li><a class="it" href="/it/programming/html-source-code-will-be-standardized-and.html" title="Italian"></a></li> <li><a class="en" href="/programming/html-source-code-will-be-standardized-and.html" title="English"></a></li> </ul> </div> </div> <div class="link_trans"> <h3><a href="/programming/static-code-analysis-of-a-software-product.html" title="Static code analysis of a software product">Static code analysis of a software product</a></h3> <span class="but_trans" onclick="langsh(this)">Translate to...</span> <div class="langs"> <ul class="flags"> <li><a class="da" href="/da/programming/static-code-analysis-of-a-software-product.html" title="Danish"></a></li> <li><a class="de" href="/de/programming/static-code-analysis-of-a-software-product.html" title="German"></a></li> <li><a class="fr" href="/fr/programming/static-code-analysis-of-a-software-product.html" title="French"></a></li> <li><a class="nl" href="/nl/programming/static-code-analysis-of-a-software-product.html" title="Dutch"></a></li> <li><a class="no" href="/no/programming/static-code-analysis-of-a-software-product.html" title="Norwegian"></a></li> <li><a class="ja" href="/ja/programming/static-code-analysis-of-a-software-product.html" title="Japanese"></a></li> <li><a class="sv" href="/sv/programming/static-code-analysis-of-a-software-product.html" title="Swedish"></a></li> <li><a class="es" href="/es/programming/static-code-analysis-of-a-software-product.html" title="Spanish"></a></li> <li><a class="it" href="/it/programming/static-code-analysis-of-a-software-product.html" title="Italian"></a></li> <li><a class="en" href="/programming/static-code-analysis-of-a-software-product.html" title="English"></a></li> </ul> </div> </div> <div class="link_trans"> <h3><a href="/programming/realize-your-dreams-with-website-promotion-toronto.html" title="Realize Your Dreams With Website Promotion Toronto">Realize Your Dreams With Website Promotion Toronto</a></h3> <span class="but_trans" onclick="langsh(this)">Translate to...</span> <div class="langs"> <ul class="flags"> <li><a class="da" href="/da/programming/realize-your-dreams-with-website-promotion-toronto.html" title="Danish"></a></li> <li><a class="de" href="/de/programming/realize-your-dreams-with-website-promotion-toronto.html" title="German"></a></li> <li><a class="fr" href="/fr/programming/realize-your-dreams-with-website-promotion-toronto.html" title="French"></a></li> <li><a class="nl" href="/nl/programming/realize-your-dreams-with-website-promotion-toronto.html" title="Dutch"></a></li> <li><a class="no" href="/no/programming/realize-your-dreams-with-website-promotion-toronto.html" title="Norwegian"></a></li> <li><a class="ja" href="/ja/programming/realize-your-dreams-with-website-promotion-toronto.html" title="Japanese"></a></li> <li><a class="sv" href="/sv/programming/realize-your-dreams-with-website-promotion-toronto.html" title="Swedish"></a></li> <li><a class="es" href="/es/programming/realize-your-dreams-with-website-promotion-toronto.html" title="Spanish"></a></li> <li><a class="it" href="/it/programming/realize-your-dreams-with-website-promotion-toronto.html" title="Italian"></a></li> <li><a class="en" href="/programming/realize-your-dreams-with-website-promotion-toronto.html" title="English"></a></li> </ul> </div> </div> <div class="link_trans"> <h3><a href="/programming/hire-php-developers.html" title="Hire Php Developers">Hire Php Developers</a></h3> <span class="but_trans" onclick="langsh(this)">Translate to...</span> <div class="langs"> <ul class="flags"> <li><a class="da" href="/da/programming/hire-php-developers.html" title="Danish"></a></li> <li><a class="de" href="/de/programming/hire-php-developers.html" title="German"></a></li> <li><a class="fr" href="/fr/programming/hire-php-developers.html" title="French"></a></li> <li><a class="nl" href="/nl/programming/hire-php-developers.html" title="Dutch"></a></li> <li><a class="no" href="/no/programming/hire-php-developers.html" title="Norwegian"></a></li> <li><a class="ja" href="/ja/programming/hire-php-developers.html" title="Japanese"></a></li> <li><a class="sv" href="/sv/programming/hire-php-developers.html" title="Swedish"></a></li> <li><a class="es" href="/es/programming/hire-php-developers.html" title="Spanish"></a></li> <li><a class="it" href="/it/programming/hire-php-developers.html" title="Italian"></a></li> <li><a class="en" href="/programming/hire-php-developers.html" title="English"></a></li> </ul> </div> </div> <div class="link_trans"> <h3><a href="/programming/perl-makes-life-easier.html" title="Perl Makes Life Easier">Perl Makes Life Easier</a></h3> <span class="but_trans" onclick="langsh(this)">Translate to...</span> <div class="langs"> <ul class="flags"> <li><a class="da" href="/da/programming/perl-makes-life-easier.html" title="Danish"></a></li> <li><a class="de" href="/de/programming/perl-makes-life-easier.html" title="German"></a></li> <li><a class="fr" href="/fr/programming/perl-makes-life-easier.html" title="French"></a></li> <li><a class="nl" href="/nl/programming/perl-makes-life-easier.html" title="Dutch"></a></li> <li><a class="no" href="/no/programming/perl-makes-life-easier.html" title="Norwegian"></a></li> <li><a class="ja" href="/ja/programming/perl-makes-life-easier.html" title="Japanese"></a></li> <li><a class="sv" href="/sv/programming/perl-makes-life-easier.html" title="Swedish"></a></li> <li><a class="es" href="/es/programming/perl-makes-life-easier.html" title="Spanish"></a></li> <li><a class="it" href="/it/programming/perl-makes-life-easier.html" title="Italian"></a></li> <li><a class="en" href="/programming/perl-makes-life-easier.html" title="English"></a></li> </ul> </div> </div> <div class="clear"></div> </div> <div class="content"> <h2>Recommended by Editors</h2> <h3><a href="/e-learning/aicc-still-a-viable-course-standard.html" title="Aicc: Still A Viable Course Standard?">Aicc: Still A Viable Course Standard?</a></h3> <h3><a href="/e-learning/642-642-exam-answers.html" title="642-642 Exam Answers">642-642 Exam Answers</a></h3> <h3><a href="/e-learning/10-practice-questions-for-comptia-exams-a-it.html" title="10 Practice Questions for Comptia Exams A+ it Technician">10 Practice Questions for Comptia Exams A+ it Technician</a></h3> <h3><a href="/e-learning/batman-arkham-asylum-xbox-360-ps3.html" title="Batman : Arkham Asylum (Xbox 360, Ps3)">Batman : Arkham Asylum (Xbox 360, Ps3)</a></h3> <h3><a href="/e-learning/convert-paper-resources-and-face-to-face-lessons.html" title="Convert 'paper' resources and face-to-face lessons into Moodle">Convert 'paper' resources and face-to-face lessons into Moodle</a></h3> <h3><a href="/e-learning/database-concepts.html" title="Database Concepts">Database Concepts</a></h3> <h3><a href="/satellite-radio/cctv-security-cameras-multi-task.html" title="Cctv Security Cameras Multi-Task">Cctv Security Cameras Multi-Task</a></h3> <h3><a href="/satellite-radio/common-terms-and-descriptions-for-users-of-two-way.html" title="Common Terms and Descriptions for Users of Two Way Radios">Common Terms and Descriptions for Users of Two Way Radios</a></h3> <h3><a href="/satellite-radio/know-your-moon.html" title="Know your Moon">Know your Moon</a></h3> <h3><a href="/satellite-radio/do-not-buy-any-boomboxes-before-read-these-useful.html" title="Do Not Buy Any Boomboxes Before Read These Useful Buying Guide And Reviews">Do Not Buy Any Boomboxes Before Read These Useful Buying Guide And Reviews</a></h3> </div> </div> <!-- end #mainContent --> <div id="sidebar"> <div class="content"> <div class="title">Directories</div> <div class="sorts"> <ul> <li><a href="/hardware/" title="Hardware">Hardware</a></li> <li><a href="/programming/" title="Programming">Programming</a></li> <li><a href="/e-learning/" title="E-Learning">E-Learning</a></li> <li><a href="/video/" title="Video">Video</a></li> <li><a href="/web-hosting/" title="Web Hosting">Web Hosting</a></li> <li><a href="/forums/" title="Forums">Forums</a></li> <li><a href="/ecommerce/" title="Ecommerce">Ecommerce</a></li> <li><a href="/communication/" title="Communication">Communication</a></li> <li><a href="/satellite-radio/" title="Satellite Radio">Satellite Radio</a></li> <li><a href="/gps/" title="GPS">GPS</a></li> </ul> </div> </div> <div class="sb_ga"> <script type="text/javascript" src="/js/content.3.js"></script> </div> <div class="content"> <div class="title">Translate to</div> <div class="langs"> <ul class="flags"> <li><a class="ar" href="/ar/programming/javascript-css-dynamic-menu-display.html" title="Arabic"></a></li> <li><a class="et" href="/et/programming/javascript-css-dynamic-menu-display.html" title="Estonian"></a></li> <li><a class="bg" href="/bg/programming/javascript-css-dynamic-menu-display.html" title="Bulgarian"></a></li> <li><a class="is" href="/is/programming/javascript-css-dynamic-menu-display.html" title="Icelandic"></a></li> <li><a class="pl" href="/pl/programming/javascript-css-dynamic-menu-display.html" title="Polish"></a></li> <li><a class="da" href="/da/programming/javascript-css-dynamic-menu-display.html" title="Danish"></a></li> <li><a class="de" href="/de/programming/javascript-css-dynamic-menu-display.html" title="German"></a></li> <li><a class="ru" href="/ru/programming/javascript-css-dynamic-menu-display.html" title="Russian"></a></li> <li><a class="fr" href="/fr/programming/javascript-css-dynamic-menu-display.html" title="French"></a></li> <li><a class="fi" href="/fi/programming/javascript-css-dynamic-menu-display.html" title="Finnish"></a></li> <li><a class="ko" href="/ko/programming/javascript-css-dynamic-menu-display.html" title="Korean"></a></li> <li><a class="nl" href="/nl/programming/javascript-css-dynamic-menu-display.html" title="Dutch"></a></li> <li><a class="ca" href="/ca/programming/javascript-css-dynamic-menu-display.html" title="Catalan"></a></li> <li><a class="cs" href="/cs/programming/javascript-css-dynamic-menu-display.html" title="Czech"></a></li> <li><a class="hr" href="/hr/programming/javascript-css-dynamic-menu-display.html" title="Croatian"></a></li> <li><a class="lv" href="/lv/programming/javascript-css-dynamic-menu-display.html" title="Latvian"></a></li> <li><a class="lt" href="/lt/programming/javascript-css-dynamic-menu-display.html" title="Lithuanian"></a></li> <li><a class="ro" href="/ro/programming/javascript-css-dynamic-menu-display.html" title="Romanian"></a></li> <li><a class="mk" href="/mk/programming/javascript-css-dynamic-menu-display.html" title="Macedonian"></a></li> <li><a class="no" href="/no/programming/javascript-css-dynamic-menu-display.html" title="Norwegian"></a></li> <li><a class="pt" href="/pt/programming/javascript-css-dynamic-menu-display.html" title="Portuguese"></a></li> <li><a class="ja" href="/ja/programming/javascript-css-dynamic-menu-display.html" title="Japanese"></a></li> <li><a class="sv" href="/sv/programming/javascript-css-dynamic-menu-display.html" title="Swedish"></a></li> <li><a class="sr" href="/sr/programming/javascript-css-dynamic-menu-display.html" title="Serbian"></a></li> <li><a class="sk" href="/sk/programming/javascript-css-dynamic-menu-display.html" title="Slovak"></a></li> <li><a class="sl" href="/sl/programming/javascript-css-dynamic-menu-display.html" title="Slovenian"></a></li> <li><a class="th" href="/th/programming/javascript-css-dynamic-menu-display.html" title="Thai"></a></li> <li><a class="tr" href="/tr/programming/javascript-css-dynamic-menu-display.html" title="Turkish"></a></li> <li><a class="es" href="/es/programming/javascript-css-dynamic-menu-display.html" title="Spanish"></a></li> <li><a class="iw" href="/iw/programming/javascript-css-dynamic-menu-display.html" title="Hebrew"></a></li> <li><a class="el" href="/el/programming/javascript-css-dynamic-menu-display.html" title="Greek"></a></li> <li><a class="hu" href="/hu/programming/javascript-css-dynamic-menu-display.html" title="Hungarian"></a></li> <li><a class="it" href="/it/programming/javascript-css-dynamic-menu-display.html" title="Italian"></a></li> <li><a class="id" href="/id/programming/javascript-css-dynamic-menu-display.html" title="Indonesian"></a></li> <li><a class="en" href="/programming/javascript-css-dynamic-menu-display.html" title="English"></a></li> <li><a class="fa" href="/fa/programming/javascript-css-dynamic-menu-display.html" title="Persian"></a></li> <li><a class="vi" href="/vi/programming/javascript-css-dynamic-menu-display.html" title="Vietnamese"></a></li> <li><a class="zh-cn" href="/zh-cn/programming/javascript-css-dynamic-menu-display.html" title="Chinese"></a></li> <li><a class="zh-tw" href="/zh-tw/programming/javascript-css-dynamic-menu-display.html" title="Chinese(Traditional)"></a></li> <li><a class="tl" href="/tl/programming/javascript-css-dynamic-menu-display.html" title="Tagalog"></a></li> </ul> </div> <!-- end .langs --> </div> <div class="content"> <div class="title">Recently Added</div> <div class="links"> <ul> <li><a href="/ecommerce/internet-week-apple-39-s-ambitions.html" title="Internet Week: Apple&#39;s ambitions">Internet Week: Apple&#39;s ambitions</a></li> <li><a href="/programming/user-friendly-3g-testing-stage-near-baoding-and.html" title="User-friendly 3G testing stage near Baoding and Xiamen focus Telephone Number">User-friendly 3G testing stage near Baoding and Xiamen focus Telephone Number</a></li> <li><a href="/programming/vc-the-program-reads-the-card-mac-address.html" title="VC + +, the program reads the card MAC address">VC + +, the program reads the card MAC address</a></li> <li><a href="/programming/senior-java-programming-cross-platform-programs.html" title="Senior JAVA programming: cross-platform programs written note">Senior JAVA programming: cross-platform programs written note</a></li> <li><a href="/ecommerce/apple-ipod-refused-to-join-the-embedded-copyright.html" title="Apple iPod refused to join the embedded copyright protection filter">Apple iPod refused to join the embedded copyright protection filter</a></li> <li><a href="/ecommerce/ibm-sun-sun-microsoft-to-buy-yahoo-version-of.html" title="IBM sun Sun: Microsoft to buy Yahoo version of comeback">IBM sun Sun: Microsoft to buy Yahoo version of comeback</a></li> <li><a href="/programming/scripting--language-based-on-java-6.0-operation.html" title="Scripting language based on Java 6.0 Operation">Scripting language based on Java 6.0 Operation</a></li> <li><a href="/programming/depth-analysis-of-php-server-variable-_server.html" title="Depth analysis of PHP server variable $ _SERVER">Depth analysis of PHP server variable $ _SERVER</a></li> <li><a href="/programming/home--blood-using-the-free-code.html" title="Home blood using the free code">Home blood using the free code</a></li> <li><a href="/ecommerce/microsoft--and-google-can-ride-chromeos-win-win.html" title="Microsoft and Google can ride ChromeOS win-win">Microsoft and Google can ride ChromeOS win-win</a></li> <li><a href="/programming/the-java-object-oriented-programming-interface.html" title="The Java object-oriented programming interface applications">The Java object-oriented programming interface applications</a></li> <li><a href="/programming/gphone--not-fully-test-report.html" title="Gphone not fully test report">Gphone not fully test report</a></li> <li><a href="/ecommerce/the-lack-of-new-conference-monday-apple-shares.html" title="The lack of new conference Monday, Apple shares fell 2.2 percent surprise">The lack of new conference Monday, Apple shares fell 2.2 percent surprise</a></li> <li><a href="/programming/invasive-testing-and-early-warning-briefly-explain.html" title="Invasive testing and early warning briefly explain the inspection">Invasive testing and early warning briefly explain the inspection</a></li> <li><a href="/programming/learning--of-java-web-servlet.html" title="Learning of Java Web Servlet">Learning of Java Web Servlet</a></li> <li><a href="/ecommerce/apple-will-release-iphone-software-update-again-to.html" title="Apple will release iPhone software update again to prevent the crack">Apple will release iPhone software update again to prevent the crack</a></li> <li><a href="/ecommerce/kai-fu-lee-vice-president-of-google-the-title.html" title="Kai-fu Lee, vice president of Google the title comes from the world">Kai-fu Lee, vice president of Google the title comes from the world</a></li> <li><a href="/programming/php-cms-how-to-automatically-obtain-the-keyword.html" title="PHP CMS how to automatically obtain the keyword class">PHP CMS how to automatically obtain the keyword class</a></li> <li><a href="/ecommerce/microsoft-is-maneuvering-to-exert-anti-piracy.html" title="Microsoft is maneuvering to exert anti-piracy operations">Microsoft is maneuvering to exert anti-piracy operations</a></li> <li><a href="/programming/getting-started-with-ajax-programming.html" title="Getting Started with Ajax Programming">Getting Started with Ajax Programming</a></li> <li><a href="/programming/agent-trojan-variant-dny-posing-as-the-input.html" title="Agent Trojan variant dny posing as the input method manager">Agent Trojan variant dny posing as the input method manager</a></li> <li><a href="/ecommerce/apple-snow-leopard-print-windows7-pk.html" title="Apple Snow Leopard print Windows7 PK">Apple Snow Leopard print Windows7 PK</a></li> <li><a href="/ecommerce/google-intends-to-purchase-aerial-photography.html" title="Google intends to purchase aerial photography company to introduce the concept of HD">Google intends to purchase aerial photography company to introduce the concept of HD</a></li> <li><a href="/programming/samy-worm-vulnerability-by-opening-a-malicious.html" title="Samy worm vulnerability by opening a malicious script code in a new battleground">Samy worm vulnerability by opening a malicious script code in a new battleground</a></li> <li><a href="/programming/about-the-real-experience-of-the-programmer.html" title="About the real experience of the programmer">About the real experience of the programmer</a></li> <li><a href="/ecommerce/google--staff-reserves-sufficient-fear-brain-drain.html" title="Google: staff reserves sufficient fear brain drain">Google: staff reserves sufficient fear brain drain</a></li> <li><a href="/programming/java--and.-net-webservices-call-each-other.html" title="Java and. NET, WebServices call each other">Java and. NET, WebServices call each other</a></li> <li><a href="/programming/recovery-of-lost-source-code.html" title="Recovery of lost source code">Recovery of lost source code</a></li> <li><a href="/ecommerce/google-phone-only-its-own-ecosystem-of-the.html" title="Google phone: only its own ecosystem of the expansion of mobile Internet">Google phone: only its own ecosystem of the expansion of mobile Internet</a></li> <li><a href="/ecommerce/the--impact-of-microsoft-39-s-ooxml-iso-national.html" title="The impact of Microsoft&#39;s OOXML ISO national standard exams will be accepted">The impact of Microsoft&#39;s OOXML ISO national standard exams will be accepted</a></li> </ul> </div> </div> </div> <!-- end #sidebar --> <div class="clear"></div> </div> <!-- end #container --> <div id="bottom"></div> <div id="footer"> <p>© InfoSUM.net All rights reserved.</p> </div> <!-- end #footer --> </div> <!-- end #wrap --> <script type="text/javascript"><!-- function langsh(node){var l=node.parentNode.getElementsByTagName("div");if(l[0].style.display==''||l[0].style.display=='none'){l[0].style.display="block";}else{l[0].style.display="none";}} --></script> </body> </html>