Jump to content
xisto Community

leiaah

Members
  • Content Count

    437
  • Joined

  • Last visited

Everything posted by leiaah

  1. I guess it takes a while. I submitted mine before and it was probably a month after I submitted taht it actually appeared first in rank. Just forget about it and just keep adding contents to your site and exchange links with others.
  2. I don't think there's much you can do in putting security for PHP pages. Visitors of the site can't see the actual codes for the PHP pages even if they have saved the page so there's shouldn't be too much problem with visitors snooping the codes. I think it's more important to secure the database and the server itself. If MySQL is being used as the database management system then user privileges should be assigned so that no user can perform tasks that are not supposed to be done by that user. The server should also be secured and user authentication should be imposed to get rid of snoopers.
  3. I have a Nokia 2100. It's probably the cheapest Nokia phone on the market right now. It has the basic text and call features with an added flashlight. Yes, flashlight! My mother got it for me last December after I broke my last one. I'm probably changing it if I get a job with a decent salary.
  4. There's a program called exe4j that creates an executable program for java classes. It also allows you to create a splash screen using any image you like. I've tried the trial version before and the splash screen really works. Just google exe4j because I forgot the website already.Hey, if you're familiar with Java Net Beans, it allows you to drag and drop AWT and Swing components and also allows your programs to have splash screens. It's more expensive than exe4j but it's a really cool java development tool.
  5. I have a webcam and I want my site to have a live video of me (or my room, whatever) whenever I'm online (e.g. JennyCam, etc.). I want it to occupy a small portion of my webpage and it should be unobtrusive. It doesn't even matter if the video is choppy or grainy. Is there a script or a free program for this? I'm sure there is but does anyone here know it? Thanks.
  6. For the longest time just school stuff but now that I'm officially graduating from college...I don't really know anymore. I google a lot to do research for my projects and school requirements and sometimes I google to find *something that interests me.
  7. Thanks rvalkass. It works except that you have to press enter after hitting CTRL + Access Key but it's okay. Thanks again.
  8. Religion is one of the reasons why homosexuality is a taboo issue even now. It is somehow deemed immoral if two people of the same sex are in a sexual relationship. I am a Catholic and from what I see, homosexual relationships are somewhat more accepted now unlike before. I still have mixed opinions about it since there are still some things that gross me out (shorry) regarding what people do.
  9. If you're using Macromedia Dreamweaver the code gets generated automatically after choosing your settings for the rollovers. I just thought maybe you can just make use of it if you wanted an easier way and you already have the program installed. It's in the behaviors panel. It's in JavaScript and I understand you want it done in CSS but again if you have it, it's easier. Cheers
  10. This is another refresh problem question. The project I'm doing uses tons of frames (I know, some of you will probably advise me not to use frames) and I'm having problems with refreshing the target frames. The problem is, I have a main page (main.html) that is a popup (so that I don't see the address bar and the other toolbar bits in my browser) and there are links in that page that when clicked also pops up a page. What I don't know is how to refresh the main page using a link in the other popup page. I've tried using this but this only works for frames so I'm really lost here. Anyone out there knows? parent.frme_itemTable.location.reload();
  11. Is there a way to make use of the keyboard when togging html links? I'm doing a project and it would be nice if the user won't be too mouse-dependent. He will have the option of using the keyboard as well. I'm thinking if the user does a particular keypress (CTRL + LETTER maybe?) the link will be "clicked". This is probably a stupid question but if anyone knows a way it would be so fantastic! Thanks.
  12. I do this if I want to embed a media player in a webpage. I don't know if it puts the default player so I'm not sure if it's media player only, it can probably work for realtime. Anyways, it works. Just put a link to the page containing this. <EMBED src="songs/coldplay-yellow.mp3" width="220" height="180" LOOP="false" AUTOSTART="false"> Hope this helps.
  13. I'm doing an Inventory system using PHP and MySQL. It's almost done now but I've been having a problem with this particular code. This is a function that does two things. It updates a table with edited values and then inserts values to another table. It's working fine except that the status bar of my browser indicates that the page (with this function) is still loading when in fact the function has been terminated and it did its job already (I've checked the dbase) and there's no command after calling the function. Could the delay be because I have two mysql operations here? Or is something I missed in the code? I hope this post is understood. Thanks.
  14. This is a very interesting topic. I've always thought that with the way our technology is advancing there are only two avenues that will be pursued first, transportation and communication. It must have been a great lecture but his theory of breaking molecular structure to enable teleportation is still questionable, right? A faster means of transportation is almost inevitable but teleportation? It would be cool though.I saw the movie hollow man and I thought it was unreal for a person to be invisible. It's a different topic but..
  15. Thanks Spectre! I've tried it out and it's exactly what I want. I wish I had thought of it before.
  16. I've tried what you've suggested but still nothing. I've tried these statements: select * from item where id='select max(id) from users';select * from item where id=('select max(id) from users');and I get an error like: Have you tried it and had it worked? Thanks.
  17. Can you give some sample coding here? I used a function because I don't want to redirect it to another page. The action is done in the function, in the page itself and not in another page. When I click the link, it should seem like nothing happened in the page but the function does its job.
  18. Thanks! I needed this for a project.
  19. Is there anyway to make subqueries work in MySQL? I'm pretty certain someone out there knows how. Can anyone help? Select * from ITEMS where ID="Select Max(ID) from ORDERS"; This works for MSAccess and SQL Server but why not in MySQL? I'll be writing some reports and I've shifted database from MSAccess to MySQL. Help! Thanks.
  20. The title says it all, really. How do you call a function using <a href=" function name"> in PHP? I'm doing a project and I stumbled upon this problem. I don't want to use query string in the href part like <a href="?del()"> since that would mess up the other part of my code. Can anyone pleae help me? I've pasted the code below. Thanksh. <?php function display($x){ //coding goes here. }?><html><body><p align="center"> <a href="what goes here?!">Display itmes</a></p></body></html>
  21. You can never get what you want when it comes to money. With me, it's always I can never get enough. There's always something I'm saving for and always something I end up losing my savings for. Aaagh! It would be nice to have a job to have a few extra money but where can I get the extra time for that? My school schedule is killing me. It really helps to have money. It can never buy happiness but it will solve some of your problems. With money you have an excuse not to be practical and sensible and thus you can have much more freedom. But then again, money (specifically lack of) can be a motivating factor for things that you do in life. Successful people didn't always come from rich families. They made use of what they had and worked hard.
  22. Did you use these fonts in a web page and then uploaded them? Usually, when visitors of your site don't have the font that you used in their systems, the font switches to the default font (like Times New Romans).
  23. I can see everything, all the way to Y in creatures.php. You must have tweaked something already? I like the site btw.
  24. I have 12:51 by The Strokes. I like the song and the guitar solo is awesome! Not a lot of people have it and it sounds cool!
  25. That's a very mature answer, Callum. I agree with what you said. It just seems bad when parents nag and fuss about us not listening to them when in reality that is what's happening, maybe not all the time but it's true. That's a good advice even to me.
×
×
  • 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.