7,168 Topics
| |
Hi, I found that Google introduced a new tool for Webmasters, "Disavow Links", that enables you to disavow links to your site. If you've been notified of a manual spam action based on "unnatural links" pointing to your site, this tool can help you address the issue. If you haven't … | |
I developed an Android FlagGuessEnRu game, but I want upon success flag guess go to Google Maps(browser or MapView) for that flag/country, with appropriate scaling of the Map per country, well i get countries from wikipedia, what url to use for google map for a particular country, how from country … | |
Hi. In March current year I started learning html, css, php, mysql, and a month ago started with Javascript. I have a webpage that I am working on to have practical tasks for finding solutions to them. I have created a Javascript code that colores the rows of a table … | |
What is Wiki Submission? What is the benefit of Wiki Submission? | |
Ok so this is my task: Description: Create a generic class called GenBinTree. GenBinTree will use nodes that store a value of the generic type to store its contents. This tree will not be a search tree (no ordering of nodes by value). What ges me its the the part … | |
What are the best web tools where i can find answers for questions like : SEO / SERP Spider/Crawler/ Backlink / Anchor Text / LSIink wheel etc.. | |
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/a1039476/public_html/getdetails.php on line 69 help <form action="getdetails.php" method="post"> Search Within: <select name="searchtype"> <option value="CustomerID">Customer ID</option> <option value="CustomerName">Customer Name</option> </select> Search Record: <input name="searchterm" type=”"text" size="20"/> <input type="submit" name="submit" value="Search"/> </form> <?PHP echo "<title> *********** </title>"; $searchtype=$_POST['searchtype']; $searchterm=trim($_POST['searchterm']); if … | |
onload mysql 'query' will be executed then if the visitor will hit search the mysql 'querysearch' will be executed how to do that? <form action="default.php" method="post"> Search Within: <select name="searchtype"> <option value="CustomerID">Customer ID</option> <option value="CustomerName">Customer Name</option> </select> Search Record: <input name="searchterm" type=”"text" size="20"/> <input type="submit" name="submit" value="Search"/> </form> $searchtype=$_POST['searchtype']; $searchterm=trim($_POST['searchterm']); … | |
Dear Everyone, I have a functional instant search (in draft at [Click Here](http://www.woofwoofwoof.org/is08/search.htm)). I want the search to function very similarly to Google. This will help sighted people figure it out, and bring me much more in compliance with accessibility standards. Unfortunately, I'm missing two "Google-oid" features: . 1) **How … | |
i have two tables with the following columns: departments: departmentID tinyint not null department varchar( 30 ) not null employees: employeeID SMALLINT(5) not null departmentID tinyint not null firstName varchar(30) not null lastName varchar(30) not null how do i create the two tables using SQL with a foreign key linking … | |
My opinion is black hat seo is poisonous word in seo. | |
Do-follow blogs on the other hand do not use the “no-follow” attribute in their links. This allows search engines to index the links in comments and pass page rank accordingly. As a result, commenting on these blogs offers improved SEO benefits. | |
For a particular keyword, we have 2 listing on Google.com site. Unfortunately, the page which is at 30 rank lacks onpage factor's and relevancy for that particular keyword and the page which we have optimized ranks at 51 position. we need to get ranking in 1 or may be 1 … | |
Hello, I need a little help with the correct implementantion of the bisection search algorithm in the following exercise: - with 2 given variables, balance and annual interest rate, calculate the smallest monthly payment so that we can pay off the balance within a year test case: balance = 320000 … | |
**the code works perfectly, just i got something i dont understand...** i'v been trying to get a hold of recursion and sorting for about 3-4 days now, im getting some of it, but still not happy enough.. i searched for some good code for binary search and merge sort on … | |
hi guys, i have a rege code that looks to see if a block of text has a link. i have modded it to show the link as an image if it exists (badly i know this method isnt very good) what i need to do is check if the … | |
Hey Everyone! I am a newcomer to Lucene and Nutch usage. I crawled a few webpages to create an Index using Nutch. Now instead of using Tomcat to search through this created index, I wanted to search through this index using a typical search in Lucene. Now, I realized that … | |
Combining queue and stack link list? hello so here is my question i ave to connect a link lists together, one who behaves like a stack the other like a queue.the numbers used are 11 22 44 77 33 99 66. so the stack link list looks like this 66 … | |
Hi , I want to add a form , which will after any one like us on Facebook then on Google Plus, After likeing us on FB and G+ page automatically opend. How i can apply these validation and how i check wether any one like fb or G+ like. | |
Hello, I just register my site in search enginee. How long does it takes for google until my search appears in google? I also have not enter the site description yet. If it is necessary, where should I enter it ? Most sites have site description in google when people … | |
I am making android application, where am I collectiong GPS information and in the end a make a gpx file with rte and rtept elements. It all works fine when I use trk,trkseg,trkpt but I can't make google earth show description of trkpt when you click on the point. So … | |
Here improved example based on MITx course of using the bisection method for root finding. | |
Hi i am trying to write a search function and the question i have is this, when i do something like this comix[0] = new Comic("book title", "Author", "isbn", 454.24F); for (int i = 0; i < comix.length; i++) { Scanner console = new Scanner(System.in Scanner console = new Scanner(System.in); … | |
| Hi friends, I have some doubts in SEO.. Pls imagine... I have www.mydomain.com which explains various topics in PHP programing, Google search result for this site is very good, Now I started asp.mydomain.com as subdomain for another topic, but It is not in search result even after 2 month (up … |
What is Website Auditing? I am looking for some serious answers. kinldy explain it in details. | |
I heard a lot about profile linking i.e. Get registered on a particular site and post link in your profile. But if the sites are irrelevant ones but they all have good domain authority and High PR. I'm not sure whether to go for profile link building or not? And … | |
Hello friends, What is the Internal Linking and how we do the internal linking?What is the importance of the internal linking? | |
| |
<?php include 'simple_html_dom.php'; function get_url_contents($url){ $crl = curl_init(); $timeout = 5; curl_setopt ($crl, CURLOPT_URL,$url); curl_setopt ($crl, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($crl, CURLOPT_CONNECTTIMEOUT, $timeout); $ret = curl_exec($crl); curl_close($crl); return $ret; } $url = 'http://rural.nic.in'; $outhtml = get_url_contents($url); $html= str_get_html($outhtml); foreach($html->find('li')as $item) { echo $item."<br>"; } //print_r($outhtml); ?> I wish to print only … |
The End.