473,804 Members | 4,288 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Incomplete website opening / download (Boomkat).

5 New Member
Hello, I am having trouble opening a website (boomkat.com). I am using a new HP dv6130us 1.6 gig processor 1 gig memory win xp sp2. Scanned with win defender, spybot, Ad-aware (not 2007), Kasperskey 6.0, CCleaner, and all clean. It is the only website that will not download, I only get the website's top menu bar after the window says "done" (after "downloadin g" that large webpage of music to buy). I CAN open it at work with an old win 2000 computer, though!
Can anyone help me with this issue?
Thanks
Sep 28 '07 #1
12 2164
epots9
1,351 Recognized Expert Top Contributor
Hello, I am having trouble opening a website (boomkat.com). I am using a new HP dv6130us 1.6 gig processor 1 gig memory win xp sp2. Scanned with win defender, spybot, Ad-aware (not 2007), Kasperskey 6.0, CCleaner, and all clean. It is the only website that will not download, I only get the website's top menu bar after the window says "done" (after "downloadin g" that large webpage of music to buy). I CAN open it at work with an old win 2000 computer, though!
Can anyone help me with this issue?
Thanks
slow site but i got it to load, try using ie7 or firefox2 (better than ie).

if you are using ie7, delete the cache.

good luck
Sep 28 '07 #2
Brewster Lewster
5 New Member
Wow, thank you so much for your fast reply! Yes, I have both IE 7 and Firfox and have tried them both. I have cleaned up all my temp files, etc., with CCleaner. It is a bit slow to open on my work computer but it will not open at all on the home laptop.

thanks
Sep 28 '07 #3
bartonc
6,596 Recognized Expert Expert
Wow, thank you so much for your fast reply! Yes, I have both IE 7 and Firfox and have tried them both. I have cleaned up all my temp files, etc., with CCleaner. It is a bit slow to open on my work computer but it will not open at all on the home laptop.

thanks
I agree with epots9; try clearing FF's cache:
Expand|Select|Wrap|Line Numbers
  1. Firefox stores copies of frequently accessed pages in the cache.
  2.   By doing this Firefox doesn't have to retrieve the page from the
  3.   network each time you view the web page.
  4.  
  5. To clear the cache:
  6.    1.   Select Tools > Options...
  7.    2.   Open the Advanced panel and click the Network tab.
  8.    3.   Click 'Clear Now'.
Sep 28 '07 #4
Brewster Lewster
5 New Member
Yup, just did that manually despite doing it with CCleaner, too. Still no luck. It says it has downloaded "done" in both IE and Firefox, but only the upper menu bar from the site is there. Hmm, very odd.

Any other suggestions? thanks in advance!!!
Sep 28 '07 #5
bartonc
6,596 Recognized Expert Expert
Yup, just did that manually despite doing it with CCleaner, too. Still no luck. It says it has downloaded "done" in both IE and Firefox, but only the upper menu bar from the site is there. Hmm, very odd.

Any other suggestions? thanks in advance!!!
How 'bout contacting the webmaster of the site? It seem they have some other issues to work out as well.
Sep 28 '07 #6
Brewster Lewster
5 New Member
Thanks, I emailed them and awaiting response.
Strange that it works o.k. at work and with one respondent here.
i will tell you what they say.
Sep 29 '07 #7
drhowarddrfine
7,435 Recognized Expert Expert
Like all browsers, cache is cleared as it fills up. The fact that it works at your work shows it's not the site or your browser. I was able to access the site just fine using Firefox at a hotel over wireless.
Sep 29 '07 #8
bartonc
6,596 Recognized Expert Expert
Like all browsers, cache is cleared as it fills up. The fact that it works at your work shows it's not the site or your browser. I was able to access the site just fine using Firefox at a hotel over wireless.
So, between the site and the browser lies the ISP and the physical connection.
The connection is working, so that leaves the ISP (please, don't tell us that you have Charter as your ISP -

).
Sep 29 '07 #9
drhowarddrfine
7,435 Recognized Expert Expert
please, don't tell us that you have Charter as your ISP -

).
Who? Me? I would never...ah...yo u have to understand..... should you...ah...well ......yes.
Sep 30 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

4
13485
by: Brian Murphy | last post by:
I have a php-based yahoo-like web directory.I wanna give webmasters the possiblity to integrate my whole directory in their websites with their own formatting.I wanna this inclusion to be possible to all kinds of websites (ASP,PHP,... or just HTML).There are basically two files in my website: -index.php : shows the main categories along with 3 sample subcategories. -index1.php : displays the subcategories and sites of categories (exactly...
3
1844
by: ASP Spam Fighter | last post by:
Curt_C Wrote: > open the request in a new window That would work fine for me, but I'm writing this script for people who believe that we must assume total and utter user stupidity. Since this trick only seems to work manually using a right click->open in new window and never automatically (using a target attribute or a javascript event), this may be too much of a mind stretch for this priviledged class of users.
8
3029
by: MattP | last post by:
Ok, with the help of some examples found on the web and some minor modifications on our own, we have a simple and working encrypt and decrypt solution. It runs as a service, watches for files with a specific extension in a specific directory. The files are uploaded by FTP to this directory. The service then does the following steps: 1) Verify it can open the file (so we know it's fully uploaded). 2) Try to decrypt the file with known...
1
1695
by: Doug | last post by:
I have a Do-Loop routine that checks the values of certain fields in a Form (F_OmissionCheck) for omissions. If the field is blank, the strOmissions variable is modified with additional verbiage that will later be displayed to the user via a MsgBox. Since there may be more than one record that needs to be checked, this routine is repeated for however many records are returned in the underlying query/form. The problem is when I run...
1
1044
by: bbu | last post by:
Hello, I need to collect data from a website, everyday. I get an email everyday with 6 to 10 links that is can pick form to get to them. I need to automate as much as possible. My ideas so far: use an Outlook2000 macro to automatically open the email when it comes in. to send the links to a threaded web service the web service thread opens the link opens a notepad of "the source" scans the source for keywords and
3
2576
by: Loane Sharp | last post by:
Hi there I'm new to VB.NET programming and really programming in general. I have a small binary file on my website that I want to download programmatically onto my local hard drive. I can locate the file on my website using (System.Net. namespace) ... Dim uri As New Uri(<web address goes here>)
4
2683
by: Samurai | last post by:
I have this ASP application that delivers binary files (by calling C++ COM object) to a C++ client application. On the server side I read from a file and write it using Response.BinaryWrite function. On the client side I read using the MFC CHttpFile::Read() function. This code has been working for 5 years on Win2000/IIS5. Recently we moved the ASP application as is into Windows 2003/IIS6. Since then we are seeing that some large size...
1
3544
by: Daniel Alvarez | last post by:
Hello. First of all, I'm working in an ASP.NET 1.1 project, which has a large page (due to client requirements, a huge page is needed to process the information, and it has a lot of interactivity with the user, so that if some value changes, the screen refresh showing some other data, or a grid, and so on). This is working well (but slow, but this is not the problem right now). The problem is that, randomly, opening the page, or refreshing...
15
2238
by: Umesh | last post by:
how to open a website like yahoo.com and use it as input? The following code doesn't work. #include"stdio.h" int main() { FILE *f; f=fopen("http://www.yahoo.com","r"); if(f==NULL)
0
9710
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9589
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10329
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10085
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9163
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7626
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6858
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5663
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3830
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.