535 Posted Topics

Member Avatar for forgotten

Try to do as much as you can, and post code here. Someone will try to help you. You asking someone to write a whole program for you for $25, is not enough, no matter how compelling your story might be. If you're really desperate, try going to [url="http://www.rentacoder.com/"]http://www.rentacoder.com/[/url]

Member Avatar for Dani
1
205
Member Avatar for Gollum1

[QUOTE=Bleek][url="http://www.cplusplus.com/"]www.cplusplus.com[/url] but nothing is better than a book. SAMS teach yourself c++ in 24 hours is awesome. but go through the lessons really slow. also, nothing compares to a class when learning a language... staring at code wont help you because even if you know a command like "cout" you …

Member Avatar for samaru
1
418
Member Avatar for IbnKuldun

[url="http://www.jumbocgi.com/products/pagesnooper/#demo"]http://www.jumbocgi.com/products/pagesnooper/#demo[/url]

Member Avatar for Eico
0
203
Member Avatar for GReddy4u

[QUOTE=i686-linux]Yup. Cars and computers are my biggest thing in life. (on the un-living side of things). I guess friends and family for the living. :-P I was going to get a Greddy exhaust for my Civic, but went with a Tsudo instead. Wish I had big money for a nice …

Member Avatar for i686-linux
0
275
Member Avatar for samaru

Everyone knows that usually every Perl program should start with something along the lines of "#!/usr/bin/perl" ... what's often called as "shebang." Anyone know why? I just read this cute post on google... The exclamation point has been nicknamed "bang" for as long as I can remember. (Back in the …

Member Avatar for samaru
0
473
Member Avatar for Epro

Epro, please be more descriptive when you name a thread. Here are the rules when posting: [url="http://www.daniweb.com/techtalkforums/announcement.php?f=12&announcementid=2"]http://www.daniweb.com/techtalkforums/announcement.php?f=12&announcementid=2[/url] Please obey the rules. You'll get better responses that way. You don't want to be warned or banned by not obeying them. On that note, enjoy the forums! :cool:

Member Avatar for i686-linux
0
112
Member Avatar for IbnKuldun

Been a while since I've heard anyone uttered the words "SafePerl." :) What it boils down to is it's a restricted version of the Perl language where your scripts can't screw up the system is running on. Lots of things are limited. It's used in schools. If you're going to …

Member Avatar for Eico
0
164
Member Avatar for bubbujoe

bubbujoe, please be more descriptive when you name a thread. Here are the rules when posting: [url="http://www.daniweb.com/techtalkforums/announcement.php?f=29&announcementid=2"]http://www.daniweb.com/techtalkforums/announcement.php?f=29&announcementid=2[/url] Please obey the rules. You'll get better responses that way. You don't want to be warned or banned by not obeying them. On that note, enjoy the forums! :cool:

Member Avatar for samaru
0
85
Member Avatar for samaru

How about a magazine cover for techtalkforums? What do you guys think? If you have an idea, let's hear it! :cool:

Member Avatar for bluedos82
0
130
Member Avatar for L3fty19

[QUOTE=L3fty19]Well It's seems that a lot of people talk about using these programming languages but what I wondering is what do most of you do with these skills. I mean i got some Q-Basic knowledge and some Visual Basic.net skills but what kind of programs do you make or what …

Member Avatar for scarecrow
0
357
Member Avatar for samaru

You ever use Perl? What are you thoughts? How does it compete with newer languages? Can it be used for the enterprise arena?

Member Avatar for i686-linux
0
202
Member Avatar for TMPAdmin

[QUOTE=Roberdin]Hmmm, you [i]could[/i] download, install Apache, spend three hours poking it until it works, then setup PHP, go back to poking Apache, and learn how to do some absic PHP scripting, and persuade your host to install it.... or you [i]could[/i] do this: [code]<script type="text/html" src="header.htm"></script> and <script type="text/html" src="footer.htm"></script>[/code][/QUOTE] …

Member Avatar for I, Brian
0
349
Member Avatar for TKSS

[QUOTE=TKS]Have you ever noticed that in this forum under TechSupport...you have more people in the Macro$haft area than in the Linux area? Just thought it was weird. I mean, I know when I got firebird configured just right for slackware...I haven't had to do jack squat for it. And using …

Member Avatar for samaru
0
471
Member Avatar for rational611

[QUOTE=rational611]Hi I am a newbie to networking. I want to network two computers at home running Win98SE. Can two computers be networked via Serial or Parallel ports? If this is possible, then are network cards required? Could somebody suggest me a good tutorial on networking? rational611[/QUOTE] rational611, please be more …

Member Avatar for MAD_DOG
0
223
Member Avatar for Dani

Here's my submission. I know it ended but what the heck... [img]http://a.1asphost.com/mikky/ttf-banner.jpg[/img]

