Jump to content

administrator

Administrators
  • Posts

    3,095
  • Joined

  • Last visited

  • Days Won

    378

Everything posted by administrator

  1. Hi, Check out this line of code: VALUES ('7', 'Africa', 'zebra'))"; ... Try not setting a value for your ID field. I seem to remember ... that it was set to be auto incremented and was of data type INT: CREATE TABLE `symbols` ( `id` int(11) NOT NULL auto_increment, As you know, '7' means you are sending MySQL a string when it wants to insert an INT. Let me know Stefan
  2. So I have to old forum up and running with the latest version of the old forum's software .. You old timers may find it interesting to check it out. Funny thing about the old forum is that it still gets a lot more traffic than the new one - it has been up for many years. In fact, we still have people joining the old forum ... even today! I will be using the old forum as more of an announce board and I will try to make people visiting our old place aware of our new home. Stefan
  3. i would look to learning jQuery which is a Javascript library that makes special affects in Javascript easy. I am about to release a jQuery tutorial - within the next few days. Meanwhile you can start by learning basic Javascript. Stefan
  4. Hi, Try this: onClick="window.open('','page','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=350,height=410,left=150,top=150,titlebar=yes')"
  5. All that error message is saying that it can't find the file you are trying to include. .. Check your paths. Hope that helps, Stefan
  6. Sorry guy. I haven't gone deep into jQuery and keyboard/keystroke trapping. Stefan
  7. A good bet would be to look at JQuery ... this is a Javascript library that makes doing this kind of stuff much easier. I will have jQuery video tutorials on killerjavascript.com very soon. Stefan
  8. Hi, Basically you want a simple cart that tracks the users selections and then have that list of selected items printed to the page in a printable format. You can create the printable page easily with some simple CSS. I am not one to plug my tutorials often, but our shopping cart tutorial will teach you how to do that. I hope that helps, Stefan
  9. How you do this depends on how often the information is updated and how many shipments you have to track. So for example, if you had to do an update on a few shipments say twice a day, it may make sense to just have a web page where you would manually enter the data. But, if you need to keep tracking information private and you have more than a handful of shipments to track, then you will need to create a tracking system where people can log in to view their data. Needless to say, this thing can get complex depending on your needs. You may want to search for shipping tracking software on Google or Bing. You might find a shrink wrapped solution that can do the job. If you want to learn about HOW this kinda of interactive website is built, you want to check out killerphp.com. This particular article may help as well: database driven websites.
  10. Hmm ... another thing on the list to look at. Stefan
  11. Hi, That would be done through an active campaign to promote the 'Hilton Hotel' key-phrase ... along with some site tweaking. Stefan
  12. Hi, You can get an overview of what to consider when it comes to hosting in the web hosting guide page. Full disclosure: we do offer hosting here as well. Stefan
  13. What is your budget? One option is to get the previous version ... it has a lot of the same capability and you should be able to get it for a lot less ... try ebay. Other than that, for the control that you specified I can't think of anything cheaper. You may try Microsoft Silverlight ... it is a Flash competitor. I just don't know too much about the specific capabilities though. Stefan
  14. I am not sure what your purpose is? Stefan
  15. Hi, That's easy, use the Flash format and play just about any video format. With the Flash 10 player and up, a Flash movie/video player can read and play back multiple video formats including: - FLV - h.264 - Quicktime ... and others. The preferred video format is h.264. Using Flash as the player will allow you to remotely control (from the server) the playback of the video. You can do just about anything, for example: you could at a particular time index in the video, have the Flash player fire off a request to a database and then display that information on screen while the video is still playing. Or you could tell Flash to pause the video and load a new page. ... Etc. Powerful stuff. Stefan
  16. For all you old time members ... people who remember the old killersites forum, I was wondering how you felt about this new forum after having driven around in it for a few months .. what do you think? .. Do you guys still prefer the new forum? Or do you miss something in the old? :/ Stefan
  17. Hi, Finally got the old forum running again! To be clear, it is just for archival purposes and it will not allow for any new post. ... But just in case some of you were missing it, it is there for you to browse. Thanks, Stefan
  18. administrator

    Breadcrumbs

    That would make sense. When building these things, always keep in mind that in the end you are just grabbing text from a page or database and returning it. ... A web page after all is just a text document. I hope that helps. Stefan
  19. Hi, The IE browser simply does not play according to the rules ... and the solution is to use the conditional comments. Stefan
  20. Just in case anyone is looking, you can find the PHP shopping cart videos on www.killerphp.com. Stefan
  21. Hi, There are a couple of ways I am aware of: - Zend Optimizer - IonCube Each has their advantages and disadvantages. You may find your server has Zend Optimizer installed already; you can find out by using the phpinfo() function: I hope that helps. Stefan
  22. Hi, That is great news!! I'm happy to hear it! With fast improvements like that, you'll should be up in action in no time. I once had a chronic illness, and it took a full 9 months before I felt the positive effects of treatment. These many years later, I'm in tiptop shape ... compared to what I used to be! Just keep doing what you are doing, eat well and try to relax and things should continue to turn around. Best wishes and we hope to see you back again regularly. Stefan
×
×
  • Create New...