42 Discussion / Question Topics

Remove Filter
Member Avatar for aeinstein

Hi All, I would greatly appreciate considered recommendations on books pertaining to HTML5, CSS and Javascript, for starters, either as dedicated subject reference or in some combination. If a combintion of these subjects are addressed in a given book then additional subject matter (such as game applications, jQuery, mobile applications, …

Member Avatar for iMadhusanka
0
435
Member Avatar for aeinstein

I'm looking to register a domain name and I don't want any "add-on" services. "Back in the day" it was much more straight-forward, as you could only register a DN from a couple of organizations, but now there's such a plethora of sites that offer registra services that I'm finding …

Member Avatar for catter
0
147
Member Avatar for aeinstein

Hi All, Just starting my online C programming class and my textbook states "In a computer language, a token is the smallest unit of the language that has a unique meaning. Thus, the reserved words, programmer-created identifiers, and all special mathematical symbols, such as + and -, are considered tokens …

Member Avatar for aeinstein
0
190
Member Avatar for aeinstein

Hi all, I'm trying to setup two pan/tilt/zoom webcams, one for my bro back in NY and one for myself here in CA, so that we have two way audio and control of the cam at the other person's location. Since each webcam will be behind our routers I'm trying …

Member Avatar for aeinstein
0
123
Member Avatar for aeinstein

trying to abide by cscgal to refer to posts by code and played the bit of le clever hacker so clicked i Report Post to view the sacred source i plied my bio cpu to scan and scan and scan an low be hold, showthread ah but did php equal …

Member Avatar for NicAx64
0
194
Member Avatar for aeinstein

Hi all, I've finally decided to get serious about learning JavaScript, and to facilitate this endeavor I've unearthed my copy of Danny Goodman's JavaScript Bible, 3rd Ed. (circa 1995, for which I no longer have the companion CD), but on reading the first chapter alone Ive realized just how outdated …

Member Avatar for flexsmith093
0
353
Member Avatar for aeinstein

Hi All, For about two weeks now my cookies are all being cleared automatically when I close my browser - regardless of which browser I'm using (in particular this is forcing me to re-log into any username and password accessed sites). This started about the time I installed the Chrome …

0
75
Member Avatar for aeinstein

can anyone (guru's included, hint, hint!) make a recommendation(s) on a book(s) towards gaining a cne via cna? i'm totally new to novell (aside from longtime enduser), but i'm NOT looking for a 'dummy'/'idiots' style study guide; the meatier the better so long as the material is covered from scratch …

Member Avatar for aeinstein
0
519
Member Avatar for aeinstein

Flash 5 or MX is ok, but i'm looking for two different types of books: 1) A Broadstroke howto covering beginner to whatever, but not necessarily an indepth reference. This is to hopefully help me get up to speed ASAP. 2) A detail oriented in-depth reference, such as maybe Flash …

Member Avatar for satish.ambition
0
296
Member Avatar for aeinstein

Hi everyone! Just want to wish you all a Happy New Year along with blessing the whole year through! aeinstein

Member Avatar for cecil.vera
0
70
Member Avatar for aeinstein

Hi Everyone, Just wanted to pop my head in real quick and wish everyone an awesome holiday season!!! Best Wishes, aeinstein :)

Member Avatar for happygeek
0
57
Member Avatar for aeinstein

Hi, Since ~S.0.S.~ beat me to asking about referrals I figured I'd ask about my next-most pressing issue regarding DaniWeb: I just noticed the sidebar section entitled "Syndication", and I'm wondering what that refers to? Thanks :)

Member Avatar for John A
0
161
Member Avatar for aeinstein

Hi All, I'm contemplating starting a site to chronical my experiences dealing with a common personal issue. For this I'm leaning towards using blog software, since at first I really don't expect much traffic at all, and I'm really not going to attempt to promote the site until it has …

Member Avatar for aeinstein
0
145
Member Avatar for aeinstein

Hi All, Is the naming convention typically used for C++ vector arrays, with multi-word identifiers, to use an underscore between the words? I'm finishing up a C++ course offered by the local college - I'm taking one of the "classroom: online" sections - and I'm running into that usage in …

Member Avatar for aeinstein
0
2K
Member Avatar for aeinstein

