Jump to content
xisto Community

wojta

Members
  • Content Count

    22
  • Joined

  • Last visited

  1. Perhaps session.use_trans_sid is the ticket you're looking for... Wojta
  2. if (! successfully_logged_in($_POST['user'])) { display_login_form(); exit; } else { session_start(); $_SESSION['user'] = $_POST['user']; header("Location: http://forums.xisto.com/no_longer_exists/;); }
  3. Based upon the phrasing of your question, I'm wondering whether you are genuinely asking for a Java to native code compiler, or whether you are simply asking how to write stand alone applications, instead of applets. Java uses a runtime technology called a JVM - a Java Virtual Machine. The applets you ran in your browser worked because the browser was able to load and run a JVM (as a plugin). To write software that does not require a browser to run, one simply calls the JVM directly, passing it the name of the class with a special 'main' method. To create user interfaces you can use classes like Frame in AWT (or JFrame in Swing) to create windows. The rest of the UI code looks pretty much the same as an applet, except you are adding it to a Frame object, not an Applet. Sun's JVM is called 'java' (or java.exe on Windows), and can be run from a shell/DOS prompt like any other program of that type. Running it without any options will usually make it print some helpful usage information. wojta
  4. ----------------------------- Wojta
  5. language a = 4 b = 8 c = C d = D e = 3 f = F g = 6 h = |-| i = 1 j = J k = K l = | m = |\/| n = |\| o = 0 p = p q = Q r = r s = 5 t = 7 u = u v = \/ w = \/\/ x = X y = Y z = Z
  6. Do you know some good directory sites like DMOZ taht could give HUGE boost? thanks Wojta
  7. Look at the website...it's crap....not worth to your attention.Wojta
  8. I am about to start a project that will require me to write a client programwhich will access a database (mysql) across the internet. Will Delphi 2006Professional have the tools I need to do this, or will I need to getEnterprise or Architect. Note that we are not planning on using modeldriven architecture in this project, so buying Enterprise or Architect forBold or ECO isn't required.Thanks wojta
  9. does anyone recommend any good web tool for web rattings and analyses? I came accross to this one iwebtool thx wojta
  10. Hi all, does anybody know some cool icons (16x16,32x32,48x48) for free or for a decent price? I found glyfz They are nice and for good price? Any suggestions? thx Wojta
  11. It is recommended that your page validates, because you search engine rankings might be affected if you have a lot of errors on your page or only fancy features. Google recommends for example site maps: "Offer a site map to your users with links that point to the important parts of your site. If the site map is larger than 100 or so links, you may want to break the site map into separate pages." https://support.google.com/webmasters/answer/35769 Google also recommends that you don't use fancy features everywhere on your site: "If fancy features such as Javascript, cookies, session ID's, frames, DHTML, or Flash keep you from seeing all of your site in a text browser, then search engine spiders may have trouble crawling your site." https://support.google.com/webmasters/answer/35769 In addition to fancy features you should also have a page with static links so the Google bots can follow the links: "Make a site with a clear hierarchy and text links. Every page should be reachable from at least one static text link." https://support.google.com/webmasters/answer/35769 There are other validation services besides W3C. Here are some validation results for your page http://www.reinhartlaw.com/ : "I was not able to extract a character encoding labeling from any of the valid sources for such information. Without encoding information it is impossible to validate the document." http://validator.w3.org/ [can't validate] http://forums.xisto.com/no_longer_exists/ "CSE HTML Validator Lite v3.50 generated 1 error message, 6 warning messages, and 2 other messages when checking this web page. These problems could damage this web page's search engine rankings as well as cause viewing problems for visitors." http://www.onlinewebcheck.com/ wojta
  12. If you only have a simple requirement to find pages that contain keywords entered by the user then (assuming you are in the position to use CGI programs) the NMS Simple Search might do what you want. You probably can get it working in less than an hour depending on your technical confidence. You can find the Simple Search at: http://nms-cgi.sourceforge.net/scripts.shtml wojta
  13. I had link exchange for months. In something like 60,000 exposures I got about116 clicks to my web site.I have dropped them and the web site downloads three times as fast. Myevaluation is that LE is not worth it. wojta
  14. Hi guys, what is the best option for delphi if I want to change languages on fly in my applications?thxWojta
×
×
  • 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.