Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
65% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #4K

127 Posted Topics

Member Avatar for jay_paun

I did some research on this recently and most copywriters say keep keyword density under 10%, just make sure your h1/titles/h2 are targeting the keyphrases, and maybe have the keyphrase repeat a few times througout the page. Keyword density used to be much more important with seo but I rewrote …

Member Avatar for aarticod
0
785
Member Avatar for cmills83

I am trying to stretch a background image to fit 100% of the page, I can do it when it's not a background image with the code below but how do I set it as a background image of 100%? Thanks. I keep seeing z-index, wtf is that? Thanks. [html] …

Member Avatar for lrbabe
1
618
Member Avatar for cmills83

Can someone link me to a script that will rotate an ad banner on a website so a different ad appears when you refresh or revisit the page. I have a found a few scripts that rotate images but it has to be able to have the link with it …

Member Avatar for shailendrabisht
0
197
Member Avatar for Mr.'BackUp'

I don't really think it matters if it is your friends website you are linked to. As long as the content is relevant and the other sites get just as many if not more hits than your site, you should be okay. Also make sure the site linking to your …

Member Avatar for cybasic
0
593
Member Avatar for shadiadiph

also you can use the css sprite nav that uses the javascript sfhover function, google and youll see it.

Member Avatar for jayesh123
0
272
Member Avatar for cmills83

Has anyone had success changing a users print settings to landscape when printing a specific page using either CSS or JS? I see a lot of the same solutions repeated when searching but none seem to work so please only post something if you have had cross-browser success and can …

Member Avatar for codewall
0
63
Member Avatar for cmills83

