Jump to content

dcole.ath.cx

Members
  • Posts

    430
  • Joined

  • Last visited

Posts posted by dcole.ath.cx

  1. Well... 1. when your in there, switch to the hardware tab and make sure it detects your hardware.2. Make sure the cable and router are good, by using the computer your using to read this to connect to the path the Red Hat computer would use.so if 1 and 2 are good, that leave connection... does it say 'Active' under 'Status' in the 'Devices' tab? I would hope it didn't... other wise the problem would be else where. If it doesn't just press 'Activate' to humor me... it should then pop-up a connection window, that will take a long time and tell you it couldn't connect.We'll see where this gets you...

  2. Just so you know, When you get Red Hat, you get support... so you should have gotten something that said support for 1, 2, or 3 years. You can call them anytime about anything or maybe it's just week days... I've never used Red Hat.Anyway...To connect to your network or the internet... click on 'System' which is by default on the top task bar. Then click 'Administration'. Then click 'Network' or 'Networking'. Now because I don't have Red Hat, I can't tell you what to do to the dot... so this is how Fedora does it.A. If there is a Device selected in blue, click 'Edit'. In there you can pick from automatic or static network. Once done click 'OK', then 'Deactivate' and 'Activate'. B. If that doesn't work or there isn't one, then click 'New'. Click the type of connection you want... Ethernet for a ground Network, Wireless for a Wireless Network, Modem for a phone line... Then click 'Next' or 'OK', and select the card your computer has... it most likely will select for you and click 'Next' or 'OK'. It will then ask about automatic or static connection and after than you'll be done.If you have any problems look into this Support thing I talked about before.

  3. I would be easiest to use a pre-made search engine.I've made a PHP search engine and it takes a little time and will power. You need to understand how search engines work first... things like retrieving pages, sorting, storing, and not over loading the server (timing out).

  4. Why not use S@m's idea... because it works. That's the same code I would have posted and it's both XHTML and CSS valid. You also can't say it doesn't work because I've personally tested it in IE 6, IE 7, FF 1.5, FF 2, Opera 9.1 and Opera 9.2.

    Valid?

    CSS understand 3 digit HEX Codes... for example ABC is really AABBCC. So if you ever have 3 doubles you can shorten it down.

  5. I'm making an xhtml page and was wondering how you would do this:I want a bulleted list in it's own box on the leftA image on the rightThen Text in the middle, but spreading out to the full width once the list and image endI DO NOT WANT ABSOLUTE POSITIONING__________***************_________________|^^List^^^|TEXT TEXT TEXT |IMAGE$$$$$$$$$$$||^^^^^^^|TEXT TEXT TEXT |$$$$$$$$$$$$$$$$$||^^^^^^^|TEXT TEXT TEXT |$$$$$$$$$$$$$$$$$|-------------- TEXT TEXT TEXT |$$$$$$$$$$$$$$$$$|TEXT TEXT TEXT TEXT TEXT**|$$$$$$$$$$$$$$$$|TEXT TEXT TEXT TEXT TEXT *|$$$$$$$$$$$$$$$$$| TEXT TEXT TEXT TEXT TEXT *------------------------- TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT...

  6. I would stay away from an all flash site, I've tried everything under the sun... and I remember making 3 versons of an all flash site, and it was a bad idea. Such a bad idea... I don't even no why I made a 2nd or 3rd version of it. It's also a long task. I had to make like 3,000 buttons (since each one had 3 stages)... but then I had to redo it because it didn't work out, then something else came up, so I ended up working on 8,000 buttons just on one verson. O, what a waste of my time.........

  7. there are other ways of tricking people, you could hide it in another frame, then when they view the source, they only see the main one... then they would have to hunt down the other one.The best way would be to put a lot of junk in the script, but not so it affects the look of it in the browser (pointless javascript) and then remove all the returns so it's ONE LONG LINE!I think just putting it into one long line would do the trick, it's easy to do and alot of work for them to undo... they would really want to have it. Then it would also speed up the loading time, vs adding junk slows it down.---- ---I really wouldn't worry about people taking it, there isn't anything too special about html. I've made large php scripts, like a search engine and forums, and thoughs way surpase anything "cool" html can do. The only copy cats that stay alive are the copy cats for php.net and others large sites that want there loads reduced, and only have the content to help support a product they make and need the content to help with confustion issuses.

  8. Anyone know of a php forum that uses a flat file DB (txt files) and can be downloaded. And don't say google it... I tried that, really didn't find anything.

  9. It's been awhile and I can't remember everything so good...How do you put to div tags next to each other using css?? since they normally have a new line at the end...Also, I need this to work in any browser at any res. ... so no absolutes!!

  10. Does anyone know or can find a script that can compair images. Like find an know object in a large picture. It doesn't have to be in php, and yes, I have tried google... alot and I can't find what I'm looking for.

  11. Does anyone know of a php or perl chatter bot (chat bot, talk bot...) that can reply to human talking to it (though a website or IM)Also I want it to run on my own server. So I can added to it, make it learn... I've been searching Google but I haven't come up with anything.

  12. If there on the same network, it's not going to be that easy using php...The server should have some software that allows you to set a load balancer and tell it what to do if it is exceeded. The best way using php would be to have 2 addresses, like example.com and www.example.com... one of them on each server.---- ---SFB, he may have too small and old server which can't take alot to begin with, but he must have alot of people still... like 100 at any given time.

  13. I'm a smart person... I have the script check to see if my site is down before it even goes to there site... so then I can check it often with out them getting mad. Also since it's php it uses my user-agent so they will no know it's a automated script.

×
×
  • Create New...