15,919 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for adammaarsh

Hello everyone, my site listed on chosen keywords in Google on page 2 but i have one problem about bounce rate does anyone tell me what should i have to do to reduce bounce rate of my site ?

Member Avatar for quicktpgo
0
142
Member Avatar for skseo

Hi all, Keyword are important part of the webpage and require the visitor attraction but repeating the same keyword many times in the web page is keyword stuffing. Can it be the reason to penalize the site by Google? thanks

Member Avatar for quicktpgo
0
152
Member Avatar for YoungCoder

I am in need of finding the best keywords for my forum on google adwords, does anybody have any good sites/tools i should use? Thanks in advance, YoungCoder

Member Avatar for quicktpgo
0
173
Member Avatar for untitledking

Hey everybody I am doing an Earth Day video for a school project in flash, and I figured out the snow effect and I have it inserted into my video at frame "411". Now my problem is, I cant get it to stop at frame "453" I have tried the …

Member Avatar for g2gayan
0
73
Member Avatar for rajeevmca

I am promoting my website extensively by taking the help of social media optimization. But I couldn’t get proper ranking on some of the important keywords. Does search engine rally support the social media optimization? Please suggest me any effective measure that will help in increasing the search engine ranking …

Member Avatar for quicktpgo
0
157
Member Avatar for jbrock31

Hello everyone. I am trying to learn css. I download a free web template and have began to modify it a little bit. I feel like I am learning a lot, but I am trying to figure out why I have two vertical lines between two of my div's and …

Member Avatar for jbrock31
0
106
Member Avatar for confusedCSS

hi. i have just started in a quest to design my own site. i have come along alot of information and i know a little HTML (just myspace codes really) but today i heard about CSS, but i have no idea what it does how much it costs or where …

Member Avatar for agbenaza
0
146
Member Avatar for help_lucky

Hi all, I want to print a page from another page. I have a master page with links to other page. When I click "print," it should print the another page. The function window.print() is printing only the active page. So on click print i am opening a new window. …

Member Avatar for help_lucky
0
237
Member Avatar for tunde011

i have got a div with width=600px, but when i put some text inside it, it exceeds the 600px size instead of breaking up and continuing on another line. i inherited this code and first though maybe it was the positioning declared in the stylesheet or because i dont have …

Member Avatar for soldierflup
0
74
Member Avatar for BamaStangGuy

Anyone had someone design them a custom flash video player for their site? If so who did it and how much does it run? I am looking for someone to do this for me.

Member Avatar for rajarajan2017
0
202
Member Avatar for khess

[URL="http://www.twitter.com"]Twitter[/URL] announced today that it will derive revenue from ads. It's their plan to capitalize on their extreme growth since their 2007 inception. Personally, I think this will kill Twitter and I can't say it will be a bad funeral. Hopefully, someone will start another site just like it that …

Member Avatar for InsightsDigital
0
453
Member Avatar for D4n1sD

How can I make OnMouseOver effect apply in a whole <div> like whenever the mouse is over that div it does something.

Member Avatar for almostbob
0
82
Member Avatar for Lesya

Has anyone already used web service called cart2cart? Would be interesting to know what you think. It is currently running in beta mode and supports migration to\from 9 shopping carts (CRE Loaded, X-Cart, Zen Cart, Magento, Pinnacle Cart, CubeCart, etc).

Member Avatar for Maksym
0
135
Member Avatar for stevejordan

Hi everybody! I want to upgrade my cre store to pinnacle cart. I'd want to make it fast and accurate but i've never done it before. Anybody has an experience? What do you guys use in such cases? Any help appreciated!

Member Avatar for Maksym
0
69
Member Avatar for cssquestion

