Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 62 results for
dotcom
- Page 1
President Clinton to give dotcom 25th birthday address
Hardware and Software
Networking
15 Years Ago
by newsguy
…. Today there are no less than 80 million registered
dotcom
websites. One new study has found that the economic …impact of the
dotcom
domain should not be undervalued, revealing that the domain…entertainment-related sites with a .com web address. The
dotcom
domain has also become part of the fabric of daily…
How do you know what Classes to make?
Programming
Software Development
13 Years Ago
by BlackStar0703
… game whereby each battleship is called a '
DotCom
'. The book has made 3 classes: DotComBust,
DotCom
and GameHelper. In my naive view… on this I would have thought that
DotCom
is the only object but can anyone explain why I…
Greetings from Down Under
Community Center
Say Hello!
16 Years Ago
by jonhel
… the UK and found myself swept into the
Dotcom
madness, running a small
dotcom
until the bubble burst. I currently work 3…
NewGuy having trouble
Programming
Software Development
14 Years Ago
by SomeNewGuy
… enter a website name: "); String url = scan.next(); int
dotCom
= url.indexOf(".com"); int stop = url.indexOf("…;stop"); while(!url.equals(stop)) { if (
dotCom
> 0) com = com + 1; System.out.println(com); if…
Web 2.0 pop quiz
Community Center
18 Years Ago
by happygeek
Web 2.0: the future of the web or just another excuse for over-optimistic VC funding and all the
dotcom
bubble dangers that brings? Discuss :)
Net Addict's Reality Test
Community Center
Geeks' Lounge
18 Years Ago
by The Dude
…) Scott and Jenny. b) Bill Gates IV. c) Mozilla and
Dotcom
. 2. What's a telephone? a) A thing with a…
Web 2.0’Reilly
Community Center
18 Years Ago
by happygeek
…. Instead the phrase ‘an overhyped excuse for a pre-bubble
dotcom
funding rampage’ refuses to leave my consciousness. Still, I guess…
Re: Web 2.0’Reilly
Community Center
18 Years Ago
by happygeek
… where I mention ‘an overhyped excuse for a pre-bubble
dotcom
funding rampage’ :-)
YouTube becomes GoogleTube in all but name
Digital Media
Digital Marketing
Search Engine Strategies
18 Years Ago
by happygeek
… of the idiot Internet business model, better known as the
dotcom
bubble which burst spectacularly, are likely to be thinking that…
We''re #1! In Spam!
Hardware and Software
Networking
15 Years Ago
by slfisher
…'re the most spammed. [URL="http://downloads.messagelabs.com/
dotcom
/MLI_2009Sep_Spam_US_FINAL.pdf"]According to MessageLabs[/URL], which was [URL…
For sale by auction: sex.com (reserve of $1 million)
Digital Media
Digital Marketing
15 Years Ago
by happygeek
… domain is quite possibly one of the few sure fire
dotcom
investments out there right now. The only problem being, if…
browser issue
Digital Media
UI / UX Design
13 Years Ago
by ptsm
… of the page this would be great. Beginner website mulhuddartcc
dotcom
preg_match
Programming
Web Development
10 Years Ago
by Suzie999
…;Traffic Names Ltd. 1999-2014 - http://www.dotcomagency.com - descriptive
dotcom
domain names"> > <LINK rel='stylesheet' type…
Xbox One SDK made available to all by H4LT
Programming
Game Development
10 Years Ago
by happygeek
… ;)" along with a link to a file on Kim
Dotcom
's Mega cloud storage service. That file, freely available for…
Hello All - my first post
Community Center
Say Hello!
2 Years Ago
by Paul_110
… ~20 years ago, but pivoted into IT Audit when the
dotcom
bubble burst. I've been doing that ever since (mostly…
Re: Need PHP Site Testing Software
Programming
Web Development
16 Years Ago
by Rhyan
…-cope-under-pressure.html[/URL] OR [URL="http://www.
dotcom
-monitor.com/web-load-stress-test.asp"]http://www….
dotcom
-monitor.com/web-load-stress-test.asp[/URL] Hope these …
Re: Extremely confused and frustrated
Community Center
19 Years Ago
by jread
… his degree to be extremely marketable, even back during the
dotcom
crash. My suggestion is that if you are going to…
Re: U.S. History?
Community Center
Geeks' Lounge
17 Years Ago
by jbennet
I think personally that the most interesting parts of US history are: A: finding/settling the usa war of independance civil war B: wiping out the indians C: boom of 20s wall street crash and subsequent depression D: ww2 E: cold war and associated events F:
dotcom
boom
Re: PHP code redirecting based on ip not wrkin?
Programming
Web Development
15 Years Ago
by almostbob
… see from your office if you ping the client's
dotcom
the external ip may not be the one presented to…
Re: Mark Cuban's Plan to Kill Google
Digital Media
Digital Marketing
Search Engine Strategies
15 Years Ago
by Marbles
Uh, Mark Cuban has forgotten about how to make
dotcom
money than you naysayers will ever know. Did you really think all he knows how to do is own a basketball team? Where do you think he got the money to buy it in the first place?
Re: Mystery Website Developer Revealed: Jess3
Community Center
Meta DaniWeb
14 Years Ago
by diafol
…'t know. I'm assuming that Dani is not a
dotcom
millionaire on the back of this site. I joined for…
Re: Footer isn't full width
Digital Media
UI / UX Design
14 Years Ago
by almostbob
the time limit is 30 minutes on editing the .ie version works consider nailing the
dotcom
as well for future expansion or name recognition, looking at the css
Re: Groups Working to Set Up .Gay Domain
Hardware and Software
Networking
14 Years Ago
by Dashworlds
… Dashworlds.com offer a parallel Internet using new Dashcom (not
Dotcom
) Domain Names. Dashcoms are brand new web addresses in the…
Re: StackOverflow stole all our search traffic!
Digital Media
Digital Marketing
Search Engine Strategies
11 Years Ago
by Netminder
… on someone else's stupidity went out with the first
dotcom
bubble. *What about your business plan? Let me guess: "…
Re: Do you feel old yet?
Community Center
Geeks' Lounge
10 Years Ago
by mrzoon
… AS400 stuff in the early '90s before joining an ecomm
dotcom
to do Paradox and Delphi coding. Now working in IT…
Re: Social Bookmarking Sites Are Back Stabbing You!
Community Center
Geeks' Lounge
7 Years Ago
by UI
… click rate is now! It's much lower after the
dotcom
bubble burst. Now, I know what I'm doing is…
Re: How do you know what Classes to make?
Programming
Software Development
13 Years Ago
by stultuske
if you want to program something, first, write down what you want in plain english (or your own language, if english isn't your first language :) ) the nouns you find in that text, are the objects (classes) you'll need. the verbs are the actions (methods) to write. actually, they don't fail to mention it in those books, but not every one has got …
Re: How do you know what Classes to make?
Programming
Software Development
13 Years Ago
by BlackStar0703
I see what you're saying... but in that case why is DotComBust a class? That's not an object is it? I would have thought that it's a state... :S Also does that not mean that in more sophisticated programs there would be hundreds of classes, making it pretty unorganised?
Re: How do you know what Classes to make?
Programming
Software Development
13 Years Ago
by zeroliken
if DotComBust class is an object then it has its own state and behavior maybe these Oracle docs will help you clarify some things [URL="http://docs.oracle.com/javase/tutorial/java/concepts/object.html"]http://docs.oracle.com/javase/tutorial/java/concepts/object.html[/URL] [URL="http://docs.oracle.com/javase/tutorial/java/concepts/…
Re: How do you know what Classes to make?
Programming
Software Development
13 Years Ago
by BlackStar0703
Thank you :)
1
2
3
Next
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC