Search found 498 matches

Actual Results

Post Posted: October 22nd, 2009, 5:09 pm

ARRRRGGGHH! Spoke too soon! Everything seemed fine. Then I decided to run memtest86 to verify everything was on the up-and-up. Yea, not so much! I don't pretend to understand memtest86's output screen, but I'm guessing the Pass=0 and Errors=1398754 and counting aint good! So, now what?! This is so f...

Post Posted: October 22nd, 2009, 4:41 pm

HOORRAAY! Fixed it.

I read on some post somewhere about a guy changing the CAS from AUTO to 3.

Well in my BIOS I changed the CAS from "BY SPD" to "3T" and voila. Now I'm cooking with gas!

Post Posted: October 22nd, 2009, 2:50 pm

It works fine with just the 2 x 1GB Kingston in there.

How do I get the 2 x 1GB Kingston to work with my legacy 2 x 512KB Corsair?

Is it a volt issue?
Is it a timing issue?

How do I figure out what the right settings are? Obviously it's a BIOS thing right?

Post Posted: October 20th, 2009, 4:21 pm

I have this mobo: ASUS P4S800D-X 478 SiS 655FX ATX Intel Motherboard - Retail I have this RAM: CORSAIR 1GB (2 x 512MB) 184-Pin DDR SDRAM DDR 400 (PC 3200) Dual Channel Kit Desktop Memory Model VS1GBKIT400 - Retail I just added this RAM: Kingston HyperX 2GB (2 x 1GB) 184-Pin DDR SDRAM DDR 400 (PC 320...

Post Posted: October 8th, 2009, 1:13 pm

My navigation is loaded into each page as an include file... Is it possible to cache an include file? I've added
Code: [ Download ] [ Select ]
<%response.Expires=30%>
to the nav file that is being included...but thats cacheing the page that's loading the nav file...not the nav file itself. Example: defau...

Post Posted: October 8th, 2009, 7:39 am

Any thoughts on how to speed this up?

Post Posted: October 7th, 2009, 10:20 am

[code] 'LEVEL 0 sql = "select id, name from chief_product where parentid=0 and showitem='yes' and type='menu' order by name" Set rs0 = nothing Set rs0 = querySQL(sql) if not rs0.EOF then 'FOR EACH ITEM IN rs0 RESPONSE.WRITE rs0.name AND GET CHILDREN 'LEVEL 1 response.Write(...

Post Posted: October 7th, 2009, 10:20 am

I've got a script that recursively builds my website navigation based on a SQL table. It works perfectly, but it's slow, and my page-load speeds are suffering. Going from under 150 milliseconds to over 2600 milliseconds. So, I'm trying to re-engineer my script to accomplish the same goal, but do so ...

Post Posted: September 4th, 2009, 8:30 am

Ok...I've narrowed it down...I know where the failure is coming now. In IE7 & IE6 the first alert, pops up all of the data. The second alert pops up empty. [code] function handleLoading(data) { alert(data); var $visualBadge = $("#visualBadge"); $visualBadge.html(data) alert($visual...

Post Posted: September 2nd, 2009, 12:45 pm

Maybe I should explain the intent of my code here. I'm trying to override the onClick event of all <a> tags in my div id=virtualBadge I want to make those links load their intended href in my div id=virtualBadge not in the window.top Hopefully a little background will shed light on a possible ...

Post Posted: September 2nd, 2009, 12:21 pm

i think the answer is setting async to false for my get function, but i'm newbie to the point I'm not quite sure how to do that...

any pointers based on what I've already provided?

Post Posted: September 2nd, 2009, 12:07 pm

The code below works fine in FireFox. But, in IE7 it appears to hit the return false, before the get finishes. [code] function handleLoading(data) { var $content = $("<div></div>").html(data); var $visualBadge = $("#visualBadge"); $visualBadge.children("d...

Post Posted: August 26th, 2009, 5:25 am

Wow, what a journey... I have a working prototype here http://qa.chiefsupply.com/visual_badge.asp A brief explanation: I use flXHR to permit AJAX across domains, and load content from a 3rd party page into a containing div on my page. I use jQuery to hijack the links from the 3rd party page and make...

Post Posted: August 25th, 2009, 10:49 am

Here's the latest... I'm successfully using flXHR found here http://flxhr.flensed.com/ To AJAX across domains. Works in FF3.5, IE7 and IE6 I can successfully load pageB into a div on pageA. I'm still working on the particulars of loading pageB2 into a div on pageA. That's the final piece of this puz...

Post Posted: August 24th, 2009, 8:08 am

I just tried the following combination Dynamic Drive’s AJAX script to AJAX the entire page: http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm Mixendo’s script to permit the AJAX across domains: http://dev.mixendo.com/wiki/Mixendo_XHR_Demos Worked awesome in FF3.5. Wasn't supported in IE7.
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.