7,943 Topics
![]() | |
Hello, Can anyone know about "Hidden Text" of seo...which is useful to seo or not..? | |
Hi friends. I have a project. I am doing directory submission & social bookmarking for it. I have done submission in 5000 directories & 400 social bookmarking. I just want to know that is there any limit for directory submission? | |
I cannot click on most links the regular way since my kids played games on my computer. I can right click and hit open. When I click on most links, nothing but a muted beep sound happens. I went to TOOL: Internet Options: Advanced: Restore Advanced Settings, didn't work. Windows … | |
I am facing problem with search module for real estate property search . m placing my code .. i am new 4 php... please help me with the correction of code... // index.html <form action="refinesearch.php" method="post"> <td> <td><tr> <label> <span class="h"><b>Category:</b></span> </label> </tr><select id="first" name="first" size="1" style='width:127px;'><option value="">--</option></select> </td> <tr><td> <select … | |
Good day, I created a simple search in sql. inside the textchange event. everythis seem to be ok for text box. i want to have another search with the other text but this time i want to use the first search and concat it with the next condition.. here is … | |
Hi, I'm manage how to find word in textbox. In textbox : "How i can be a good programer? How i achieve that?" If i want to search "How" then it should return 2 How words in text. Please Help. Thank You. | |
good day, i have a table named information i created a stored procedure that will search for thier name, "firstname","middlename" and "lastname" that 3 field is concatenated and named it fullname My problem is that i want to count the result of my query that count the total number of … | |
As best I can tell Google will permit upto 1000 searches a day from One computer. I own a risk management business and I would like to buy or contract software to routinely...1.) auto log into a online data bases, with proper cridentis, and down load the data base contents … | |
It's hard to imagine how such a simple Internet task could have evolved into one of the biggest social tragedies of our day. Ever since Google smashed the world with this PageRank nonsense, it seems the object of the growing Internet marketing world is to link, and incessantly they do. … | |
Im getting errors that i don't understand how to fix, any help would be greatly appreciated! >C:\MinGW\bin\g++ -pedantic -Wall -Wextra A9COPY.cpp -o A9COPY.exe A9COPY.cpp:36: error: expected constructor, destructor, or type conversion before '*' token A9COPY.cpp:44: error: expected unqualified-id before "void" A9COPY.cpp:44: error: expected constructor, destructor, or type conversion before "void" … | |
Here's a great link i fund on SEO. I'm no SEO guy, but this site his worth mentionned. Though of sharing with you guys who aren't in SEO, but need to do some. http://www.webconfs.com/15-minute-seo.php | |
Hello everyone... I love the magic that programming does, that's why am here. Right here, I am using ..........Visual Studio (VB.net) 2012 ..........SQL Server 2012 I am actually creating a program to do two main functions.... 1). To Search for records from multiple MSsql tables and display the result in … | |
hi frnd... How the users interact with search results. | |
sitepronews.com/2011/02/13/top-14-benefits-of-social-media-marketing/ I read it, it was quiet interesting article to me. I would like to share, it will be usefull for begginers | |
Hi, I have my own website and i need to put it on first page of google search to gain more potential clients and increase the profit of our company, So what i do is link building, social bookmarking, article submission, web directory submission and on-page optimization. I hope this … | |
Hi guys This is Federick john.I am Running the one Web Site.every day visitors came and see the My site.But no one buy the my sales. so what will i do ? any one share with me. Thank you Regards Federick John | |
What is the difference between search engine marketing and Internet marketing? | |
Hello everyone. I am building a small database that will hold information about volunteers and their talents. I have created a search form, in which the user can enter a keyword and it will search the tables for any match. Currently I am using a criteria of: Like "*" & … | |
Hello everyone. I have build a simple MS Access database to keep track of volunteer info (contact, address, phone etc). I have a report that displays each record in a list: record1. Last Name, First Name, phone, email record2. Last Name, First Name, phone, email etc... What I want to … | |
i made a website. i want to know how seo is benefical to get a good traffic on my website.. please help me.. | |
Hello friends, Anyone heard about wallpost social network? It's new social networking site with advanced security features. Glance it, you may find something interesting. | |
Hi friends, I happend to be on leave for a long time from my work , so now came to knw that one of my website gotdown in google translation API and its because of google translation is no more in use, So anybody please suggest an alternative option to … | |
Hello I have a database of jobs and I want persons to be able to search using keywords. users will be required to enter these keywords via text field. I am able to display the results if the user enters one search word in the text field however i am … | |
Dear Sirs! I have this php syntax in my <head>. <?php // MySQL mysql_connect("localhost", "fundis_petrol", "petrol123") or die(mysql_error()); mysql_select_db("fundis_petrol") or die(mysql_error()); // Table $result = mysql_query("SELECT * FROM `fillingstations` LIMIT 0 , 30") or die(mysql_error()); // Print while($row = mysql_fetch_array($result)){ echo $row[2]; } ?> And I also have this JS … | |
If Yes then what are its benefits? | |
Hi, Just wanted to ask which is now more important? Getting a backlinks or getting your keyword on the first page of the Google SE? Thanks in advance | |
I am making a project using hashtables. I have to use a linked list to handle duplicate hashcodes. The Objects that I am turning into hash tables are State objects with just a String name. I have debugged and tested my entire project and cannot figure out why it is … | |
Before I joined our online marketing team was quite stupid. Once they got an article they use to randomly submit it everywhere. sometimes twice on the same site due to lack of cordination between the subordinates. I really worked hard and analysed the duplicate content sources. I want to remove … | |
Is there any free path to get 100% granted backlinks? I tried forum to get backlinks & I got backlinks. But its not gives 100% granted backlinks. So please anyone suggest me some Successful path. | |
In body copy you can not stuff keywords but can be used in different phrases. | |
Hello DaniWeb, First off, I am not looking for code, at least not yet. I also honestlly don't know where to post this, but since I'm using PHP, what the heck. If you're an admin and can help me find more relevant answers by changing the "forum type", so be … ![]() | |
Hi,i am imranur i am new member here.i am intarested to learn seo.anybody can help me? | |
Hi Everyone, I just noticed a jump in my Average Visitor time which occurred around September / October of 2011. Does anybody know if there was a change to Google Analytics around this time which could explain a sudden jump? Any feedback will be greatly appreciated. Kind Regards, Davo | |
I am struggiling to correctly put together these two constructors, one adds an instance of an array class and the other searches for an int passed-in. public void Add(Appointment a) { Scanner s=null; for (int i=0; i<this.m_Appointment.length; i++) { m_Appointment[i]=a; a.Read(s); m_NumElements++; } } public Appointment Find(int appointmentId) { for … | |
So, I installed the recaptcha into my site... and I don't know why it doesn't verify... You can submit the form with out worrying about the code you have to type in so that recaptcha verifies the form. So... I have a form that shows recaptcha, but it doesn't verify... … | |
i downloaded and installed google browser. when i click the browser after installation, it's not working. the browser did not even opened. i did it many times, uninstall, download then install again, but it's just the same. It's not working. | |
Hello, SEO experts I have a website which is relevant to motorcycle fairing and I want to place it on Google 1st page for below keywords ranking already in 2nd or 3rd page i need to improve ranking in 1st page. But how Can I do this ? Please Suggest … | |
[L-Lists](http://l-lists.com/) is a website for creating lists of links, and contributing new links to existing lists. The directory of lists on [L-Lists](http://l-lists.com/), is called the [List of Lists](http://l-lists.com/en/lists.php). Currently there are lists of: [Open Access Computer Science Journals ](http://l-lists.com/en/lists/sumdhc.html)[Search Engines](http://l-lists.com/en/lists/qukoen.html) [Image Search Engines ](http://l-lists.com/en/lists/ov9lqv.html)[Political Spectrum Tests](http://l-lists.com/en/lists/0isll4.html) (like [Political Compass](http://politicalcompass.org/)) [Free … | |
Can anybody help me to get the code for google check out payment confirmation. After the payment using google checkout i want to update the order details with the payment status. may i know the post values to the website ![]() | |
Hey everyone! Im new on this kind of work.I have just created a website of mine.It is a business website and i need to make it come up fast on big search engines such as google,yahoo ect. From all i have asked i have got an answer work ut with … | |
Trying to make my function that takes in an array and arrayLength and outputs a linked list equivalent to the array.Any help would be greatly appreciated! Node* array2List(int A[], int n) { Node* p; Node* q; q = NULL; for(int i = 0;i<n;i++) { p = new Node; p->val = … | |
I managed to make an automatic system that places any link you want in the first page of Google almost instantly and takes from there to the first position in a couple of days ( depending on the search results you on ). Nothing special just a SEO tool that … | |
Hi Guys and Gals, I am Bill, I am a Brit living in Veliko Tarnovo< bulgaria. Just thought I'd say hello to you all, I will probably not be able to help very many of you with techie stuff but if it's SEO answers then I am good to go. … | |
When ever I search my Blog on Google it never gonna show any thing about it. What can i do for this please help me! | |
Hi there, I want to check whether a file is a link or not. Eg: I have a directory structure as follows: mkdir -p abc/bcd/cde/def touch abc/bcd/cde/def/file cd abc/ ln -s bcd link Now, abc/link/cde/def/file is actually not a file. Its a link Now I want to remove this file … | |
The End.