11,530 Posted Topics
Re: .NET is proprietary to microsoft, unfortunately. There is something called the mono project that lets you incorporate .NET into linux/unix. I'm not sure if something similar can be done for the mac. Since the mac has a unix foundation, however, from what I'm seeing, a port of mono available for … | |
Google has updated their TOS yet again, and with this update, comes a few new goodies. For starters, there's a new AdSense format, a half-banner that's 234x60. There's also more channels allowed. Most importantly, however, they now allow you to place a google search box on your site. When people … | |
Re: I have to admit, this past week, I have done an enormous amount of tweaking on the forum layout. The most important / noticable changes are that there is now a search field built into the header, and the header and footer and index page are now almost entirely in … | |
I am not able to see any of the AdSense ads on any page throughout DaniWeb. Does anyone know what's up? Is this system-wide? - Dani | |
Re: Well, for someone who says they need help figuring out how to post to the forum, you did a pretty good job of it ;) Now that you posted your question, periodically check back and see if you receive any responses. Have you checked out the scheduling C code in … | |
![]() | Re: There is a mod at phpbbhacks for syndication of moreover news. Moreover is simply an RSS feed - that mod will work with any feed you give it. |
Re: If you're a mac user, I recommend Safari ;) I'm a Safari user on my mac, and an IE/Firefox user on Windows. I also used to use Mozilla when I ran a linux machine. | |
How can I read a string in from the user? For example, I am writing a console-based java application which prompt the user to enter a string and then reads that string in. What is the opposite of System.out.println? ;) System.in.readln? I can't get it to work and I'm a … | |
Re: The problem with that was that it added an extra line of text to every forum. That nearly doubled the size of the forum index page. The reason it was removed was because I was getting complaints that the long forum index was overwhelming to new site visitors and with … | |
Re: Please only offer helpful suggestions. I'm confused - when you run the program, the 2 and 5 are printed to the top of the screen automatically? Or did you enter them, or? | |
Re: Yes, what feigned said ;) Make sure that your drag 'n' drop utility is completely removed before you install Nero. Especially if you plan to use Nero's on-the-fly burner program (I forget what it's called - but the one that integrates with Microsoft Explorer). | |
Re: The best way I know of is learn by example - check out these php auction scripts: [url="http://www.hotscripts.com/PHP/Scripts_and_Programs/Auctions/index.html"]http://www.hotscripts.com/PHP/Scripts_and_Programs/Auctions/index.html[/url] [url="http://php.resourceindex.com/Complete_Scripts/Auctions/"]http://php.resourceindex.com/Complete_Scripts/Auctions/[/url] | |
For all of his help that he has contributed to the daniweb community, I would like to announce [b]caperjack[/b] as June's Member of the Month. Among all our moderators, he has been doing a great job catering to the overwhelming number of HijackThis logs in our Security forum. His work … | |
Just like most forums, we have a Moderator Forum meant for discussing behind-the-scenes issues. No members ever can see or have access to this forum. My question is whether it is normal practice to count posts made in this forum towards the overall forum post count statistic that everyone sees. | |
Re: By default, new members are automatically subscribed to threads that they post in. In addition, the default thread subscription mode is weekly notification, meaning you'll receive all the emails on one day during the week. (I thought this would be the most convenient to new members, as it might be … | |
Re: IBTKATC? What does that stand for? (Welcome aboard, btw) | |
Re: I'm confused what you mean. I'm confused how she got the pictures to be encrypted. Did she specifically choose a password for them? Can't she use the password she entered to unencrypt them? If your teacher can access them, have her open them and then re-save them with a new … | |
Re: SquirrelMail is a very nice open source, PHP-based webmail client. While I can't point you in the direction of a tutorial unfortunately, perhaps checking out their code will give you some ideas? [url="http://sourceforge.net/projects/squirrelmail/"]http://sourceforge.net/projects/squirrelmail/[/url] | |
Re: [url="http://dmoz.org/Computers/Programming/Resources/Chats_and_Forums/"]http://dmoz.org/Computers/Programming/Resources/Chats_and_Forums/[/url] | |
Re: Just my two (non-specific) cents: I've used both an Asus and a Gigabyte. I had no problems with my Gigabyte, but I love my Asus, and from now on will only by Asus. | |
Re: Also, keep in mind that variables can be typecasted. For example: [code] int x = 5; float sum = (float)(x) + 2.25; [/code] I think I did that right, anyways. | |
Re: If you're using Windows98 or below, yes. Otherwise, sorry you're outta luck. In their infinite wisdom, Microsoft has integrated iexplore.exe into explorer.exe, the base of the Windows operating system. What you can do, however, is set program defaults to use a 3rd party browser such as Mozilla as your default … | |
Re: Do you think that those old techniques will eventually become important again? I remember reading somewhere that the reason that Google doesn't like query strings in URLs (despite its ability to correctly parse them) is because in infinitely large dynamic sites, the spiders and crawlers tend to get stuck in … | |
Re: I don't believe this is possible. Outlook 2000, itself, has no knowledge of the mailbox size. Only your mail server knows this. | |
Re: It's 3 am here so I can't offer much assistance for the simple fact that I am having a hard time keeping my eyes open. But here is some food for thought until you get better replies: [thread]1734[/thread] | |
Re: Sorry, I'm not sure what affinity means? I tried doing a google search and all I came up with is that it is for dual-CPU systems?? | |
I tried using the LinkAutomate software available at [url="http://www.linkautomate.com"]www.linkautomate.com[/url]. However, I couldn't get the damn thing to install. It was pretty weird because I'm on a dedicated server and have NEVER had any problems of the sort. Just wondering if anyone else has tried this thing and what they think … | |
Re: If you're using phpBB, then yup, phpBBHacks has something like that - I'm pretty sure of it. If not, just go to the register page and view the HTML source code. Copy the <form> and all of the textboxes, etc. in between. Then, just paste that data (the required fields) … | |
Re: DazzlinDonna beat me to the punch, but I too was about to respond to this thread saying that I don't think you're going to get a straight answer about this. For one, it's against Google's TOS for AdSense partners to disclose any information about their accounts. Second of all, Google … | |
In Internet Explorer, you know how when you hover over images that use alt text, the lil beige popup comes up with the text after a second or two? Is it possible to change a setting in the registry so that these popups come up faster? I hope I explained … | |
Re: Would you like something similar to the way it says Thread Tools / Search this Thread / Display Modes in the navy blue right above? Have you searched [url="http://www.dynamicdrive.com"]www.dynamicdrive.com[/url] yet? | |
Re: Note this is in the C++ forum, Arizona Web ;) However, we do need more information. How do you want to write these numbers? Do you want to write them to the screen? To an array? Remember, we can use modular division (%) to pick out even numbers. Mod division … | |
I'm having a problem. I just upgraded from Office X to Office 2004. At the same time, I upgraded my Panther install. Now I just realized while browsing the web, that if I try to send an e-mail, it says "Safari doesn't recognize links beginning with mailto:" or a message … | |
Re: It would be great if you could post code in our code snippets forum. That's much appreciated. | |
Re: I tried to read the link you posted but I'm still confused. What is this competition about? | |
Re: Hey rob! :) Can you explain to me how that's used please? | |
Re: How long has this been happening? Did you do anything in particular right before you first noticed it? Have you visited [url]http://windowsupdate.microsoft.com[/url] and downloaded all of the latest Windows and IE patches? | |
SEO-Guy is doing a great job getting links to DaniWeb out there. My question now is how long before Google acknowledges this? Usually my PR fluctuates near the 1st of the month. Do I have to wait until July before I receive any benefit? | |
Re: You're saying you re-downloaded and re-installed the printer drivers for your printers? If there was an electrical problem such as a power surge, updating the software isn't going to fix it: odds are it's unfortunately the actual hardware. How did you re-install the software? Did you first uninstall the old … | |
Re: It's 2004. Learning computing on Windows98 is futile in my eyes because you would need to re-learn everything for Win2000/XP. Hmm... | |
Re: It can be a couple of things. Did it do this since the machine was first bought? That would help decipher whether it's a virus-like symptom or actual hardware such as bad RAM perhaps. | |
Re: You need to reassociate your extensions it seems. Find a file with the .ext extension you want, and right click and choose Open With... and then select Internet Explorer from the list. Actually I think file associations can be fixed via Microsoft's PowerToys XP with the TweakUI program. (can be … | |
I've got homework. I mean, not just a lil bit of schoolwork ... but a shitload of homework to do. And I'm procrastinating. And I'm bored. So I think I'll just play around in the forums for a bit. | |
Re: Thread is now marked as solved :) | |
I'm using a program called wusage which analyzes the server logs. They're publically available at [url]http://www.daniweb.com/wusage/[/url] (note: they're updated nightly, so the day's statistics are never accurate) Take the day of 11/17/2003, for example Overall Accesses: about 70,000 Visits: about 3,000 Visitors came from about 3,000 distinct IPs Does this … | |
Re: Are you sure that the caps lock key isn't accidently on? Are you sure the username showing is correct? | |
Re: I'm a tad confused. If the power is suddenly pulled, there is no time to initiate a clean shutdown. In that case you would need to purchase a UPS Power Backup. I use two commands to shutdown. [b]halt[/b] and [b]shutdown "now"[/b] ... there is also the [b]shutdown -r "now"[/b] command … | |
Re: I think this can be done with certain IE Toolbars or extensions. Not a default feature though. |
The End.