11,557 Posted Topics

Member Avatar for CurtisBridges

Um ... yeah, that's readable. :( Perhaps you could repost your code using line breaks?

Member Avatar for Dani
-1
106
Member Avatar for dutchman58

Hi John! Welcome to DaniWeb. I hope you get your computer woes worked out.

Member Avatar for happygeek
0
20
Member Avatar for Dave Sinkula

[quote=Dave Sinkula;307628]I try to make my code conform to no more than 80 characters per line. It seems that that may be near the chosen maximum number of characters before a horizontal scroller is used. In [URL="http://www.daniweb.com/blogs/entry784.html"]this particular example[/URL], the line is exactly 80 characters: [code]pppppppppppppppp0000000000000000000000000000000000000000000000000000000000000000[/code] Can the code box …

Member Avatar for Dave Sinkula
0
620
Member Avatar for Ancient Dragon

I'm very confused - apparently I came to the thread too late after the weird coloring was fixed. Essentially joeprogrammer is correct in that color tags within [code=language] tags are ignored because that tag automatically colors code for you, hence its purpose.

Member Avatar for Dani
0
207
Member Avatar for Dani

Hi, I have always preferred IE over Firefox. Last night, I upgraded from IE6 to IE7. However, there are a couple of things I don't like about the design. Firstly, I don't like how the URL bar is at the very top, and the home, refresh, back, and forward buttons …

Member Avatar for The Dude
0
276
Member Avatar for Dani

With over 3600 members and growing, I'm just curious how many of ya'll are original members who have stuck around through all the good and bad times? Who here has a user ID of 100 or less? 200?

Member Avatar for ~s.o.s~
0
305
Member Avatar for Kaminari

When I first got Windows 2000, this happened to me. It pissed me off for weeks until I realized how easy it was to fix. At any edge of the window, just double click. Double click again to bring it back to this "condensed" state. Believe it or not, it's …

Member Avatar for goldeagle2005
0
264
Member Avatar for ob5cured
Member Avatar for ob5cured

I would say use RSS feeds to syndicate new jobs being offered. Run a viral campaign where you can get websites targeted to your audience to syndicate these job offers. For example, a blog targeted to web developers might have a sidebar feature that shows some latest web development jobs …

Member Avatar for Dani
0
31
Member Avatar for AlwaysBored89

Check out your hosts file - I don't remember where it's located. Maybe someone else can fill in the details?

Member Avatar for andrewma
0
303
Member Avatar for tech291083
Member Avatar for GreenDay2001

It means they are in your social network. If you're browsing someone else's member profile and under their social network some of the contacts are highlighted, it means they're also in your social network.

Member Avatar for ~s.o.s~
0
100
Member Avatar for hi-hacker

Hi, I'm afraid Joeprogrammer is correct. A lot of time, effort, and money went into DaniWeb's design, and it isn't something that there are any plans of releasing to the public, either free or for a fee.

Member Avatar for hi-hacker
0
133
Member Avatar for mattyd
Member Avatar for KevinADC

What ad scrolled across the screen? It's not supposed to do that! Can you take a screenshot next time you see it happen? Thanks!

Member Avatar for Dani
0
585
Member Avatar for melaneva
Member Avatar for ed dumas
Member Avatar for Chevvy

I consider links from blogs and forums good sources as well. If anything, they can only supplement your link building campaign, and they're viral, too!

Member Avatar for fromthe5
0
160
Member Avatar for remcov
Member Avatar for remcov
0
92
Member Avatar for Sabres

Alexa measures trends, not actual data, since it its sample size is limited to Internet Explorer users who are using the Alexa toolbar.

Member Avatar for hiacclaimdir2
0
116
Member Avatar for Dr. Mojo

The error you're seeing is a JavaScript error most likely caused by the dropdown navigation menu. However, I don't get that error message and my browser is telling me there aren't any script errors. So I don't know :-/ Does it happen all the time?

Member Avatar for masijade
0
109
Member Avatar for Dani

Christian blogged today about how the Intel macs can now legally run Windows ... check it out @ [url="http://www.daniweb.com/blogs/entry509.html"]http://www.daniweb.com/blogs/entry509.html[/url] I'm stunned :) However, I'm still going to wait until Intel macs are available in towers before I get myself one of them.

Member Avatar for Junyah
0
460
Member Avatar for tori

AFAIK, Windows will use RAM as much as it can before resorting to the pagefile. Shrinking the pagefile won't force it into using more RAM instead. It's just the way Windows works to always use some of the pagefile for I'm not sure what.

Member Avatar for tori
0
122
Member Avatar for babznme

