Search found 284 matches

Actual Results

Post Posted: August 19th, 2005, 2:34 pm

Yes, but if you're unclear what a programming library is I think you'll stuggle with GUI application design methods. What languages do you use currently?

Post Posted: August 19th, 2005, 9:26 am

Errrr, not sure what you mean. QT is a UI library, usually interfaced with C++. You write your C++ application and hook into the QT API. Compile it and link the library, and then you have a binary executable.

Post Posted: August 19th, 2005, 9:11 am

If this is a Web based app, you will need JavaScript and a backend server technology such as PHP. You should probably research what has come to be known as "AJAX" scripting to communicate with the server and run searches on the fly without reloading the page. If this is an executable app, you have m...

Post Posted: August 10th, 2005, 8:01 am

It is possible that the short tags directive is on in the php.ini file. This causes PHP to use <? ?> to signify PHP content. Problem is, XML uses <? as an opener as well. Try turning this directive OFF and then using the <?php ?> syntax instead.

Post Posted: August 4th, 2005, 2:17 pm

Yes, I highly recommend eNom. Never had an issue with them, and the API is very slick. Plus the low-cost required to start selling is a huge plus.

Post Posted: August 4th, 2005, 2:15 pm

You've just described a wide range of Linux distros. Head over to linuxiso.org and poke around. Download a couple and try them out. If you don't like it, try another.

Post Posted: August 4th, 2005, 11:31 am

Wine is far from pointless, and you can't use it to install drivers. Like I said, the EXE files are Windows specific. The .deb file you have is a Debian package. Won't do you any good in Knoppix. And you gave us the manufacturer of your hardware, not much else. Knowing the model number and interface...

Post Posted: August 3rd, 2005, 2:03 pm

Errr, no... If you extract the EXE you'll still be left with Windows CAB and library files. You need to go to the vendor's Web site and download thier Linux drivers. Most better known brands support Linux now, otherwise you'll have to do some searching.

Post Posted: August 2nd, 2005, 11:11 am

You're setting $server to the string $var1. You need to use:

PHP Code: [ Download ] [ Select ]
$server = $$name;


instead

Post Posted: August 2nd, 2005, 6:58 am

Just my $.02, you can keep the change. I use DreamWeaver. I keep it 100% in code view and never even look at the design view. I use it because of the site management functions mostly, but the ability to quickly detect common cross-browser mistakes is very valuable to me as well. Sure other packages ...

Post Posted: July 30th, 2005, 9:24 pm

The goal of any true professional is not to get rich anyway. If you want to get rich quick, invest in lotto tickets, and good luck. A true professional will start a business because that is what they are driven to do. The business will often become that person's "baby", and if properly tended can be...

Post Posted: July 30th, 2005, 11:00 am

Actually I find the site and documentation quite detailed. Have you tried the PayPal developers community? They usually have classes available for use.

Post Posted: July 29th, 2005, 7:38 pm

You know, the php.net online manual has a lot to say about that variable. Might check it out.

Post Posted: July 29th, 2005, 2:17 pm

Well, 5.0 is older than MX... MX is really 7.0. Don't ask me why they have the dev and live servers like that. I hate developing on a newer version, sometimes it's broken when we move it, which defeats the purpose. I'm a fish out of water with CF anyway. I'll have to try that, though. Thanks for the...

Post Posted: July 29th, 2005, 1:04 pm

Okay, where to start... Linux is a kernel, a core OS. It is not an "operating environment", is the sense that Windows is. Windows comes in different "flavors", often classed as "9x" (Win95, Win98, WinME) and "NT" (WinNT, Win2000, WinXP, and Win2003). Linux also has "flavors" in the form of distribut...
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.