7,191 Topics

Member Avatar for
Member Avatar for kumarprashant

hi I have a project due this Monday to make an address book. need some help with that.I have some code with me but it is not working. please help me if you can. i have attached a copy of the same and given description below. program description: develop a …

Member Avatar for Bendez Thyna
0
301
Member Avatar for rohansmith
Member Avatar for Bendez Thyna

i have this for my requirement assignment: Write a search function int get_index(const float astm[?][?], const int size) to find the array index from a given size. can someone give me some hint on how to di it pleass?

Member Avatar for Bendez Thyna
0
217
Member Avatar for hahahanz

Hello Im quite Confused right now. I am trying to insert a Node in between nodes and it is not being displayed. Please Help. #include <iostream> #include <conio.h> #include <cctype> using namespace std; struct Node { int DATA; Node * Next; }; Node * head = NULL; void Display(); void …

Member Avatar for hahahanz
0
248
Member Avatar for raul8711

Hi Guys, I'm looking to build an extremely simple script that would allow someone that I know to share files in a simple manner. This script should do the following: - Make a list of all the files in a specific folder. - Make downloadable links to these files (<a …

Member Avatar for diafol
0
231
Member Avatar for devid88
Member Avatar for Lonestar Jack

**I want to embed links and fields into php generated emails. This is the email_message field.** Welcome to the Neighborhood 13 Wine Tasters Group. In order to make sure we have your correct email address we need to have you return this email by pressing the Return button on your …

Member Avatar for OsaMasw
0
143
Member Avatar for gu mi nam

