- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
8 Posted Topics
Hi, My friend is thinking of creating a game in which you hack into a fake safe/vault "A" and once you are in that "safe" you write code/create a firewall to stop the next person getting into that safe behind you (i.e. into safe "A") and then you work on … | |
Hi, I have a bunch of uploaded files in a folder. Now I want to be able to get the names of these files that are stored in the folder using PHP so that can I create direct links to each file from my page. ie can PHP read the … | |
Hi, I hope this is a PHP issue as I miss posted earlier (sorry). I have created a page for uploading files onto my computer from the internet using PHP. My page creates a folder to hold the uploaded files in which can be deleted. BUT once the uploaded file … | |
Hi, I have an exam page for printing exams that is print friendly. However some info I dont want appears on the printed page: (1) the pages url and (2) the date still appears at the end of the page when I print it. Also (3) a page count appears … | |
Hi, I have text files/notes/pdfs etc in a folder that I want the names of to appear on one of my php pages and then I want the doc/pdf to appear in a seperate browser window (or the same window) when the user clicks on the name. Is this possible … | |
Hi, This is my final question on my GUI , I promise. I wanted to create a global String array that once it was initialized and set in one GUI that it could be accessed by any of the other related GUIs or do I have to pass it from … | |
Sorry I've asked a question about my GUI already but it's due Monday and I still having a few problems with it.... 1. When the GUIs opens it opens so that I have to change the size manually to view it i.e. the toolbar appears. Is there a way I … | |
Hi, I wrote the following GUI. Its total crap but just need to get the basics working first. Its compiles fine and my Hello World test message comes up but no sign of the UI itself. Any ideas at all ? Much Thanks, Sean import javax.swing.JFrame; import java.awt.event.WindowEvent; import java.awt.Label; … |
The End.