11,557 Posted Topics

Member Avatar for pritaeas

That's by design when the guy's name is just way too long to fit.

Member Avatar for pritaeas
1
226
Member Avatar for JorgeM

Try this conditional statement... function isNumberKey(evt) { var charCode = (evt.which) ? evt.which : event.keyCode if ( (charCode >= 48 && charCode <= 57) || (charCode == 110 || charCode == 190) || (charCode >= 96 && charCode <= 105) ) { return true; } else { alert("Enter Numeric data …

Member Avatar for JorgeM
0
296
Member Avatar for Ketsuekiame

I'll add it to the list of things to do. There are some other priorities I want to take care of first.

Member Avatar for Ketsuekiame
0
264
Member Avatar for akil77

http://www.daniweb.com/software-development/c/threads/50370/starting-c- http://www.daniweb.com/software-development/cpp/threads/70096/c-books

Member Avatar for deceptikon
0
207
Member Avatar for Dani

I've done a lot of work over the past two days trying to make DaniWeb more mobile-friendly. It's *no where* close to perfect, and it's certainly not a mobile-optimized skin, but it should make normal browsing on the site a bit easier. I've been focusing around tablet devices, and currently …

Member Avatar for happygeek
0
346
Member Avatar for chandru7

I assume you mean bing and not ping. If only one page is indexed, it is because the search engine dosen't think your site is worthy enough of having more than that indexed. Increase your number of backlinks (have other sites on the web link to you) and provide useful, …

Member Avatar for travel agencies
-1
244
Member Avatar for Knowsum

It might be a rogue ad or widget that followed you across some sites but not others. Perhaps certain sites use the same ad server or ad network, or are using an errored social media widget.

Member Avatar for Knowsum
0
135
Member Avatar for MidiMagic

The hover effect for the ads is a DaniWeb feature, and is unrelated to the advertisers themselves. We've had this feature for about six months, and have landed many ad campaigns due to its uniqueness.

Member Avatar for Areyankscruel
0
237
Member Avatar for leroy green
Member Avatar for sra1
Member Avatar for <M/>

Sorry, but no. We require all content posted on DaniWeb to be unique to us.

Member Avatar for Reverend Jim
0
306
Member Avatar for Viggo

What do you mean by "messed up"? Can you upload a screenshot so I can see what you're talking about?

Member Avatar for Viggo
0
236
Member Avatar for ashleyedward

I'm confused by your question. This forum is meant for people who are running eCommerce sites, not buying from them.

Member Avatar for santoshh.sethi
0
330
Member Avatar for chrishea

I never heard of it before, but maybe it's a cookie issue? Are there any cookie issues you're experiencing with other sites with it?

Member Avatar for chrishea
0
367
Member Avatar for cambalinho

> do me a favor. send me a mail from these forum, for test please Log out of the site and request a password reset.

Member Avatar for cambalinho
0
336
Member Avatar for diafol

Do you mean that the CSS file is missing?? Try hitting Ctrl+F5? Can you send a screenshot.

Member Avatar for diafol
0
307
Member Avatar for Ancient Dragon
Member Avatar for shorty420
Member Avatar for John Jon
0
6K
Member Avatar for shelexelex

A PHP array is stored in memory and only exists for the duration that it takes for the individual web page to render. If you want to keep adding to it, and *not* have that information be volatile (but actually retained), you're going to want to be storing it in …

Member Avatar for Gaetane
0
352
Member Avatar for JayGeePee

I used to run IE7 in a Virtual PC environment. Right now I just make sure to test with IE Compatibility mode set to each one of the versions.

Member Avatar for HoverportMedia
0
350
Member Avatar for TheCodeCrimson

If you come from the graphic design / web content side of things, I would focus on Javascript and jQuery. jQuery is growing increasing popular these days, and knowing it intimately will make you a rockstar when it comes to client-side development. IMHO, it's also a good transition from the …

Member Avatar for GrazerC0de
0
339
Member Avatar for Ketsuekiame

It's not tricky to calculate the size of the hover area. It's tricky to come up with a cross-browser way of scrolling a relative amount of where the hash anchor places you without overwriting the hash anchor ... across all browsers.

Member Avatar for Ketsuekiame
1
247
Member Avatar for iLikePHP

This is just off the cuff, but maybe something like this: select forum_topics.*, MAX(posted) AS last_post LEFT JOIN forum_replies ON (forum_topics.topic_id = forum_replies.topic_id GROUP BY forum_topics.topic_id ORDER BY last_post DESC

Member Avatar for iLikePHP
0
269
Member Avatar for Dani

It's most likely on my end, but I can browse the web just fine, but for some reason I can't access either Facebook or Twitter?! I can do a google search, and no issues with any other sites I've tried browsing to so far. I'm home, and not behind a …

Member Avatar for Dani
0
231
Member Avatar for cambalinho
Member Avatar for cambalinho
0
255
Member Avatar for DavidB
Member Avatar for DavidB
1
439
Member Avatar for <M/>

> Why am I seeing the Meet Fred banner on the home page if i am logged in? I thought it only shows if your logged out? I'm trying an experiment to see what members think of him. Diafol, that's very mean of you to say. Didn't anyone ever tell …

Member Avatar for <M/>
0
239
Member Avatar for Dani

Our forum threads have the URL format /category/threads/123. Each post within a forum thread has a permalink URL /category/threads/123/1 and /category/threads/123/2, which jump to the specific post on the page. Regardless of which URL you use, I am setting the canonical URL to /category/threads/123. Should I also set the meta …

Member Avatar for jobtardisportal
0
46
Member Avatar for Dani

Bing Webmaster Tools SEO Analyzer feature has an error message "There are multiple <h1> tags on the page." Are there really not allowed to be multiple H1 tags on the page?

Member Avatar for jobtardisportal
0
244
Member Avatar for Vimal Bhatt
Member Avatar for JorgeM
0
49
Member Avatar for somjit{}
Member Avatar for somjit{}
0
93
Member Avatar for Begginnerdev
Member Avatar for <M/>
0
197
Member Avatar for inswins

The answer to your first question I can't help you with. If I understand you correctly, you want to offer music files that are already offered elsewhere on the web, but don't know where to get them from? Why would someone use your site versus any of the other sites …

Member Avatar for grey999
0
210
Member Avatar for Mike Askew

I turned off autocomplete in this way ... [It's valid HTML5](http://www.w3.org/wiki/HTML/Elements/input/text).

Member Avatar for Mike Askew
1
212
Member Avatar for Assembly Guy

Sorry, you looked at it while it was broken. I was working on having it only put members who were active over the past 90 days in the top list but it didn't work so I reverted it.

Member Avatar for Assembly Guy
0
151
Member Avatar for iLikePHP
Member Avatar for iLikePHP

I don't mind, and I did try his service after he posted asking for feedback in Website Reviews.

Member Avatar for iLikePHP
1
242
Member Avatar for facarroll

You can make the change in the php.ini file, but you can alternatively make the change at the top of the PHP script with something like this: `date_default_timezone_set('America/New_York');`

Member Avatar for Dani
0
127
Member Avatar for Jashandeep

A lot of SEO experience will let you build up a great resume with testimonials. You can build a business through word of mouth.

Member Avatar for taibashah
0
334
Member Avatar for Dani

I use tooltips via the title attribute to give helpful advice about what different elements on the page mean. However, there's a lot of redundancy both on the same page and between pages. Can this hurt me, or does Google pretty much understand/expect you to be doing this?

Member Avatar for LastMitch
0
126
Member Avatar for Ancient Dragon
Member Avatar for Learner010
0
329
Member Avatar for iLikePHP

Please visit this page to change your username: http://www.daniweb.com/members/1091556/Samuel2/edit_membership

Member Avatar for iLikePHP
1
2K
Member Avatar for Dani

I know that there's mention of this date in another thread I started here, but I wanted to draw attention to it. We lost 50% of our traffic on Tuesday, November 20th, 2012, and haven't recovered since. That day I don't believe lines up with a Google Panda algorithm update …

Member Avatar for happygeek
0
123
Member Avatar for mshmethu

Please post in our [Job Offers](http://www.daniweb.com/business-exchange/jobs-and-resumes/52) forum.

Member Avatar for sahilrealestate
0
460
Member Avatar for <M/>

Elliptical, exercise bike, and treadmill. I *try* to do 30-45 minutes at least three times a week. It's not a lot, but for someone who works at home on the computer, it's just about the only exercise I get.

Member Avatar for iamthwee
0
286
Member Avatar for theguitarist

Theguitarist, there needs to be some type of visual feedback for people to understand how the feature works. How would the system know when you're *done* selecting all your pieces of text? It could be over the course of ten minutes with a five minute break between selections?

Member Avatar for theguitarist
0
248
Member Avatar for Benjamin_6

Create a portfolio of small mini-projects that can serve a dual role of showing off your skills and also gain some publicity for your "virtual resume". Have each project be something that would attract a widespread audience while at the same time showcasing a different major skill.

Member Avatar for Mike Askew
0
269
Member Avatar for Dani

What features do you like or use in other forum systems that you think would be a good fit here on DaniWeb?

Member Avatar for Dani
0
157
Member Avatar for castajiz_2

I'm not an Opera fan and I really don't want to have to install it. Can someone else please confirm this bug before I'm forced to see for myself?

Member Avatar for castajiz_2
0
247
Member Avatar for Dani

I've made a handful of changes to member profiles tonight. One of the changes I made was to include little blurbs below Reputation, Post Quality Score, Endorsements and Solved Threads explaining what those statistics mean. Do you think that now member profiles are too wordy and redundant? Is it more …

Member Avatar for Stuugie
2
358

The End.