11,530 Posted Topics
Re: Umm ... can we help you with something? | |
Hi, Just want to make sure I'm doing this correct in my crontab. 5 10 */4 * * Does this, indeed, run once at 10:05 am every four days? | |
Re: Here on DaniWeb, our editor is powered by http://www.codemirror.com Is that what you're referring to?? I am slightly confused by your question. | |
OK ... spent all last night squashing bugs ... now it's here for prime time!! Please go into your member profile and select the option to receive mailing list-style notifications. It will give you the ability to read and contribute posts via email ... a la listserv. Sorry newbies, though … | |
Re: Do you mean a metasearch engine in the sense that it aggregates the results of an existing search engine? Why not simply use Google Custom Search? | |
Re: Off the top of my head, change if ($redirect == true) { header("Location:$redirect_page"); } to if ($redirect == true AND !empty($_POST)) { header("Location:$redirect_page"); } The $_POST[] array gets populated with the form fields when someone submits a form. So we can say to only do a redirect if that array … | |
Re: Did you make the suggested change and write class duomenubaze { ... On the first line? | |
Re: I don't know ANYTHING about .NET and I don't even know what listview is. But, if this is a web application that is outputting HTML, you only need to specify the dimensions for height or width and the other will be calculated to the correct aspect ratio. Probably of no … | |
Re: I'm sorry, but by looking at your homepage, I can't even figure out what your site offers. Who is your target audience? Do-it-yourself Internet marketers or people who should hire you to create websites for them? | |
Re: I moved this question to the Web Dev forum where you are most likely to get responses ... you posted in the Geeks' Lounge which is just for off-topic hanging out and not any serious questions. I can tell you from my own experience that if you aren't capable of … | |
Re: This isn't something I would plan on doing in the near future. We currently outsource our own email and I just use Microsoft Hosted Exchange which I pay for per account just like everyone else ... nothing fancy set up in house :) | |
Re: What error message are you getting? Are you making it into the success section but just returnedItem is empty, or are you printing out that we've had an error to the JS console? | |
Re: Sorry, I'm really confused by what you're asking or trying to do? Are you working with a database? | |
| |
I was wondering if there's a site out there that gives statistics towards the percentage of sites that use jQuery UI? (Note I'm not looking for the actual number of sites nor jQuery itself ... just jQuery UI). I rolled a custom version of jQuery UI that only uses about … | |
I'm trying to create an ATOM activity stream ala http://activitystrea.ms/ However, I'm confused a bit by the proper format, and also wondering if the JSON version is replacing the ATOM version?? Here's what I have so far: http://www.daniweb.com/stats/activity_stream Is there a place I can validate it?? | |
Re: Good night bad migraine that is torturing me. Please don't return when I wake up. | |
Re: No deal, I recently got DaniWeb appraised for much more than that. | |
Re: Completely unrelated, but I recently kept getting that error when a file had not completed uploading. | |
I'm not (hehe), but I was just wondering who in the DaniWeb community was going to CES this year? | |
Re: Unfortunately, your new account has been banned as well. We have a strict policy where we do not allow users to create multiple accounts for the specific purpose of trying to evade a ban. Members in good standing can have multiple accounts, but banned members cannot. It looks like your … | |
Re: I agree, you would probably get some good use from Smarty. But try this: statusbar.php: <style type="text/css"> .navbar { position: fixed; height: 20%; width: 100%; top: 0px; left:0px; background-color: #48a770; } </style> index.php: <html> <head> <title></title> <?php include('statusbar.php'); ?> </head> <body> </body> </html> | |
Re: Please post in English. This is an English-only forum. Thanks. | |
Re: > as for the basic "reputation points", well, you get points each time you reply, each time you log in, ... so basically, just be active on the forum. That's "activity points" ... which you earn for simply interacting with the site. That's an entirely separate stat that has nothing … | |
You may notice a change in your member statistics (post count, reputation, solved thread stat, etc). After server issues left the database out-of-sync, I've gone ahead and recalculated all of the counters based on the latest data. There has NOT been a change to the way anything gets calculated ... … | |
Re: Why don't you share your ideas about it first, and then we'll chime in? | |
![]() | Re: Ooooh I would kill for a Krispy Kreme. They closed down the one that was near me. |
Re: Xmas is the version that takes the Christ out of Christmas and turns it into a non-demonational, non-religous simply festive national holiday. | |
[font=Arial][size=5][color=#0000ff][i][size=2][color=black][font=Verdana][color=black][i]I found this in a few different places around the 'net - hopefully it's helpful:[/i][/color][/font] [/color][/size][/i][/color][/size][/font][font=Arial][size=5][color=#0000ff]Change the Logon Window and the Shutdown Preferences in Windows XP [/color][/size][/font][size=2][color=#000000][font=Arial]Setup configures Windows XP to use the friendly Welcome logon screen and the shutdown buttons, if your computer is installed as a home computer … | |
Re: A number of years ago, I tried to get into DMOZ and I remember it took upwards of eight months. Ultimately I posted in resource-zone.com, a forum run by DMOZ moderators all about DMOZ. That got me approved within the day!! | |
I'm having a brain fart and for some reason it's not coming to me how to do this right now. I'm trying to tally up a table, and store the results in a different table. Like so user score ---- ----- 1 4 1 5 1 2 2 1 2 … | |
When browsing a forum listing, you can now click on the link that tells how many replies there have been to load a lightbox showing how many contributors there have been and who they are, along with their reputation. You can now quickly see the quality of the people who … | |
Re: A moderator has the ability to mark a thread solved. Maybe someone else solved/unsolved it?? I'm not sure ... never experienced any type of bug related to this before. You would need to point me to a live thread where one page says it's solved and another page says it's … | |
Re: Member subscriptions by offering an advertisement-free version of the website. It doesn't bring in much money, but it makes the members feel good about themselves by giving them special benefits (sponsor badge, etc) which, in turn, encourages them to spend more time on the site. | |
Nearly 5 am and I lost track of time and spent alllll night coding up our new homepage, which features our Activity Stream. Secondly, there's now a 'New' tab within each of the forums to sort articles based on created date as opposed to last post date (which of course … | |
Re: That's fine, feel free to use them. However, I think the contributors would appreciate if you kept their name and link back within the code comments. | |
Re: Code within our code snippet library is free to use within your own programs. Feel free to modify it. I think the contributors would appreciate if you kept their name and link back within the code comments. | |
Re: Information is at http://www.daniweb.com/api/home Essentially you can tap into our entire database. With all of the raw content from our database, the sky is the limit when it comes to what you can create. You can build lots of functionality that isn't currently built into the site. You can write … | |
# The nature of this tutorial ... This tutorial is designed to walk you through DaniWeb's implicit (clientside) OAuth flow. This is not designed to be an introductory tutorial to OAuth, and we will expect that you are already familiar with the nature of OAuth and/or have read our tutorial … |
The End.