Jump to content
xisto Community

remonit1405241472

Members
  • Content Count

    39
  • Joined

  • Last visited

Everything posted by remonit1405241472

  1. Flash can be used as complement in Java. But flash will be able never replaced JAVA. Me I would see well an integration of the interfaces flash in java. That would make it possible a developer java to make interfaces much more sympathetic. Flash does not have any concept server development, and any heavy development is completely impossible!
  2. Do you know free blog? I know 3 : - blogger - canalblog - skyblog - modblog (thanks sky)
  3. My favorite ftp client is Filezilla because is free.Before, my favorite ftp client was flashfxp, because filezilla didn't have a passive mode. But now filezilla use this mode!!
  4. your poll is difficulte, because i have many computer. To my office, i have a computer with windows 2000/Linux (fedora), a file server with samba. But i use my computer with windows 2000, 95% of time.To my home, i have a computer with windows XP home, and a computer with windows 2000/linux (mandrake 10)
  5. Do you think longhorn use win32 api or use only .NET ? It's more important, because all older development are dummy, and if is necessary re-write these applications, it's possible to think linux for these applications!!!
  6. It's possible to make a chat with flash MX. In flash they're an exemple with flash MX and flash communcation server.But i don't know, how to host this!!
  7. For home sp2's Firewall is sufficient. Other firewall is not an obligation because, aren't powerful that sp2's firewall.For office, it's necessary to use firewall hardware.
  8. What think of the career of U2? What think of their musical evolution? What think of their last album?For you, which is their best album?
  9. i have 2 HD- 120 Gb IBM- 120 Gb Maxtorthe firs is the disk of my old computer, and the second, is the disk of my new computer.
  10. XP SP1 and previous version are not secure because all port are opened on the internet.XP SP2 use an firewall who close this port, so i think, xp sp2 is more secure that other windows version. For security is more important to use FIREWALL!!! and do not open all join attach in mail!!
  11. for you, wich is the best graphic software? Photoshop? Paint shop pro? Gimp ? other?For me, i think photohop is the best because i use more function, but i use photophop in my office, because is more expensive. At home, use Gimp because is free.
  12. i think java or c# is now, the more powerful language, beacause - is modern language- answer waitings of the developers- they are many powerful ide for this language (eclipse, jbuilder, visual studio, mono project ...)
  13. best php editor: eclipse with php plug inbest databases for php : mysql / pgSQLforum: ipbbest wysiwyg edito : NVUmysql editor: phpmyadminpgsql editor: phppgadmin
  14. I'm a small user of p2p program but i'm use two p2p network :- edonkey network- Bittorrent networkRecently use more bittorent, because is more powerful that edonkey.
  15. for me (house), XP is very good.for my developper's job, windows 2000 and linux is very good, because is more stable than XP.I think linux is a best choice for basic user (secretary, for the web, ...) and windows for gamer.
  16. I seek a free host server for firebird database.Would you have a site which would do that? If possible with good quality :-)
  17. 1/JavaBeans: Developing Component Software in Java2/Java I/O3/Java Network Programming4/Java in a Nutshell: A Desktop Quick Reference for Java Programmers5/Thinking in Java
  18. some interesting .Net books'1/ Inside Microsoft® Visual Studio® .NET 2003by Brian Johnson, Craig Skibo, Marc Young2/The Book of Visual Studio .NETby Robert B. Dunaway 3/Mastering Visual Studio .NETby Chris Sells, Jon Flanders4/Essential ADO.NETby Bob Beauchemin
  19. Code Insight Code Parameters : Ctrl-Shift-Space Code Completion : Ctrl-Space Code Templates : Ctrl-J Class Completion Class Completion : Ctrl-Shift-C Class Nav Up Ctrl-Shift-Up Class Nav Down Ctrl-Shift-Down Code Browsing (D6 and above) Symbol Browsing : Alt-Up Browse Forward : Alt-Right Browse Backward : Alt-Left Message Window Previous Message : Alt-F7 Next Message : Alt-F8 IDE Windows Code Explorer : Ctrl-Shift-E Project Manager : Ctrl-Alt-F11 Window List : Alt-0 (zero) Object Inspector : F11 Debugger Windows Event Log : Ctrl-Alt-V Breakpoints : Ctrl-Alt-B Watches : Ctrl-Alt-V Threads : Ctrl-Alt-T TODO List Window Add TODO Item : Ctrl-Shift-T Editing Blocking Mode : Ctrl+O-L (line) Ctrl+O-C (column) Debugging Trace Into : F7 Step Over : F8 Trace to next source line : Shift-F7 Run to Cursor : F4 Run until return : Shift-F8 Program Reset : Ctrl-F2 Evaluate/Modify : Ctrl-F7 Add Watch : Ctrl-F5 Toggle Breakpoint : F5 Compiling Compile Project : F5 Build : Ctrl-F5 Syntax Check : F5 Project Options : Ctrl-Shift-F11
  20. remonit.canalblog.com, south of France's blog. There are many photo in this blog. There are mainly Marseille's pictures and Aix en Provence's pictures.
  21. Hello, i'm french and i would like to animate french sections on the forum. it's possible?These sections would speak about music, cinema...
  22. Hi all how are you? I am just having a bit of an issue with my form script and mysql, inserting records from this form of mine into my table in my database.it looks like all my others and they work, so what could be so wrong with this. Herelet me show you the codeCODE<?php$host="xxxxxxxxx";$username="xxxxxxx";$password="xxxxxx";$db="xxxxx";$link=mysql_connect($host,$username,$password);if (!$link)die("Couldn't connect to MySQL");mysql_select_db($db,$link)or die("couldn't open $db:".mysql_error());$sender_firstandlast =$_POST['sender_firstandlast'];$sender_companyname =$_POST['sender_companyname'];$sender_email=$_POST['sender_email'];$sender_phonenumber=$_POST['sender_phonenumber'];$how_recieve=$_POST['how_recieve'];$websitetitle=$_POST['websitetitle'];$what=$_POST['what'];$websitedetails=$_POST['websitedetails'];$websitebudget=$_POST['websitebudget'];$how_pages=$_POST['how_pages'];$completiondate=$_POST['completiondate'];$currenturl=$_POST['currenturl'];$chooseany=$_POST['chooseany'];$size=$_POST['size'];$scripts=$_POST['scripts'];$databases=$_POST['databases'];$scriptdetails=$_POST['scriptdetails'];mysql_select_db($db) or die("Cannot select the database.<br>" . mysql_error());$result=mysql_query("INSERT INTO quote (sender_firstandlast, sender_companyname, sender_email, sender_phonenumber, how_recieve, websitetitle, what, websitedetails, websitebudget, how_pages, completiondate, currenturl, chooseany, size, scripts, databases, scriptdetails) VALUES ('$sender_firstandlast','$sender_companyname','$sender_email','$sender_phonenumber','$how_recieve','$websitetitle','$what','$websitedetails','$websitebudget','$how_pages','$completiondate','$currenturl','$chooseany','$size','$scripts','$databases','$scriptdetails')")or die("Insert Error: ".mysql_error());?><?phpinclude("steveform.php");?>All my other scripts use this for their inserting data and so why doesn't this work. The variables are all set right im sure. They carry the same name= as in the form names. the names are correct in the Database Table. May be I entered the data the wrong way in my database??? I don't know, I've tried everything and my form is not running, well dumby me i need to put up my backup, duh, but in the mean time i would really like to solve this, please help me anyone. thanks
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.