11,568 Posted Topics
Re: You might be able to set up a nice demonstration in Macromedia Flash. | |
Re: PostNuke and PHPNuke are okay. They're sorta overused now to the point of where it's easy to distinguish them. ASP.NET has a nice ASP one that tekmaven uses on his site. Basically you're looking for a CMS (content management system). They're available in PHP, ASP, etc ... you just have … | |
Re: As a quick answer to your question, perl is a shell scripting language for Unix. With a lot of work you can use Apache for Windows and run perl scripts as a backend to websites. However, it's not a language to develop software programs in. For each of thse languages … | |
Re: OptOnline prohibits running any type of servers on their network. And yes, they block port 80. And no, there is no way that you can unblock it. Some people run web servers on alternate ports as an option - but OptOnline can still catch you and ask you to shut … | |
Re: Could you do me a favor and try uploading a .gif? I just want to see if that works, and then I can debug this error you are getting. | |
Re: Not sure about the Windows icon but I know you can change the IE icon via a registry hack. I use a program called Tweak-XP to do this. Here's a link to the manual way: [url="http://www.virtualplastic.net/html/logo_thr.html"]http://www.virtualplastic.net/html/logo_thr.html[/url] Sorry, I don't know about for Windows though :( | |
Re: Try the Google AdWords program ... you can get targeted visitors to your site for as little as 5 cents per visitor ... [url="http://adwords.google.com"]http://adwords.google.com[/url] Other than that, just try to get word of mouth out there by visiting forums such as this one, or forums related to what your site … | |
DaniWeb is moving to a new server, thanks to your donations and advertisement contributions! So thank you all! The server move will take place either tonight or tomorrow night, during off-peak hours. Downtime is not expected or expected to be very minimal. While the actual DaniWeb database is being moved … | |
Re: Not sure if it works the same in Windows as in Linux, but the .php file must have executable permissions. | |
As you can see, the main forum and topic pages on this site display Google Ads. These text-based ads spider the site they're on and display relevant links targeted to the content of the current page. This works perfectly for a page such as [url]http://www.techtalkforums.com/forums/viewforum.php?f=1[/url] which is the Windows forum, … | |
Re: AIM: CSCGal28 (almost always on here) or HofstrasCSCGal Microsoft Messenger: cscgal@msn.com (almost always on here) Yahoo!: CompSciGal28 ICQ: #27179987 | |
Re: A CMS is a content management system. It is a script that allows a site to have multiple different types of content such as articles, forums, blogs, downloads, etc. A portal is a frontpage for a site (such as a forum) that provides links to all the different sections the … | |
Re: [code] <table width="100%" border="0"> <tr> <td width="200"> <IFRAME ...... /> </td> <td valign="top"> ....... </td> </tr> </table> [/code] | |
Re: Just as a side question, does C++ support regular expressions and/or regex matching? | |
Please help me, folks :) I have an OS 10.3 machine and a Windows XP Professional machine on the same workgroup / LAN. I use Samba to share files between them, and that works just fine. I also have my mac set up to share its printers. Therefore, my Windows … | |
Re: Not quite sure what that is related to. I would post a HijackThis log in the Viruses and Spyware forum just to make sure you don't have anything nasty going on. Also, could you click the Start menu for me and click on Run. Then, type in "msconfig" and click … | |
Re: I went to the compaq website and found that the compaq 700 series are notebooks, is this correct? I take it it's an onboard soundcard then, correct? Often, 2000/XP drivers are the same for sound cards, etc. | |
Re: I have the same problem with a mouse whenever I connect it to the keyboard's USB port. It doesn't happen quite often for me though - usually only after a period of inactivity. | |
Re: I'm going to lock this thread because enough replies have been posted and we really don't want to encourage / support the use of P2P apps around here, as they are used to illegally download music and software. | |
Certain graphical elements in this forum (such as user's avatars and file attachments) are actually stored in the database instead of in the file system. Is there a way to back these up along with the database? For example, when I make an sql dump file, it obviously doesn't export … | |
Re: Why not set up your internet access first? | |
Re: I remember back in the day I used to only use HTML. And you were the one who told me to use either Macromedia Dreamweaver or Adobe GoLive! ... but then you told me that you liked Dreamweaver better and recommended it to me over GoLive ... So now you're … | |
Re: What are the specs of your machine? Is it an AMD or an Intel? What about your video card? | |
Re: There is a free program you can download from Microsoft's site called Tweak UI. There should be a feature in the program to Rebuild Icons. | |
Re: Blogs are "web logs" ... they are like logs, news entries, journals ... that usually pertain to a particular topic. In the case of the DaniWeb blogs, they are technology based, for the most part :) | |
Re: I think that if you plan on possibly implementing this policy in the future, it is best to never allow advertising to begin with. There is nothing that frustrates frequent forum members more than change of policies. | |
Re: Hi there. This is exactly the kind of feedback I like to hear :) The reason why this was purposely done was for ease of navigation, to associate the site's navigation with the color purple. Therefore, purple is only used in the top navigation bar, the bottom navigation bar, and … | |
To those of you out there with successful sites, inquiring minds want to know. Was there any one thing that spiked your growth? Was it being slashdotted? Being blogged? Or was it a combination of things that happened over a short period of time. Or just steady growth over time? | |
Re: I found a bug that I had missed that only allowed moderators, super moderators, and the admin (me) to edit blogs. Therefore, I didn't catch the problem on my end since I'm always logged in as me and don't have any blog entries as a regular user. Please test :) | |
Re: I copied this off of [url="http://www.csharphelp.com"]www.csharphelp.com[/url] [code]int Reverse(char* str) { if (NULL==str)return -1; //no string int l=strlen(str)-1; //get the string length if (1==l)return 1; for(int x=0;x < l;x++,l--) { str[x]^=str[l]; //triple XOR Trick str[l]^=str[x]; //for not using a temp str[x]^=str[l]; } return 0; } [/code] Also, check out the following: … | |
Re: All of the hacks / customizations on the site are things that I have coded by myself. However, for the custom username colors, you're in luck - it's a standard vBulletin feature. In the Usergroup settings in the Admin Panel, you can choose to encase members of a particular usergroup … | |
Re: A nice, powerful CMS (content management system) is [url="http://www.mamboserver.com"]www.mamboserver.com[/url] - I would check it out. | |
Re: The architecture of the mac processor is simply better at handling photo and video files than Intel or AMD processors. It can "number crunch" them faster, so to speak. | |
Re: HTML tutorials can be posted in the web design tutorials forum: [url]http://www.daniweb.com/techtalkforums/forum76.html[/url] [url]http://www.daniweb.com/tutorials/[/url] for a listing of all of our tutorial forums. | |
Re: Hey there :) Check out our Networking forum ... [url="http://www.daniweb.com/techtalkforums/forum13.html"]http://www.daniweb.com/techtalkforums/forum13.html[/url] | |
There was a bit of scheduled downtime tonight between 11pm and 12:30am. The server's kernel was upgraded in addition to PHP and MySQL. Everything should be back up and running normally now. | |
Re: Hehe ... sorry for taking so long to reply, Mike. Thanks so much. It's very much appreciated. Keep in mind it [i]is[/i] Christmas, afterall ... not very many people have been surfing DaniWeb yesterday and today to notice your thread. :) Don't think anyone is ignoring you :) | |
Re: Agreed. (And is my vote the only one that matters? just kidding!) I think the Geek's Lounge is meant for off-topic chat such as this. :) | |
Re: Thanks mikeandike! You're right, OurNation, they've gone through a few incarnations over the past day. :) I actually don't want to post them on the public profile because the idea is for only the badge owner to get their certificate. :) In addition, everything displayed on the certificate is shown … | |
Re: Not sure if this is at all what you're looking for, but here are some links I found off of none other than Google ... [url="http://escience.anu.edu.au/lecture/cg/Line/modifiedAlgorithm.en.html"]http://escience.anu.edu.au/lecture/cg/Line/modifiedAlgorithm.en.html[/url] [url="http://www.cosc.canterbury.ac.nz/people/mukundan/cogr/DDA.html"]http://www.cosc.canterbury.ac.nz/people/mukundan/cogr/DDA.html[/url] Not even sure if this is what you're looking for. In the future, please be more specific with your question (and use complete … | |
Re: Open IE. Then click on the View menu ... then Explorer Bar, and then Media. I hope that's what you're looking for. Perhaps something happened when you used Windows Update to upgrade from Windows Media Player 9 to version 10? I'm not sure :( | |
Re: Alex is correct, but I just want to comment on this. I do have the ability to filter out certain advertisements that are inappropriate, etc. And I did so to the WeatherBug ads, granted I was told that the software is spyware. [b]However, please keep in mind that when I … | |
Re: Aww ... I'm not a slackware user nor am I familiar with him, but I wish him all the best. :( | |
Yesterday a package arrived at my doorstep. It was a cool little handheld radio / mood light ... a gift from google for the holidays. Granted I spend a hefty penny in Google AdWords and I make an equal amount through Google AdSense. Has anyone else received a gift from … | |
Re: Just to summarize what Christian said ... Strings are stored in memory as an array of characters. An array is referenced in C++ by a pointer to its first element in memory. The [] following the array's name represents its offset from this first element in memory. Therefore, when you … | |
Re: When it automatically opens, does it go to your homepage, or is there a particular URL that it always loads? Does it show you advertisements? Is it completely at random or have you noticed a pattern when using certain software? I would post a HijackThis log in the Viruses and … | |
After installing Adobe Photoshop, the program associated all of my JPG and GIF files with it, and I like it this way. My JPG and GIF icons now have a Photoshop icon, and clicking on them opens Photoshop. However, I've since installed Macromedia Studio MX. Since doing that, Macromedia Fireworks … | |
I have been noticing lately a lot of new members will register on the site, and then PM me with their questions instead of even attempting to post on the forums. Has anyone here had any experience with prohibiting the use of private messaging until a member has reached some … |
The End.