this code was error.please help me fix it include <iostream> include <conio.h> include <algorithm> using namespace std; int a[]={1,5,7,4,9,8}; BST*binary_search_tree; struct BST{ int value; BST* left; BST* right; }; int search_bst(BST* node,int key){ if(node==NULL) return -1; if(key<node->value) return search_bst(node->left,key); if(key>node->value) return search_bst(node->right,key); else return node->value; } void insert_bst(BST* &treeNode,BST* newNode){ …

Member Avatar for gu mi nam
0
399
Member Avatar for GyanSeo
Member Avatar for Kelly Burby
0
112
Member Avatar for mangaeza

how can i code a search button to retreive all data by using client number or client surname

Member Avatar for Begginnerdev
0
131
Member Avatar for thefasninja1

Hi! I am going to do on page SEO for my site and here I'm confused in keyword planning for my main page text. I want an expert opinion here that adding keyword in the main page text will help me or not. Should I hire on page SEO expert …

Member Avatar for James_28
0
282
Member Avatar for Ferd12324445

I'm creating multiple custom info windows using only one xml layout, all of the info inside the window will be put In programmatically. I am now trying to give the ImageView an image but when I do that for one marker all of the other markers ImageView images become the …

Member Avatar for raj.mscking
0
342
Member Avatar for Smiti

Hi Folks, I am quite interested in SEO and i want you all to share your ideas about the real benefits from SEO activites in internet marketing world.

Member Avatar for gamsoftware
0
445
Member Avatar for diehsi
Member Avatar for Ancient Dragon
0
94
Member Avatar for stevieup

Is anyone annoyed by google results as regularly as I am? We are approaching a sum "0" when it comes to search engines, I'd hate to see google fall by the way of Wal-mart in that it's the only choice and it sucks. With that premiss, shouldn't we have ways …

Member Avatar for stevieup
0
332
Member Avatar for MrXortex

I got a movie search website but when I search something it says 404 page not found. [The search view](http://i.imgur.com/pxM1yS4.png) The site is working under a framework called **code igniter**. Here is the back-end code of search engine: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class Search …

Member Avatar for veedeoo
0
393
Member Avatar for manishgurjar307

hello guys thanks in advance i started new technology and android blog http://www.gujar.org as my passion and hobby but i am not getting that much traffic which i want plz suggest some tricks and trips

Member Avatar for woodroseint
0
365
Member Avatar for eduworldadm

**[Direct admission in engineering college 2014](http://www.eduworldeducation.in)** Edu World is Direct admission consultant provide admission in Medical,Mba, B.tech,Mbbs,pgdm colleges across India And Abroad 2014-15.

0
54
Member Avatar for Pavan_5

I am trying to develop the genetic algorithm to solve Traveling Saleman problem and part of my challenge is to generate random tours long enough and write a fitness function to evaluate the cost incurred for each of the random tour. I have attempted to write the following. My objective …

Member Avatar for JamesCherrill
0
428
Member Avatar for Ahsan_5

Hello All, I am new here and hope to help people with technical issues with there sites. I have immense experience in SEO SEM and also have good hands on experience configuring hosting and WordPress websites. Feel free to approach me with any questions related to digital marketing, seo, sem, …

Member Avatar for Ahsan_5
0
296
Member Avatar for zubaer_ahammed

I have a blog in Blogger. I am trying to increase traffic and page rank by submitting it to different Blog Directory. But I have failed to submit it to Alltop. It shows an error issue with my RSS feed. Can anyone help me telling what is the correct RSS …

Member Avatar for paulluis
0
328
Member Avatar for anis rehman

I am a newbie i made many blogs having good quality content but my page impression were never crossed from 70. Please some one tell me one or two basic rules to generate a good traffic for my blog which really makes a huge difference

Member Avatar for paulluis
0
386
Member Avatar for noahwilson

Hello friends, Help let me know about Google Analytic, what is this and what its importance in SEO, please share your feedback on this topic. Thanks.

Member Avatar for paulluis
-2
249
Member Avatar for imageediting

Background Removal Right below the color selection area in the Tools box is two small icons that look like cameras. The first thing that you need to do is to open the image whose background you would like to remove. I have a very easy way to do this, which …

0
74
Member Avatar for zenlau

Hi All, I have 2 frames in one page which is left frame and right frame. May i know how to set the link to the jstree node which is located at left frame. When click on the node, it will reload the page at right frame without reload the …

0
145
Member Avatar for matt.haselip

hi please help me. i have a google map on my website, but i cant get it to zoom out to show the circle radius, and it seems to be zooming only to view the markers. how can i zoom out to show the radius of the map? see below …

Member Avatar for matt.haselip
0
514
Member Avatar for Chetan1234

I want to know what is SEO and who to do SEO to rank website in search engine result page.

Member Avatar for TC Media
0
771
Member Avatar for sagngh8

Hi Members, Please explain in detail about how to do SEO.I recently came to know that SEO is good way to earn money online.Can you please let me know how to do that?Maybe give me some links to learn SEO effectively. Thanks, S.

Member Avatar for TC Media
-2
375
Member Avatar for Tsaou

I keep getting loads of linker errors that probably have something to do with virtual-functions/definitions and/or static class members... I've seen several relevant posts but none of the solutions suggested work, can you see wht the problem is here? My projects consists of 3 files: BALLS.H #include <iostream> using namespace …

Member Avatar for Ancient Dragon
0
511
Member Avatar for maazad.kalam

I am working to microworkers.com since few month. How I can complete Forum posting work. Please help me details.

Member Avatar for santoni
-1
44
Member Avatar for GrowFastDigital
Member Avatar for Smiti
0
69
Member Avatar for jesusbond

Hello Guys, Can any one let me know one thing that how we can get traffic from reddit because I heard lots of people are getting good traffic from reddit. I'm trying but I failed so please give me your feedback. Looking for your earlier positive reply. Thanks

Member Avatar for DevinderMaheshwari
0
242
Member Avatar for wealthdiva

Morning everyone -- Can anyone help me with what is probably very simple? I have a page where I want to get a variable from the URL and insert it in the buy button... so if my url is http://mywebsite.com/hangout?id=beauty I want when someone click the button Buy to go …

Member Avatar for wealthdiva
0
256
Member Avatar for daniel160wong

i don't know how make long term existing back links because we made over 1000 manually but this year all the disppeared..we have to reastart agian any good way of you guys

Member Avatar for batool_1
0
197
Member Avatar for Ravi Rajput

Today i have read that Google has again launched the new update, I don't know how's type this update is and when will be roll out. But My one website have gotted in rank after this update. you can read more here: http://www.seroundtable.com/google-update-sept12-17359.html

Member Avatar for jayshri.shah.10_1
1
268
Member Avatar for Yetiholidays

Hi everyone. I have been doing SEO of a travel related website for 4 months. For 2months it shows improvemnets regarding traffic but now indexing as well as traffic are getting lower. Now can you please help me out what should i do further for generating more traffic?

Member Avatar for Smiti
0
683
Member Avatar for aurumestate

Dear i want to know some Link Building Strategies to increase the traffic of my website so please help? Mzondi Lungu

Member Avatar for mayaestat
0
310
Member Avatar for jasminjew
Member Avatar for Smiti

Hi everybody, I am new on this forum so share your relevant ideas about Google Page Rank and Alexa Rank.

Member Avatar for christiangel.mathews
1
2K
Member Avatar for balamurugan.rajendran.14

Hi, Could someone please help me to optimize the attached code file. as i'm new to c# world. Thanks in advance cheers

Member Avatar for JorgeM
0
226
Member Avatar for jesicawillss

What is White Hat SEO? How many things or techniques are included in it? Can anyone tell me how it proves better for getting search engine result? Guide me on this subject.

Member Avatar for John_60
0
654
Member Avatar for arunmarvel6

Facebook recently acquired whats app, So Do you think Whats app can become one of the great internet marketing platform?

Member Avatar for Kelly Burby
0
108
Member Avatar for hbk_star2006

hello Please help me. I need pseudo code or Algorithm or flowchart of Weighted page rank algorithm that search engine can use for ranking the websites in its search results. Please help. thanks in advance.

0
147
Member Avatar for diggdirectory

Many of those who pursue link building have had a tough year. Google's verbal and physical assault on link building practices has been unrelenting. You may be wondering if link building is illegal now. The answer is yes and no. Why? Let's explore the "yes" and "no" of link building …

0
95
Member Avatar for Austinlanger

I am using these tips to increase Email marketing. Are these fine? Bounce Rate Deliverability Email Open Rate Click Through Rate Shares and forwards Unsubscribe Conversions List Health List Performance

Member Avatar for John_60
0
187
Member Avatar for valentina24

organic result of seo cost very low and uses all the seo technique as like blog commenting , forum posting, social bookmarking, directory submission and in other side non-organic seo is provide paid service and it is very costly like PPC and Google adwords.

Member Avatar for John_60
0
643
Member Avatar for jonsan32

I've seen google do this, as well as other sites like bookeo.com, jotform, and others. How can I get my customers to ask their question, then - before they're able to submit - show a couple of links that might answer their question? I found a program called contact form …

Member Avatar for gupendra
0
139
Member Avatar for lara1anjela
Member Avatar for alcon321

An SEO Company is one of the most important components of the internet marketing. It can benefit any size of business as well as the individuals. All you need to do is brush up your SEO skills. However people are still unaware about the benefits which an SEO can do …

Member Avatar for andrewgill
-1
272
Member Avatar for Kayce_1
Member Avatar for GameOKtructuyen
0
93

The End.