Hi All, I've converted the [URL="http://www.daniweb.com/techtalkforums/thread49412.html"]pseudocode from this thread[/URL] into a flowchart, and I'd greatly appreciate if anyone can point out any errors and/or inefficiences in the represented coding. as posted in the above referenced thread, the flowchart represents a solution for a chapter exercise, as follows: "The problem states …

Member Avatar for iamthwee
0
363
Member Avatar for aeinstein

Hi All, The following problem solution has given me fits!!!:mad: The problem states that a library records monthly book withdrawls, capturing the Library of Congress Number, Author and Title, for each month (sorted by the Library of Congress Number for each withdrawl). The initial problem required the merger of the …

Member Avatar for iamthwee
0
513
Member Avatar for aeinstein

Hi All, Can someone let me know how to enable listening for TCP packets on ports 25 & 110 under Windows XP? I'm having an issue with being able to send and recieve client-based e-mail (Outlook Express 6.0), and am receiving the following message: [quote]The connection to the server has …

Member Avatar for aeinstein
0
185
Member Avatar for aeinstein

Hi All, [COLOR="Red"]Short & quick:[/COLOR] PowerBook G4 w/OS 9.2 & 10.4(? - upgraded from 10.0) won't boot up after aborted browser install. [COLOR="Blue"]The details:[/COLOR] My sister was trying to upgrade Netscape Navigator 4.7 to 8.1 on her OS 9.2 (she is running a dual boot OS 9.2/10.4(?) PowerBook G4 (15" …

Member Avatar for aeinstein
0
215
Member Avatar for aeinstein

Hi All, If the user is to input text - alphabetic or numeric, when is it advantageous to use [I]getline[/I] rather than [I]cin[/I]? It's obviously easier to code something like [inlinecode]cin >> favoriteVacationSpot;[/inlinecode] than something like [inlinecode]getline (cin, favoriteVacatioSpot);[/inlinecode], so I don't see the advantage of using [I]getline[/I]. If anyone …

Member Avatar for Dave Sinkula
0
384
Member Avatar for aeinstein

Hi All, Short story: How do you compile two .cpp files at once? Text excerpt: "Step-by-Step 4-1: 1. Open [B]apstring.cpp[/B] and [B]stringex.cpp[/B] into a project in your compiler. The file [B]apstring.h[/B] must also be available to your compiler." All three files are downloaded from the Instructor's Text Resources of my …

Member Avatar for aeinstein
0
369
Member Avatar for aeinstein

Hi All, The program below is returning the following data... A 1 AB (empty line) 3 9 ...when it should be returning... A 1 AB 2 ABCDEFG 7 I've tried changing the assignment code statements to read [inlinecode]MyString = MyString + "B\n"';[/inlinecode] and [inlinecode]MyString = MyString + "CDEFG\n";[/inlinecode], but that, …

Member Avatar for aeinstein
0
178
Member Avatar for aeinstein

Hi All, As a non-required, ungraded, "activity", I coded the following program, and I'm wondering if there was an easier way for me to of solved the problem. Please note that this is only a second semester type course, and to this point we've only covered basic variables and constants, …

Member Avatar for aeinstein
0
1K
Member Avatar for aeinstein

Hi all, I'm transistioning from the networking end of things and moving to the programming side, so, even though I've been around here for quite awhile, I have a pretty basic queston: since the char data type has a minimum range values between -127 to 128, how is a letter …

Member Avatar for aeinstein
0
173
Member Avatar for aeinstein

...i'm thinking about getting a linux box (inexpensive suggestions welcome!) & setting up a small webspace. i've a broadband connection & the box will be behind a personal hardware firewall... there's so much information on this site about apache that i really don't know where to start, so i would …

Member Avatar for aeinstein
0
326
Member Avatar for aeinstein

Other than user interface differences dictated by the OS'es involved, are there any differences in the capabilities of components of Studio MX 2004 when they're installed on a PC (running WinXP (Home)) versus when they're installed on an Apple (running OS X(.x))? I've finally decided to bite the bullet and …

Member Avatar for aeinstein
0
238
Member Avatar for aeinstein

if any1 doesnt mind traveling to Garden City, LI, NY i know of a bookstore that has a discount shelf for books that only slightlyt out of date - i bought iBook, Web Dev for Lotus Notes R5, Web Dev for Oracle 8i, Dreamweaver 4 & Dreamweaver 4 w/Fireworks 4 …