Member Avatar for Dani
0
203
Member Avatar for TheComputerGeek
Member Avatar for TheComputerGeek
0
337
Member Avatar for SpeedProblems

SpeedProblems, please be more descriptive when you name a thread. Here are the rules when posting: [url="http://www.daniweb.com/techtalkforums/announcement.php?f=10&announcementid=2"]http://www.daniweb.com/techtalkforums/announcement.php?f=10&announcementid=2[/url] Please obey the rules. You'll get better responses that way. You don't want to be warned or banned by not obeying them.

Member Avatar for rasputinj
1
263
Member Avatar for udoshia

This has nothing to do web design. I'm going to move your question to the Internet Explorer forum. You'll have better luck there. I'm assuming you're browsing with IE because you mentioned an .EXE file which is on Windows. If this thread doesn't belong here, PM me and I'll move …

Member Avatar for udoshia
0
319
Member Avatar for Piecinitup

Piecinitup, please be more descriptive when you name a thread. Here are the rules when posting: [url="http://www.daniweb.com/techtalkforums/announcement.php?f=10&announcementid=2"]http://www.daniweb.com/techtalkforums/announcement.php?f=10&announcementid=2[/url] Please obey the rules. You'll get better responses that way. You don't want to be warned or banned by not obeying them.

Member Avatar for caperjack
0
222
Member Avatar for Hey you
Member Avatar for Funkynassau

Saving a Word document as a web page is a no-no. It adds so much unnecessary HTML and other bloat that makes it unmanageable. I recommend you recreate the page from scratch by hand or use Dreamweaver or even FrontPage. The HTML code that Word generates is a train wreck …

Member Avatar for Funkynassau
0
341
Member Avatar for drummerboy
Member Avatar for fred999

I have a function I use when I'm inserting snippets of code into a MySQL database: [code] function mysql_safe_data($string) { $string = stripslashes($string); $string = str_replace("'", "''", $string); $string = str_replace("\\", "[url=""]\\\\[/url]", $string); return $string; } [/code] If you don't replace \\ with [url=""]\\\\[/url] you're going to have problems with …

Member Avatar for fred999
0
292
Member Avatar for Tinaa

[QUOTE=Tinaa]1- what i must have on my website? shopping basket and login, and what else? do i need to have online payment!! but i dont have a merchant account! whats simple ALTERNATIVE way?[/QUOTE]Yes, you need those and a way to manage inventory/sales/customer info. As far as an alternative way, to …

Member Avatar for Tinaa
0
359
Member Avatar for ziddi5

In your while loop, you're telling it to loop five times and keeping track with variable count. Once you first enter the while loop, you're immediately incrementing it with the stament count++. Even if you're using this with a cout as output, it still increments it. What does this mean? …

Member Avatar for samaru
0
851
Member Avatar for J&#9788;E

Nice 3D artwork. I used to do some work in 3D, mostly in trueSpace 2, to enhance my drawings. I sort of lost interest in 3D though. The only thing I'm doing nowadays is regular pencil drawings, which I've always been a fan of. I love pencils. ^_^ Here's an …

Member Avatar for RC_Razor
0
193
Member Avatar for KaosReigns

IFRAMEs are still used in several CMS related web apps. When dealing with a lot of data, it's wise to use them rather than scrolling through 1000 records of information. The reason why they are used is so you have menus and other tools visible to the user, otherwise, as …

Member Avatar for Gary King
0
209
Member Avatar for fever

Well, I know that electromagnetic signals travel at the speed of light. For an accurate reading, the formula v = d/t is not often used when the velocity is that of light. I don't know the formula off hand, but it's a special case I think. I mean, you can …

Member Avatar for samaru
0
140
Member Avatar for brujo

Well, because you mentioned Apache/Perl, I'm assuming you want to go with open source software? Here's what you need in general, all open source and free: Apache HTTP Server - Used for hosting HTML pages. PHP/Perl - Binds with Apache in order to create web applications, like what you're trying …

Member Avatar for floris
0
220
Member Avatar for ebfspringfield

You'll have better luck posting in the hardware forum. I'm moving this thread there.

Member Avatar for RC_Razor
0
116
Member Avatar for Oni Kage

Still not the real thing. ;) It still has the touch of CGI that just makes me feel not as attracted as I would with a real person. Who knows, maybe there are people out there (tremendously horny geeks) that can make one as real as s1m0ne.

Member Avatar for samaru
0
138
Member Avatar for Dani

Definitely a good forum. I can see it maturing. I still remember the yellow layout it had. Every time I see the slogan "where cool techies unite" I grin. =) I haven't had much time to post as much as I used to, but I do check it moderately. Keep …

