-
Needing a second opinion.
Date: 11/29/05
(Computer Geeks) Keywords: google
I've searched in Google, but I just want a second opinion before making a final decision and spending money on something that may not be needed.
My computer was old, so I decided it was time to upgrade the motherboard and CPU. I bought an Asus P5S800-VM motherboard, an Intel Celeron D 336 2.80GHz Socket 775 CPU, and also a 350W PSU. I have a Maxtor 10GB HDD, Quantum Fireball 20GB HDD, Lite-ON CD-RW and floppy drive came from my previous computer, and had no problems with them.
One thing I haven't mentioned yet, is the RAM. I'll get to that in a second.
Whilst installing Windows XP Professional, I had a BUGCODE_USB_DRIVER (0x000000FE) error come up, forcing me to reboot. It's only come up once, and during that time. If I'm correct, it has something to do with the CPU and HyperThreading. Also whilst installing, I got a PAGE_FAULT_IN_NONPAGED_AREA (0x00000050) error, which I again had to reboot.
Eventually it was installed, and I was in Windows. Not long after did my computer start spontaneously rebooting. At times there would be no notice whatsoever, it would just reboot. Sometimes I would get an error, PFN_LIST_CORRUPT (0x0000004E). I lost count as to how many times my computer rebooted and I got that error. Also worth mentioning, the second I get into Windows, I get an error box saying that an error has occured, do you want to send the report. Always comes up each time I get into Windows. I've also gotten IRQL_NOT_LESS_OR_EQUAL (0x0000000A) once or twice too.
Now about the RAM. The RAM is PC2100 DDR, but it's not new. I've had it for quite a while now, waiting for the day I bought myself a motherboard that supported DDR. I was given the RAM a while back, but I didn't know if it was working or not. They are 2 sticks of 256MB, equalling 512MB. First attempt to boot up the computer was unsuccessful; POST beeps telling me that something was wrong with my RAM. One of the sticks of RAM appeared to have been burnt previously, but not by me. Something I overlooked. Now I just have the 1 stick of 256MB RAM in, and the computer is working, but not how it should.
Google pretty much says that my problems are related to the RAM being corrupt and defective. The motherboard, CPU and PSU are new, the HDD, optical drive and floppy drive are not but I know they have no problems as I've used them before with no problems. The only thing I can put it down to is the RAM, as it's the only odd thing out.
Does anyone think there could be any other reason as to why my computer keeps randomly rebooting, displaying sendable errors non-stop and showing me the PFN_LIST_CORRUPT error?
Source: http://www.livejournal.com/community/computergeeks/826322.html
-
IE5 Mac form submit
Date: 12/01/05
(Web Development) Keywords: java, google
[Error: Irreparable invalid markup ('') in entry. Owner must fix manually. Raw contents below.]
I'm making a search form that gives the user a text box, submit button, and two radio button options of what to search. There are actually three forms on the page. The one that is displayed, and the two search forms that don't appear. They're on the page, but not visible. From the user submitting the visible form, I determine which of the two hidden search forms to submit. I'm using Javascript to determine what radio button is clicked, which then determines what search form I submit.
My code works fine on IE and Firefox for PC and Firefox on the Mac. But it breaks on IE for the Mac. I've googled a bit and found several people have had similar problems, but I've not seen any solutions that would work for me. When I use IE for the Mac, the forms don't submit. If I can get them to submit, I think it'd all be good.
function submitAForm(oForm) {
var chosenForm
for (i=0;i if (oForm.rFormChoose[i].checked==true){
chosenForm = oForm.rFormChoose[i].value;
break;
}
}
if (chosenForm == "webForm") {
document.webForm.searchText.value = oForm.enteredText.value
document.webForm.submit();
}
if (chosenForm == "peopleForm") {
document.peopleForm.keyword.value = oForm.enteredText.value
document.peopleForm.submit();
}
}
Thoughts?
Source: http://www.livejournal.com/community/webdev/275455.html
-
Blogging suggestions?
Date: 12/02/05
(Web Development) Keywords: rss, database, web, google
Hey everyone. Quick question.
My husband and I run a small press comic book publishing company, and we're currently redesigning our website.
Long story short, we're looking to set up a blog of some sort that i can customize the look of, that google will index and that i can turn into an .rss feed. we're willing to
pay for the service, although it has to be very reasonably priced.
I was going to work with movable type, which i know fits these criteria, but I'm thinking it's a bit over my head to install. I've installed messageboards and worked with databases before, but it's been a while, and I'm rusty.
Don't need a lot of bells and whistles, and really, the simpler the better.
Any suggestions? Thanks in advance.
Source: http://www.livejournal.com/community/webdev/275939.html
-
IE flaw lets intruders into Google Desktop
Date: 12/02/05
(Security) Keywords: google
A researcher has found a way to steal data from unwitting users of Google's desktop search tool by exploiting an unpatched IE flaw.
Source: http://news.zdnet.com/2100-1009_22-5980623.html
-
Gmail gets security upgrade
Date: 12/02/05
(Security) Keywords: security, google
Google bolsters security for its e-mail program, but only long after rivals offer similar message-scanning features.
Source: http://news.zdnet.com/2100-1009_22-5980482.html
-
Search Engine
Date: 12/03/05
(WebDesign) Keywords: web, google
Hey, a friend of mine is starting up her own business, and she was wondering how to get her website to appear on google. Do meta tags do that?
Apologies. Web design ignoramus here.
Source: http://www.livejournal.com/community/webdesign/1025925.html
-
name based virtual hosts, suse
Date: 12/04/05
(Apache) Keywords: php, html, web, yahoo, google, apache
I am beginning to work on multiple sites on my home test server and need to set up virtual hosts.
My server is running SuSE 10 with Apache 2, and is accessed by typing in "talon" in firefox's address bar. I copied vhosts.template to site1.conf and edited it as follows:
Next I opened /etc/hosts and edited as follows:
Then, rcrestart apache2.... ok.
And here is where I am stumped.. (and btw I googled the bit about /etc/hosts - i'm not sure if that's how it should be). If I type in http://talon/site1 Apache says page can't be found. If I try http://site1 page can't be found. My site1 files exist in the DocumentRoot listed in the site1.conf file above.
I also read through apache's documentation on virtual hosts but the way they explained it didn't make as much sense to me.
Thanks for any and all help.. I've wanted to learn vhosts for some time now.
Source: http://www.livejournal.com/community/apache/27604.html
-
PHP Email
Date: 12/07/05
(PHP Community) Keywords: php, mysql, sql, linux, google, apache
Hello everyone
I've got a little bit of a problem, @ work I run PHP on apache which then runs on Win2k Server. For email I have just edited the php.ini and changed
SMTP =
smtp_port = 25
to point at our exchange server. Now here's the hard part @ home I run a linux server, well 2, 1 is my mailserver and various other stuff the other is my dev box, apache/mysql/php. How/what do I need to change to get my dev box to send mail to my mailserver ? I've had a look on google but drawn a blank.
My dev box is called pm-sr02, mailserver called pm-sr01.
Thanks for any answers
Source: http://www.livejournal.com/community/php/375707.html
-
Google takes the bus
Date: 12/08/05
(Web Technology) Keywords: google
Company debuts beta of transit trip planner, which tries to map out the most direct route for public-transportation users.
Images: Google hops the next bus
Source: http://news.zdnet.com/2100-9588_22-5987262.html
-
Statistics & Interpretations: How Using Google Search Makes You Richer or Does it?
Date: 12/09/05
(Java Web) Keywords: yahoo, google
InfoWorld published results of a survey which found Google search users were more net savvy and more likely (statistically significant) to have household income above 60, 000 USD, in comparison with competing search engines like Yahoo, MSN etc..
Unfortunately some of us tend to misinterpret results of such survey and infer erroneous causal relationships like [...]
Source: http://blog.taragana.com/index.php/archive/statistics-interpretations-how-using-google-search-makes-you-richer-or-does-it/
-
Google and Firefox
Date: 12/11/05
(Mozilla) Keywords: software, virus, spyware, google
Hi!
I have encountered something strange here using Google and Firefox 1.5. Whenever I'm trying to search for something which contains the word "forum" I get this message:
We're sorry...
... but we can't process your request right now. A computer virus or spyware application is sending us automated requests, and it appears that your computer or network has been infected.
We'll restore your access as quickly as possible, so try again soon. In the meantime, you might want to run a virus checker or spyware remover to make sure that your computer is free of viruses and other spurious software.
We apologize for the inconvenience, and hope we'll see you again on Google.
I have tried it in IE 6 and Opera 7, but I don't get this message using them. What is this? I have scanned my system already for Spyware, but there was nothing major. But I haven't checked for Viruses yet, because it takes long. Well, AntiVir didn't notice anything as I have started (it checks the memory and current processes).
Does anyone else gets this message?
-------------
EDIT:
It seems I'm not the only one who had this problem: Thread in the german Firefox support forum. Now I have cleared the cache and history... and guess what? It works now! :D
But, still, it was somewhat confusing.
Source: http://www.livejournal.com/community/mozilla/342204.html
-
Google Facing Class Action on Click Fraud
Date: 12/11/05
(Java Web) Keywords: google
Google, Inc. has been sued by AIT, a "two-time" INC 500 Company, who has advertised with Google for years, as the representative plaintiff in the United States District Court for the Northern District of California.
The suit is based on fraudulent clicks and Google’s refusal to take steps against it even though the company is well [...]
Source: http://blog.taragana.com/index.php/archive/google-facing-class-action-on-click-fraud/
-
The scariest possibility for the future of IT?
Date: 12/13/05
(Computer Geeks) Keywords: software, linux, microsoft, google
Time Warner and software giant Microsoft are understood to have held talks earlier this year on how the two firms could work more closely together.
Analysts believe Microsoft is keen to buy part of AOL and merge it with its own internet business.
Source
My position - if this happens it will mark the beginning of the end of the internet as we know it. AOL is already known for it's restrictive practises, combining this with Microsofts proprietry "standards" and monopolistic practises the net will be reduced to a microsoft only zone with linux/mac users unable to access a lot of content due to DRM restrictions. Microsoft would also use this position to force companies like google out of its way, making their sites incompatible with the AOL/Microsoft internet portal.
Discuss.
Source: http://www.livejournal.com/community/computergeeks/834047.html
-
major apache issues!
Date: 12/13/05
(Apache) Keywords: virus, web, google, apache
Hello, I just joined this fine community...actually it's quite an amazing coincidence that I found it right when my Apache server is having terrible problems.
I haven't had problems with it up until recently, but lately it has just been really misbehaving on me! Normally I have one of my friends help me with it but he's really busy so hopefully someone here can be of service.
Here it goes:
I got a new computer (an emachine with Windows xp Media Edition) a few months ago and ran Apache on it just perfectly. I was all set to start working on a new layout for my web page when something weird happened with Comcast: they actually kicked me offline for having a virus! I never knew comcast could do that...so I had to go to Best Buy where they swept my entire computer clean and reinstalled all the things the machine came with. Luckily I had back up files of most of my pics and such...but not of Apache of course.
So I had to re-install Apache from its website. This is around where the trouble started.
When I re-installed it, I followed the guidelines that my friend (who has always helped in the past) had written down for me in previous emails. I had saved the emails so that I could refer to them later in case of such things.
I installed Apache 2.0.55, or as the actual file is read: apache_2.0.55-win32-x86-no_ssl.msi to my desktop and then ran the file.
I typed in my information correctly (I even double and triple checked that!), and then continued to install...and Apache ran perfectly fine.
Then, of course, I had to go to the C:\Program Files\Apache Group\Apache2\conf file and modify the httpd.conf file. I copy and pasted what was in an email I received from my friend, which has always been correct in the past and which, previously, I have had NO problem with AT ALL.
However, when I restarted Apache, I got the following message: "The requested operation has failed!"
It hasn't started since then. *cries*
I have tried to do the following to remedy (and possibly understand) what is going on:
1. I tested the Apache Server Configuration
when I did this, it said that there was an error on line 15 of the httpd.conf file. I checked line 15 and didn't see anything out of order, but I was also unsure of what I was looking for, so that didn't much help.
2. I checked the Error Log File
when I did this, this message (among message that were not errors or problems) came up:
[Mon Dec 12 17:29:28 2005] [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed.
What exactly does this mean? I had no clue...
3. I searched for the words "Asynchronous AcceptEx" on google and came up with a few sites that I thought might explain what was going on, but mostly they were just a bunch of people talking about similar problems, rather than a solution to the problem.
Sooo...I still remain lost and need help!
If anyone knows anything about this or has suggestions please let me know. This has been going on for about a month now and I am not a person with money (being a college kid and all), so I can't just have my domain name sit here being unused.
:(
Thanks to anyone who can help me!
Source: http://www.livejournal.com/community/apache/27907.html
-
modifing limited user rights
Date: 12/14/05
(Computer Geeks) Keywords: google
Hello,
I have googled to no avail...
Running XP pro on a workgroup.
I have my room mate on a limited user account and I want her to be able to plug in and access her thumb drive, but on a limited user of course no plug and play.
I can not figure out how to modify either her or the limited user rights to allow plug and play.
If this can be done through a domain/AD I do have enough spare parts to put together a box, run XP or 2003 (if can find my disk) and dcpromo it and configure my network to a domain.
Again, if you could point me in the right direction in that set up it would be appreciated. I have played around with AD a bit in 2k, and that was years ago.
Source: http://www.livejournal.com/community/computergeeks/834852.html
-
Google home pages get even more personal
Date: 12/14/05
(Web Technology) Keywords: google
Search engine offers third-party developers tools to help people spice up their Google home pages.
Source: http://news.zdnet.com/2100-9588_22-5995182.html
-
Google touts enterprise search products
Date: 12/15/05
(Application Development) Keywords: google
Google is getting the word out about its corporate search products as the head of its enterprise group addresses Interop in New York City.
Source: http://news.zdnet.com/2100-9593_22-5995562.html
-
Google whistles a new tune
Date: 12/15/05
(Web Technology) Keywords: google
Search giant launches Google Music search service for finding lyrics, bands and CDs.
Source: http://news.zdnet.com/2100-9588_22-5995864.html
-
Video: Google spotlights corporate search
Date: 12/15/05
(Web Technology) Keywords: google
At Interop in New York, exec gets the word out about Google products geared for enterprise search.
Source: http://news.zdnet.com/2100-9588_22-5996896.html
-
Securing webpages with Apache 2.0
Date: 12/15/05
(Apache) Keywords: web, google, apache
Ok, I got the virtual hosts working. Now I'm wanting to set up a secure server. I've tried google and the apache website, and it's all seeming rather confusing and beyond what I need. I'm not worried about things like man in the middle attacks or anything like that, so certificates arn't needed. All I want to do is make a site encrypted, basicly https.
How do I go about doing this?
Source: http://www.livejournal.com/community/apache/28492.html