Member Avatar for dozing
0
126
Member Avatar for aeinstein

I just setup my YIM (aeinstein101) and wouldnt mind a bit adding any of u's to my friends list - swipen'em from profiles dont feel right 2me. any1 who cares to can pm me w/thers if they feel like it!

Member Avatar for Catnip
0
792
Member Avatar for aeinstein
Member Avatar for aeinstein

Just wanted to wish everyone a Happy Easter! Our Father which art in heaven, Halllowed be thy name. Thy Kingdom come. Thy will be done, in earth as it is in heaven. Give us this day our daily bread. And forgive us our debts, as we forgive our debtors. And …

Member Avatar for aeinstein
0
97
Member Avatar for aeinstein

Dani, is there a way to check the last "x" number of posts, or post for the last "x" amount of days/time/time frame? Thanks

Member Avatar for Dani
0
578
Member Avatar for aeinstein

Just wanted to pause a moment from my busy "computer life" to pass along my condolences to the families and loved ones of the Columbia crew: Michael P. Anderson, Payload Commander David M. Brown, Mission Specialist Kalpana Chawla, Mission Specialist and first astronaut of Indian descent to reach space, Laurel …

Member Avatar for samaru
0
1K
Member Avatar for aeinstein

Just wanted to pass along season's greetings, wishing everyone a Merry Christmas and a Happy and Blessed New Year!!! :D Peace Be with You, Always, Paul

0
156
Member Avatar for aeinstein

I just passed my Lotus Notes R4 Sys Admin 1 test with a score of 85% (required score: 64%). Having never touched a LN network, live or test, in an admin capacity and teaching myself only on my stand alone Win98 PC (YES, WINDOWS '98 >:( ) I don't think …

Member Avatar for aeinstein
0
232
Member Avatar for aeinstein

I've seen a lot of issues lately with OE 6 unable to switch to another ID in WinXP. Three solutions that I know of: 1) 3-finger saluting OE 2) bounce sys 3) deselect default ID setting (and leave setting that way) & do a File/Exit and Logoff, re-open OE & …

Member Avatar for kidd0
0
770
Member Avatar for aeinstein

ok, i know this was posted somewhere, but i cant find it so i'm starting a new thread with it here (hope i dont beg b-slapped 4 it, or well, @least not TOOOO hard! ;) ) i'm figuring its a fairly safe bet that we all frequent other tech discussion …

Member Avatar for Dani
0
1K
Member Avatar for aeinstein

... 4 my iBook!!!! unlike pc's if u dont have quite enough RAM on the mac it doesnt simply bog down the sys a bit - it refuses 2 load the additional prog!!! >:( according to the last update on FedEx update on my order its somewhere in WY on …

Member Avatar for aeinstein
1
223
Member Avatar for aeinstein

does 1 need to learn Java b4 pickup up Java 3D, or is a) Java 3D more of an IDE, or b) is it akin to Java's relationship w/Javascript - basically none?

Member Avatar for samaru
0
278
Member Avatar for aeinstein

looking 4 something that generates 3D graphics like Bryce 3D or Simply 3D, but (ideally) is targetd towards Macromedia (Dreamweaver/Flash/Freelance) users. any recommendations? i'm actually considering AutoCad 14 but thats a bit pricey 4 my budget 2 say the least - ok, so i'm a virgin tekkie: i dont have …

Member Avatar for aeinstein
0
891
Member Avatar for aeinstein

i've got a link that i was going to post under the Perl board since its the homepage on 1 of my pc's 4 IE (www.techtalkforums.com is my homepage on my iBook IE :-* ), but its actually just a page from a broader tech url - was wondering if …

Member Avatar for aeinstein
0
193
Member Avatar for aeinstein

ok, so who can help me on this one? whenever i refresh i get booted out & told that i should select a username - i've logged in like 4 or 5x this morn! i go in to change my profile password & immediately i get that i cant change …

Member Avatar for aeinstein
0
671
Member Avatar for aeinstein

VERY unhappy camper - my OOLs toast right now, using my 56k backup!!! was postin w/my iBook and when all the lights went out like 3hrs ago my Mac didnt even flicker when it when to battery & back; my CabMod on the other hadn has been nbs (no bloc …

0
135

The End.