โWith the dawn of a new day, came a new stage,With determined agitation, we broke a white cage,India rose to freedom, when the world was asleep,The jailor had to back off, before our leap.โAt the dawn of history, India started on her quest, and trackless centuries are filled with her striving, and the grandeur of her success and her failures. Through good and ill fortune alike, she has never lost her sight of that quest, or forgotten the ideals, which gave her the strength. The achievement which we celebrate today is but a step,...
Wednesday, 25 January 2012
Tagged under: independence, India, republic, rights Vs duties
...straight from the heart of an INDIAN
Sunday, 22 January 2012
Tagged under: Computer Engg, University Papers
Computer Engineering SEM VIII Question Papers
You can download the question papers from the download box present on my blog. Optionally, you can download it from the link COMP_ENGG_SEM_VIII You can Contact Me for further assistance. ...
Saturday, 21 January 2012
Tagged under: Code for connecting to a Web Page and Obtaining its Source Code, Crawler code in C#, Simple Web Crawler, Spider Code
C# code for connecting to a Web Page & Obtaining its Source Code/ Web Crawler Algorithm in C#
HTTP is the primary mechanism for communicating with resources over the Web. It is a Stateless protocol, used for simple Request-Response communication. A developer may often want to obtain web pages & their source codes, for different reasons like: building a spider, obtaining info on a particular page, etc. For this purpose, the .NET Framework includes classes that aid in this respect.Requesting & Obtaining an HTTP page:To obtain the HTTP page, we first need to establish a connection to it, & then obtain the page.For this purpose, C# provides two functions viz. HttpWebRequest & HttpWebResponse.This involves...
Thursday, 12 January 2012
Tagged under: autocomplete, Live search, Live search using xml, search, search engine, Source codes
Live Search / AutoComplete Using XML & PHP
Many a times, we need to build a search engine for our website, which can serve various purposes like searching through your site! In such cases, live search option is the most sought after, for the ease of searching!!The code for live search can be broken down in three parts viz:HTML filePHP fileXML fileStage 1:(HTML file)Create an html file and paste the following code in it:<html> <Title>Live Search</Title> <head> <script type="text/javascript"> function result(str) { if (str.length==0) { document.getElementById("livesearch").innerHTML=""; document.getElementById("livesearch").style.border="0px"; return; } if (window.XMLHttpRequest) {xmlhttp=new XMLHttpRequest(); } else {xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4...
Tuesday, 10 January 2012
Tagged under: CET, MBA, MBA-CET Schedule
Maharashtra MBA CET 2011 Announcements
For Maharashtra MBA CET Schedule click on the link belowMAH-MBA-CET...
Subscribe to:
Posts (Atom)