11,557 Posted Topics

Member Avatar for zeroth

Firstly, there is a ten post minimum before you can have a forum signature. From then on, everytime you post there is a checkbox to show your signature (enabled by default). For each post you have set to show your signature, it will show whatever your current signature is in …

Member Avatar for Dani
0
167
Member Avatar for student113

Duplicate. [url="http://www.daniweb.com/techtalkforums/threadedpost128091.html#post128091"]http://www.daniweb.com/techtalkforums/threadedpost128091.html#post128091[/url]

Member Avatar for Dani
0
168
Member Avatar for Dani
Member Avatar for aeinstein

Microcenter really sucks for software (never a good selection and everything they do have it always out of date) - but they're great for books and also for certain hardware. So far I've bought my printer, monitor, and even laptop from them. As for Linux software - they're fantastic!! I …

Member Avatar for dozing
0
126
Member Avatar for UNE

I'd say a rough estimate is 250 watts for an barebones PIII and as much as 550 watts for the latest and greatest gaming machine. Of course if it's only going to be powering each one for 2-3 minutes while they shutdown or whatever it is they have to do, …

Member Avatar for Thong_Ispector
0
116
Member Avatar for php4ever

I don't know. I think I'm just going to stay out of this one. Just another reason why I left the freelance world.

Member Avatar for DMR
0
129
Member Avatar for Kase

Please keep all requests for link exchanges in our link exchange forum. You can find it here, within our Webmaster Marketplace: [url="http://www.daniweb.com/techtalkforums/forum158.html"]http://www.daniweb.com/techtalkforums/forum158.html[/url] Thanks for understanding that we try really hard to keep these Internet Marketing forums a spam-free informative place by refraining from site-specific talk.

Member Avatar for Dani
0
117
Member Avatar for Mr.'BackUp'

Not to mention that this forum does not allow any site-specific talk or URLs to be posted, to keep this an informative, spam-free place. :)

Member Avatar for Dani
0
431
Member Avatar for Bitwise

I really think it's time to open a forum. You'll be happier in the long run if you do. Blogs aren't so great as a back and forth channel of communication, and it seems you'll end up wanting to convert blog comments to a forum down the line anyways. Remember, …

Member Avatar for Bitwise
0
125
Member Avatar for Bitwise

Hello there! I'd like to welcome to DaniWeb. Unfortunately I had to snip your URLs out of your post because, per our forum-specific announcements, we don't allow any mentioning of websites or site URLs in this forum. The idea here is for new members to introduce themselves to the community …

Member Avatar for Dani
0
110
Member Avatar for n2ads

What you are suggesting is a well known technique - to post to other forums with your forum URL and anchor text in your signature. If you post to lots of different forums, it's a great way to get free backlinks on a wide variety of domains. It works even …

Member Avatar for Dani
0
108
Member Avatar for NiTeHaWk4787

I agree that it might be the Norton-protected Recycle Bin. Perhaps it's set to hold that capacity of old files?

Member Avatar for Kamakzie
0
210
Member Avatar for Mwah

Thanks for the suggestion. Not too fond of frames though. Also, the test forum runs extreeeeeeeemely slowly.

Member Avatar for PatrickE
0
435
Member Avatar for Tekmaven
Member Avatar for Phaelax
Member Avatar for beeman81

Nice article. I'm not so sure if I agree with you, though. I seem to think that CPA affiliates never work for me. I can generate a decent amount of revenue due to banner/text link clicks, but not when it comes to my visitors actually having to sign up for …

Member Avatar for Gainer101
0
160
Member Avatar for sunandoghosh

We have been experiencing problems lately with our cron script which makes automatic backups of our database. These backups bring our load up too high for about a minute, making the site accessible for about 30-60 seconds. We're currently working very hard with our hosting provider to resolve this as …

Member Avatar for sunandoghosh
0
142
Member Avatar for jewboy

DaniWeb's been fluctuating between 6K and 11K for me for the last week or so. It might be due to changes in the algorithm or simply that you're hitting a different server each time.

Member Avatar for Dani
0
73
Member Avatar for Dani

