Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Is it possible to plug an external hard drive into Airport Express and share music wirelessly over my home network? Google seems to indicate this can be done with an Airport Extreme base station, but I don't have one of those.
I just want to be able to keep all my media together on the drive AND access it from the living room.
Oooh - I just remembered I have a wireless USB adapter thingy that used to be plugged into the Tivo. I could plug THAT into the media drive.
t scurries off to look for adapter thingy
My boss things that if you don't charge your cell phone completely each time, it "changes the memory" in the battery so that a full charge will then equal only what you charged it to when it wasn't full.
This is crazy, right?
for most cell phones I have had - yes.
Lithium-ion batteries don't have the memory problems that Ni-Cads do.
My boss things that if you don't charge your cell phone completely each time, it "changes the memory" in the battery so that a full charge will then equal only what you charged it to when it wasn't full.
I think that this was true once upon a time, especially with Ni-Cad batteries.
That was true for cell phones about 10 years ago.
I need xsl help!
OK, instead of a
xsl:for-each
I need something that will only look at the fist XML element, instead of looping through all of them.
eta: Nebbermind. I got it to work....
You probably want to use <xsl:value-of> or <xsl:call-template> in those circumstances.