Saturday, April 28, 2007

Getting Sansa to work on Vista

Well I'm not 100% sure of what happened, all I know is that it's working now with Sansa Media Converter, which is funny because the guys from Sandisk told me it wouldn't work on Vista.. I hope they do some more research or hire me :)

I have the Sansa e270 but I think this should work with all versions. Now, on MSC mode it works as a flash card pretty much... You can copy copy and paste your songs into the music folder.. the problem is when you want to transfer pictures and movies to it. MSC won't work on Sansa Media Converter... for this you have to change the USB mode to MTP.
To do so, go to Settings -> USB Mode -> Switch to MTP if not in there... this is the mode that Sansa Media Converter will detect (after you follow the next steps).

First I installed Sansa Media Converter, that's for sure, the version I installed came on the CD and it's 1.2.1.74. And it wouldn't detect my player. Nor in MSC or MTP mode. BTW make sure you don't loose your CD because SanDisk doesn't provide Sansa Media Converter on their website... or at least I couldn't find it... Provably getting the newer version from ArcSoft will save you some time, but I didn't have to do that, and I saved myself about $30 just by browsing around the web, so I hope this guide helps you.

I also installed the Sansa Firmware Updater, which I don't know if it came with the CD or not... but you can get it here. But I didn't update the firmware. I updated it afterwards. (To update you'll need to be on MSC mode). It works with the firmware update too so don't be afraid to do it.

Anyway... I did two more things, the first was that I did what this guy said:
"OK. So far I like Vista and I have had no software or hardware issues, except for my e270.

I have been trying to get my Sansa to work with Vista for a week now (it still works fine with XP.) I would plug it it and the driver installation would pop up, but it would fail to find the drivers. The e270 would show up in device manager (twice, since I have a microSD card in it) under Other Devices, and would have the yellow exclamation point declaring that there was a driver problem.

I recently had a problem installing Daemon-Tools. The virtual CD-ROMs weren't showing up in explorer, even though device manager showed them as being installed.

After some research in the Daemon-Tools forums I found the solution to fix the virtual drives. I turned off all Daemon-Tools virtual drives, deleted "c:\windows\inf\infcache.1", and turned the virtual drives back on. They got reinstalled, and they are working fine now.

I just plugged in my Sansa, and now Windows installed the drivers without any errors. Woo-hoo!

Note: I have read that infcache.1 should be safe to delete, as it is just a cache file. However, I take no responsibility if it screws anything up." unknownsoldierX from Anything But iPod forums.

And either that or the following made it work:

I installed RiverPast Crazi Video for Sansa...
Info here about that program
and you can download a trial here

Try to restart your system, the Sansa, unplug it and plug it back in if Media Converter still doesn't see it. But this should work.

Since I'm not sure which solution did it... And I don't want to try it again... Please leave a comment if you read this on what exactly did you do.. Help some other people out... That's what I'm trying here... :)

I also don't remember the order I followed... sorry I can't be more specific but if you are trying to get your Sansa to work on Vista this will provably work... It's working for me and I really hope you can get it to work on Vista too.

Tuesday, April 24, 2007

Dreamweaver zoom

Wow I didn't know about this, this is provably the best tool ever and I got it by accident!

Ctrl + Alt + #

Change # for numbers 1-0

AMAIZING! I always complained that it wasn't there and it is! I (L) Macromedia... well Adobe now... whatever :D

Sunday, April 22, 2007

HTML expand collapse tutorial

Wow, I can't believe how hard it is for people to write an small simple tutorial about stuff that's simple so here's my attempt to do it, I spent like two hours trying to get this, first because people assume too much and second because steps aren't well explained on freaking tutorial websites.

OK It's actually made using Javascript... don't be scared it's very easy, I hope this helps someone.

All you need to do:

On your HTML file, inside your <head>... add the following:

<script langauge="JavaScript" type="text/javascript">
function toggleList(id){
if(document.getElementById){
var element = document.getElementById(id);
if(element){
element.style.display =(element.style.display == 'none')?'':'none';
}}}
</script>

So you will have something like:

<head>
...
The code above
...
</head>

Then paste this somewhere inside the body of the html:

<text>Expand -Collapse</text> <a href="javascript:toggleList('idname')">[+/-]</a></strong>
<ul id="idname" style="display:block">
Stuff to be expanded/collapsed goes here.
</ul>

IF YOU WANT IT TO START COLLAPSED simply change style="display:block" to style="display:none" on the code above.

IF YOU WANT MORE THAN ONE simply change idname to idname2, idname3, etc on the code above on both places it appears, for example:

<text>Expand -Collapse</text> <a href="javascript:toggleList('idname2')">[+/-]</a></strong><
ul id="idname2" style="display:block">
Stuff to be expanded/collapsed goes here.
</ul>

That's it... I used the code from http://forums.digitalpoint.com/showthread.php?t=292894

If you have any questions, drop a comment, or if you feel anything should be added or removed, I'll gladly change it.

Saturday, April 21, 2007

Think about life

While you shit, think about life
While you live think about shit

I saw that today in some public bathroom, but I decided to rephrase it...
While you shit, think about life, but while you live, don't think about shit.

Be productive when you can, and do what you want.

David.

Thursday, April 19, 2007

My searches

Well, since some times I have a hard time trying to find songs, definitions, and many things that cross my mind, I decided I'll let people know about my findings and try to use keywords when I do so, this might help out some people who provably are trying to find the same thing.

The hardest thing to find sometimes is the music on movie trailers and I love those so... expect some of those... for now I'll just post my latest one:

The song on the XBOX 360 Guitar Hero trailer, the one with the cartoons playing some music... It's Wolfmother - Woman... That one I found by looking at the comments on youtube :)

Nice song, I like Guiter Hero, it presents many music genres to people and it's fun... I haven't played the two player mode but I've heard it's sick.