I was thinking of going with these guys: [url]http://www.logodesignz.net[/url] Anyone hear of anything good or bad about them?

Member Avatar for staceyhamman
1
454
Member Avatar for doolittle

First of all, welcome to DaniWeb!! There are two reasons why this is very important. Most likely, the client is requesting this for SEO reasons. For example, if they have a network of sites, they will want to link them all to each other. Linking from different IP blocks is …

Member Avatar for subnet_rx
0
92
Member Avatar for shwing

At the bottom of the tutorial, there is a link that says something along the lines of write and view comments. Just click on it and it will bring you to its full thread. Otherwise, you can find it here: [url="http://www.daniweb.com/techtalkforums/thread22840.html"]http://www.daniweb.com/techtalkforums/thread22840.html[/url]

Member Avatar for Dani
0
202
Member Avatar for Kase

Oooh thanky! I appreciate that. I like DaniWeb because I poured so much into it. :) And it's just amazing seeing something I started grow and be a resource to 35,000 members.

Member Avatar for JJ___
0
185
Member Avatar for Slade
Member Avatar for floris

The phpBB website has a nice collection of open source avatars. I'm not sure if there is any mention of them being limited to those who run phpBB-based sites, but I don't think that's the case. [url="http://www.phpbb.com/phpBB/catdb.php?cat=17"]http://www.phpbb.com/phpBB/catdb.php?cat=17[/url] [url="http://www.phpbb.com/phpBB/viewforum.php?f=22"]http://www.phpbb.com/phpBB/viewforum.php?f=22[/url] There used to also be a site called Forum Images that was …

Member Avatar for JJ___
0
259
Member Avatar for nanosani

Thanks there. So now even if no one sees me around ever, no one is ever allowed to say I'm a hands-off admin. :)

Member Avatar for JJ___
0
271
Member Avatar for ashishjha54

We just had our second birthday. :) For information on how we got started, check out [url]http://www.daniweb.com/blogs/entry154-f152.html[/url]

Member Avatar for JJ___
0
542
Member Avatar for Dani

Has anyone noticed the new graphical icons that are appearing in text-based AdSense ads? I started to notice them in eBay and then later for a register.com ad. I'm attaching a screenshot in case anyone is interested.

0
69
Member Avatar for ashishjha54

The color coding was accomplished by a perl syntax highlighter known as the beautifier ([url="http://www.beautifier.org/"]www.beautifier.org[/url]), later ported to php. Alternatively, there are two built-in php functions known as highlight_string() and highlight_file() which output syntax highlighted PHP. For example, [php] <?php highlight_string('<?php phpinfo(); ?>'); ?> [/php] For more information, [url="http://us4.php.net/manual/en/function.highlight-string.php"]http://us4.php.net/manual/en/function.highlight-string.php[/url] [url="http://us4.php.net/manual/en/function.highlight-file.php"]http://us4.php.net/manual/en/function.highlight-file.php[/url]

Member Avatar for ashishjha54
0
261
Member Avatar for Tekmaven

Are they noticably slower? I've always gone with 7200s since back in the day.

Member Avatar for Catweazle
0
219
Member Avatar for mbejohn
Member Avatar for belama
0
43
Member Avatar for anurag_pareek
Member Avatar for missdiva

Unfortunately you can't make a hit counter in either JavaScript or DHTML (and I'm assuming that's what you wanted to do, since you posted in the JavaScript and DHTML forum). You see, a hit counter needs some way of keeping track of how many hits you've received so far - …

Member Avatar for Dani
0
156
Member Avatar for missdiva

Do you mean JSP? It stands for Java Servlet Pages. It's a technology which takes the power of Java and allows you to use it as a backend language for websites.

Member Avatar for Dani
0
86
Member Avatar for mikeandike22

CTR represents clickthru rate. It is the percentage (sometimes represented as a decimal, however) of those viewing the ad who click on it. Average CTR has been publicized to be about 0.5% for banner ads, and as much as four times that (2.0%) for text-based advertising. Your absurdly large results …

Member Avatar for Webvicious
0
324
Member Avatar for harishankar

