11,557 Posted Topics
Re: Hi Linda. Nice to meet you!! Welcome to DaniWeb. I hope to see you around here :) | |
Re: I think speed will play a bigger role than it ever has before, and the AMP project is either going to be ramped up or eventually scrapped just like Google+. I also think Google is putting more effort into schema and understanding and graphing entities, with the intention of building … | |
![]() | Re: The best way to think about this is to try to think about what you’re trying to accomplish, line by line. And then write the syntax for it. Can you please explain what the code you wrote above is trying to accomplish? What are you trying to do? I think … |
Re: Hi there! Nice to meet you and welcome to DaniWeb. | |
Re: While this is something very doable in PHP (which is the language I code in), unfortunately I don’t know of any existing scripts that do just this. In the past, I’ve had a good experience hiring people from Upwork. As long as your requirements are clear, it’s definitely worth checking … | |
Re: Hi Raja. Welcome to DaniWeb! Do you know what language you'd like to learn? Do you already have javascript experience? If not, as a front-end web person, I would definitely start with front-end javascript. | |
| |
Re: Welcome and glad you have found the site helpful so far from time to time. I hope to see you around these parts! | |
Re: Can you please let us know what isn't working as expected. For example, if you enter your name IC number, day of booking, date of booking, vehicle code, package, etc. what values do you enter? Then, what does it say the total is? What do you expect it to be? | |
Re: Hi there and nice to meet you. Our community rules are at https://www.daniweb.com/welcome/rules Is that what you're asking? | |
Re: I will preface this by saying that I don't know Java at all. I touched upon it in school 20+ years ago, but I've been doing PHP ever since. However, on line 27, you say that if the input passed in is a double, execute this code block *blah*. The … | |
Re: I need these tips right about now. | |
Re: I have no clue what you’re asking or saying. | |
Re: Proxy servers can detect what operating system is being used, and choose to block devices based on this. Your operating system broadcasts this information over the network, and then the network does whatever it wants with this information. Perhaps your school came up with the ridiculous notion that Linux computers … | |
Re: I’m confused by your question. Are you referring to in jQuery where you can do something like this: $('#left-sidebar').find('.section') Something like that selects the left sidebar of the DOM and then further filters that to all the elements with the section class occurring within the left sidebar. That’s the only … | |
Re: Did you forget your user password to log into the operating system? What do you mean by it’s blocked? | |
Re: Does the PDF have data in tabular format? You might have better luck opening it in Microsoft Word. | |
| |
Re: Sorry, I just came across this now. I have a lot of experience with PayPal’s IPN but not sure what you’re asking. What is a bog standard? | |
Re: I'm not familiar with the term. Is this like an operating system? | |
Re: > Google hosts 75% of the Global Search Engine market. I would argue it's much higher than that! | |
Re: I have no clue what you're talking about. I have no clue what a diagraph is. I suppose you can Google it and wind up [here](https://en.wikipedia.org/wiki/Digraph_(orthography)) and I suppose that webpage gives an example of it. | |
Re: On line 29, you have the code $prevbal = $rentpaid - $rentdue; $latechg = $late; So basically you're saying take the value of `$rentpaid`, subtract `$rentdue`, and stick the difference into the `$prevbal` variable. However, on line 16, you have the code: $unit='unit'; $rentpaid='rentpaid'; $rentdue='rentdue'; $hudpay='hudpay'; So here we are … | |
Re: In order to answer this question, we need to know what the database looks like. | |
Re: How is everyone doing in their neck of the woods? | |
Re: Hi Moin, very nice to meet you! Welcome to DaniWeb. Were you one of the first seven employees at Cubix? How did it get its start with such a big team? Are you more interested in marketing or engineering? Also, the links in your post are all broken, as is … | |
Re: As rproffitt pointed out, DaniWeb is a community of encouraging members to learn from each other. We won’t just blatantly do someone else’s homework assignment without them demonstrating they’ve put in effort themselves. Help us to help you. What do you have written so far and where are you stuck/confused? | |
Re: Nooo. Don't look at what your expenses are and then charge them based on how much you *need*. Charge based on how much you're worth, or you're not going to have any clients at all pretty soon, because they'll all go to other freelancers who charge the market rate. Just … | |
Re: Hi there. Nice to meet you! Welcome to DaniWeb. | |
Re: I'm really sorry, but I guess my confusion is: 1. How is the existing functionality different from the expected functionality? Is it just that the user cannot use a credit card but only their debit card? 2. Upon paying for the digital goods, is the user presented with a way … | |
Re: Hi there and nice to meet you!! | |
Re: What do you mean when you say it doesn’t work? Do you get an error message? Does it sort in the wrong order? What happens after you call that sort() function? | |
Re: Sorry, I don’t understand. A what kind of developer? What skills do you have? What are your goals? | |
Re: Log into the Cloudflare dashboard and go to the Overview page for your domain name. In the bottom right of the sidebar, click the link that says 'Pause Cloudflare on Site'. If you do that, and then wait 30 seconds or so, does your site immediately load faster? | |
Re: What is the complete HTML tag? Also, the file audio/test-audio.ogg is a specific file located on the server that you copied that HTML from. | |
Re: Hi Richard! So nice to meet you, and hope to see you around our community. Thanks for joining. | |
Re: Ask your customers to review you and work to get lots of good Google reviews. | |
Re: > How much does SEO cost? ... If you're doing it yourself, then only your own manpower. > Once I start SEO, how long will it take to get rankings? ... For a non-spammy site with no obvious issues, you should have no problem showing up in the search engines … | |
Re: You would be limited to using images available in the public domain. There are websites that offer these kind of images for use, but I doubt many (if any) of them are going to be photos of famous people. But, yeah, you can’t just use a paparazzi photo that People … | |
Re: > This sounds like an odd question. I think what he's getting at is that the basics of SEO are different depending upon what type of site you have. For example, what Google is looking for in an e-commerce site are very different from what they're looking for in a … | |
Re: Hi there and welcome! Thank you for introducing yourself, and I hope to see you around in the forums. | |
Re: What in online marketing would you like to start? Do you already have a website that you'd like to promote? Do you want to do social media marketing? SEO? As you could imagine, it's a *huge* industry. | |
Re: Hi and welcome to DAniWeb. Do you do web design? Graphic design? What type of work do you do? | |
Re: Hi there and welcome to DaniWeb!!! Hope to see you around. | |
Re: Hi, I'm really good with MySQL, but I need some more clarification from you as for what you're trying to do. Unfortunately I woke up with a really bad headache, and so I'm having a hard time understanding while my head is throbbing. So I'm going to include the screenshot … | |
Re: In order to utilize a search that guesses what you're looking for based on previous searches, you need to be storing all that information (previous searches for every user, etc.) Here on DaniWeb, we use Sphinx Search. It integrates with MySQL and is capable of doing everything you're suggesting, although … | |
Re: Hi and welcome. Not really a fan of the affiliate world, but lots and lots of experience with both SEO and SEM as well as ad sales. | |
The End.