Jump to content
xisto Community

DeveloperX

Members
  • Content Count

    135
  • Joined

  • Last visited

Everything posted by DeveloperX

  1. And how about OLED Keyboard? Each button can dispaly what U want! See an article at http://forums.xisto.com/no_longer_exists/. Or my other post http://forums.xisto.com/index.php?shoc=32082&hl=oled
  2. I have three of them: - 64mb USB "JetFlash" -128mb SD "Kingston" -128mb USB "PQI"
  3. 20 mins ago I change my "classic" winxp wallpaper to black screen!Now I think that it's my favourite color!Sometimes when I watch my desktop I feeling that I Very Cool Hacker...I can change the world and so on!!!.............
  4. At my work My internet connection speed is ADLS(512K/128K).At home my internet connection speed is Dial-Up(48K).
  5. I use my PC for mostly programming. At night and when I don't use my computer It participate in projects likeSeti@Home and MoneyBee (http://forums.xisto.com/no_longer_exists/).Sometimes I watch DVDs on my computer and serch the WEB....and of course post in Xisto forum!
  6. Yes! It is possible! U may use software like Inspiron or use other software like me. My favourite Desktop Capture SW: 1. Screen Capturing Capture your screen and play back in Flash, Java, GIF, EXE, PDF, AVI http://www.turbodemo.com/eng/index.php 2. ScreenCam ScreenCam? saves the day for guyz just like you. http://smartguyz.com/ 3. GrabCaptureScreen 2.0.5.3 Successor of GrabClipSave. Takes screenshots in two modes. "Grabbing" is completely in the background. http://forums.xisto.com/no_longer_exists/ And other which I found later on SoftPedia.com (http://www.softpedia.com/get/Multimedia/Graphic/Graphic-Capture/GrabCaptureScreen.shtml): SnagIt 7.2.5 SnagIt - screen capture program that allows you to capture an exact copy of anything that appears on your Windows screen Print save screen snapshot 2003 1.2 print only what is on your screen with this fast utility. Save paper and time !! SmartCapture 1.6.1 Easy to use screen capture tool Any Capture Screen 3.09 Screen capture software that prints screen and screenshot from Windows desktop Capture By George! 2.6 Make perfect screenshots easily. Easy Screen Capture 1.2.3 Capture any part of your screen for a professional screen shot HardCopy Pro 2.5.1 The professional, easy to use screen capture tool!
  7. Was 1997. My parents bouht me a personal computer. It specifications: AT miditower Acorp MoBo on Intel 430TX chipset CPU Intel Pentium 200 MMX Monitor CTX 15" 32 MB RAM 2.1 Gb HardDisk 32x CD-ROM samsung Sound Blaster as soundcard VGA S3 Trio3D2X with 4 Mb On this super machine I played in Age Of Empires II, Carmageddon and Need For Speed 2 then 3 Hot Pursuit. I spended good time with my PC!
  8. I know Basic, C, C++, Pascal, Delphi, Java, PHP, HTML, Perl.I use usually Delphi for my home projects and PHP like scripts in my HTML pages. Other languages I use at work.
  9. I was participate on alt.com and adultfriendfinder.com. It pays $0.01 per click. But I was banned when I earn $28. Now I think that it's bad service and scam...
  10. When I think about project "PC in car" I found this portal. http://www.car-pc.info/ More 30 released projects like you! PC included in BMW, AUDI, MERCEDES and other!!! Many photos and tutorials.
  11. My favourite app of my SE T320 is EmulatorOfUnix. I compile it at last week. Compiler is Mophun I emulate 25 functions of Unix. Like ls, dir, copy, connect, mount and other. All of these functions allowed all of their keys and options.
  12. My answer in other topic: http://forums.xisto.com/topic/32062-problem-with-page-redirect-help-me-out-with-this-problem/ I think that Header function better... <meta refresh>! Code like <meta http-equiv="refresh" content="5;url=http://forums.xisto.com/no_longer_exists/;can be stopped by Escape button pressing!!! I think that this code will help U. <?phpheader("Location: http://http://www.example.com/;; /* Redirect browser *//* Make sure that code below does not get executed when we redirect. */exit;?> View full description about Header function at http://php.rinet.ru/manual/ru/function.header.php with some examples.
  13. My current desktop image is standard windowsXP Home image. And U?
  14. I have SonyEricsson T230.And my wife's cell phone is Samsung S500.My sister's cell phone is Samsung E100.My Boss's cell phone is Samsung D600.
  15. I agree, these 3 points are required!This is example for 1st point: <?php $link = mysql_connect("localhost", "mysql_user", "mysql_password") or die("Could not connect: " . mysql_error()); print ("Connected successfully"); mysql_close($link);?> Where "mysql_user", "mysql_password" U must create in Your myPHPadmin Console. This is example for 2nd point: <?phpmysql_select_db('DB_name', $link);?> This is example for 3rd point: <?php$res = mysql_query("SELECT my_col FROM my_tbl") or die("Invalid query: " . mysql_error());$row = mysql_fetch_array($res);print_r($row); // Result: still return Array()?> And simple code for all points. The following query is not valid as expected: <?php$username = 'dicteworld';$username{4} = '';$sql = "SELECT * FROM `user` WHERE `User` = '$username'";print($sql); // Result: SELECT * FROM `user` WHERE `User` = 'dictworld'$res = mysql_query($query);$row = mysql_fetch_array($res);print_r($row);// Result: still return Array(), supposed that the user 'dictworld' exists.?> Pay more attention that null string '' is equivalent to '\0',therefore SQL statement above is equivalent to SELECT * FROM `user` WHERE `User` = 'dict\0world',though printing string is right. I find this on http://php.net/
  16. I use Header php-function for redirection in me pages! Code like <meta http-equiv="refresh" content="5;url=http://mysite.com/nextpage.html; can be stopped by Escape button pressing!!! About php function - Header The special case is the "Location:" header. Not only does it send this header back to the browser, but it also returns a REDIRECT (302) status code to the browser unless some 3xx status code has already been set. <?phpheader("Location: example.com/; /* Redirect browser *//* Make sure that code below does not get executed when we redirect. */exit;?> Note: HTTP/1.1 requires an absolute URI as argument to Location: including the scheme, hostname and absolute path, but some clients accept relative URIs. You can usually use $_SERVER['HTTP_HOST'], $_SERVER['PHP_SELF'] and dirname() to make an absolute URI from a relative one yourself: <?phpheader("Location: http://" . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['PHP_SELF']), '/\\') . "/" . $relative_url);?> Note: Session ID is not passed with Location header even if session.use_trans_sid is enabled. It must by passed manually using SID constant. View full description about Header function at http://php.rinet.ru/manual/ru/function.header.php with some examples.
  17. Plug your previous videocard again. Install it drivers.After it...Run videos...Is this slowly and eventually freezes???
  18. Guyz! What do U think about OLED Keyboard ? Each of buttons can display any symbol, like letter, digit, anything!!! No more countryfication problems! For ex. two letters on each of buttons (English and Russian or other). Part of article from http://forums.xisto.com/no_longer_exists/ Device's webpage there - http://www.artlebedev.com/optimus/
  19. My favoutite WYSIWYG HTML editor is FrontPage in MS Office XP.It can all populate features and functions.I like it.This tool have ONE minus - biggg resulting html code!But I use standard windows notepad for cutting a non-needed code.
  20. I well prefer INTEL for workstations and gamestations. Full article about this MHz (AMD) with that MHz (Intel) on Geek.ChipGeek. Some facts for gamestations on Intel components (from ExtremeTech) Notice from jlhaslip: non-original material needs to be quoted. please review the Xisto readme.
  21. I'm comes to my FTP account with Total Commander 6.50 (ghisler). For access to FTP it require these parameters: 1. Host (Ex. ftp.[domain].trap17.com) 2. Password (Your domain password) 3. Non-obligatory - home dir This software can access to FTP in anonimuosly mode! I'm come to my Xisto FTP account with this tool very vell!
  22. I hope... Some facts for Life on Mars. Notice from serverph: http://forums.xisto.com/no_longer_exists/ note] [note=serverph]http://forums.xisto.com/no_longer_exists/ note] [note=serverph]http://photojournal.jpl.nasa.gov/catalog/PIA00286[/ note] [note=serverph]http://forums.xisto.com/no_longer_exists/ note] [note=serverph]plagiarism to cheat on hosting credits system? please review Xisto forum rules & TOS. blocks of copied texts, placed in quotes. warning served. credits adjusted. suspension on next attempt to plagiarize.
  23. FREE OPENSOURCE WAP AND SMS GATEWAY! http://www.kannel.org/ Kannel is a WAP and SMS gateway. See more on their website... Notice from serverph: please review Xisto forum rules & TOS. copied from http://www.kannel.org/overview.shtml placed in quotes. credits adjusted.
  24. Guyz! I found cooolest description about WAP-GATEWAYS on http://www.indianchild.com/wap-gateway.htm THAT's ALL Notice from serverph: please review Xisto forum rules & TOS. placed in quotes. credits adjusted.
  25. My favourite WAP gateways&hostings On russian - http://avtoinformator.ru/ (20 Kb Free space) On english - http://www.wappy.to/ Description of Wappy.to: Notice from serverph: copied. http://www.wappy.to/placed in quotes. credits adjusted. please review Xisto forum rules & TOS.
×
×
  • 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.