Trolls are pains because they're hard as heck to get rid of. So I, too, would prefer the spammer to the troll. If someone's blatantly trolling but not violating any written rules, it's time to update the site rules. Every forum's site rules should include a no trolling clause ;)

Member Avatar for harishankar
0
237
Member Avatar for gnesio

Do you have any folders (junk mail, deleted mail, sent mail) that are simply enormous? Perhaps extensive mail rules are slowing it down (does Mail even support this feature?) I use Entourage myself, and I'm quite happy with it. Did you do an upgrade from Panther to Tiger or a …

Member Avatar for yellow
0
350
Member Avatar for bigcurt

I apologize for not replying to your e-mail. I actually don't remember seeing it so it's possible my SPAM filter caught it before it landed in my inbox. (Email must actually pass through three layers of SPAM protection before there's even a chance I'll get to it.) The following is …

Member Avatar for Dani
0
234
Member Avatar for corpseking

Unfortunately, questions such as this are a bit too involved for this site to handle in most case. I would ask your question over at [url="http://www.vbulletin.com"]www.vbulletin.com[/url] if you haven't already. Please make sure that you are trying to upload a file you're sure is smaller than the maximum file size …

Member Avatar for Dani
0
64
Member Avatar for autocrat

I hate to complicate things further but I would just like to make you guys aware of a newer technology known as AJAX which lets interactive PHP code to be executed or elements on a page to be altered without doing full page reloads. I don't know much about it …

Member Avatar for Dani
0
168
Member Avatar for mostar

Google definitely favors links that are part of sentences and phrases as opposed to standalone. The best way to do it is [html]<a href="http://www.mysite.com/">keyword</a> service for free[/html] Notice how it's a phrase or sentence with only the keyword hyperlinked, so as to not dilute the keyword value in the link. …

Member Avatar for selbourne
0
437
Member Avatar for jewboy

Use DHTML - similar to the dropdowns that appears in certain areas here on DaniWeb. For example, see the Thread Tools menu just above? Check out [url="http://www.dynamicdrive.com"]www.dynamicdrive.com[/url] for some handy DHTML things you can do. Also, sometimes a little bit of CSS is all you need!

Member Avatar for Dani
0
205
Member Avatar for Dani

Please help me! I seem to have fallen into a google slump. In April, the site was redone with a new navigation scheme. Soon after, the latest version of my mod_rewrite hack was applied, which changed around a bunch of the links. (More stuff was mod_rewritten than ever before). At …

Member Avatar for Dani
0
219
Member Avatar for cybersaber

Hello cybersaber! Welcome to DaniWeb. I had to snip our your URL because this forum is a place to introduce yourself, not introduce / advertise your website. Please don't plug in here ;) Thanks!

Member Avatar for cybersaber
0
102
Member Avatar for Dani

Anyone have any clue what's been going on with DaniWeb lately. They're reporting I have a million backlinks ... and I don't have near a million pages? ;) In addition, I've been hearing of a PR update going on. With a million backlinks, don't you think I should be at …

Member Avatar for Antonbomb22
0
213
Member Avatar for Zherdevfan

Fell? Banged up against anything? Making any type of distinctive grindng noises (do laptops even do that?)

Member Avatar for Zherdevfan
0
140
Member Avatar for contactsonia

Hey there! Welcome to DaniWeb! In the future, please be sure to read the forum-specific announcements. This forum has a rule specifying: [i]Also, this forum is to introduce yourself. It's not to introduce your website, your product, your service, or your puppy dog begging to be taken for a walk …

Member Avatar for Dani
0
162
Member Avatar for jewboy

Out of only twelve options to select, I'm a bit surprised that one of them is Slashdot. Targeted towards techies (more specifically, OSTG open source techies), it's obviously such a niche audience I'm surprised Google is including it.

Member Avatar for Antonbomb22
0
226
Member Avatar for Zachery
Member Avatar for putz7063

What ISP are you using? I know if you use AOL, it converts standard .gifs into its proprietary .art compressed format, and that may be a reason why gifs aren't being animated? I doubt you're using AOL though ... try saving one of the images to your hard drive and …

Member Avatar for ATF
0
417

The End.