11,530 Posted Topics
Re: MM is an abbreviation for million, since M can be confused with the roman numeral meaning thousand. | |
A couple of days ago, in Google Webmaster Tools, kilobytes downloaded per day skyrocketed like 3X, while pages crawled per day remained consistant. It's been like this for a couple of days now. I haven't make any big changes that I can think of that would cause this type of … | |
Re: Yes, Google Panda algorithm specifically targets article spinning, and you WILL be penalized by the search engines for it. | |
Re: Not every language is a fit for everyone. Some people enjoy low level languages and some people enjoy high level languages. But assembly certainly isn't worthless considering everything else is built on top of it!! Everything needs a strong and sturdy foundation, and people to make sure that one gets … | |
Re: Naa, I've been pretty open that there are no plans for a DaniWeb official mobile app. However, we do have an API available, and anyone is encouraged to use it to write their own app about DaniWeb. | |
Re: You cannot expect to make much money at all with fewer than 200 visitors. Try niche targeted affiliate programs. | |
I'm seeing some non-standard behavior between devides when on desktop mode in mobile browsers. Encouraging people to load up DaniWeb from your mobile device, and then click the 'Desktop View' link in the footer, and post a screenshot of anything that looks off. Much obliged! | |
Re: We won't just do your homework for you. What have you tried so far? Where are you stuck? We'd be glad to help! | |
Re: Guest blogging and commenting no longer works, either. | |
Re: A photo upload utility that will allow her to upload all of the photos she took in Australia and apply funny filters or something to them. Whatever it ends up being, make sure there's an easter egg hidden somewhere within it that's either super romantic or some type of inside … | |
Re: When you were running your web dev company, were you stronger at backend or frontend? | |
Re: [code] form2.Show form1.Hide [/code] ?? Not exactly sure ... I did something like that in middle school though! | |
Re: Dating websites are each than niche topic sites because you don't have to spend extra money trying to reach a very narrow audience. Social media can be huge here: especially facebook. Good luck!! :) | |
As often happens, a professor emailed me last month asking that we delete a forum thread because it contains an assignment from his course, with the student asking for assistance, which violates his department's honor code. As always, I responded saying that we have a strict policy where we do … | |
Re: Backlinks are links from other webpages (on other sites) to your webpage. Traditionally, the quality and quantity of backlinks were considered a 'vote' for the quality of a webpage by Google. However, they have made an official statement recently that backlinks will be less important to the Google algorithm moving … | |
Re: The reason we don't want to go down this route, like sites like Stack Overflow and Google Groups do, is because DaniWeb is all about encouraging discussions, where there can always be something to add, and it's often the case that multiple people contribute to helping someone. | |
Re: PHP is a scripting language that usually powers the backend of a website, and JSON is a format used to transmit data between servers. I don't think either of those have anything to do with Android development. I do know, however, that you are trying to use our API, so … | |
| |
Re: 1. I'll look into this. I don't believe I am able to reproduce this behavior on my iPhone, but I'll investigate some more. 2. This is by design. Please visit http://www.daniweb.com/community/syntax for more information on formatting your post without use of the editor toolbar, which has many issues with mobile … | |
Re: Umm ... do you mean HTML? :) You can make an image with `<img src="http://www.site.com/path/to/image.gif" alt="Image Alternate Text" />` You need to find out where the right place in the template files is ... that's not something anyone can help you with, without seeing what you're seeing. Are you using … | |
Re: > We have seen users whose posting quality has tanked because another user had gone through the forums and downvoted averything by that user. The algorithm to calculate post quality score was fixed to make this not a large concern. Actually, the algorithm was much more forgiving originally in regards … | |
Re: Marking this question solved. Please mark questions solved in the future to give credit where credit is due :) | |
Re: Google releases algorithm updates just about every day. However, the big ones do get documented, mostly when a lot of people all talk about noticing a change all at the same time, or when Matt Cutts releases a 'weather report'. http://moz.com/google-algorithm-change | |
Our up/down voting buttons don't do anything on iOS devices (iPhone, iPad). Confirmation that they work fine on Blackberry and other mobile devices. Additionally, they work fine on all desktop browsers, including Safari. HTML code looks like this: <div class="vote-arrow downvote" data-vote="-1"> </div> <div class="vote" title="Vote on posts with a comment … | |
Re: What is Bidvertiser? I've heard of it but not really sure what it is. | |
Re: I was about 13 when I created DaniWeb.com as a personal homepage about my dogs. Then it evolved into a more popular dog-related site getting about 10,000 visitors a month (which was a lot of traffic for 1996!). When I was 19, I was in college pursuing a Computer Science … ![]() | |
Re: I wouldn't consider myself addicted to Facebook, Twitter, etc. although I do use them throughout the day. However, I use them primarily as a tool to keep in touch with business colleagues and promote what's going on with DaniWeb. If it weren't for DaniPad / DaniWeb, I would probably rarely … | |
I am often asked how to create a tableless two column CSS layout so I thought I would just post it here for once and for all. | |
Re: You earn reputation points when other people vote on your posts and leave a comment. Your reputation increases by the amount of rep power they have, which is based on their reputation. | |
Re: Yup, Panda 4 came in late March. Were you affected? You can keep the Panda at bay with high quality, non-thin content and a good site structure. | |
Re: Oh I know someone who took a Ruby-based dev bootcamp course like that a few years ago. IMHO, it's great to learn a lower level language because it will help you with all of the algorithm design, data structures, etc. stuff that you missed out on with a traditional computer … | |
Have been surfing around forums for forum owners tonight, and an ENORMOUS problem seems to be bot spam. I'm feeling pretty proud of myself and all of the custom tools that I wrote to keep bot spam at bay since switching off of vBulletin. :) It's really seeming like we … | |
Re: I'm closing this discussion because it essentially already exists in a rather long thread: http://www.daniweb.com/community-center/geeks-lounge/threads/90244/what-are-you-eatingdrinking-right-now | |
![]() | Re: Once you figure out which element you want to add a clear after, you can do something like this: .clear:after { content: ""; display: block; height: 0px; clear: both; } That will render something like this: <div class="clear" style="float:left">Blah blah blah</div> <div style="clear:both"></div> /* Dynamically "created" */ ![]() |
Re: Check out doing this with a jQuery POST request. | |
![]() | Re: It's been approved already. http://www.daniweb.com/web-development/web-design-html-and-css/tutorials/481098/blender3d-lighting-tutorial |
Re: Have you ever played around with Google Voice? | |
Re: It was good back in the 90s. Nowadays, not so much. Focus on your top keywords. I would say not more than 20 or so, personally. | |
Re: I have no clue what on earth you are talking about?!?! | |
| |
Re: Low level languages are close to the hardware. They directly deal with the computer's memory, CPU, etc. Then, higher level languages are built to automatically use the functionality of the low level stuff, so that you don't have to keep rebuilding the wheel ... the higher you go, the more … | |
Re: If you put debug output on line 10, does it print it out? | |
Re: McDonalds and Walmart don't reach billions of people? I see. :) | |
Re: Sorry, the only thing I can see is what diafol suggested. Perhaps using a JOIN?? | |
Re: Hi and welcome to DaniWeb. I've gone ahead and moved this discussion to the Community Introductions forum :) Be sure to post in the correct forum from now on. But welcome :) |
The End.