Re: Improve HAVING BY performance Programming Databases by Dani … means the fastest we can get that HTML over the wire to the user's browser, the sooner we can start… code before we can even start sending it over the wire. That means all PHP interpreted, SQL queries executed, etc. Everything… Re: Improve HAVING BY performance Programming Databases by Dani … HTML from the PHP code *and* send it over the wire (e.g. including network latency). When I said I was… Re: fault Hardware and Software Microsoft Windows by lolafuertes Wire? Re: unable to open my pc Hardware and Software Hardware by Vicky_2 Wire which came out from SMPS .. I mean when I push the start up button on pc... Fan and light run fine... But monitor is till black Re: Connecting Xbox360 to Internet Hardware and Software Microsoft Windows by caperjack wire the xbox to the wireless router ,not the pc. Re: Computer turns on, but monitor (Screen) doesnt? Hardware and Software Microsoft Windows by aVar++ Wire's are connected to the motherboard or graphics card not the cpu... Wire color? No manual just need to be sure. Hardware and Software Hardware by ingeborgdot@yah On the hdd led, reset swith, soft power connector, is the white or the colored wire negative? PSU wire cut :| Hardware and Software Hardware by Gaming wiz … untidy thats coz the case is small and the psu wire are very long so i decided to do something that… deeply regret right now [ i cut the following wire :- 1) 6pin GFx wire 2)floppy wire 3)all 6 of the 4 pin… wire cable i did this coz im the type of guy … Re: PSU wire cut :| Hardware and Software Hardware by bobbyraw … see , but wouldnt it be better if i romove each wire individually from the base of the board ? thanks[/QUOTE] what… do you mean by this If the wire are twisted tight and insulated properly from each other then… Re: PSU wire cut :| Hardware and Software Hardware by Gaming wiz …=bobbyraw;530678]what do you mean by this If the wire are twisted tight and insulated properly from each other then… now to remove the whole board ,remove by soldering the wire points and then put it back in the PSU case… Re: PSU wire cut :| Hardware and Software Hardware by Gaming wiz i see , but wouldnt it be better if i romove each wire individually from the base of the board ? thanks Will a long phone wire reduce my DSL speed? Hardware and Software Networking by CarolClark If I run a 100 foot phone wire around the house to install another jack, will that lower my DSL speed.Is there a maximum length for phone wire, before it lowers the signal? How to wire CAT5 wallplate(female) one end and other RJ45 jack(male) Hardware and Software Networking by Traitimmapu Hi Daniweb members, I have GE Network WallPlate connected to one end of the CAT5 and wire as following screen shot: What i would like to know is how to wire the other end of the cable using the RJ45 jack (male) so that i can connect it to a Router? thanks in advance Traitimmapu Can't connect Two switches with a 30 metre Lan wire? Hardware and Software Networking by Gauravrupani I m facing a huge problem regarding connection between two switches. I m crimping LAN wire CAT-5e of 5 to 10 meter and it is working very smoothly, but if i tried to Crimp a LAN wire having length>10 meter, It is unable to establish steady connection. please help me out..!!! Re: Can't connect Two switches with a 30 metre Lan wire? Hardware and Software Networking by ryan461 … is best to have a tester to see if a wire comes up short, as thats all it takes. Check each… end of the cable, see that each wire is contacting in the metal in the RJ45. You can… Re: two wire intercom using embedded c program in atmega8 Programming Software Development by Banfa … things and both tend to be 3 wire connections (because they require a ground). 2 wire connections tend to be used on… more than 1 ground. Your micro processor supports a two wire interface (which appears to be to be I2C in all… Re: Will a long phone wire reduce my DSL speed? Hardware and Software Networking by Techi Did u mean ADSL? Yes the length of wire does matter because also anything could happen in between (a few users had their dogs chewed the wires, i'm not joking). Having said that, every case is different. I think u should deal with the problem IF it comes. There could be other reasons for slow connections. Re: Can't connect Two switches with a 30 metre Lan wire? Hardware and Software Networking by ryan461 You have a wire tester to test the cable after you make it? Ethernet has a limit of 100m so you're not breaking that Re: Will a long phone wire reduce my DSL speed? Hardware and Software Networking by sebastianedu DSL speed is not depand on wire length , speed slow downd when number of user used dsl Connection . bank wire transfer Programming Web Development by muneerbasha Hi I have a hyip software in that some payments are there like liberty reserve,e-gold...,After enabling curl paypal is also working but BANK WIRE not working what i had to do solve my problem .please send me as soon as possible .Advance Thanks to people to Daniweb community Re: bank wire transfer Programming Web Development by cwarn23 I'm not sure how many people here would be familiar with Bank Wire but I suspect it is an api and I assume you've read the documentation. Then if there are other troubles with the api could you please post the code and any error messages so we can see what's wrong. windows 7 fire wire card problem Hardware and Software Hardware by skimmer911 … if for my dv camcorder but it had no fire wire ports so i brought a dynamode card (pci-3pfw) but… Fan wire adaptor Hardware and Software Hardware by ingeborgdot@yah I have a fan with 4 wire pin and a fan controller with 3. I need a 4 to 3 adapter to go in between but can't seem to find one at newegg. Anyone care to steer me in the right direction? Thanks. Trying to figure out what Wire Shark is telling me about this IP address. Programming Computer Science by Leo G … there is a better place for it please. Was watching Wire Shark processing my LAN card while I'm on FireFox… two wire intercom using embedded c program in atmega8 Programming Software Development by rajii93 plz help me..with the program for two wire intercom using embedded c program in atmega8 Re: two wire intercom using embedded c program in atmega8 Programming Software Development by rajii93 THANK YOU SIR.. I THINK THAT TWO WIRE INTERCOM IS AN APPLICATION OF SERIAL COMMUNICATION SUCH AS USING USART,SPI. IS THAT RIGHT SIR? DS1307 real time clock Programming Software Development by Gazzmonkey …for testing /*void stopDs1307() { Wire.beginTransmission(DS1307_I2C_ADDRESS); Wire.send(0); Wire.send(0x80); Wire.endTransmission(); }*/ // 1) …) { // Reset the register pointer Wire.beginTransmission(DS1307_I2C_ADDRESS); Wire.send(0); Wire.endTransmission(); Wire.requestFrom(DS1307_I2C_ADDRESS, 7); // A few… I2c Hardware and Software Networking by ajit.nayak3 …-99 Wire.beginTransmission(DS1307_ADDRESS); Wire.write(zero); //stop Oscillator Wire.write(decToBcd(second)); Wire.write(decToBcd(minute)); Wire.write(decToBcd(hour)); Wire.write(decToBcd(weekDay)); Wire.write… Digital Circuit Simulator not working correctly Programming Software Development by sciwizeh …, toGrid ( e .getY ( ) ) ) ; } else if ( selected instanceof WIRE ) { WIRE w = ( WIRE ) selected ; if ( wireSel == 1 ) { w.setXY ( toGrid ( e.getX… ) ; } else if ( gate instanceof WIRE ) { ( ( WIRE ) gate ).doFigure ( ) ; ( ( WIRE ) gate ).out.fillList ( ) ; ( ( WIRE ) gate ).out.changeInputs ( ) ; }… How to use H3LIS331DL 3-Axis arduino to detect Harsh braking Programming by rjrajbir …0x18 void setup() { // Initialise I2C communication as MASTER Wire.begin(); // Initialise Serial Communication, set baud rate = 9600…yAccl msb, zAccl lsb, zAccl msb if(Wire.available() == 1) { data[i] = Wire.read(); } } delay(300); // Convert …