Hi there! Welcome to DaniWeb. I'm so glad you found the answer to your question and are enjoying the site.

Member Avatar for happygeek
0
50
Member Avatar for mgland

For those who don't want to download the attached .doc file: [code=java]import java.awt.*; import java.awt.event.*; import java.text.DecimalFormat; import java.util.Random; import javax.swing.*; public class LotteryPicker extends JFrame { // JLabel and JTextField to display three number lottery private JLabel threeJLabel; private JTextField output3JTextField; // JLabel and JTextField to display four number …

Member Avatar for aniseed
0
168
Member Avatar for MAD_DOG
Member Avatar for Gnosis

To answer the second question ... it has to do with your industry, the keywords on each specific page of the site (and how much people are willing to bid on those keywords), and the click-thru rate of each of your ad spots. Remember, it's a violation of Google's terms …

Member Avatar for Dani
0
109
Member Avatar for jaenterprises
Member Avatar for Nick Evan

I'm signed up for Weekly notification and once a week I get an influx of subscriptions coming in all at once. I guess that's the way it's supposed to work. I will change myself to Instant notification and see if it works.

Member Avatar for jbennet
0
237
Member Avatar for The Dude
Member Avatar for Omega Tribe

[URL="http://www.phpbbhacks.com"]www.phpbbhacks.com[/URL] is the official unofficial directory of phpBB hacks.

Member Avatar for einfoway
0
155
Member Avatar for Lomoco
Member Avatar for The Dude
Member Avatar for campkev

To HTML encode a string is to convert the " to &quot; and < to &lt; and > to &gt; and & to &amp; and you get the idea :) Essentially it's just a simple find and replace of those few things.

Member Avatar for jwenting
0
3K
Member Avatar for Dani

I just so happened to have clicked into the Windows Task Manager and there, under the Users tab, is a second user with ID 2 ... Mcx1. Under the Session column it says EH-TCP#0. Who on earth is this second user on my computer??

Member Avatar for Dani
0
152
Member Avatar for Adelaida
Member Avatar for harishankar

I have experience with YaBB Perl and YaBB SE, of which SMF originated (although I've never used SMF). I really didn't like either at all, and I definitely prefer phpBB. I think phpBB is much more cleanly coded and has a much better templating system.

Member Avatar for MGadAllah
1
413
Member Avatar for Inny

It's not possible to do this with JavaScript because you would need some sort of database to keep track of how many visitors there are, which can only be done with a server-side programming language. We do it with PHP and MySQL. Each time a page is accessed, a record …

Member Avatar for Inny
0
146
Member Avatar for iSrchNkd

I think anything is possible if you set your mind to it. More specifically, anyone can be the next Google with a single good idea and a lot of determination. With that said ... do you have a good idea that's never been done before that will definitely work? If …

Member Avatar for iSrchNkd
0
128
Member Avatar for federal1990

Unfortunately you learned this the hard way ... but that's basically the gist of it with so-called "bulk traffic reseller" companies.

Member Avatar for Draicone
0
114
Member Avatar for Barat

Huh? Isn't Barat saying that Google won't penalize for duplicate pages within a domain, but if you are copying the exact same tutorial as 200 other sites out there, only the original will rank well?

Member Avatar for stymiee
0
126
Member Avatar for tmv105
Member Avatar for logue654

I keep noticing StumbleUpon as a referer to our blog entries but hadn't heard of it before then. What is it exactly? Like a mini-Digg?

Member Avatar for concept
0
165
Member Avatar for purple rainx

I almost thought I got ya on this one until the last sentence where you said "and Dani" :)

Member Avatar for Chaky
0
699
Member Avatar for neera_m2006
Member Avatar for happygeek
0
113
Member Avatar for JANINE1

Sorry it took me an extra day to sort out your account. Would you like me to merge your two usernames?

Member Avatar for happygeek
0
110
Member Avatar for ~s.o.s~

What thread are you talking about? Huh? Confused? Did someone hit "new thread" instead of "post reply"?

Member Avatar for happygeek
0
61
Member Avatar for lproven

Posting HTML code within forum posts is disabled here just as it does on nearly all other forums. The simple answer is that people can use malicious JavaScript code, they can forget to close a </b> tag which might screw up the rest of the site design, and so forth. …

Member Avatar for happygeek
0
216
Member Avatar for John A
Member Avatar for Znojmic

Set a title tag up to be no more than a couple of words that make cohesive sense - not a list of keywords. It should include your keywords in them, most def, but not to the point where it looks like you're just keyword stuffing.

Member Avatar for SEO Cat
0
135

The End.