681 Topics

Member Avatar for
Member Avatar for Squit

hello i have a problem with the % sign in to the url links for example my url is [code]http://www.site.com/1411/The-trafic-is-increased-to-20%-this-year[/code] that % is used like a variable in browsers and is not clickable in IE 8 or it gives errors in others browsers! removing % is not an option because …

Member Avatar for Squit
0
1K
Member Avatar for m1051f

I am currently at this URL localhost:8080/Test/students/Steve The page from that URL displays some info about Steve and a link that goes to teachers. [CODE]<a href="teachers/all">Click to view all teachers</a>[/CODE] When I click the link it goes to localhost:8080/Test/students/teachers/all I want localhost:8080/Test/teachers/all How can I do that? I managed to …

0
124
Member Avatar for tcollins412

hello, i am making a website and i need some help. I am writing a table, here is the code:[CODE]<table style='float: left;'> <tr><td style='width: 200px; height: 500px; background-color: red; valign: top; align: top;'><a class='mainlink' href='about.html'>About Me (under construction)</a><br /> </td></tr> </table>[/CODE] now, i want the link to align to the …

Member Avatar for untitledking
0
151
Member Avatar for phfilly

Hi! I would just like to know if its possible to give an linked image the ability to send the form instead of a submit button? Like in the example below: [CODE] <form method="post" action="Search.php"> <table id="search"> <tr> <td> Search: <input type="text" name="search" id="search" placeholder="Search for friends"/><td><a href="Search.php" action="Search.php"><img src="graphics/search.png" …

Member Avatar for phfilly
0
130
Member Avatar for acams

I have heard that Link Prism is a method of relevant link building. Can any tell me how does it work and how effective is this in SEO? Please suggest.

Member Avatar for linkbuildings
1
586
Member Avatar for dgreene1210

This is my header file i want to use [CODE]#include <stdio.h> #define my #define LABOR_COST 0.35 #define TAX_RATE .085 void read_data(int* length, int* width, int* customerdiscount, double* costpersquarefoot); void calculate_values(int length, int width, int customerdiscount, double costpersquarefoot, int* area, double* carpetcharge, double* laborcharge, double* installedpricecharge, double* discountcharge, double* subtotalcharge, double* …

Member Avatar for gerard4143
0
167
Member Avatar for jesicawillss

I am using blog posting, forum posting, comment posting, article submission to get website on the ranking track. What is today’s Best Practice to get more back links and increase website ranking?

Member Avatar for MartinPlatt
0
226
Member Avatar for rakwel10

Hello, pls help me with my code... I was able to output the database table on my page. It goes for example like this: [B]id | name | etc... ---------------------- [COLOR="Red"][U]01[/U][/COLOR] | john | etc... [COLOR="Red"][U]02[/U][/COLOR] | mike | etc...[/B] The "ID" is a link (a href). Once click, it …

Member Avatar for rakwel10
0
332
Member Avatar for sunjava1

I am facing problem in updating the number of times the link is clicked. The function to update links works fine in a new file. But when I include it in the link counter file, this function is not working.i.e. not updating the number of times a link is clicked. …

Member Avatar for shaams
0
285
Member Avatar for shaktideen
Member Avatar for Emma Johns
0
148
Member Avatar for AccurateAG

Hi all: I'm John, and I have been working with computers since 1976. I have recently (in the last 6 months or so) started doing SEO. I have reached a plateau; I am on page 1 of google for one of my keywords, but the other keyword is on page …

Member Avatar for jingda
0
178
Member Avatar for sfrederick1

Hey guys, I was trying to implement a twitter feed script into my website to display my most recent tweet, and it works fine, but the links are broken. Go to [URL="http://sfrederick.com"]http://sfrederick.com[/URL] to see what I mean. Here is the script: [CODE] <? $username = "sfrederick1"; $prefix = "Latest Tweet: …

Member Avatar for atrueresistance
1
229
Member Avatar for calebcook

I don't know if this is possible, but I want to submit information using POST with a link. I know I can use GET, and I know I can use a form with a hidden value and submit it with a link, but I don't want either of those. I …

Member Avatar for calebcook
0
266
Member Avatar for Louilly

I have created a pdf with links to a couple of websites, the links work fine if you open the pdf on a pc but if you open it on an iPhone or iPad the links don't work. I made sure the links have http:// Does anyone know a solution?

