7,943 Topics
![]() | |
hie webmasters.. recently i due to server crash i chnged d server of my site.. after the changes my google analytic is showing zero visitors since one week.. help me out..!!should i reinstal the tracking code..?? | |
**PLEASE HELP ME, MY CODE IS FOR SEARCHING. YOU WILL FIN THE NAME IN THE COMBO BOX, THEN WHEN YOU PRESS SEARCH ALL THE DATA ABOUT THE TENANT WILL BE RETRIEVED. BUT MY PROBLEM IS, EVEN THOUGH THE TENANT IS IN THE LIST, THE CODE ALWAYS RETURN NOT FOUND. PLEASE … | |
public void inOrderTraversal(TreeNode node) { if(node == null) { return; } inOrderTraversal(node.getLeft()); System.out.print(node.getKey() + " "); inOrderTraversal(node.getRight()); } I wrote this code for going through a binary search tree and printing out the items in order from low to high. it works just fine but i need to get it … | |
how to submit sitemap in google webmaster tool..!! plz suggest frnds | |
How my website can get more international visits, as now i am getting only 5% international traffics to my website apdtrade | |
Hello all, What is the keyword spamming and what is the effect of doing the keyword spamming? ![]() | |
| |
Is directory submission helpfull after Penguin update ..? | |
We can develop our website by using SEO. There are many opportunity to build up your website. If you build up your website then you invite a lot of visitors. huge visitors earn a lot of money. There are Backlink, Forum Postin, Dofollow, Nofollow etc. are available in SEO. | |
Hi Friends, I have created a website [www.overween.com](www.overween.com) four months ago but I still dont know how to give tags in a post? Are tags important for SEO or not?? Please help me. | |
We have a website. We use datafeed for uploading the products. We have different colours for the same product, viz., purple, black and red. While uploading these products, I get urls - meaning three pages - for the same product with colour as the only variation. Between these three pages, … | |
Which one is better Robots.txt or Meta robots Tag ? | |
Can my dropdown menu produce a link instead of textbox? Is it possible? If so, how? <script type="text/javascript"> function fifa() { var frm = document.forms[0]; var abc = frm.browsers.value; if (abc === "A") frm.text1.value = "https://ical.bookeo.com/20212KWWNLA1396F7FEA1BWFW3J6/LHRAKRK63FAMPJP6/Z/I212JNW9WR139D70085E3/ical.ics"; else if (abc === "B") frm.text1.value = "https://ical.bookeo.com/20212KWWNLA1396F7FEA1BWFW3J6/LHRAKRK63FAMPJP6/Z/I21263C4FA139C15D7BAC/ical.ics"; else if (abc === "C") frm.text1.value … | |
With All due respect to many genius people on this fourm, I am not here to promote my website and I am member of DaniWeb from more than 5 years. Here is my problem I have a website www vfinds com . I am trying hard from last two years … | |
Here is a picture of a form. http://postimage.org/image/a813nony5/ Please help: I have a form with: - 4 textboxes (textbox 11,21,311 & 41) - 4 buttons (add, delete, save, refresh) - 1 DataGridView (MS Access database connected) - 1 filter to filter the data through DatagridView Here is the story: When … | |
Is LinkedIn helpful for SMO? Hello, I am from Sji Infotech SEO, SMO Expert. And I find in our experience LinkedIn Is Powerful for SMO in Minimum time. So please contact me at link din by this name “**Sji Infotech Pvt. Ltd**. So dear please give me answer of this … | |
I have heard about this topic in SEO, want to know about it. | |
What is the use of trackback url in Social bookmarking? | |
Hi all, What is the keyword research and how we do the keyword research?What is the benefit of doing the keyword research? <snip> | |
Hello, I received a message from Google about artificial or detected unnatural links. I didn't know why my site violated this policy from Google. My question is, How do I protect of artificial or detected unnatural links? I used to advertise my url to a forum, is that the cause? … | |
So let's say you have an awesome website. Your website totally rocks, but you can't bring people to look at what kind of awesomeness you have. So you might want to use some SEO (Search Engine Optimization) tools. Here's some tools you can use: [url]http://tools.seobook.com/[/url] I think the best features … | |
As new Google update highly attacks on link building. So, does it become important to change our link building strategy ? | |
I just launched a website. I want to start SEO work on this site. Can you give me tips on what I need to do from a SEO perspective to make this site show up on Google's first page for the keywords? Must be Galance on google Penguin. | |
Why we use Alt tag in website for search engine optimization? | |
How can we select effective keyword for our websites? Please specify. | |
Online Reputation is what that makes or brakes a business revenues on google Like Search ranking .if a business have something nagative or compalints visible with top search ranking it just make a huge demage as most of Peoples go find you or hire services by searching you over web. … | |
Hello all, What is the Keyword research and Hoe we do this research?What is the importance of the keyword research? | |
This is my html page, which takes in an input by the user and the searches the database for the word, also there is a function which is suppose to display the results here is the html code <?php require_once ( 'browsing.php' ); ?> <!DOCTYPE html> <html lang="en"> <head> <title>Browse</title> … ![]() | |
<form id="form1" name="form1" method="post" action=" <?php include("connect.php"); require("search2.php"); $username = $_SESSION['email']; ?> "> <p> <input type="text" name="search" id="search" value=""/> <input type="submit" name="btnSearch" id="btnSearch" value="SEARCH" /> </p></form> search2.php <?php include("connect.php"); $username = $_SESSION['email']; $name=$_POST['search']; $query = mysql_query ("Select * from confirm_members where email = '$name'"); if(mysql_num_rows($query)==0) die ("User not found"); else … | |
| |
Hi Everyone. Can anyone please let me know, How i can find do-follow blogs? | |
How can we know seo updates for Google? Please give url. | |
What is difference between BLACK,WHITE & GRAY HAT SEO? | |
Hello friends Please give me the answer. | |
good day fellas, i just curios if there such thing as like below: style.css @media handheld, only screen and (max-width: 767px) { ->link to another css file } cause actually i want to detect if its a mobile then it will link to another stylesheet that i made for mobile … | |
Hello. I want to use list of URLs in database and create a website hierarchy. The table only contains URLs as following: http://www.sample.com/ http://www.sample.com/post1/ http://www.sample.com/post2/ Then I would like to create a hierarchy looks like this: example1 | -------- | | post1 post2 My idea was to import the data … | |
Hello. When I click Add query on combo box for example, I edit the SQL statement by adding 'WHERE Club = @uClub'. Then I get the error: 'An error occured while trying to create parameterized query: Error in WHERE clause near @. Unable to parse query text' So how can … | |
I'm building my links using **link:www.xyz.com** on GOOGLE (where www.xyz.com is competitor's url or website of similar niche). Now i have built few links from such sites. But only one link is indexed in google. I have already used pingomatic and search engine pingler tools but no change. I have … | |
Hi All, i found this code which is ok but i need this to highlight whole line in colour, for example like: *1. Mr Johan call in office on sunday* *2. No More call to johan* *3. Johan has Paid All* I am telling the script to start from star … ![]() | |
I am very new to C and I am hoping for some pointers. I am attempting to take an input of 7 integers of an array and search through them to see if any number appears only once. Here is what I have so far #include stdio.h #define ARRSIZE 7 … | |
How i can find the all previous cache detail about my site? | |
What is HTML Headings? How many types of HTML Headings are and Why we use ? | |
How many keywords we can put in a website and how many characters should be in a keyword ? | |
How do you get better SEO results for a site if you have already altered the title tags and images? | |
Please do share your experiences regarding the inner page & home page SEO. | |
Hello friends.. As Google regularly updates its algorithm then I like to ask what next type of link building would be more benificial for us? So many said high PR sites are good as per todays updation. But i don't think like that high PR site help us in link … | |
With this *Spartan*, we can destructively disable all the links on the page. (Or whatever link collection we feed the Fn.arg.) ![]() | |
I’m making a program that will be like a search engine, similar to a map program. There will be a text box for the user to search for a location. The thing I don’t know is that the user has 4 different combinations that they may enter. For example: **N229** … | |
when i click in the search button it must display whatever i type in | |
What is the difference between Google SEO and Yahoo SEO? I am a new SEO,i spend much time to get back links to update my rank on Google but the rank on yahoo is down. So who can tell me why? |
The End.