Search Results |
Subject |
Author |
Forum |
Time |
RE: TASK MANAGER HELP! I did that as well. I thought it was another program that did it and asked for help at a support site :S silly old me... | jren207 | Tech Talk | 07-03-2004 at 09:00 PM |
RE: content.IE5 In win XP use the disk cleanup tool found at, [b]Start[/b] -> All Programs -> Accessories -> System Tools You can also clean up other stuff too :P There really isn't any point deleting the folders and the index.dat file as IE will create them again.... | jren207 | Tech Talk | 07-03-2004 at 08:51 PM |
RE: uk broadband At this time of me posting I wouldn't touch NTL. Nearly all my MSN contacts have it (not me, you'll see why). But what is happening is my contacts are going offline all at the same time and then they are coming online again and it's really annoyin... | jren207 | Tech Talk | 07-03-2004 at 08:15 PM |
RE: french joke :P lol, cool :P | jren207 | General Chit Chat | 07-01-2004 at 08:55 PM |
RE: nickname scroller That would be really anoying for someone that has the msgplus feature that tells you when your contacts nick changes option on. They would have like 100's of pop-ups lol. | jren207 | Skype & Live Messenger | 06-30-2004 at 05:04 PM |
RE: Free Hosts - Sites What is the data transfer amount you can have, (How many MB can be transfered in a day etc.) | jren207 | Tech Talk | 06-29-2004 at 09:00 PM |
RE: Interactive Agents Plugin Ah, is it to do with them characters you get in Microsoft office like that anoying paperclip thing?? I remember looking on [url=http://www.microsoft.com/msagent/default.asp] http://www.microsoft.com/msagent/default.asp[/url] and noticing that they are... | jren207 | Skype & Live Messenger | 06-29-2004 at 07:35 PM |
RE: FM Tuner??? Can't you have something like one of those tuner cards you can get where you can watch TV, but with the Radio instead.. :S | jren207 | Tech Talk | 06-28-2004 at 08:26 PM |
RE: gmail - copy? How much space do Opera give ;) (I don't know much about Opera :S ) | jren207 | Tech Talk | 06-28-2004 at 07:04 PM |
RE: Small Video On How 2 Get Coloured Names (In-case ppl dont know how) I thought it was a Macromedia Projector file (a flash file embedded into a player for people who dont have a standalone flash player) because they are usually .exe | jren207 | WLM Plus! General | 06-21-2004 at 06:04 PM |
RE: Small Video On How 2 Get Coloured Names (In-case ppl dont know how) It's cool, it's simple, even an idiot could change their name now lol :P | jren207 | WLM Plus! General | 06-21-2004 at 05:34 PM |
RE: Help with mod_rewrite (Apache) Cool, thanks | jren207 | Tech Talk | 06-21-2004 at 02:33 PM |
RE: (! You know when the window appears, will it show a short description when you mouse over it like in the "/" window? Like /assist "Ask for remote assistance" | jren207 | WLM Plus! General | 06-21-2004 at 02:31 PM |
RE: Need help with putting flash into a website This bit: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-4445535400 00" codebase="http://download.macromedia.com/pub/shoc kwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="250" HEIGHT="150" id="<Name>" ALIGN> Make sure you have this the sa... | jren207 | Tech Talk | 06-21-2004 at 02:29 PM |
RE: Need help with putting flash into a website Do you want to place/embed a flash file/movie/animation into your main start page of your site?? Is that what you're wanting to do? | jren207 | Tech Talk | 06-21-2004 at 02:21 PM |
RE: very strange contact list It's never happened to me b4 and I kinda live on MSN lol :P I also have lots of stuff running and keep up with it lol I also have 512MB RAM installed ;) | jren207 | WLM Plus! Bug Reports | 06-21-2004 at 02:18 PM |
RE: Computer shopping Weeell, the Sony PC i'm using is a Sony VAIO PCV-RX406. This model is kinda extinct but there are newer models on the market. Good things: > Good things fitted as standard like video cards etc. > Good technical support on it. > Good software include... | jren207 | Tech Talk | 06-21-2004 at 02:13 PM |
RE: Computer shopping Are IBM pcs any good? They are used by businesses and places like that. Might give you many years of computer life. I am using a Sony PC myself lol. | jren207 | Tech Talk | 06-21-2004 at 01:27 PM |
Help with mod_rewrite (Apache) Does anyone know how to use mod_rewrite in apache?? :S I tried Googling it and there was something to do with using a .htaccess file :S I have a page called home.php and I have set it up so I use home.php as a main page but when you add an action to ... | jren207 | Tech Talk | 06-21-2004 at 01:02 PM |
RE: very strange contact list Did you close and open the window from the tray or just bring it back from being minimized. It must have refreshed itself and got some strange information because when my tabs dont load I close the window then open it again from the tray then the tab... | jren207 | WLM Plus! Bug Reports | 06-20-2004 at 10:55 PM |
RE: What firewall do you use? For me I use Norton Personal Firewall. It's good lol. It has a thing that restricts private info. Also protects against computers withina network and allows you to allow access. It integrates with Norton Anti-Virus which I also have ;) Also has good... | jren207 | General Chit Chat | 06-04-2004 at 08:51 PM |
RE: Plus! icon in ZoneAlarm When I was updating my display adapter, it changed to 16bit colours when I unistalled the old one and things like the msn icon and norton anti-virus icon in the tray even go wierd lol. Even with Norton Personal Firewall, it only alerts you about msn ... | jren207 | WLM Plus! General | 06-04-2004 at 08:42 PM |
RE: How to make a Forum like Messenger Plus? A word of fact is that ASP will not run on Apache. There is no module or add-on that'll make ASP run. Unless someone develops one ;) . PHP does most of the functions that ASP would do anyway... | jren207 | General Chit Chat | 06-04-2004 at 01:34 PM |
RE: PHP problem I mean when you set this in say config.php (or similar). Then the mysql_connect function takes the variables from the config file. $db="yourdatabase"; //database mysql_connect ($db, $user,... You need to define info or it will not be able to login ... | jren207 | Tech Talk | 06-04-2004 at 01:27 PM |
RE: PHP problem If you do have MySQL installed, open ur script and find a part near the top of it which has stuff like: $user="root"; //username $db="yourdatabase"; //database $host="localhost"; // $pass="yourpassword"; //password This tells the script the i... | jren207 | Tech Talk | 06-04-2004 at 01:15 PM |