5,686 Topics

Member Avatar for
Member Avatar for Den.

I run a 1 year old Vista machine. As far as I know the only page that is inaccessible is [URL="http://www.motogpmatters.com/news/"]http://www.motogpmatters.com/news/[/URL] . This started around Dec. 23. I have tried first closing Windows Defender and AGV Free Edition. Didn't help. After reading the recent post "hacked" below, I have run …

0
67
Member Avatar for niggle

Any ideas please. I have an ipod classic 160. When conected using the usb lead for the first time and every time since the computer fails to find the software and download it to be able to use the ipod. It asks for the disc that came with it to …

Member Avatar for caperjack
0
118
Member Avatar for jack.w.kelley

I don't understand why this is happening but I cannot open my Control Panel. I can't even open the personalization menu so that I can control my screen saver. Here is my system info followed by HijackThis report: OS Name Microsoft® Windows Vista™ Ultimate Version 6.0.6001 Service Pack 1, v.165 …

Member Avatar for Adamsappleone
0
344
Member Avatar for mycomputer

Hello I am a novice at computer faultfinding. I have a problem where when using IE8 such that random websites open up. usually sites which state my machine has virus's etc. I have run malwarebyte,ccleaner,adaware, and avg free with no problems reported. Please could someone assist me to rid my …

Member Avatar for mycomputer
0
171
Member Avatar for Froot_loop04

Hi there, Was wondering if you could have a look at this and let me know if there are any nasties that may be slowing my computer down please? Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 21:10, on 2009-12-01 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer …

Member Avatar for Froot_loop04
0
123
Member Avatar for needhelplease

Hi my name is Gustavo, I'm new to the forum. I am running windows vista 32b and recently my computer got a virus. I ran mcafee and deleted some trojans and restored the system to an earlier date and all seems well except that when i click on a link …

Member Avatar for Ponyboy76
0
348
Member Avatar for forneamax