Member Avatar for Louilly
0
2K
Member Avatar for JasonTyler

Hi, I have some Knowledge in SEO and working for some website. But i was wondering that how effective are the automated back link building software ? And if they are really effective then why everyone like to create back link manually ? Can you suggest some automatic link building …

Member Avatar for denysaputra
0
296
Member Avatar for jssutton11

On a webpage, I have a table (generated on page load through php/html) on the side that has several links (one on each row), and when you click any of them it calls a javascript function (href='javascript:newtable()') that uses an ajax requests to populate the table again (performed by a …

Member Avatar for jssutton11
0
182
Member Avatar for wiredtec

Were and or how can i get an iframe for my site? and how do i add it to all my outgoing links.

Member Avatar for almostbob
0
94
Member Avatar for chriselectrix

Hi All For some reason my web page isnt working properly in Firefox 3.6.16. Here is the link [URL="http://http://www.electrix.co.uk/home.php?lang=en"]http://http://www.electrix.co.uk/home.php?lang=en[/URL] The flags along the top work perfectly well in IE (when you click on them they take you to a different link). However in Firefox, the pointer doesn't even change when …

Member Avatar for migcosta
0
110
Member Avatar for TrustyTony

In Python Forum's intro text link to bbcode document does not work (blank page). [url]http://www.daniweb.com/software-development/python/114[/url] link: [url]http://www.daniweb.com/forums/misc-explaincode.html[/url]

Member Avatar for Nick Evan
0
262
Member Avatar for jesicawillss

Will you tell me that which method or tactic is better from the point of view to get huge traffic and more good back links? I am using some SEO techniques but can’t get the keyword serp increase or steady. Can you tell me the reason behind it?

Member Avatar for indiarajasthan
0
194
Member Avatar for cutexxbaby

hi i am doing a project and now i am try to work on paging, however i am stuck. I want to put in a list of links of website in the itemfilereadstore. So when show, i want to be able to click on any one of the link in …

Member Avatar for twiss
0
85
Member Avatar for t_anderson

hi i'm using this inline modal window [CODE] <style type="text/css"> #fade { /*--Transparent background layer--*/ display: none; /*--hidden by default--*/ background: #000; position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .80; z-index: 9999; } .popup_block{ display: none; /*--hidden by default--*/ background: #fff; padding: 20px; border: 20px solid …

0
85
Member Avatar for rhuffman8

I am trying to make a page, similar to DW, with a menu bar at the top that loads specific content into the body when the links in the menu bar are clicked. I have read a few things about how to do this using javascript but I cannot seem …

Member Avatar for rhuffman8
0
521
Member Avatar for andy106

Hi I have the following array: [CODE] $links = array("Home", "About us", "Our Services"); foreach($links as &$link ){ $space = implode(" ", $links); echo $space ; break; } [/CODE] the above code displays Home About us Our Services, but now I want to use the same array for links so …

Member Avatar for diafol
0
126
Member Avatar for Morten Brendefu

Dear knowledgeable ones. I started on a project to be able to use a smart card and a smart card reader in order to limit access to a program. I had some sample code written in Visual Basic, and wanted to translate this to Delphi instead, something I think I …

Member Avatar for pritaeas
0
800
Member Avatar for george61

Just a little problem with functions for previous and next images in a lightbox type of gallery created by me. The src of a given image is taken form href attribute of a link. I need the src of the next or previous image to be loaded dynamically maybe using …

0
93
Member Avatar for oclane

I decided to come up with a new tactics for my site and the only thing that comes from my mind is "link exchange" because I've never done it before. Suggestions?

Member Avatar for MaryDD
0
308
Member Avatar for deecoup

I am little bit confused with Google back link...... why back links gone after sometimes like i am getting back link from do follow forum and when i checked ....after some time same link gone and comes after sometime same link ....... is this Google Game ?

Member Avatar for limohire
0
130
Member Avatar for jesicawillss

I know that Link exchange is the best practice in SEO. But, how can I invite or what I have to do for link exchange? Is there any format to invite others?

Member Avatar for jack jastin
0
199
Member Avatar for nepalsites

is it possible to optimize the pages appearing from the operator site: search? such as those in site: www twitter com shows random twitter account instead of Twitter's internal pages. can anything be done to index the inner pages instead such as blog, contact or other important pages such as …

Member Avatar for nitpat1
0
96

The End.