Goto this site and download the tool bae .It will enable to use many interesting sign.Make fun of it... 1.Download 2.Install it 3.Restart the browser and enjoy...........
To program LEX programs and yacc programs you need to install two packages in Ubuntu 1:Flex -to make the Lex program work 2.Bison -to make the yacc programs work To install,Open terminal and do the following... 1.To install Flex sudo apt-get upgrade sudo apt-get install flex 2.To install Lex sudo apt-get upgrade sudo apt-get install bison And its done ..!!!
Hi, Here Is the code and example for how to create a live search or instant search for your website.It consist of 3 parts 1.A JavaScript including Ajax 2.A Input box to enter the keywords by user 3.A Php Code to do the searching Now , the JavaScript code is given below <script type="text/javascript"> function showResult(str) { if (str.length==0) { document.getElementById("livesearch").innerHTML=""; document.getElementById("livesearch").style.border="0px"; return; } if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { document.getElementById("livesearch").innerHTML=xmlhttp.responseTe...
Retail companies are rarely organized along strictly uniform lines. Different stores in the same corporate group are often different sizes. Some stores have a different status (legally independent companies with the status of an external customer) while others take on different functions (wholesaling, for example). All these different parts of the same company or group must be kept up to date with changes that affect them. Stores that replenish stocks by manual inspection require up-to-date information about the articles they can carry in their assortment (for example, the merchandise category to which an article belongs or the vendor from which an article can be procured).-SAP We need to use the Tcode: WSM3 , provide the article, assortment, the validity dates and the listing procedures in the page. Now press F8/execute. The article will get listed in to the assortment. In order to delist the article we need to go to the Tcode: WSP6 , provide the assortme...
funny smilies....:)
ReplyDeletethnks
ReplyDelete