I have a code in .css file: [CODE] .... body { background: red; font: 70%/1.5em Verdana, Tahoma, arial, sans-serif; color: #777; margin: 15px 0; } ... [/CODE] In the html file, there is a form: [CODE] <body> .... <div> <form> <table> <tr><td>name</td><td><input ..../></td></tr> <tr><td>address</td><td><input ..../></td></tr> </table> </form> </div> .... </body> …

Member Avatar for diafol
0
114
Member Avatar for phpDave

Hi, I have 2 style sheets for my site. One is for small screen and the other is for large screen. Here is the code. [CODE]<script type="text/javascript"> if (screen.width >= '900'){ document.write('<link href="main.css" rel="stylesheet" type="text/css" />'); }else {document.write('<link href="small.css" rel="stylesheet" type="text/css" />'); } </script>[/CODE] What I want to do is …

Member Avatar for phpDave
0
71
Member Avatar for agusXIII

Dear DaniWeb Community, My name is Agus and I’m from Jakarta, Indonesia. I work as sales and marketing board, one of my businesses is network marketing from QNet. I always work through “traditional way” in marketing, now I like to start a new revolution for my business, that’s why I …

Member Avatar for quicktpgo
0
131
Member Avatar for brenzor

Im making a google map, and ive been looking at other sites maps and saw something I like here: [url]http://www.northstar.co.za/index.php/site/contact-us/[/url] At the bottom of the map they have that darkened bar with the 'view larger map' action in it, how would I add this to my map? I looked at …

Member Avatar for drjohn
0
108
Member Avatar for ib4dogz

Google Maps Directions in infowindow Take a look at the link below. Click on one of my markers in the map. Inside the info windows I would like to have “Directions: To here - From here” feature in it. Thanks in advance for your assistance. [URL="http://www.crucialdesign.net/diningguide/test.html"]http://www.crucialdesign.net/diningguide/test.html[/URL]

Member Avatar for brenzor
0
947
Member Avatar for help_lucky

Hello Everyone, I am struggling to print a page in landscape. The reason behind to print in landscape was that, the table has many coulmns or anything else can be done besides printing in landscape?. Is there any statement in html to server the option of [U]fit in page[/U] in …

Member Avatar for help_lucky
0
142
Member Avatar for khess

I've just come up with something better than [URL="http://www.twitter.com"]Twitter[/URL], [URL="http://www.facebook.com"]Facebook[/URL], Email, [URL="http://www.hellotxt.com"]HelloTxt[/URL] or any of the other so-called social media messaging systems. I call it Instantaneous Messaging. Don't confuse my Instantaneous Messaging with the lamer, last century version called, "Instant Messaging." Instantaneous Messaging is better than Instant Messaging or any …

Member Avatar for InsightsDigital
0
454
Member Avatar for Lolalola

Hi, what's wrong with this code? Now disappear background and div after this code show incorrect. [CODE="HTML"] <html> <head> <style type="text/css"> #first{ width: 200px; background-color: #345752; } #left_b{ background:transparent url('img/left.png'); background-position: left top; background-repeat: repeat-y; } #right_b{ background:transparent url('img/right.png'); background-position: right top; background-repeat: repeat-y; } #text{ float: left; width: 50px; …

Member Avatar for drjohn
0
72
Member Avatar for EdTheUniqueGeek

Does anyone know if there is a way to embed an executable in a web page to run in that web page. This would be a client side page. Here is what I want to do. I am a systems admin (not a web dev even though I know just …

Member Avatar for diafol
0
1K
Member Avatar for vairvixen

This has me extremely frustrated. All my pages look fine in every browser EXCEPT Internet Explorer. For some reason, IE keeps moving my text to the right. Grrrr. Here is an example: [url]www.valleyafs.com/resources.htm[/url] I'm hoping someone can see what I've done wrong with my code, but any help is appreciated. …

Member Avatar for colweb
0
105
Member Avatar for newsguy

According to Gartner you, as in everyone, will start spending more on IT this year. Richard Gordon, a research vice president with the information technology analyst outfit, says that strong fourth quarter sales along with "an unseasonably robust hardware supply chain in the first quarter of 2010" plus a little …

0
269
Member Avatar for phpDave

Hi, I'm about finished with my first website. Everything works in firefox and IE except that the horizontal scroll bar appears in IE. I set the overflow to hidden and it works except I lose the verticle scrollbar in firefox, any suggestions? Also, I should be testing with Safari soon …

Member Avatar for phpDave
0
84
Member Avatar for InsightsDigital

So of course, some people at work showed off their new toy - the Ipad. The Ipad seems like a big toy but the way it helps with banner advertising and reading was good. So saying that, there was some conversation that the iPad will affect, not the creation, but …

Member Avatar for InsightsDigital
0
102
Member Avatar for gloris

Hi, I need three tables (div). The left and right sides of the occupied 50% of the free window. The center is fixed. Everything seems fine, but right down to jump off the table. [CODE="HTML"] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <style type="text/css"> …

Member Avatar for gloris
0
79
Member Avatar for newsguy

More often than not the consumer worries that it will be bad news when a popular software tool from a small developer is bought by a bigger company. However, in the case of Tweetie, one of the most popular Twitter clients for the iPhone, things could be very different. For …

0
376
Member Avatar for InsightsDigital

I have been looking at different type of video related ads, like pre-rolls and videoegg ads. So if you have experience with these ads, let us know.

Member Avatar for LandoFormosa
0
182
Member Avatar for sukhvir singh

could u please tell me about action script i wanna learn flash action script from where i can learn from begging please tell me..............

Member Avatar for g2gayan
0
89
Member Avatar for kizito106

HI GUYS.Am trainning to center my form in the middle of my html page but I have failed.Can any one help? Below is my code......... <html> <head> <title> Rich Trials </title> </head> <body> <form name=""> username: <input type="text" name="username" /> <br /> password: <input type="password" name="password" /> <br /><p> <input …

Member Avatar for drjohn
0
21K
Member Avatar for Reliable

I was watching a video on vector masks in Fireworks which displayed the ability to scale gradient masks with great simplicity. Unless I am missing something whenever I want to change a gradient mask in Photoshop I undo and redo the mask. Being able to simply scale the mask to …

Member Avatar for Reliable
0
53
Member Avatar for nbabumca

Hi All, Actually i am sending motivational email to my friends every day. its customized HTML Templates, But what happen, in that templates i used some images, its working in my browser. but my friends are using IE and Firefox, in that also images are not display. its showing only …

Member Avatar for migcosta
0
158
Member Avatar for GuyClapperton

Legal firm [URL="http://www.tbilaw.co.uk/"]Tilly, Baker and Irvine (TBI)[/URL] has agreed to stop sending letters to Internet users when they believe they may be infringing copyright. The ironic thing is that this is the same week in which UK law changed to allow the Government to cut users off for precisely the …

0
641
Member Avatar for dominique7

Hi, 1) I remember I've usually read to better choose the solution with fore- and last name in one word if you're going to use your name as a domain name. But I couldn't find any solid sounding reason. Is there any? 2) I also consider the solution with the …

Member Avatar for dominique7
0
63
Member Avatar for newsguy

In March, Facebook proposed that there should be a number of changes to its privacy policy in order to allow it eventually share personal data with 'pre-approved' third party websites. Such information, should you be logged into Facebook and then connect to a third party website, as your name, gender, …

Member Avatar for Afrowall
0
534
Member Avatar for rhirde

hi I have to create ad in which 5-6 images will change in fixed time interval and for that i want to know how to create animated gif image in photoshop. pl. tell the steps to create the animated gif image in photoshop

Member Avatar for shironui
0
129
Member Avatar for tasteypaste

I am currently trying to edit a page that has a bunch of links on the page. All of them are in tables and are supposed to turn a dark gray color and then become darker one they become visited. However, they show up like normal links. (Blue) The page …

Member Avatar for tasteypaste
0
232
Member Avatar for nizuya

This is something I've always had a problem with but never asked about... If I am floating two columns via div tags, one left and one right (such as navigation on the left column and main content on the right), Then I have two more things floating inside the right …

Member Avatar for vsmash
0
98
Member Avatar for SilvesterM

What are the best social networks which you guys are using to get more traffic to your websites? I am using twitter & Facebook.

Member Avatar for AbleIT
0
134
Member Avatar for InsightsDigital

So we know that today was the big day where the IPad was launched. There was a positive review in WSJ - All Things Digital. [url]http://ptech.allthingsd.com/20100331/apple-ipad-review/[/url] I personally waiting until the second launch or so when many of the first generation bugs are resolved. So did you get an iPad …

Member Avatar for Doctor Inferno
0
100
Member Avatar for InsightsDigital

There was a sutdy published that found that the majority of people check their Facebook first thing in the morning. Maybe I am guilty of such but I wonder who else on this site al so agrees with the finding of this study.

Member Avatar for InsightsDigital
0
98
Member Avatar for Silver Snail

My friend has asked me to help him with his proposed email newsletter that people will sign up for on his financially-themed website. He wants to give recipients the option to stop receiving the newsletter with an "unsubscribe" link in the newsletter email. What is the cleanest, easiest arrangement to …

Member Avatar for InsightsDigital
0
169
Member Avatar for kooia

I'm facing technical difficulties. I can't get position:relative elements to overlap. At the time, I need to center a <div>, and have an image overlapping that, and an image overlapping that. Could you please send me some test code, with 2 image CSS definitions? One overlapping the other, with different …

Member Avatar for kooia
0
2K
Member Avatar for MandaloreFett7

Hi, Im new to CSS and have watched a couple online vids, but I have run into a problem that I can't seem to fix. My menu displays fine in IE 7 and 8, but the background color disappears in Firefox. Any suggestions? Sorry if my code is messy. I …

Member Avatar for ko ko
0
274
Member Avatar for Brillig

I have had so much problems with position: relative (especially regarding any divs that come after it) that I'm starting to think an overall rule is to keep with static and use margin to move things around when at all possible and use relative when you need it for negative …

Member Avatar for metalix
0
138
Member Avatar for shironui

I have a flash site I'm building, the only problem I'm having is the carousel I have for it does not stay on the frame its supposed to be on. I.E. I click on the link to the carousel, and it pops up and works normally, however, if I click …

Member Avatar for shironui
0
105
Member Avatar for lovetheinternet

The following search engine optimization techniques are SPAM. -automatically generated doorway pages -cloaking -keyword stuffing -hidden text or hidden links -pages loaded with irrelevant words -false redirects -duplicated content on multiple pages -misspelling of well-known web sites -unrelated links -centralized link farms If you know more points, please specify.

Member Avatar for lorenzoromar
0
452
Member Avatar for yassar

Hi, I have a simple page created by Microsoft Word 2007. It consists of an htm file and a folder which includes images. Firefox cannot load the images while other browsers can. Do you have any idea about the problem? Thanks, Yassar

Member Avatar for yassar
0
101

The End.