Hi. I would like the program to take the character/symbol/number right away after they had been pressed to avoid string being entered. [CODE] static void Main(string[] args) { char E; string response; do { Console.WriteLine("Please select your products :"); Console.WriteLine("Oranges - press O"); Console.WriteLine("Apples - press A"); Console.WriteLine("Potatoes - press …

Member Avatar for forneamax
0
133
Member Avatar for Salincer

So i have internet, but i cant use IE8? I run all my antivirus's, MAM, and that type of maintance daily, but i somehow got a virus i believe? Heres my Hijackthis... Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 10:38:23 PM, on 12/7/2009 Platform: Windows XP SP3 (WinNT …

Member Avatar for PhilliePhan
0
300
Member Avatar for cpmci78

Hi folks. My computer got infected with something nasty at the end of last week, leading to frequent crashes, my firewall getting disabled, and some odd browser behavior. I updated my antivirus, changed my firewall to Zone Alarm from the Windows firewall, and installed Malwarebytes. This turned up some nasty …

Member Avatar for cpmci78
0
195
Member Avatar for riddler18

my windows explorer.exe keeps crashing... here is my hijack.. any advice would be greatly appreciated guys.. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 23:37:56, on 17/12/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP3 (6.00.2900.5512) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe …

Member Avatar for riddler18
0
117
Member Avatar for Kurtismonger

I'm looking for a couple of dimensions on the 21" iMac L-shaped stand if someone has one to measure: 1. The width of the stand 1" above the cable hole 2. The width of the stand 2" below the cable hole 3. The material thickness of the stand 4. The …

0
79
Member Avatar for Heyzaneretro

My boot times are getting slower and slower, and I've noticed that my task manager seems to be becoming more and more clogged with applications. Recently, I noticed a few that I didn't recall adding, didn't know their function, so I Googled them. One of which, TODO <program name> led …

Member Avatar for Heyzaneretro
0
153
Member Avatar for keithcojo

My name is Keith, I'm not very computer wise. But I can follow instructions. Ive tried many registry cleaners and now i can uninstall them because i can not get into my add/remove programs. It all started with my Microsoft security essentials upgrade. after i tried to reboot my laptop, …

Member Avatar for hughv
0
216
Member Avatar for SergioQ

[B](Admin, sorry but I can't find what I would think the proper forum is. Please feel free to move this)[/B] Hello All, I am an old time developer. By old time I mean have been programming since the early 80's, my forte's are C, Win SDK, and more than dabbled …

Member Avatar for irfansblog
0
167
Member Avatar for bluem1

Ok, sorry to be so needy this week! Here is the situation. I have discovered how to do a linq query to get my data from my xml but when I return it as a string to a list box it is coming in as one large line. No breaks. …

Member Avatar for bluem1
0
135
Member Avatar for Mishoboy

Hello Team, Now that ComboFix is offline I am in need of assistance. I am infected with a rootkit and I do not know how to remove it. No antispyware software can be installed or run. Can you please help me? Here's the DDS log: DDS (Ver_09-12-01.01) - NTFSx86 Run …

Member Avatar for crunchie
0
299
Member Avatar for loves

Please please somebody help me ! I needed help to remove CiD pop-ups !!!!!! I dont wanna to reformat and install everything programmes again please ! help me to remove the pop-ups ! please i beg ! please help me Below is my Hijackthis.log Logfile of HijackThis v1.99.1 Scan saved …

Member Avatar for crunchie
0
787
Member Avatar for killer957

Hi, I read through many sites and saw where a couple of people have been helped with IE redirect problems. I am in need of your help as I am having the same problem with my PC. Everytime when I click on a link in the browser it takes me …

0
76
Member Avatar for jazzyjaj

My computer has been affected by this virus Herss.exe I had a new installation of windows xp recently as my older win got crashed i think. When i try to open a drive it opens in a new window and i cannot view hidden files and system files. Also computer …

Member Avatar for jazzyjaj
0
482
Member Avatar for RichardCrickets

Hello DaniWeb. Here is my problem. I have an XML file that is arranged like this.. <document> <Word>apple</Word> <Word>hat</Word> <Word>car</Word> </document> I'm trying to figure out how to grab the actual words. This is how I'm doing it now. [Code] DocumentBuilder builder = DocumentBuilderFactory.newInstance().newDocumentBuilder(); Document doc = builder.parse(new File("data/general/words.xml")); NodeList …

Member Avatar for RichardCrickets
0
106
Member Avatar for GuyClapperton

The news that Google is going to start making its own mobile phones to run the Android operating system might seem odd at first but it's actually quite logical. I should stress it's unsubstantiated as yet but it's appeared on a number of websites. The doubters have pointed out that …

0
110
Member Avatar for flipboi15

hey guys, i am not too sure what it could be but when i play a game my computer like skips, its not from internet connection, im not an expert but im like 80% sure its a virus thats making the performance of my computer skip. another example is when …

Member Avatar for jholland1964
0
216
Member Avatar for EddieC

Tired of parsing all the source code involved in building mobile apps? Or perhaps the approval process for Apple's App Store is getting you down. Or maybe you're an aspiring commercial developer in search of the next must-have platform to tap. If you think Android might be the one, then …

0
195
Member Avatar for Techwriter10

We've been hearing about an Apple Tablet for such a long time now, it feels like it should exist, yet it doesn't. With each Apple event, the rumors are so vivid, we actually believe them. Then the announcement comes, the shiny new ipods and Mac Books and other equipment are …

0
663
Member Avatar for laelzio.mosca

Can someone help me please? I have to do this turkey project, everything is working ok, exept for my oven time. when it prints this line: [CODE]cout << "Put the turkey in the oven on the " << startThawDay + howLongToThaw <<"th " << " at " << ovenTime <<" …

Member Avatar for valtikz
0
88
Member Avatar for newsguy

Forget about tight budgets and economic woes impacting upon the IT business, there's a post-recession return to pre-recession spending happening and networking is likely to benefit the most. According to IDC, "transformation will impact every corner of the industry in 2010" but the most important transformational force of all is …

0
145
Member Avatar for MiniMegaMoose

The computer is also behaving strangely, with partial freezes and menus that are barely visible until my mouse moves over them. Here is the hijackthis log file, but I seriously have no idea where to start with this. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 4:40:17 PM, on …

0
74
Member Avatar for EddieC

After a swirl of rumors that Apple was in talks to acquire music-streaming service [url=http://www.lala.com/]Lala[/url], the [url=http://online.wsj.com/article/SB10001424052748704342404574576544196064138.html?mod=WSJ_hpp_LEFTWhatsNewsCollection]Wall Street Journal reported[/url] yesterday that the companies had reached a deal. Exact terms were not disclosed. Lala, a four-year-old private company, offers a terrific Web-based [url=http://www.lala.com/#howitworks]music streaming and download service[/url] that lets you …

0
509
Member Avatar for dimefan90

Internet explorer has started opening by itself every few minutes and my computer is running slower than usual with a virtual memory is running low message popping up. I do not know what website it is trying to access because i have gone over my internet quota and it doesnt …

Member Avatar for Bing7
0
259
Member Avatar for Techwriter10

Mike Elgan, the veteran technology journalist, mused last week in a [URL="http://www.computerworld.com/s/article/9141437/Elgan_7_reasons_why_e_book_readers_make_lousy_gifts_this_year"]Computerworld article[/URL] that eBook readers would make lousy gifts. I don't necessarily agree with all of Elgan's points, but it got me thinking about how useful a one-trick device is for users. If you think about it, we began …

Member Avatar for Archenemie
0
914
Member Avatar for khess

This is the third entry in the continuing "cave dwellers" [URL="http://www.daniweb.com/news/story223037.html"]saga[/URL] and their new lives with Ubuntu. Someone posted a comment on the previous cave dwellers entry about [URL="http://www.apple.com"]iTunes[/URL] not working on Linux and I was absolutely sure that it did. It doesn't. Much to my surprise (and disappointment), iTunes …

Member Avatar for khakilang
1
836
Member Avatar for Jarredf

went over to my mothers for thanksgiving.. scanned her computer with malwarebytes and it picked up 327 "errors" i got rid of those and its not picking more up but we are still having a few problems.. if someone can look over my log i would greatly appreciate it! Logfile …

Member Avatar for jholland1964
0
195
Member Avatar for petefalck

Here's the story... My room mate decided to download an [I]illegal[/I] torrent of osx 10.5 (my Mac was running 10.4.9 just fine) and tried to install it and got frustrated. He found a web tutorial on how to back up your drive using the Disk Utility restore feature. He "figured" …

Member Avatar for joeedel89
0
113
Member Avatar for sueshi9

I have run avast in safe mode as well as spybot S&D and ccleaner. Avast found a virus "virtumonde" in system32 and the system restore registry and deleted it. Spybot also found it and deleted it. I have been unable to install malwarebytes. I downloaded it but installation fails. Here …

Member Avatar for sueshi9
0
171
Member Avatar for apotoczny

Hello, My computer got infected with some kind of a virus that every couple minutes plays abnoxious harmonica melody and displays pictures of different houses. I ran HJT and here is the log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 1:22:59 AM, on 12/3/2009 Platform: Windows XP SP3 …

Member Avatar for jholland1964
0
201
Member Avatar for Phil++

Which introduced OOP in their operating systems first? For example, I'm working on an assignment and writing about OOP and I'm going to say something like: "Microsoft, introduced OOP on their operating system first unlike Apple. This meant that the programming of the software became much cheaper to programme because …

Member Avatar for diafol
0
204
Member Avatar for maunofett

Hi! Ugh, my computer's normally good, but for some reason it's spyware-riddled lately. I've been trying to fix this, but I think I need to call for support. It WAS more serious, where it was preventing stuff from opening and changed my wallpaper and stuff, but I seem to have …

Member Avatar for maunofett
0
230
Member Avatar for clogz14

Hello every body I am a retired Senior Instrument and Control Engineer for Petrochemical oil and Gas projects on and off shore.I am 61 years old and have just started a non commercial project called youtubejukebox. I have a personal website made on my Apple Imac with Mobile me. I …

Member Avatar for happygeek
-1
238
Member Avatar for P00dle

I've found this online(Can't remember where) and I thought it might be usefull to other people as well:[CODE]package org.kodejava.example.text; import java.util.List; import java.util.ArrayList; import java.util.Locale; import java.util.Collections; import java.text.Collator; public class StringShortWithCollator { public static void main(String[] args) { List<String> fruits = new ArrayList<String>(); fruits.add("Guava"); fruits.add("Banana"); fruits.add("Orange"); fruits.add("Mango"); fruits.add("Apple"); // …

0
65
Member Avatar for newsguy

Apple has long been criticised for the way it handles iPhone App approval. [URL="http://www.daniweb.com/blogs/entry4408.html"]Inconsistency[/URL] and [URL="http://www.daniweb.com/blogs/entry4276.html"]mind-boggling logic[/URL] are the order of the day, or at least that's the way it appears to an increasing number of iPhone application developers. The application review process has been rigorously defended by Apple, although …

Member Avatar for Immomakler
0
375
Member Avatar for LTT

Ive been looking around and havent been able to find anything like this yet.. I am new to mySQL. Im looking for a function like the "where" function of a query string.. but insted of it being exact i would like to select "where" datafield "contains" text.. example.. item is …

Member Avatar for Molech
0
814
Member Avatar for sueshi9

Please help! Avast detected a trojan called "Win32:Crypt-FOU[tri]" in a file called "fuhulila.dll"and I cannot delete or add to virus vault. Hijackthis log below: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:47:43 AM, on 12/1/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16915) Boot mode: …

Member Avatar for sueshi9
0
261
Member Avatar for fedya

Hello guys! I have an assignment in my data structure class and I want to ask following thing: I have txt file which is unordered (not sorted) say like this: red apple blue sky white car handsome boy hello world My program should read file into linked list and sort …

Member Avatar for dkalita
0
89
Member Avatar for freelily

Was told to use a mac os disk start up disk or maybe disk warrior? Is that right? If so, where do I buy them from?

0
56
Member Avatar for Techwriter10

Mike Elgan, the veteran technology journalist, mused last week in a [URL="http://www.computerworld.com/s/article/9141437/Elgan_7_reasons_why_e_book_readers_make_lousy_gifts_this_year"]Computerworld article[/URL] that eBook readers would make lousy gifts. I don't necessarily agree with all of Elgan's points, but it got me thinking about how useful a one-trick device is for users. If you think about it, we began …

0
138
Member Avatar for Scottie

I bought a new PC recently running Vista and after a week or so I began to get the Buffer Overrun C++ message - Program: C:\Program Files\Yahoo!\browser\ybrowser.exe when I click on BT Yahoo! Broadband. I discovered I had a trojan virus which I got rid of using Superantispyware. I can …

0
96
Member Avatar for fedya

Hello guys, I've got a question related to my data structures class. I have file in which data is unordered. Say: hello apple blue phone number I have to search a string using Binary Search. But since we cannot apply Binary Search to unordered list, we should make an ordered …

Member Avatar for mrnutty
0
78
Member Avatar for happygeek

This has to be the most bizarre excuse for voiding a warranty ever, but according to [URL="http://consumerist.com/5408885/smoking-near-apple-computers-creates-biohazard-voids-warranty"]The Consumerist[/URL] at least two Mac owners have been told their Applecare warranties are no good because they smoke. In both cases, we are told, the Mac owner concerned took the matter up with …

Member Avatar for docdawning
0
470
Member Avatar for GuyClapperton

Reports in the UK indicate that [URL="http://news.bbc.co.uk/1/hi/technology/8378267.stm"]Apple is about to start selling the iPhone through Tesco[/URL]. Given that this is an American site (see the way I spelled 'rumors' up there? I'm getting the hang of this) I should explain that Tesco is like our version of Wal-Mart over here. …

0
132
Member Avatar for newsguy

Pretty much anywhere you live, it would appear that the iPhone consumes at least 50% of all mobile data traffic. Whereas the Android has a little catching up to do with just 11% of that mobile data bandwidth consumption. Of course, the iPhone entered the restaurant first and is already …

0
454

The End.