Member Avatar for drummerboy
0
253
Member Avatar for viperman224

How much is a lot space? Check out the link found at this thread if you haven't already: [url="http://www.daniweb.com/techtalkforums/thread2391.html"]http://www.daniweb.com/techtalkforums/thread2391.html[/url]

Member Avatar for TheOgre
0
362
Member Avatar for samaru
Member Avatar for okonjiaustin

Where is the ASP server being run? Your computer? A provider? I assume you're running PWS? To avoid problems if you're running PWS, just go with a free ASP host like: [url="http://www.1asphost.com/"]http://www.1asphost.com/[/url]. If you still want to run it from your home, give us a little more information about where …

Member Avatar for samaru
0
291
Member Avatar for chicago_geek

The site is including JavaScript files when loaded, and they're probably using JS commands that cause an error in IE. HTML seems fine, and even if it wasn't, it would stop the loading after a few seconds no matter how bad it was. It's definitely bad JS, or an outside …

Member Avatar for A Monkeys Uncle
0
193
Member Avatar for Redshift
Member Avatar for samaru
1
192
Member Avatar for hard candy

There are different aspects to consider when asking this question. From a server point of view? From a usability point of view? Price? Difficulty? There is no winner if you simply say "Windows vs Linux" because how one uses an OS is always dependent on the user's needs/ability/pocket. [img]http://www.livetolearn.net/images/thecheat1.jpg[/img]

Member Avatar for feigned
1
358
Member Avatar for )BIG"B"Affleck

[QUOTE=)BIG"B"Affleck][img]http://daniweb.com/techtalkforums/techtalk-images/reputation/reputation_neg.gif[/img][url="http://daniweb.com/techtalkforums/showthread.php?p=13548#post13548"]Windows 95/98/98SE/MM =...[/url]01-12-2004 11:41 PMLinux in a 9x Forum? Are you looking to start a flamewar? Touchy touchy....now now lighten up a little biggy! Do what?, I saw some good constructive /educational debating comming on. But I will respect your authority in the matter. Atleast let us continue it in …

Member Avatar for feigned
0
354
Member Avatar for defens29

The best way is to do it with a GIF editor. You would need two frames. One with a "|" graphic and one without one. If you don't want a graphic, you could try something like this, but the only flaw is when the user clicks somewhere else, they would …

Member Avatar for samaru
0
1K
Member Avatar for Zachery

He really aught to fight this. $10 is an insult. Even $1000 is nothing to that company. He could really give Microsoft bad publicity if he tried. Seeing this as a risk, only then would Microsoft come in and give some money for his troubles. I still can't believe... $10.... …

Member Avatar for samaru
0
369
Member Avatar for floris

What do you mean by "catching an action"? Is "action" a URL variable passed to a script? Do you want to reload/refresh the page according to an integer value of a URL variable?

Member Avatar for jayant
0
322
Member Avatar for samaru

[size=4]Essential Coldfusion 4.5 For Web Professionals[/size] [b]by Micah Brown, Mike Fredrick[/b] Good book if you know Coldfusion - This book serves more as a reference for Coldfusion instead of a true tutorial. This book however is extremely useful as it provides real world examples and snips of code that can …

0
97
Member Avatar for samaru

[size=4]Macromedia Coldfusion 5 Language Reference[/size] [b]by Ben Forta[/b] Useful but could use better examples - While this reference contains all the functions/tags/variables/etc. used in ColdFusion, the book could use better/innovative examples. At first glance, I was surprised at the size of the book. How can someone fit so much in …

0
125
Member Avatar for boohoo

Like a cscgal said, set up a cookie. I'm assuming that you don't have an application server, just a regular web server like Apache. You can make a cookie in JavaScript then read it and set up whichever style they choose.

Member Avatar for SMterminator
0
325
Member Avatar for cllawrencecl2

[QUOTE=camelNotation]What do you mean strong-typed ?[/QUOTE]That you have to declare the data types of variables before assigning them or using them.

Member Avatar for samaru
0
274
Member Avatar for Paladine
Member Avatar for Gary King
0
187
Member Avatar for Tekmaven

The lights went out exactly one second after I turned my computer on. Freaky. Maybe it was all my fault.

Member Avatar for The Soundman
0
229
Member Avatar for spikes

I actually think C++ books are easier to understand than C books. I think you should start off with C++. It's more mainstream and more people know it. For the most part, they're pretty much the same until you get to do more advanced stuff. I suggest you pick up …

Member Avatar for spikes
1
257
Member Avatar for samaru

Try/Catch blocks, Private, Public, Protected variables/functions, and more. Import functions through namespaces....finally! This language is reminding me more of C++. Read more about it here: [url]http://www.phpvolcano.com/articles/php5/index.php[/url]

Member Avatar for samaru
0
511

The End.