681 Topics

Member Avatar for
Member Avatar for canadafred

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. …

Member Avatar for jaimehopkin
-2
276
Member Avatar for CodyM

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" …

Member Avatar for mrnutty
0
194
Member Avatar for meiragerica23

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 …

Member Avatar for arindamdutta16
0
284
Member Avatar for Geli19

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 …

Member Avatar for Geli19
0
189
Member Avatar for taylor.mitchell.353

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 …

Member Avatar for taylor.mitchell.353
0
694
Member Avatar for L-Lists

[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 …

Member Avatar for L-Lists
0
278
Member Avatar for CodyM

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 = …

Member Avatar for NathanOliver
0
105
Member Avatar for kandarpa

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 …

Member Avatar for Watael
0
208
Member Avatar for sblass92

Hi all, To begin, I'm not certain this is the proper place to start this question, but I believe this to be a linux-linker related error rather than a code based one. I've also searched far and wide for a solution online, but others have solved the problem simply include …

Member Avatar for sblass92
0
266
Member Avatar for eburlea

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 …

Member Avatar for eburlea
0
243
Member Avatar for dinhunzvi

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 …

Member Avatar for ChrisHunter
0
196
Member Avatar for shlokka

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 …

Member Avatar for diafol
0
202
Member Avatar for superchica08

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 …

Member Avatar for Lerner
0
1K
Member Avatar for harintfs

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 …

Member Avatar for harintfs
0
156
Member Avatar for smith32

Hi, I'm working on a quick sort for double linked list. All work except the first item. I don't know what is wrong. Can u plz help me find the error? Here is my code. dlist_t* quick_sort(dlist_t* list) { dlnode_t *tnode = NULL, *first = NULL, *last = NULL; first …

Member Avatar for smith32
0
244
Member Avatar for lucyrai1
Member Avatar for f2key

Hi Team.. My name is Khalid and the owner of f2key.com See you arround Thanks Khalid

Member Avatar for np complete
0
145
Member Avatar for jonsan32

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 …

Member Avatar for jonsan32
0
248
Member Avatar for tadisaus2

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? …

Member Avatar for indiainternet00
0
153
Member Avatar for code739

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 …

Member Avatar for sjiinfotech
0
118
Member Avatar for Troy III

With this *Spartan*, we can destructively disable all the links on the page. (Or whatever link collection we feed the Fn.arg.)

Member Avatar for Troy3
0
180
Member Avatar for seo007

My Google Webmaster Tools is warning me regarding Unnatural Links (I have 400 or so inbound links in total, and I don't know which links are coming from bad websites and which aren't) and I wish to remove them immediately. I need help with the following: 1. Need to identify …

Member Avatar for samuelmax
0
323
Member Avatar for diganto24

Hello! i have been published to people about pure water supply. my website is running good. if you need any service related the water you can fine here. but i am facing a problem. when i use a new keywrord it going to behaind. so help me if you know …

Member Avatar for canadafred
0
260
Member Avatar for wade32

We all know that backlinks are very precious to an internet marketer, blogger, or someone who just wants to get noticed and make money. However, with the recent Google Penguin prowling around, what are some of your SEO strategies that you implement in you site to get ranked higher? Here's …

Member Avatar for indiainternet00
0
560
Member Avatar for smackthat9876

I want to call a script page in php where the referral link is visible when you mouse over the image, something like this: http //mysite com/phpscript?d=www.site.com/thread/217.html (I don't know php incredibly well yet - so if that doesn't look right please let me know) And then based on whatever …

Member Avatar for smackthat9876
0
1K
Member Avatar for PhilEaton

The issue I'm having is that I need to add a second stylesheet to my web site. But I'd rather not update the 20+ HTML pages with a <link href="" /> code. Is there any way to link from the existing stylesheet to another? That way I only change one …

Member Avatar for PhilEaton
0
189
Member Avatar for da(code)da

i have a list and mysql table. my goal is to make the links active if there is a game in its section: this is my code: mysql_select_db("my_db", $con); $result = mysql_query("SELECT * FROM gameChart"); $row = mysql_fetch_array($result); echo "<dl><dt>Writer's Forge</dt>"; if (!$row["secID"] == 1){ echo "<dd>Collaborated Poetry</dd>";} else { …

Member Avatar for coreyavis
0
264
Member Avatar for Walahh

Hello! Hoping someone here can help me with this problem. So the page I am working on has an image containing Facebook, Twitter and Youtube tabs. ![tabs1](/attachments/large/3/tabs1.jpg "tabs1") All these tabs are clickable in every other browsers (Chrome/Safari/Firefox/Opera) except in Internet Explorer (7/8). I am not sure what I am …

Member Avatar for Walahh
0
297
Member Avatar for mushget

if some one change his signature back link and suppose forum is already linking back to particular site so can it will effect back link...

Member Avatar for android45
1
475
Member Avatar for AspiringCoder

I have been trying to get the sponser logos (Vail, Oakley, etc.) on [www,noahhoffman.com](http://www.noahhoffman.com) to link to their respective websites for the past few days and have run into an issue. Even though the images are linked they are unclickable. I think this is an issue to do with the …

Member Avatar for JorgeM
0
123

The End.