3,974 Topics
![]() | |
Hi there, i am having a problem with my 1tb seagate goflex. it can't be detected on any computer. moreover, i can hear a ticking sound inside it. is it safe if i open it? if not what should i do to fix it (if it can be fixed)? | |
Someone borrowed my Seagate 500mb Portable HDD and then suddenly the only thing I can see in it is a shortcut of itself. My portable hdd is divided into 200mb and 300mb, both is the same. I tried to show all hidden and system files and here is what i … | |
was seeing some movie sunddenly there was a power cut and after turning it on ......in the bios...HDD is dectected bt not the size...as there was data in the HDD...didnt do anything...so got a HDD (older one) installed XP.....installed getdataback....icare recovery.....diskgenius....n some more....the 500GB HD just shows as 8GB HDD … | |
What is this "write protect" and "card present" on the SD card? Are these pins on the SD-card or are they some feature of the SD-card? | |
Getting Run Time Error 13 Typy Mismatch this coding is of EXE file of VB programing can any 1 sold this coding for me ??? please help me here is full coding :- Dim serverid, serverport, serverip, agentid, lsip, lsport As Integer Dim zonelist() As String Dim zonecount As Integer … | |
At just half a cubic inch in volume, 1.62 inches long, weighing half an ounce and coming complete with a built-in clip and little else to spoil the minimalist aluminum design, the smallest digital music player on the planet goes on sale this coming Friday. The surprising thing about this … | |
hi guys.. i need your help.. i want to display the user's login information. like, storage location..but im not sure how to do it.. this is how i try to do it.. $tenantID = $_GET['tid']; " " " $query_recTenantuser = "SELECT * FROM md_storage WHERE tenantID='".$tenantID."'"; $rs_recTenantuser = mysql_query($query_recTenantuser) or … | |
[ATTACH=right]16975[/ATTACH]Lately, we've been feeling rather sorry for Dell's media relations people - they keep having to put out [URL="http://content.dell.com/us/en/corp/d/secure/2010-08-26-response.aspx"]press releases[/URL] about how their employer has purchased data storage company 3Par, only to learn later that it hasn't actually happened. Dell first announced its acquisition of 3Par [URL="http://www.daniweb.com/news/story304779.html"]a couple weeks ago[/URL], … ![]() | |
D-Link announced some exciting new SAN Storage Array equipment, and DaniWeb managed to get an exclusive interview with Chris Gruber, director of product marketing, storage solutions at D-Link to chat about the new DSN-4000 series, and the recently announced ShareCenter Pro Unified Storage Solutions product line. [B]DSN-4000 Series[/B] Aimed at … ![]() | |
error was reported from the transport layer and the error description could not be retrived If any one has had the above message upon startup it 's raid card driver related Hi, I have just started to use the harddrive which had the problem, it's still there. The problem is … | |
## Introduction ## In this introduction I will try to explain basic object orientation (focused on PHP). It is by no means meant to be a complete guide. There are a lot of concepts I am avoiding for simplicity’s sake. I will try to give a theoretical explanation first, and … | |
Hi, I am currently using 1TB HDD. But I have another 1TB HDD that I want to use now and as far as I know setting up RAID 0 can increase my performance. So, I am thinking about doing it. I have a few questions: My current HDD is almost … | |
I am creating a web page where the user and select an item by clicking on the button. The details of the item selected will be displayed in a dropbox. At the moment I can get it to update the quantity if the user selects it again. The problem which … ![]() | |
Hi all, A friend brought me this computer, it's a gateway NV53 with windows 7. The problem was that the HDD was locked. Everytime the computer is turned on, the message "Ennter HDD User Password" appears. For that, we got a new hard drive for it and a windows 7 … | |
I have a very confusing question to ask and it is the difference between array of pointers & pointer to an array. I want to understand this concept very well so please please do help me understand this concept. I'll start with what I have understood about array of pointers. … | |
I have a Dell Inspiron Laptop and my HDD just failed. I'll be very specific so you all can help. When booting (XP Pro) I got the blue Screen of Death: UNMOUNTABLE_BOOT_DRIVE I ran a DST-Short Test and got: Msg: Unit 0:Drive Self Test failed. Status byte = 79. I … | |
In lines 359 and 360 i have this piece of code: printf("Oi mathites me ton megalytero bathmo ( %f ) einai oi: \n",max); for (i=Stack.Top;i>=0;i--) { printf("%f, \n",Stack.Element[i]); } And i want to print the results of that Stack...... but nothing happens .. :-/ What have i missed to add … | |
I'm designing a embedded system and we have to oftenly report system fault in different code module. So I decided to create a source file to keep the error log and I'm building a struct for that. So that, every module reporting the error log and store in a data … | |
I am having a hard time trying to run this excercise. This works great up until the direction to declare the member functions Once declaring romanType member functions protected: ___________________ class romanType class romanType { protected: void storeRomanInput(char RomanNum[25]); void convertToDecimal(char storage[25]); void printAsRoman(); void printAsDecimal(); }; I am unable … | |
Hi, after searching a bit on the web I'm getting mixed messages about whether there's a difference between a hard and soft reset on a PC (shutting down vs. restarting). I know that shutting down removes power from all the cards and drives, but I'm specifically wondering about clearing memory. … | |
Hi all. I have two tables (question and answer) with q_id as the link. I would like to output the data that each table holds alternately like this: [Question 1] [Question 1 Choice of Answers] [Question 2] [Question 2 Choice of Answers] ...and so on. I've managed to filter the … | |
I have created movie database. I have list of **Genres,** <ul> <li><a href="movielist.php?id=<?php echo"$id";?>"><?php echo"$genre";?></a></li> </ul> In **table movies**, movie have multiple geners. How to fetch same movie if multiple geners available (e.g. The Expendables 2 appear in **Action | Adventure | Thriller** these three geners). **How to display movie … ![]() | |
I am looking for a universal system that can replicate/Synronize database schemas and changed data for mysql,sql server,Oracle or atleast mysql and postgresql. Our company has different branches each with its own local data but any changes in a local database is supposed to be replicated to the central database. … | |
My 6 month old laptop has needed 4 reformats so far because of disk problems and now it wont boot past the windows loading screen. i played around and i found a diganositc test that could be run through the bios and it passed everything up till one called DST … | |
Hi All, I know this is probably going to be very simple but looking for some help. Currently i have a program that can put a website such as "www.google.co.uk" and pull all the HTML and put all that HTML inside a textbox unformatted. Is there a way i can … | |
Hello Group! I am writing my first complex VB2010 program that is a order entry and inventory management program. I know there are lots of these out there. However I'm attempting to write this for a specific type of business which creates its own set of challenges. However my question … | |
Dear All, I am trying to install pf_ring on centos 6 using its user guide. I am stuck at page 10 for this command [ICODE]$ cd <PF_RING PATH>/userland/lib $ ./configure $ make[/ICODE] I get this error [CODE] make ar x libs/libpfring_dna_x86_64.a ar x libs/libpfring_mod_virtual_x86_64.a gcc -g -Wall -fPIC -I../../kernel -I../../vPF_RING/guest/kernel … | |
I am redirecting using different roles superadmin,hr assistant etc to aspx pages with in folders respectively..But in foreign iis <!-- For more information on how to configure your ASP.NET application, please visit http://go.microsoft.com/fwlink/?LinkId=169433 --> <configuration> <configSections> <sectionGroup name="devExpress"> <section name="settings" type="DevExpress.Web.ASPxClasses.SettingsConfigurationSection, DevExpress.Web.v12.1, Version=12.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/> <section name="compression" type="DevExpress.Web.ASPxClasses.CompressionConfigurationSection, DevExpress.Web.v12.1, … | |
HI Can ne 1 tell me abt site providing free online storage space ,,,, i hv tried [URL="http://www.box.net/"][U][COLOR=#445395]www.box.net[/COLOR][/U][/URL] but m not impressed wid it so plz tell me other site if u kno which is better thn box.net .... thanx | |
i tried reverse engineering option in Mysql workbend 5.1, 1stly i imprted DB's script and then created it, Its done :) but when i try to create ERD via Reverse Engineering option , then it doesn't show relations ships btw tbl, it only brings table to front ! why ? … ![]() | |
I have a laptop that runs Windows Vista and when I turn it on Windows won't boot. Instead, I get this error message. Windows has encountered a problem communicating with a device connected to your computer. This error can be caused by unplugging a removable storage device such as an … | |
Hi i'm trying to save the data in local storage.But it Works Correctly As My code.But i want to save the data in different Manner. Here is my code Snippet Walk Through It And MAke Corrections.... <!DOCTYPE html> <html> <head> <script> //function for \to check whether the input value is … | |
Hi All, i was just wondering that can i store the data of a form using html,javascript. firstly i thought of using localstorage or session storage in html but if i save the data in my form others cant see the data if they open that page, and if i … | |
I am trying to finish a program in COBOL (this is only my second program in this language) but I can not understand what I need to do in the last step. The instructions are:1. For the IDENTIFICATION DIVISION include the PROGRAM-ID, AUTHOR, INSTALLATION, DATE-WRITTEN, and DATE-COMPILED. 2. Modify the … | |
Boot from live windows Cd or from Windows Recovery Console and type chkdsk c:/f (c: or whatever ur windows drive be) and press enter. After checking completed, restart ur PC. Remove ur CD or Pendrive. and Wallah...done. | |
hello everyone, just wondering: would buying a second identical hard drive and setting up raid 0 on my computer be worth it? Will raid 0 give me a preformance boost? Or should i upgrade my drive from my stock WD10EARS (Western Digital Green) to a Western Digital Black? Specs: Gateway … | |
I have a acre aspire one notebook and I can't get it to work on battery only , when I unplug the power it closes off. The battery reads that its full, so I took the battery out for a few days when I put it back in it still … | |
I'm not sure if this is the proper forum for my problem, but I've been all over the internet and have found similar problems but no easy solutions. I'm running WIN 7 on my home pc and transferred some files via a Flash Drive to a laptop running XP Pro … | |
Hello, I have this Windows Phone app I need to do that gets information from the Google places API about places that the user searches for. For each place I need to have a pushpin on a bing map I have inserted. The problem is that I'm a newbie in … | |
Hi I have an Antec Easy Sata hotswop hardrive caddy. I have been using it with two hard drives. It seems that I need to restart Windows (version 7 running on a Dell 490 workstation) to get a replaced drive to be recognized. What seems to happen is th name … | |
Hello everybody! Recently I had some propblems with my laptop, everytime it started a screen from American Megatrends appeared. After doing some research, I just pressed f2 and the laptop started. However, yesterday pressing f2 didn't work anymore, the computer seems to not react to the keyboard anymore. The only … | |
I'm running Windows 7 on an Acer laptop. I have tried two known and working External hard divers on my laptop. I can see both on the Device manger and it states both drivers are working, however they are not appearing on my Computer. i have followed previous threads and … | |
So, I wrote an address book and I'm nearly done, but Im having a little trouble using the picle module to back up the input data to a file for later retrieval. Here is what I have so far: (Im working on a solution while I type this) from tkinter … | |
Hi, I'm coding a game, i have a form to create player. I use html5 storage to create this. But the problem is if you go to tools>local storage, the password is visible. I want to implement some sort of security to hide this password in javascript. Can someone tell … | |
Remember when you had to use a whole host of 'utility downloads' just to keep your PC running smoothly? Windows has had optimization tools built in for ages now, so surely the days of PC optimization suites are long over? Not so according to iolo, which has just released System … | |
I'm learning html and having a lot of trouble understanding the use of the src attribute to load an image from local storage, such as the images directory on my hard drive or, when the webpage is uploaded to my webhost, the images directory of my webhost. Can someone please … | |
ok i have acer aspire 0ne 721 series with an hitachi 160 gig hdd i have taken it out to reformat it on my computer because it has a password protected and i have forgotten the password the problum is that is showing up in the device manager but not … | |
Hello everyone. Hopefully somebody can help me. I have an old 250 GB external HDD which I used to use for data storage. It's a fairly old model (bought it in 2005) and the USB port on the caddy seems to be broken. At first, I could have the HDD … | |
what is the Difference between Hard Disk and SSD drive ? | |
An educational institute wants to implement online result system. The student can feed its rollno and course on the web site to see it marks details in order of various subjects. More ever administrator of the web site can edit and add marks through web interface of the site. Write … |
The End.