Here is what I have...everything works except the entire top border does not. I have tried it this way and also border-top-image:...Does anyone have any ideas!? thanks! <style> .about { font-family:"BankGothic Md BT"; font-size:12px; border-right:1px solid #FB9709; border-left:1px solid #FB9709; border-bottom:1px solid #FB9709; border-top: 1px solid #FB9709 url('tab.gif'); text-align:left; word-wrap …

Member Avatar for feoperro
0
345
Member Avatar for cmills83

The more I am searching I am just confusing myself. If someone wouldn't mind helping me out I would appreciate it. I am setting up 6 computers to be in a network and run a Windows OS and a Windows based program. The main computer will connect to a t1 …

Member Avatar for why_owee
0
223
Member Avatar for cmills83

My sites rank very well in msn usually top 10 for all keyphrases, and the same in google once I have some inbound links. But Yahoo my sites are #100+. What does Yahoo focus on for SEO that's so different? Thanks

Member Avatar for shophoatuoi
0
331
Member Avatar for cmills83

Ok so I have several years web design/dev agency experience and want to start working freelance, eventually fulltime. What are some good sites where you can bid on bigger company web projects? There are dozens of freelance sites with low budget projects and low talent designers/devs to bid on them. …

0
66
Member Avatar for Ragnarok

JavaScript for dummies sucks. Haven't tried any others though. There are a lot of things I would learn way before JavaScript...

Member Avatar for Airshow
0
241
Member Avatar for cmills83

Hi I am developing a site with something like below as the structure. The nav container holds a flash nav swf. I built a toned down lightbox effect and the popup is the center of that. Safari, FF pc, IE6, IE7 all work fine, but firefox mac still layers the …

Member Avatar for mentalmango
0
111
Member Avatar for cmills83

Okay so I am trying a stradegy someone posted on here about starting a site and then adding 100 or so pages at the rate of 1 per day. It is been 5 days and 5 pages later and googlebot has not looked at my site. The old site is …

Member Avatar for abhigupta.seo
0
650
Member Avatar for cmills83

Hi I have a page with a bunch of divs set to display:none with 70kb background images. As buttons are clicked the divs are displayed. The background images are specified in an external stylesheet, pc firefox, mac ff, mac safari and every real browser ignors them until the div is …

Member Avatar for Troy III
0
104
Member Avatar for cmills83

Hi not sure if its technically a timeout but I am building a sliding jquery nav, the sliding is fine. theres 4 buttons you can click whatever one and they will slide into place even if they are in the middle of sliding, cool. BUT they each also open a …

Member Avatar for cmills83
-1
176
Member Avatar for cmills83

Hi I have a few javascript calls that hide/show divs over a flash movie and even a css/jquery drop down nav that overlaps over the flash movie. IE6, IE7, IE8, FF2 pc, FF3 pc, and even FF mac are fine, however with Safari the cursor remains an arrow even when …

Member Avatar for Airshow
0
128
Member Avatar for cmills83

Hi I have a div holding a swf inside a container div. The div moves around and eventually ends up on the left and every other browser I test in (ie6, ie7, ff, safari) the swf going outside the container is cut off by the overflow hidden;. for some reason …

Member Avatar for gorotms
0
89
Member Avatar for cmills83

I found a few simple overlay lightboxes but none would resize with the browser and none were cross browser friendly. This was designed to display a div but uses innerHTML so this could easily be changed to an image, iframe, swf, whatever. CSS: [code] html, body { margin:0; padding:0; height:100%; …

Member Avatar for aLoushi
0
112
Member Avatar for chinmayu

[QUOTE=MidiMagic;800908]I see several errors. 1. Stop using pixels for measurement. This locks the design to one screen resolution. It fails on other screen sizes. 2. Don't put dimensions on 0 values (e.g. 0px). If Firefox finds one of these, it throws away the entire style. 3. Don't put nonzero surrounding …

Member Avatar for MidiMagic
0
133
Member Avatar for AGU.Jessica

[QUOTE=AGU.Jessica;802207]I created a web site using Frontpage. Frontpage makes the code a complete mess, though. My web site looks alright in IE - Everything is aligned correctly But in Firefox it look hideous. My bottom line question is, How do I go back into frontpage and design my website in …

Member Avatar for MidiMagic
0
171
Member Avatar for theimben

yeah dont link divs, its not x-browser friendly, add this: [code] .partdiv { position:relative; } .partdiv a { width:150px; height:50px; display:absolute; top:0; left:0; display:block; } [/code] and the html [code] </head> <body> <div class="partdiv"><a href="{param}"></a></div> </body> </html> [/code]

Member Avatar for MidiMagic
0
93
Member Avatar for arvindikchari

[QUOTE=arvindikchari;801895]Hello I am new to CSS so what I am asking is probably very simple to experienced coders, I am trying to create a CSS Layout that closely mimics the look of a Cubecart 3 Store. The site whose design I want to recreate (esp the layout) is at [url]http://cubecart3.http.mn/[/url] …

Member Avatar for macneato
0
723
Member Avatar for waycool141

make the margin for widgetWrapper like this [code] margin:0 auto; [/code] or [code] margin-left:auto; margin-right:auto; [/code]

Member Avatar for cmills83
0
150
Member Avatar for cwindham

xhtml, css, ajax, javascript, actionscript. You should start learning flash/actionscript/flex/air

Member Avatar for Rhyan
0
94
Member Avatar for Agent Cosmic

yea never gotten 100% height working in all browsers w/o js. change your .container to #container [code] function divSize() { winH = document.body.offsetHeight; totalHeight = document.getElementById('container').offsetHeight; if(winH > totalHeight) { document.getElementById('container').style.height=winH + "px"; } window.onresize = function() { divSize(); } [/code] If the div is less than the window height …

Member Avatar for Rhyan
0
158
Member Avatar for riscphree

duno why my response didnt show up wrap cards in <p class="imgtxt">Cards</p> [code] p.imgtxt { margin:0; padding:0; width:103px; text-align:center; /* optional */ } [/code]

Member Avatar for essential
0
142
Member Avatar for redgoals

probably cant modify the affiliate code if youre not hosting the ads but just add a z-index:999; to the js hover div? make sure it is position: relative or absolute;

Member Avatar for cmills83
0
132
Member Avatar for cmills83

i have tried a few tutorials but i cant get this working. I am trying to create a div with the id of overlay and insert it right after the body tag when a function is run. can anyone help? thanks

Member Avatar for cmills83
0
2K
Member Avatar for natalieedwards
Member Avatar for umen
Member Avatar for cmills83

hi i have a parent window with an external url iframe. when the parent loads i want to set the iframe footer to display:none;. is there a way to do this? i have looked all over w/no luck. thanks

Member Avatar for sasankasekhar
0
124
Member Avatar for cmills83

Hi for some reason my script wont detect the opener window when the page is launched target blank from flash, but detects it fine when its launched from target blank html. of course this problem only exists in ie6 and 7. Does anyone have a fix, should I pass a …

Member Avatar for cmills83
0
98
Member Avatar for cmills83

Hi [code] function winSwap(winLink) { alert('function called'); var newWin = winLink; if(window.opener && !window.opener.closed){ window.opener.location = winLink; window.opener.focus(); alert(winLink); } else { window.open(winLink, 'newWinName'); alert('new window called'); } } [/code] Alright this code works fine everywhere but IE6, like everything else. Anyway the site opens a target blank window and …

Member Avatar for cmills83
0
68
Member Avatar for cmills83

Is there a way to override the IE user set font size. Basically when I user increases the font size in the IE preferences. Would !important; on the font css tag fix this? Thanks!

Member Avatar for cmills83
0
52
Member Avatar for cmills83

Hi, I wrote a script to focus back to the parent window and change the url. easy. anyways, it works fine in all browsers but if the browser is using tabs it still changes the url of the parent window but doesnt focus. Is there a way to focus browser …

0
72
Member Avatar for cmills83

What are some good free directories that I can submit some of my sites to? I have all different categories of websites. Is there anything I should watch for when submitting to a free directory that would have a negative effect on my seo for these sites? None of these …

Member Avatar for TREVOR13
0
176
Member Avatar for sagedavis

You could always just add clear:both to the next div under the floats and that will clear them as well.

Member Avatar for MidiMagic
0
339
Member Avatar for cmills83

I am still new to CSS, how would I add a drop shadow around the main conent of this page? [url]www.racexpressions.com[/url] I have been trying for a while but I can't seem to get it to work. Thanks!

Member Avatar for borith
0
260
Member Avatar for cmills83

Hi For some reason my recycle bin wont empty. I click empty recycle bin and it just says calculating time its been like this all day. Theres about 100mb of stuff in there. Is there another way to empty this? Thanks.

Member Avatar for majestic0110
0
127
Member Avatar for indianscorpion2

My best suggestion is to just make them blend in with your site, leave all the 'ads by Google' text but make the ad links the same format as text links on your site. Stay away from popups or positioning ads or covering up the ads by Google or your …

Member Avatar for 2bu
0
1K
Member Avatar for cmills83

Hi I am developing a database driven site. It will be about 4000 pages. Basically I will have a template for the Homepage, a contact page template, a main database item template for filtered results and then a database item detail tempalte. What cms would you suggest? I want keyword …

Member Avatar for suneetha
0
79
Member Avatar for cmills83

I usually use overture to see how many searches were performed for different keyphrases and I figure that's about 25% of all actual searches on all search engines. What are some other free resources to find out how many searches are performed for different key phrases? Thanks!

Member Avatar for mariusrec
0
77
Member Avatar for cmills83

I have adsense on various sites and noticed certain industries/areas pay the most. I ranked a couple sites well in a certain industry only to realize I was getting about 25 to 30 cents per click, where as some of my other sites I get $1-$2. In your experiences what …

Member Avatar for TroyM
0
127
Member Avatar for cmills83

Can anyone suggest a good, FREE, site search engine. I like jrank because you only have to provide a backlink but I dont like that their results page goes to their site. Are there any that are free, stay within your url, and only require a backlink? Just a basic …

Member Avatar for josbro79
0
185
Member Avatar for innovativeatul

set your body padding/margins to 0, have a container div with a width then 3 divs inside with widths and float:left; is probably the easiest way. Just have ff, ie6 and ie7 open as you build the site and test along the way. div { margin:0; padding:0; } #container { …

Member Avatar for MidiMagic
0
125
Member Avatar for gmcsmith

CPM is hard to estimate without a specific target market bc it varies a lot. I usually estimate about a 14% click through rate for my ads though. If you build a good site that ranks well advertisers will find you. Companies will in most cases contact you if you …

Member Avatar for wilson2
0
188
Member Avatar for jetru

z-index property with positioning divname { position:absolute; z-index:1; } divname2 { position:absolute; z-index:2; } probably in a container div

Member Avatar for jetru
0
370
Member Avatar for jetru

Theres no reason to have an empty space div, just add a margin to the surrounding div

Member Avatar for CertGuard
0
105
Member Avatar for avinashrana

Getting people to pass along your message voluntarily, mostly through like social networking websites. Another example would be a company making a funny YouTube video and people sending it to their friends raising brand awareness for that company.

Member Avatar for DavidB
0
94
Member Avatar for black3
Member Avatar for cmills83
0
543

The End.