11,530 Posted Topics
Re: It depends what you mean by doing everything yourself. If you mean not outsourcing or hiring others to do parts, it can be very rewarding to do everything yourself, as well as save you money or a partnership. If you mean not using software such as Dreamweaver, Photoshop, etc ... … | |
Re: My computer science professor is insisting that the P in LAMP stands for Perl, not PHP. He's old school ;) | |
Re: Not too keen on the idea of a gmail-only forum because I only want to have forums which stick and stay around for the long haul. I don't really want to create something that is only because of the latest "fad" - it will subside once gmail goes public. If … | |
Re: Two questions. The first, is what version of OS X is this. Also, when the OS was initially installed, was it a clean install, or was it an upgrade from a previous version? (i.e. an upgrade from Jaguar to Panther or Panther to Tiger?) The second question is have you … | |
Re: Do you know what motherboard you have in your computer? The computer's brand/model #? | |
Re: Hello there. Welcome to DaniWeb :) The site is for anyone with an interest or passion in technology or the IT world. | |
Re: To answer your question Justin, Avi currently lives in Jersey about 20 minutes outside the city, and he prefers living in the city ... suburban life is different than city life after all ;) | |
Re: Yes, even a site like DaniWeb where members register and post ... is member-driven. All you will need is a server-side program which is backed by a database such as PHP. | |
Re: Create an .htaccess file in your root directory and put the following: [code] [size=2]Options +FollowSymLinks RewriteEngine on RewriteRule ^forumdisplay.php?f=([0-9]+)$ ./forums/forumdisplay.php?f=$1 [R=301, L] RewriteRule ^showthread.php?t=([0-9]+)$ ./forums/showthread.php?t=$1 [R=301, L] [/size][/code] Let's examine the first rule. It says that when you see a URL in the form of forumdisplay.php?f=some number, redirect to ./forums/forumdisplay.php?f=X … | |
Re: Moderator's friendly reminder: ;) Please remember that no site specific talk is allowed in this forum. | |
[font=Century Gothic][b]Seven Tips To Keep Your Pc Running At Peak Performance.[/b] By Dave Fraser [/font][url="http://www.pcsandthings.com/"][font=Century Gothic]http://www.pcsandthings.com/[/font][/url] [font=Century Gothic](c) Copyright 2004 [/font] [font=Century Gothic]Did you know that very soon after you start using your computer it begins to slow down and loses that responsive, "fresh out of the box" sort of … | |
| |
I am currently finishing up my B.S. in Computer Science at a local private University. When I started a couple of years ago, C++ was taught in the intro to programming course for freshmen. About two years later, Java was taught as a first language. (I disagree with that because … | |
Re: Oh goodness, you've been here quite awhile, now haven't you? techtalkForums and DaniWeb are the same site ... we just changed our name when we expanded to be more than just technical support :) Any old posts you made should still exist. Unfortunately, with 50,000 members, the number of members … | |
Re: I know I'm a bit late, and I apologize for that, but I just read the article (I found it through a google search!!) and I enjoyed it. Thanks! :) | |
Re: The forum is closed for posting icon? Ahh, yes, since I don't have any closed forums (and don't plan to in the near future) I just never bothered making up an image. I will soon, promise :) | |
Re: This is a server issue when trying to access one of two threads on this forum that have 500-1000+ replies. When doing a search for the last post in the thread, the database has to traverse through all 500 posts before figuring out which is the last one. Since this … | |
Re: Please keep light flaming down. Just a warning ... Thanks :) | |
Re: They allow you to place the code in up to three places. However, sometimes a particular page doesn't have enough content to have enough ads available for all three spots. Therefore, it will begin filling the ad spots from top down, and it will leave ad spaces it can't fill … | |
Re: That can be done by editing the forumhome_subforumseparator_post and forumhome_subforumseparator_nopost templates, and replacing a comma with a <br /> Then, in the vB options, choose to show subforums on the forum display templates. | |
Re: Sounds like you have a lot of different techie interests. Welcome to DaniWeb! Hope to see you around ... everywhere from our software development section to our internet marketing section :) | |
Re: Hello there. Welcome to DaniWeb. Unfortunately, to prevent spamming, and those who just post for the purpose of getting visitors to their website, mentioning your site by name is prohibited. However, ways to build a community ... perhaps adding blogs, tutorials, referral systems, etc. | |
In an effort to remain as professional as possible (and with other reasons that will be understood shortly), the DaniWeb team has decided to prohibit the use of font face, color, and size tags within posts. This will hopefully be a huge improvement to site usability, since the look and … | |
Re: Never were any popups on DaniWeb, and never will be any. I try really hard to stick to only relevant, high quality ads, in combination with AdSense. (However, it is a bit dependent upon who wants to buy advertising ;) ) However, we're running an HP campaign right now, in … | |
Re: If you use Google AdSense, you cannot put other contextual based ads on the same page. A contextual based ad is any type of ad - banner, text, etc - that dynamically spiders the page content and displays relevant advertising on-the-fly like AdSense does. In addition, you cannot put other … | |
Re: There is no site specific talk permitted in this forum. Once you have made 10 posts, you'll be able to post in our Site Reviews forum. | |
Re: A php and mysql person who is drawn to vBulletin? Why, you're just like me! :) | |
[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]Remove Icons for USB Devices from Notification Area[/color][/size][/font] [font=Arial][size=2]If you have an USB device attached to your system, you will notice an icon in the notification area. When you click this icon, you're given the … | |
Re: There are quite a bunch of programs and scripts out there that claim to be the best link swap directory. In general, there are ones that are pretty good. When looking for one, make sure that it has the following, lifesaving features: [list] [*]site visitors can automatically post their site … | |
Re: There was another post located here [thread]636[/thread] regarding the same question. It turns out that QBASIC is a 16-bit language, just like Windows 3.1 was. Windows 95 and above were 32-bit with 16-bit support. Starting with Windows XP, however, Microsoft has decided to strip the 16-bit support. Therefore, your Qbasic … | |
Re: See me blog entry ... [url="http://www.daniweb.com/blogs/entry282.html"]http://www.daniweb.com/blogs/entry282.html[/url] | |
Re: Really good program. I have version 8 though, and it's a lot better than 7. You can edit your partitions from the windows program, then restart your computer, and it will do the actually repartitioning for you before it loads Windows back up. But if you have a clean hard … | |
Re: Hey there Oscarr. Welcome to DaniWeb. To eliminate those fellas who just register on the forums to spam, there is a 10 post minimum before you can use a signature. It looks like you have two more posts to go. So once you post, you'll automatically gain the ability to … | |
Re: Thank you Chris for making me feel like I didn't waste my weekend making the DaniWeb header, footer, and homepage CSS-based and table-less. :) | |
Re: I agree that the old way was not very intuitive. I therefore wanted to make it better when redoing the site, but I thought I'd leave it as one of the last things to do and then figure it out after everything else was done. And it seems I've forgotten … | |
Re: If you ever get a 404 File Not Found error, it's always on my end. But I'm confused where the problem is. If I go into the Control Panel, what do I click on to duplicate the error? | |
Re: Yes, it is a user-based option. You can select to view threads the linear way or the threaded way. :) | |
Re: Right click on your desktop. Click on "Arrange Icons By" and make sure "Lock Web Items on Desktop" is disabled. When it is enabled, you get the blue border. | |
Re: Question 1 - You have about 15 minutes to edit a post (and post attachments) after it has initially been posted. There is no need to delete attachments in the future because there is no limit on the maximum number of attachments that you can upload to the system. Question … | |
Re: I have a lot of things on my plate right now, but this is in the list of things to do. | |
Re: Teaching your little ... err, grandson, perhaps?? to play with guns? | |
Re: I think that a better approach is to do something similar to the moreover hack for phpBB (although I don't remember exactly what it's called). Basically what it does is take an RSS feed that you want to syndicate and cache the HTML output to a txt file that updates … | |
Re: MSN and Yahoo are used more by the mainstream audiences while Google is used more among computer enthusiasts, webmasters, and more computer saavy audiences. | |
Re: Hello there, welcome to DaniWeb! Once you reach 10 posts, you can discuss your site in specific forums such as Site Reviews ... or anywhere in your forum signature. That is our way of thanking you for contributing to DaniWeb. | |
Re: Google allows you to buy PPC campaigns that link directly to the eBay domain name or to some other domain that you don't own. There is no reason for the redirect. | |
Re: When advertising your site in various places, try using a query string. For example: [url="http://www.site.com/?adwords"]www.site.com/?adwords[/url] [url="http://www.site.com/?newsletter"]www.site.com/?newsletter[/url] etc. It's a good way to label all of the different places you're getting traffic from. Then, use your favorite traffic statistics analyzer - such as Urchin or Hitbox - and you can track … |
The End.