11,530 Posted Topics
Re: Members can endorse other members for their skills and expertise. Warrens80 -- for reasons unclear to me but that he can probably explain -- just endorsed you for your expertise in Web Design and in Javascript. You can see all the endorsements you've collected in your member profile. | |
Re: StackOverflow dominates the search results because Google wants them to :) Google sends them more traffic than any other programming/IT site. Just the sheer volume of traffic they get from Google means more people around to answer questions, even if a smaller percentage of their audience participates. Other than SO, … ![]() | |
Re: Looks like you're trying to do a redirect or something like that *after* outputing HTML to the browser. | |
Re: Yup, vote without a comment and you count +1/-1 and make a small impact to post quality score. Vote with a comment and you still make that same small impact to post quality score, but you also influence the poster's reputation based on your own reputation. ![]() | |
At first I thought it was just me. I restarted my DNS server after noticing intermittent connection issues. But nope! It looks like Facebook, Twitter and a handful of other sites are currently down in parts of the United States. At least here with Time Warner in NYC, and according … ![]() | |
Re: I'm fine with anything that 100% cannot get me into any legal trouble. | |
Re: Sorry, not me, but you might want to fix your forum signature. It's kinda unreadable. Honestly, though, I think Photoshop is one of those things where your graphic design portfolio should speak for itself. | |
Re: Huh???? What is the difference between the two? | |
In light of vBulletin getting hacked due to hackers gaining the ability to log in as a moderator, we are being proactive and changing our method of storing and checking user passwords. Although we are no longer on the vBulletin platform, and are absolutely not susceptible to being hacked in … | |
Re: For those not in the know, we have live chat now :) www.daniweb.com/chat/ | |
Re: The primary purpose of an RSS feed is to show new content as it's created for a dynamic site. If you have a static site, just create all of the items of the feed you need and upload the file with a .xml or .rss extension. | |
![]() | |
Re: You would have better luck with the ISP than with the police / local authorities. | |
Re: Without reading your code, if I had to guess, you are missing a closing } somewhere. ![]() | |
Re: DaniWeb was coded using CodeIgniter. I really like the flexibility, how lightweight it is, and the fact that I don't feel weighed down with tons of bloat because we actually do use a significant portion of the built-in functions. | |
Re: I had a 2003 Acura TL Type S that I've had since it was new. She just retired to my mom's vacation home in Florida with about 70K miles. Now I have a 2013 BMW 335xi. | |
Re: What do you want them to be doing? 404 pages are pages that don't exist. | |
Re: As the number of visitosr been declining steadily over time, or did you suddenly lose all of your traffic literally overnight (to where you can pinpoint it to an exact time)? | |
In trying to become more mobile-friendly, what features currently don't work in mobile? I know you can't vote on posts, right? Not showing the last post timestamp or the navigation menu dropdown menus are by design. | |
Re: 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 … | |
Re: I'll add it to the list of things to do. There are some other priorities I want to take care of first. | |
Re: http://www.daniweb.com/software-development/c/threads/50370/starting-c- http://www.daniweb.com/software-development/cpp/threads/70096/c-books | |
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 … | |
Re: 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, … | |
Re: 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. | |
Re: 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. | |
Re: Sorry, but no. We require all content posted on DaniWeb to be unique to us. | |
Re: What do you mean by "messed up"? Can you upload a screenshot so I can see what you're talking about? | |
Re: I'm confused by your question. This forum is meant for people who are running eCommerce sites, not buying from them. | |
Re: 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? | |
Re: > do me a favor. send me a mail from these forum, for test please Log out of the site and request a password reset. | |
![]() | Re: Do you mean that the CSS file is missing?? Try hitting Ctrl+F5? Can you send a screenshot. ![]() |
Re: Are they listed here ... C:\Documents and Settings\[b]Your-Windows-Username[/b]\Favorites | |
Re: 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 … | |
![]() | Re: 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. |
Re: 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 … | |
Re: 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. | |
![]() | Re: 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 ![]() |
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 … | |
| |
Re: > 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 … |
The End.