11,566 Posted Topics
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 … | |
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 … | |
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? | |
Re: 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 … | |
Re: I turned off autocomplete in this way ... [It's valid HTML5](http://www.w3.org/wiki/HTML/Elements/input/text). | |
Re: 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. | |
![]() | |
![]() | Re: I don't mind, and I did try his service after he posted asking for feedback in Website Reviews. ![]() |
Re: 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');` | |
Re: A lot of SEO experience will let you build up a great resume with testimonials. You can build a business through word of mouth. | |
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? ![]() | |
Re: I'm going to work on a mobile-friendly design for the site. |
The End.