Jeffrey's profileJeff's SpacePhotosBlogListsMore ![]() | Help |
|
8/17/2009 The Joys of Bookmaking in a Digital World
But there are a number of reasons to do this. One is the cost factor. Recently I assembled a programming text for a somewhat obscure computer programming language. This book is a late model text that retails for about US$65. How ever, the author maintains a website for the book where he allows readers to read or download the chapters. His purpose in doing so, he states, is that he hopes the book will serve as a useful introduction to those who are curious, but who are not curious enough to shell out big bucks for a dead-tree book. Hey! It works for me. I’m not monetarily profiting from reading it, and I consider it a very useful introduction. He does go on to remind us that the book is available for purchase. Anyway, this book is over 500 pages long, and I am well into it reading it using my Sony eBook Reader. I won’t disclose the book for legal reasons. But so far as I know, Amazon nor any place else sells a digital version of this book. That’s a good reason in itself. And another reason is that some of these free ebooks available from places like Project Gutenberg may be freely available, but not in a format that your reader understands. While another reason is that there are many, many books available online as web pages. For example, http://www.freetechbooks.com/, http://2020ok.com/index.html, http://www.baen.com/library/ or a whole list of them found here: http://www.freeonlinereading.com/links.htm plus many more. These online books might already be in the correct format or they might be hypertexts, and as such, some digital readers won’t understand them in that format. Many places do provide formats for most every kind of reader. So it just depends on where you go. There are probably a lot more reasons too. But I’ll keep this short. So, to start I’ll list the tools that I use to assemble these ebooks:
And now to describe the process. This process calls for Internet Explorer because it has a “Save As…” format that most (any?) other browsers do not. But if there are some that do, then those may work as well. The “Web Archive, single file (*.mht)” format defaults when you perform a “Save As…” in Internet Explorer versions 7 and 8. In version 6, as I recall, you must change from the default format of as a web page, complete to this *.mht format. It may be possible to install a plug in for other browsers also to add this functionality or to download a stand alone program. I’ll leave it to you to explore those possibilities. So, what’s the big deal with the *.mht format anyway? Firstly, it’s a archive format. It creates a single file, but the contents can be many files. Think of it as a Zip file, but without the compression, and you’ll get the idea. This is important with web pages because web pages can contain other parts, such as images, that are normally stored separately from the file or directory on the web server that contains the text and formatting of the document. With this file format, those images are all in the same file as the text, formatting and layout, and this makes the job of constructing the ebook a lot simpler. This file format has a rich history, by the way, and I have extensively used it in the past at my places of employment for other reasons such a software technique called round tripping. This versatile file format is a pure text file, but can encode binary data, such as pictures, and as such, it is easy to edit and alter files with this format with tools that have no awareness of or have limited utility toward binary formatted files. This is the case, for example, with many Unix utilities or programming languages that don’t manipulate binary data very well. This format is well documented. I have read several of the RFC’s on it, but you don’t need to understand anything more about it other than it works. However, the Microsoft Office binary file formats are not very well understood by most and typically require a great deal of effort to modify without specific applications. Internet Explorer does not save as any of those binary formats. Incidentally, many of us use this file format on a daily basis. This format is the MIME encoded format that email uses. Have you ever dragged an email out of Windows Live Mail (the desktop version - not the web based one) onto your desktop or into a folder? It creates a file named with the subject of the email and a file extension of *.eml. (Note: You have to have file extensions set to show in order to see them!) This format *.eml is the same MIME format as the *.mht files. If you do this, and then open the file with a text editor, (using “Open With” or “Send to” for example) you can see the internal structure, the guts – so to speak, of an email. There is no binary data in there. You can see the text of the email, but you’ll likely see a bunch of other stuff that looks interesting, but you may not understand it. This stuff textually encodes the binary data and the structure of the document – in this case as an email. And it’s all text. This is key. Because of this, it satisfies a “lowest common denominator” scenario allowing emails to be sent over multiple diverse systems and remain intact. But it also allows emails to have attachments. And those are encoded within the single file. What else is important about this format? The next big reason is that the Microsoft Office suite of applications understands and can edit this *.mht file format. And because it does, we can easily get multiple web pages saved in this format into a single Word document - complete with all the pictures, diagrams and images. And it retains the original formatting and layout. If you try this with another application instead of Word, you may or may not be able to do this. Let us know your results.
My personal eBook reader is a Sony variety. And while all eBook readers have their pros and cons, I chose this one for several reasons. One reason is because I can load documents – ebooks – directly from my PC to the reader. Many ebook readers can do this, but as was recently discovered, Amazon can remotely remove items from your Kindle device without your consent as was done, ironically, in a “big brother” fashion with the “Nineteen Eighty-Four”ebook by George Orwell. This doesn’t happen on my device because it does not have the wireless WhisperNet connection. One final reason I chose Sony is that Sony is the only reader on the market that can display a digitally encrypted PDF documents. And my online library, OverDrive, lends just such ebooks. This allows a digital return date on borrows which makes the ebook unavailable after the loan period expires. This satisfies publishers and authors who would otherwise not allow libraries to lend digital ebooks by only allow a certain number to be checked out at a given time. The Kindle and all other brands currently are not able to achieve this. Oh, then there was the cost. So, I chose the Sony eBook Reader, and will describe the process specifically for it. But, the process should be generic enough for other reader devices that have similar features. OK – enough with the disclaimers… The process is rather simple. I would advise you to install the PDF virtual printer software regardless of what application you use to edit Word documents. You’d be surprised how much you’ll use it for other unanticipated things such as keeping a digital copy of a receipt for an online purchase. When I print them out – I lose them promptly. I PDF them, and I also lose them, but Windows has a wonderful search engine that finds them again fast for me. Anyway, I use the freeware Bullzip virtual printer, but have used others. There are many free choices out there. This approach provides additional advantages beyond what Word provides as it works with almost any application. For example, if you were to download a purely text document from Project Gutenberg you might be able to load it directly to your device if your device understands text files. I imagine most do. But if not, you could just print it from Notepad, for example, directly to a PDF file on your computer. This new “printout” will be a PDF file. It works with any application that can (or has permission to) print – with the exception of applications capable of opening encrypted PDF’s. So you cannot open an encrypted or protected borrowed library ebook then print it out as a PDF from Adobe Reader or Adobe Digital Editions. That’s bad and illegal. And it won’t work. And if it isn’t encrypted, well, it’s already a PDF! So, you can save any single web page as a PDF just by printing it. But many eBooks come in parts. And combining those parts becomes the issue. And that is where Word comes in handy. For example, the eBook I described at the beginning of this post about the Lisp programming language actually is thirty-three different web pages. Each one is a different chapter. I suspect that the author intentionally did this to prevent people from just downloading a single file and never buying the book. And that’s why I left out the title of the text. But since both Word and Internet Explorer understand the *.mht file format in common we can use Word to open the web page files we save from Internet Explorer. We should note at this point that there are many ways to accomplish these various tasks. For example, you could cut and paste the contents of individual web pages into Word. Now, I’ve not had good luck with the formatting doing that, but you might have better luck or wish to manually control all the formatting regardless. So here’s the process I use:
You now have the data that your ebook will be built from. One other thing to note about this technique is that if the ebook has a “one web page per page of book” layout, then this process can become tedious. In those cases, if the book is several hundred pages long, another technique can be used to “mirror” the book on your local computer using other software and then stitch it all back into a single document. I plan to discuss that in a later post provided it isn’t a rocket science endeavor. The next part of the process combines all those *.mht files you’ve already created. And again, be sure you backed up that directory. If you have to start over for some reason you’ll avoid having to resave all the original pages again. This is very easy to do. In Windows just right click on your folder then select copy. Find where you want to save the backup and right click in a white area and select paste. It’ll backup all the parts of your ebook. Next open Microsoft Office Word or a compatible alternate. What ever you use, it must be able to create master documents. Using the “Create a master document and subdocuments” process described on this Microsoft Office Online website located here: we’ll create a document outline. This will be the master document. The process described by the link above is specifically for the 2003 version of Word, but the same instructions work for 2007. I named each top level of the outline the same as the chapter name. I then added each *.mht file as a subdocument to the outline. You’ll be prompted about editing the original files. If you made a back up, it won’t matter how you answer. I let it update the originals. Otherwise it will create it’s own copies. But this is up to you. The process to “Create a master document and subdocuments” is straight forward so I won’t detail it. You can alter the original subdocuments in Word at this point. I usually add page numbers in the footer, but you can change the fonts making them bigger or a different typeface. Use your imagination. Next you’ll probably want to set the document properties. These are things like the title and author. These are inherited into the PDF document you’ll create, and they are used by your eBook reader to organize your ebooks. In Word 2007 these are set using the Office Button> Prepare>Properties. They can be set in the 2003 version as well, but I can’t document that. I don’t have a Word 2003 handy at the moment. If you forget to set these, then you can use a property editor to fix the resulting PDF file later. I have used the freeware BeCyPDFMetaEdit for this purpose. Most PDF editors that can actually create or edit a PDF will cost you. If you have on, such as Adobe Creator, then you can use it to do a lot of this work instead of using Word. But it is very expensive. BeCyPDFMetaEdit does the job, and it’s freeware, but it doesn’t do much to edit the ebook content. Do that in Word before you make the PDF. Once you have created your ebook in Word all that is left is to make it into a PDF. Word 2007 originally required you to download an add-in for this. But if you have the most recent service pack, then it’ll already be there. Just click the Office button>Save As>PDF or XPS. Fill in the name you want to give it, make sure you select the PDF format, and click Save. You will now have a PDF file of all those web pages, but all in one PDF file that is easy to read on most any reader device. If you’re using an earlier version of Office, then install the freeware Bullzip PDF virtual printer. The process is the same except that you now “Print” the document to a file location. You can now load this document on your reader using whatever means are required to accomplish that task. With my eBook Reader it is simply connecting the reader to the PC with standard USB cable and dragging the new file to the folder on the device where I want it. With a Kindle, they might actually look at what you are doing. I don’t know, but I would expect that they might figure out that the book I just created is one they also sell. In such case, they might prevent it from loading or delete it later. But I am speculating and don’t know that for a fact. There may actually be no such issues. But you need to decide these things before you purchase an ebook reader. None that I have seen are perfect, and many leave a lot to be desired. And I am not a big fan of Sony, but I made an exception in this case. Also, rumor has it that Apple will be releasing an iPad ebook reader sometime soon. We will have to wait and see. In conclusion, a few things should be noted. Firstly, most, but not all web pages can be saved as a *.mht file. Ironically, the pages I have the most trouble with are those on Microsoft web properties. For example, the link for master/subdocuments documentation above will not save as a *.mht using this technique. This page uses scripts and has an ActiveX control which cause problems. Other times, a stray character out of the basic code set for the page will intentionally be used, and it’ll trip up the web archive encoding. These issues don’t stop me, but getting around that problem is another story for another post. But you can use another format should you run into this problem. A full “Web page, complete” format is also available, but it isn’t as friendly. Each page will become two parts. One is the basic page sans pictures, images, diagrams, etc., and the other is a folder containing the other parts. If the first method fails this one might work. In any case, I have never run into an online book that would not save as an *.mht format and required this other format. But saving in any format that both Internet Explorer and Word understands is key. It can even be plain text. Also, as I mentioned before, you can cut and paste the different parts into place from Internet Explorer into Word. This will likely require manual tweaking to look right in the end. Secondly, you may be lucky and find the entire book in a single file. If you have an application that can open that file, you can print it out directly to a PDF format file using a virtual PDF printer. Many ebooks are just single plain text files. In those cases, I would open them in Word or even WordPad and change the font to something more readable on your device, and then print out the PDF. Thirdly, there are a good number of ebooks that this process will be arduous to apply against. These eBooks tend to display only a single page of the ebook at a time. These ebooks can be converted using this process, but it is tedious to deal with hundreds or thousands of pages. I am working on a technique to automate this for this type of ebook because, as you probably surmised by now, there are some out there that I want myself. And finally, many ebooks are hypertexts. These ebooks will have embedded links to other pages. This tends to happen mostly with the ebooks in the last category, i.e., the ones that have one page at a time delivery. These links can be modified in Word to allow your reader to go to the correct place in the document, but it requires manual tweaking to do this – at least at this time. I am also working on automating these linkages. In the end, I am hoping that pages like a table of contents will have working links to the correct parts of the document. Currently, you have to set this up by hand, and it is beyond the scope of this post to describe that process. And one final idea before I close: regardless of where you intend to read the eBook text, if you make it a PDF then it is a portable document. PDF stands for Portable Document Format. It can be read on a PC or a Mac or Linux or maybe your mobile phone or your eBook reader or… These can be emailed or stored in your online storage such as your SkyDrive. I use this technique to share articles from online publications that require you to log in to read them. This technique can also be used to make a document version of an entire (static) website. You are only limited by your imagination. So spread the joy! Clubhouse Tags: clubhouse, story, how-to, ebook, bookmaking, Microsoft, MSFT, Word, Internet Explorer, PDF, Ebook Reader 7/6/2009 Adding a News Tracker to Your Space Using Bing
Spaces are used for many things, but the common thread throughout is that your Windows Live Space is a microcosm of you. So, if your Space is dedicated to a topic or theme or you would just like to share news items you find relevant and newsworthy of your specific interests, your Space is a great place to put a news tracker. This post will describe the process of making one using the new search and decision engine Bing from Microsoft. Creating a news tracker is very easy. The basics, in a nutshell, are that you need a news feed and a module to display it. So, in this example, Bing will provide the feed, and we will add a feed module on your Space to display it. Before we start, we need to determine the subject or topic of the track. This can be anything really. If you have a Space dedicated to scuba diving then you could track that or if you are into politics or comics or whatever that can be tracked too. You can have more than one, and you can change them whenever you want. I’m currently tracking stories on my blog regarding my new favorite gadget, the new Palm Pre smart phone. I chose this subject, but the stories change frequently based on whatever Bing finds relevant for the terms in the news at the moment you view my Space. The subject is static and only changes if I change the subject in the module, but the contents, links to news articles per se, are dynamic and update as frequently as the stories are published. This results in a running stream of focused news, and it’s all limited to just your topic. We’ll use a news feed as opposed to a search feed because news feeds change frequently and are chronological in order while a search feed tends to always return the same results until Bing finds a new web page to return. Web searches don’t change nearly as frequently. For the purposes of this exercise I will use a subject or topic of “Windows Live” since it’s a relevant subject and I’m interested in following this news topic. So, we’ll start by creating the feed using Bing. Begin by opening Bing. The Bing homepage has a place for you to enter your search terms for a basic web search. You can also use advanced options to limit searches to particular sites, countries or languages. And if you’re adept at using a search engine and know advanced syntax, you can do all sorts of creative things to define your search. So, we will enter “Windows Live” in the search box. Often times, you’re told to not include the quotes, but in this case the quotes are actually part of the search syntax. So KEEP the quotes! The quotes force the search to not only look for news items that contain both words, but that the two words must appear together exactly as they are entered. Without the quotes you’ll may get false hits about Windows 7 or other topics containing either one or both words in any order. Even using the advanced search operator of “AND” will not enforce the order. So, if you’re looking for things that are a phrase, then use quotes. In our case, a web search (as opposed to a news search) of Windows Live or “Windows Live” will return a lot of relevant items about the subject. There are so many that the search engine determines that the most relevant results are those with the terms on the page appearing exactly as they’re entered for the search, both words together in that order. News searches, however, retrieve results from a much smaller pool and will result in news stories with subjects that are off topic , if you don’t use the quotes. So, again, use the quotes to force what you want. This will force the search to use an “AND” operator for the terms an enforce the order and proximity of the search terms. Now, after you entered the search terms, click the “News” link on the left to perform the search. The resulting page is a “News” search of this topic. But this page isn’t any good for our purposes. We actually need the feed for this page. This is easy to get, and there are a couple ways to do it. Since there is a feed associated with the results page, your browser might have a feed button your can use. Internet Explorer has such a button in the upper right area of the browser. On Bing, it’ll show as the web slice icon because you can also save the results as a web slice to your favorites bar and see your updates on demand, but you won’t be sharing them there. So, if you open the drop down menu, you’ll see the RSS feed for the page:
You don’t actually need to subscribe to the feed for this to work. You just need to copy the feed URL. Select the entire feed URL and right click it and copy. Here is what you’ll see in Internet Explorer doing it this way:
If you’re using a browser that doesn’t have a RSS button or just want an easier method, then on the left hand side of the search pane is an area to refine your search. You’ll notice that I have further refined my News Search to include stories from “Sci/Tech sources.” Now, the method that’s a little easier, and will work in all browsers, is to right click on the RSS link in the panel on the left hand side and select the option to copy the link URL by selecting “Copy Shortcut” or “Copy Link Location.” If that doesn’t make sense to you, then just go ahead and click the link. The page that opens should show the news feed allowing you to subscribe to the it. But we don’t need to actually do that. We just need the URL of this page. So, again, select the URL and copy it. So now we have a copy of the RSS feed URL in hand we can proceed to the next step of adding a feed module to our Space and configuring it for this feed. Remember, we will need the URL you just copied. So don’t copy anything else or you’ll lose it. If you do, just go back and copy it again or you could paste it into a notepad document or a Sticky Notes so you can easily get it back later. OK, for the next step, we need to go to our Space. You should already know how to do that, so I won’t detail that out. Make sure you’re logged in as yourself because we are going to edit the Space. You should see “Customize” over on the top right hand side of your of your Space. Click it to open the drop down menu. Then click on “Add modules” and wait for the page to open in Customize mode. Once it opens in Customize mode, you should see the “Modules” menu open. It’s a scrollable menu. So, scroll it down to the the “Feeds” entry. We’re going to add a new feeds module to the page. Click the “Add” across from the heading “Feed”. This will place a new module towards the top of your Space. We will move it later so don’t worry about the placement for now. Click “Close tab” at the bottom of the menu and then click the “Save” button in the yellow Customize band. You’ve just added a feed module. But the module has no idea of what the feed is yet. We’ll enter that information next. Your Space should have returned to it’s normal appearance and not be in Customize mode any longer. There should be a new “Feed” module toward the top of your Space, and we are now ready to set it up. Your new module will have an “Edit” link in it. Click it to open up the Feed parameters page. It’ll be preconfigured with a “Feed name:” of “Feed”. Change that to something you like representing the topic or subject of your news track. I changed mine to “Windows Live in the news…” Now, hopefully you still have that URL you copied earlier. If you don’t, then you’ll have to get it again. I make a habit of pasting these types of things into a Notepad session for easy retrieval later. The “Feed web address:” should have “Http://” in there. Click in this field at the end. Then delete all that by repeatedly clicking the backspace. Once it’s cleared out paste the URL into this field. The “Show this many items:” is preset to just one. Change that to what you would like. I set it to the maximum of ten. I wish there were more, but I suppose there has to be a limit. So, why not 100? I know the feeds on Windows Live don’t return more than 20 or so, but really, we could use more both on Spaces and on the http://my.live.com page where I believe the limit is just five. Anyway… Then click “Save” and you’ve just added and configured your new news feed for your news tracker. The new module is probably not placed where you want it. So, you’ll have to click the “Customize” button at the top again and select “Rearrange or hide modules” to fix this. When the “Customize” mode page opens you’ll be able to drag the module to the final position you want. Once you’re done moving it click “Save” to save and exit the “Customize” mode and you’re done! Now, when a visitor clicks one of the articles in the tracker, it’ll open the story in a new browser window where they can read it. I noticed in this example that the very first item “Windows Live – Softpedia” actually is opening a dead page. This is neither Bing’s fault nor mine. Softpedia has published something then possibly retracted it. I don’t know. It looks like it was an article on Messenger. But not to worry. Eventually, as the feed updates over time, this link will go away all by itself. The techniques shown in this post can be applied to many other things. I am using it to publish my recent twitter comments, and my recent blog posts, but I have used it in the past to show items in my Friendfeed feed, my Netflix feed, and updates from the Windows Live Taskforce. Now, before someone points this out, I would like to say that the ability to do this is not limited to Bing nor to Spaces. This is one of the really nice things about feeds. You can so some really creative things with them. Some examples might be to add a feed to a friends blog on your Space instead of just a cross link. This allows your visitor to see what’s on your friend’s blog has posted without leaving your blog, and should they see something interesting, they can click it and go read it. Or you can try adding a FaceBook feed or one for digg stories. Some of you will laugh, but you can even add an RSS feed of your local weather. And we know, with the weather, there is always something to talk about. Anyway, we used to have ready access to http://my.live.com where we could add all kinds of personal feeds. We can still add them there, but that’s a personal page and isn’t shared. So, if the feed is just something for you to track, you could also add it there. Unfortunately, that page has not been updated to the Wave 3 motif and, while still there, one could wonder for how long. I would like it if this page was updated and put back into the Windows Live fold. It has a lot of features I miss and that Windows Live needs. As it stands, if you don’t know about it, then you would never use it. There are no direct access links to it. In closing I would like to mention that some people are not fond of feeds. But, I think, the primary issues they have with it are mostly that of being on the source end rather than the sink end of the feed. That is to say, they want to consume the feeds, but they don’t want to provide them. The idea is that with feeds you don’t actually need to go to the Space and see the work that was put into it. But in this case, the module feed provides only a link and nothing more. Unfortunately, there isn’t even a description available as with most feeds. Clicking it will take you directly to the destination. And if that is your blog, then it’ll be your post. Another argument is that no one seems to know exactly how feeds affect your Space statistics. But feeds are not going away any time soon. And since they’re here we should use them and not turn them off. They provide a valuable service. -Jeff Clubhouse Tags: clubhouse, Windows Live, Windows Live Spaces, Microsoft, MSFT, Bing, Search, News, News Feed, News tracker, RSS, feed module, How-to 6/7/2009 My Windows 7 Dream Desktop
One of the features that I dearly miss from Vista Ultimate is Dreamscene, and fortunately, almost as soon as Windows 7 was in beta, someone figured out how to add it to Windows 7 manually. I guess I’m not the only one who misses it! Dreamscene runs in both the 32 bit and 64 bit versions of the desktops, but at this point in time all we can actually test it on is Windows 7 Ultimate RC1. So, I don’t know if it’ll work in any other versions once Windows 7 is launched on October 22, 2009. In fact, I can’t be certain it’ll even work in any future version of Windows 7 at all, whatever they end up calling it. But we do know that it was strictly a Vista Ultimate feature, and as such, many users have never seen it. It’s an interesting thought to wonder if one could add it to any version of Vista, such as the Home Premium version, using the same techniques presented below. It basically involves just a couple files being in the correct place and running a registry update. Some daring sole will try this. I cannot. I only have Vista Ultimate which already has Dreamscene. Anyway, installing it in the 32 bit desktop is a little easier than the 64 bit apparently. I don’t have a 32 bit version handy, but the 64 bit version was a snap. I had no difficulty installing the 64 bit setup myself, and I think anyone could do this easily. If you would like to try it out (at your own risk of course) the instructions can be found here: How to enable Dreamscene or Video Wallpaper in Windows 7 Officially Dreamscene has been removed, and it appears that it won’t be supported in Windows 7. What a shame! Maybe they’ll revive the old Windows Plus! Packs and sell it in one. I first saw Dreamscene at the Vista launch event here in Phoenix several years ago. For what one might consider a minor eye candy feature, the crowd loved it. Dreamscene was one of the added bonuses that helped me to decide to go with the Ultimate Edition, but there were many other reasons as well. Unfortunately, it took Microsoft about a year to make good on the promise when it finally showed up as an Ultimate Extra; I impatiently waited. I expect the delay was because of CPU demand problems and other issues. But when I got it, I always used it on both my laptop and desktop. I did this without fail. So, it’s fitting that I show my Windows 7 desktop with the very same Dreamscene demo’d at the launch event. But because it’s Dreamscene, which is basically a movie itself, I will, of course, have to make a movie of the screen. <<There should be a video above, but it’s missing click image below where you can watch it full screen>> I switch the theme regularly so this is only one of the Dreamscene desktops that I use. One other that I wanted to demo, one I made myself from someone else's clip, and really like, is also of a waterfall that fills the entire screen. But, because of the rendering in smaller resolution a lot of the detail is lost, and it doesn’t look so excellent. But the first one is good, and it really has special significance as the first Dreamscene I ever saw. I actually figured out which waterfall this was when I first started using it. Microsoft doesn’t tell you. But it’s been so long that I have forgotten. Oh well – maybe I can bing it. Here is a static image of that other desktop I regularly use. This is the one that loses something when Camtasia makes a movie out of it. But you can visualize, right? I’ve made the movie and image about as large as they’ll go. The small size makes seeing the details difficult, and I apologize for that. I’ll put some close ups of the task bar here. It may be wrong of me, but I use the terms “taskbar button” and “taskbar icon” sort of interchangeably. Old habits… In Windows 7 I think of it as an icon when it has no running instances and as a button when it does. Why? Well, because it looks like a button when it’s running. Anyway, don’t be confused. In this discussion they are the same thing. But I think icon is the correct term. Wow – it’s still to small. If you’re using Windows 7, you can use the magnifier to see what’s in there – if you care… They are the small style icons so I can keep a lot of them on one row. The task bar is two rows high. The icons/buttons move around a lot, anyway, on my system. That’s one of the nice things about Windows 7. Taskbar position is no longer based on the order the application was opened. You can just drag them where you want them. You can also see my taskbar autohides. Oh, you may have noticed a couple things in the video that don’t translate well. Once or twice in the video I held down the shift key while I right clicked an taskbar button and get this: This presents the context menu that would appear when you just right clicked (no shifting) on an taskbar button in Vista and prior. If you just right click in Windows 7, you’ll get the jump list. Anyway, you should try playing around with the accelerator/modifier keys as they add features you might not otherwise discover. For example, holding the shift key while clicking a taskbar button opens a new instance of the program, and holding the control key down while clicking a taskbar button cycles through all that buttons running instances bringing them to the surface sort of like an alt-tab but just for that application. A cntl-alt-tab opens the alt-tab display but keeps it open after you release the keys. Then you can arrow in any direction with the arrow keys to bring to the surface that particular application. This is handy. This is just like how windows-alt-tab brings up the rolodex view you normally get with windows-tab yet keeps it open after you release the keys. The modifiers with the arrow keys are fun too. So, there it is. Now I need to figure out how to grab the other extras too! I’m sure someone has done that already. 5/22/2009 Adventures Along the Road to Windows 7
This approach accomplished a couple of things, though. First, Vista, along with all the software I use, is still there and by switching a cable or two, it comes right back as a Vista machine. Second, I can slave the Vista drive and access all my data on it from Windows 7. But my handy work is a little messy. Since this is temporary, and I want to be able to swap back and forth between Vista and Windows 7 at will and did not want to set this up as a dual booting system, I have left the case open, and poor Windows 7 is sitting loose in its packing material on the side.
But now I’m using the release candidate, and I’m not wanting to switch back and forth so much. I find myself just staying in Windows 7. I actually did slave the Vista drive to access the data on it, and I’ve also installed a slew of software that I use, and even some I don’t use so much. I’m hoping to test this theory that Windows 7 is faster than Vista. And as I expected, after installing Live Essentials, Microsoft Office 2007, SQL Server Dev Ed., Visual Studio, TiVo Desktop, AVG and a lot more, I found that a little bit of the snappiness was gone. But I’ve decided that under this load it’s fair to compare to Vista, which was running on pretty much the identical hardware, except of course the hard drive. And I’m happy. So far it still starts and stops faster than Vista, and resuming is about the same. Anyway, this is not a scientific study under identical circumstances, but I really like what I’m seeing.
ISO Like ItOne of the new features included with Windows 7 allows you to burn an ISO file to your burner without installing additional software. Now, if your asking what an ISO file is, then you’re probably not going to need this feature. But, in short, an ISO file is an image file of a disk, usually a CD or DVD which can be burnt back to a blank recordable disk to reproduce the original – including the ability to boot from it, if the original disk was bootable. In previous versions of Windows, you were required to install a separate application for this, such as Nero or Roxio, but there are also numerous freeware apps to chose from as well. Windows 7 beta and RC were themselves released as ISO files. But, if this is your first install of Windows 7, you’ll need another method to create the disk or bootable device to do the install. There are a lot of free and commercial software products to do this. So, I won’t go into any detail here. But another interesting feature of ISO files is that, if you have software installed that allows this, they can be directly mounted without having to burn a disk. Windows 7 doesn’t appear to support this functionality directly, but again, third part software does. So, my copy of Office, and Visual Studio, etc., are all ISO files. I really don’t want to make a disk just to do the install. So, I need some of this third party software goodness. For this task, I’ve been using Virtual Clone Drive which allows you to add one or more Virtual drives to your system. And I’m happy to report that it works great with Windows 7 64 bit. Eating Crow
Or so I thought. Foolish me! It was never added by Microsoft, even with Vista! This whole time, it was Virtual Clone Drive! Once I installed Virtual Clone Drive in order to install Office, I immediately noticed “Close Tray” returned. Yay! So, while I’m happy it’s back, I wish they would just make it “official” in Windows 7! It could be a “new feature!” It’s simple things like this that make me happy. And I would like nothing more than for Windows 7 to be much, much better than a Mac. The Big MysteryAlso, along my road to discovery, Windows 7 solved a mystery that’s several years old. My machine that now runs Windows 7 for testing was originally an XP machine several years ago. And, just like I’m doing for Windows 7 now, I installed Vista back then – not as an upgrade, but as a clean install on a fresh drive. After the install, I noticed in the device manager one device with the big yellow question mark. I had a dreaded unknown device. And for a couple years, I had no idea what it was. I used the disk that came with the Abit motherboard and it installed most everything on it, but the yellow question mark persisted. I eventually learned to ignore it, but I hate that! And along comes Windows 7 beta. I was so disappointed. Windows 7 beta also had the damned yellow question mark. *sigh* Then Windows 7 RC came onto the scene. If it doesn’t fix it with this, then I’ll probably just have to resign myself to the fact that I’ve been beaten. So, I installed it. And yet the yellow question mark remained. I tried installing the original Abit motherboard disk, and it doesn’t even want to run. So, I just accepted the unknown device and moved on. Then, one day, the Action Center flag appeared in my system tray, or whatever it’s called now in Windows 7. So, I figured it was a security issue or something. It usually tells me to update my virus software or a solution to a program crashing, but to my surprise, it told me I had an unknown device! How clever of it to notice this. But even better, it knew what it was and how to fix it. I was told I needed to manually download and install the Abit µguru Overdrive software and driver. Happy days! It also provided a link to the download, but it didn’t work. But armed with the knowledge of what I needed, I went hunting. The Abit website was acting strangely, so I searched for it with Live Search. I discovered that Abit has sadly gone out of business. So, now I know why the link failed. But, to make a long story short, I was able to access the Abit ftp site, which is still operational, and using parts from the link address provided by Windows 7 Action Center, I easily located not only the suggested file but the most recent version of it. And now, all devices are accounted for and fully operational. Since the new machine I’m building also uses an Abit motherboard, I was able to get all the firmware flashes and all the most recent software for it too. Score two points for Microsoft! Of course, the very next day the Abit web site started working normally again… Cleaning the MessTraveling further down this road to discovery and adventure, I thought I would try out some of the new features of Windows 7. One of these is Libraries. This feature seems simple enough. The idea of being able to reference many folders as a single library could be helpful to some, but I wondered how useful to your regular average Jane Consumer. Windows 7 comes with several preconfigured libraries. They are for the standard things like documents, music, pictures and videos. The libraries join together the user’s personal documents, music, pictures and videos folders to the equivalent folders of the “Public” user. The Public user was introduce with Vista as a way to easily share files between users, and these default libraries make both places appear as one big, happy folder. This is nice, but where else can it be used? Well, in my case, since I have slaved my old Vista drive, I have discovered that it also contains all these same folders in parallel but on another drive. And, most of my data is actually on that drive. So, I can add the “Documents” of the Vista drive, as well as the public documents of Vista’s drive, to the Document library on Windows 7. Neat! And to further exploit the great new feature, I can search my Documents Library and it searches all four folders across two different drives. How sweet it is! After doing all this, I decided to create a library of my own. In Windows Explorer, an item under Desktop is Libraries. Click on it to open it, and on the right hand side you’ll see all your libraries. You can click the “New library” button near the top to make one for yourself. I did this, and then I named it “My TiVo Recordings.” I then visited the folder that contains “My TiVo Recordings” on the Windows 7 drive. Once you’re at the folder, in Windows Explorer, several buttons appear at the top like a menu. One of these is the “Include in library” button. Clicking it opens a drop down menu of existing libraries or the option to create a new one. Since I just made one for the recordings, I selected it. Then I went to the “E:\” drive – where Vista lives, and I found the TiVo Recordings library over there. And I added it to the same library. Now, there is one place to go to see all the TiVo recordings. I still have to add the external drive. It also has a lot of recordings. The fact of the matter is, I actually have recording spread out all over the place on my home network. I have to hunt them down and add them all. Next up – I’ll make libraries for all my downloads. Those too are all over the place on different machines. I have, over the years, learned to systematically create the same folder structures on different machines in order to keep track of stuff. Libraries will make this a thing of the past. But once I have it, it’ll be a simple matter to search the library for something good to install. Making a Mesh of itA while back I lamented about the planned demise of Microsoft Encarta coming nigh. I’ve been a fan for years, and now I have my niece hooked on the version for kids. So, I installed it on Windows 7. It works great – for now, but eventually, in October (2009), the updates will stop coming. That’ll be a sad day indeed, but the program will still function for those who bought the desktop software version. Funny thing though, is that the Encarta update function refuses to work on my Vista! So, it would tell me it couldn’t automatically update and provided a link to a place to get the files. It instructed me where to put them, and then the update worked. But in Windows 7, click the button, and it just works. But, I though to myself that I’d better keep a copy of these update files. Once Microsoft lays Encarta to rest, I’ll be on my own. So, where are those files? Well, because Windows 7 works so well, I didn’t know. Encarta wouldn’t tell me because it had no trouble doing it all for me. But, with a little research, I found the folder. And I thought to myself, “what a pain this will be. Every time I update Encarta, I’ll have to remember to go get a copy of the new files and keep them in a safe place.” And then I thought of Mesh. Mesh is such a great program. I’ll be very happy when it’s out of beta, but it’s very useful even now. In this case, I just right clicked on the folder that contains the updates and added it to Mesh. Now, that automatically made a copy of my update files in “The Cloud” for me so I didn’t have to back them up manually. But even better, now when I go into Encarta and perform an automatic update, each time the files come down from Microsoft (thank you Windows 7) they go into this folder. And, each time, Mesh sees that stuff changed and performs its magic. It automagically uploads the new update files into “The Mesh Cloud”, and I don’t even have to notice this going on. When the real Windows 7 becomes available, I will probably start with a freshly formatted drive. I will eventually reinstall Encarta, and the updates will be Meshed back into Encarta’s update folder. A very happy plan! Throwing the Feed into the SyncAlong this line of thought, and remembering a discussion in the past in one of the Groups, I thought I might try this for my feeds. But, alas, Live Mesh and Live Sync work between folders on different machines. My old Vista drive contains all my regular feeds, of which I was beginning to miss dearly, and my Windows 7 drive had some new ones. But they are mounted to the same machine. Well, I could just copy and past the feeds, but then, if I ever turn Vista back on, it’ll already be out of sync. Solution: Microsoft SyncToy v2.0. This handy and free program lets you set up, in a variety of ways, folder pairs. It’s very easy to use, and it works on Windows 7. I used this program to set up a folder pair between the feed store on the old Vista drive with the feed store on the new Windows 7 drive, and the folders where synced in both directions. Now both Vista and Windows 7 see the same feeds. Further, I can run it at anytime or add it as a task to keep them identical from here on out. The main difference with the SyncToy and Mesh or Sync is that it will work on folders connected to the same machine. Really Making a Mesh of ItBut then, I thought to myself, that, if I could do this, then why not try out my “solution” to the proposed Windows Live equivalent of a Google Reader. Everything else is in the cloud. We have our email, calendars, events, pictures and files, and now, even our favorites, if you run the Windows Live toolbar. So, my idea was along the lines of how favorites are handled. The toolbar syncs them. Why not have the toolbar sync the feeds too? Well, nobody else thought that was a good idea. The feeds, unlike favorites, keep track of read and unread feeds, etc. How could you possibly do that? Never ask me a question like that! So, of course I thought of Mesh because all I needed was a proof of concept. So, basically, I Meshed to the RSS feed store for IE 8 (but this could probably be done for any feed reader), with the Mesh Live Desktop. I located the feed folder, and I right clicked it, and added it to Mesh and synced it with the Mesh Live Desktop. Simple enough.
So, then I went to my Vista laptop, and I Meshed its feed folder to both the Windows 7 machine’s feed store and the Mesh Live Desktop feed store. More or less, this worked, and it’s pretty fast. Mesh seems to be a little flakey, and I hope that improves as the official release becomes available. But overall, once you close the feed reader, Mesh detects updated files and syncs them. By syncing to the Mesh Live Desktop you are not required to have both machines online for the sync to occur, and the feed files are not that big. So, it won’t hog a bunch of Mesh space and the syncing is fairly fast. It also remembers which feeds have been read, adds new feeds wherever they are added (provided the machine is in the Mesh), etc. Anyway, this is just a proof of concept, and a suggestion for Microsoft to include in something like a toolbar in the future. I will have to “experiment” with this further to see where it breaks down or fails, but I think it’s a novel way to use Mesh. I will be applying this concept, in a similar fashion for other applications and operations. Hmmm. Can I patent this concept? If I can, you saw it here first! (Well, maybe…) And while I’m at it, I would like to patent the idea of using Microsoft SyncToy v2.0 to sync with SkyDrive via the Gladinet Cloud Desktop. Oh my, I am dreamin’ now! But seriously, think of the possibilities. If the Softies don’t Mesh SkyDrive, then we can do it for ourselves. Now, how’s that for a patent? Anyway, I would also vote for an online version of a Microsoft feed reader to rival Google’s as well. But this is probably not something Microsoft is working on. And that’s my motivation for this approach. Only time will tell if it’ll be a good one or not. But so far, it’s pretty slick but not issue free. Anyway, that concludes my adventures along the road to Windows 7 so far. Stay tuned for the sequel, Further Adventures… But first, I’ll have to undertake them. -Jeff Clubhouse Tags: clubhouse, Windows 7, challenge-windows 7, Mesh, Sync, Internet Explorer, Encarta, synctoy, Virtual clone drive, Story, apology, skydrive, How-to, RSS, feed 5/11/2009 Custom Search Providers
In the image to the left you can see that besides the default search provider, in this case “Live Search”, that there are a number of others. Click the link toward the bottom of the dropdown list for “Find More Providers…” and the “Add-ons Gallery: Search Providers” page will open in your browser. This is where all the Facebook, Google, Amazon and Wikipedia searches came from in the list, but you’ll see that I have some extra ones that you won’t find on that page. Go through the provided ones and select any you would like to add. It’s a snap to add one of these. Just follow the instructions on that page. The others I show require a little more work. And that’s what this post is about. Creating your own custom search providers requires no elaborate skills such as programming. Mere mortals can do this. So, let’s start with an example. Most people like movies. I am no exception. So, I find myself spending a lot of time looking up movie information at the Internet Movie Data Base (IMDB), and as such, we’ll create our first custom search provider for it.
The first step is to go to a web page, such as http://www.imdb.com in this example, that allows you to search on it’s site. Most all web sites allow this, but not all are friendly to this custom search provider feature we’re discussing. Here is the crucial test to determine if this’ll work. Find the search box on the web site. Type into the search box “TEST” (without the quotes) and click the button to start the search, or in this case the “go” button. Here is the important thing to notice. After you ran the search, look in the browser’s address bar. Do you see the word “TEST” (without the quotes) in the address URL? In the example on the left a big red arrow points to it. If it’s there, then you’re going to be able to create the search. But, we’re going to need a copy of that address URL you just generated with this search. So, select the entire address. It should turn blue as in the picture. Then right click it and select copy.
Now, click the search box dropdown and select “Find More Providers…” Toward the bottom of the “Add-ons Gallery: Search Providers” page which just opened there will be a link to Create your own Search Provider that you will click. This is the page where we will create and install the custom search provider and is shown to the left. The three basic steps are outlined on this page. We’ve already done the first two. All that’s left is to paste the IMDB URL we copied from the address bar into the box as shown and give the search a name. Then click the “Install Search Provider” button. So, now when you type a search term in the Internet Explorer search box, you can click the dropdown and specifically select IMDB as the search. The resulting search will be of the IMDB movie database ONLY.
Sometimes when you use a web site’s search feature to set up custom search provider the resulting URL doesn’t contain the word “TEST” – which MUST be in uppercase for this to work – and as such, you cannot create a custom search provider for this web site using its engine. But don’t despair! The final technique I’ll cover in this post is creating a custom search provider using a standard search engine such as Live Search or Google Search. While the “TEST” method works for most sites, one that I use on a regular basis does not. If you’re an audiobook fan, as I am, then you may be familiar with the Overdrive site. My Phoenix Public Library allows me to download and check out audio books and other ebooks (in DRM pdf format) as well as other media. Just as with IMDB, I can go to the http://phoenix.lib.overdrive.com search box and type “TEST” which will result in a address bar URL that does NOT contain the magic word “TEST” – so it won’t work… However, there is another way. I’ll demonstrate with Live Search as it has a friendly search builder. Open you browser to the http://www.live.com/ page and click the “Advanced Search” link. It should open with “Search Terms” pre-selected. So, if you guessed that we will be using “TEST” as our search term, then you’d be right on the mark. Type in “TEST” then click the “Add to search” button. Now click the link for “Site/Domain” and paste in the most basic part of the address URL you can use to get to the site. In this example I’ll enter “phoenix.lib.overdrive.com” without the quotes and then click the “Add to search” button. You’ll notice that at each step the search query is being built up. At this point the query looks like this:
But this isn’t the piece we’ll be needing. Again, we’ll need the address bar URL that looks like this:
Notice that the magic word “TEST” appears in that URL. So, we can use this search URL in our custom search provider. Using this URL we follow all the same steps as before. Now, when you do a search with this custom search provider, instead of the web site performing the search, in this example Live Search will do the heavy lifting. In this manner you can create custom searches for anything that you’d use a regular search engine to find and limit the scope to just a particular web site. I’ve created them for my local online newspaper as well as other things I search on a regular basis. Your only limit is your imagination. Any special features of the search engine can be used! Now, for the coup de grâce for browsers sans accelerators… All these custom search providers now appear in the accelerator menu. If your reading a review about “Star Trek” and they mention the actor, Chris Pine, you can select his name, highlighting it, then click the accelerator button. Then select “All Accelerators” and click “Search with IMDB” to open the search results in another tab! How kewl is that!
It’s features like this that make Internet Explorer one of the must have applications I can’t live without. I hope you find this feature as useful as I do, and good luck creating your own custom search providers. If you make some good ones, then please share them! -Jeff Clubhouse Tags: clubhouse, How-to, custom search provider, Internet Explorer, challenge-must have, accelerators 5/7/2009 Windows 7 – The Good, The Bad and The Ugly
The GoodThis is harder that you might think. Since Windows 7 is by definition “ABSOLUTELY FANTASTIC” and being universally praised, it’s hard for me to come up with some good things about Windows 7 that haven’t already been blogged to death about. But, I do have a few. The taskbar (also known as the Superbar) is awesome. It combines the functionality of the Quick Launch bar with the application button on the taskbar. So now the Quick Launch toolbar has been officially deprecated and is off to the dust bin. However, if you are a big fan of the Quick Launch toolbar, there are ways to build it from scratch. I don’t see the point, but many people do, and instructions on how to do this abound all over the web. But, I wouldn’t worry about this. You don’t need it anymore. This new Superbar (Sounds like something made out of protein!) has some new tricks for you. If you click and drag an application button from one place on the taskbar to another, you can change it’s position in the taskbar. This makes it possible to assign the Windows key plus a digit key to activate the first ten buttons on the taskbar. For example, l set it up so that Windows+2 activates Notepad. In prior versions of Windows doing this required third party applications to rearrange the taskbar buttons. I used one of those for this purpose, but it’s sad to run an application whose sole purpose is to allow you to relocate a taskbar button. Actually, it did do some other things, but… So, I for one, am very happy about this new feature. This taskbar, like those preceding it, is highly customizable. If you just can’t handle to the new look and feel, you can set it so that it behaves much like the older versions. But don’t do that! Change is a good thing. And speaking of shortcuts… Because of all the Windows+number key talk, I thought they might have done away with the old standby – the define your own shortcut key. I haven’t seen a lot of people do this, but perhaps it’s because they don’t know. And, I am happy to report, it still works. Here’s how: Right click on a shortcut. This includes the shortcuts in the Start>All Programs menu. Select properties. In the Shortcut key box it’ll say “None” if one hasn’t been assigned so click in that box. Now type a letter or a number. You can even use some symbols such as on the numeric keypad. The shortcut will now show in the Shortcut box, and it’ll usually add some modifier keys. This is to prevent your shortcuts from getting confused with Windows shortcuts such as Windows+E to open Windows Explorer. They will usually have the format of “Cntl-Alt-“ whatever key you assigned. One on the numeric keypad will look like “Num-“ whatever key, and those may not require any modifier keys. For example, when I type the numeric asterisk key my Sony ebook Library software fires up because I assigned it to that shortcut in the program menu. But it no longer functions as an asterisk! I still have shift+8 for that. Another feature of the new taskbar, which is actually a feature of every other version of Windows since Windows 95, is the ability to drag through the taskbar. In Windows 7 this has new abilities. But most importantly, this feature was partially broken in Vista when the taskbar auto hides and was never fixed in Vista. To be sure, there are work arounds to doing this in Vista, but it was always a major annoyance of mine as I am probably the only person in the world that uses this feature. So, I am happy to report that it works as it should in Windows 7. What is this feature you ask? Basic dragging through (or to) the taskbar is simply clicking (and holding the click down!) then dragging the file onto a button on the taskbar which has an open instance of the application. Then pause briefly on the button (while still dragging!) to AeroPeek at the open instances of the application. Now drag to one of those, and the application will come to the surface. While it comes to the surface you are still dragging the file. Now, drop it into the application that has just come into view, and it’ll be opened in that particular instance. In Vista, if the taskbar was hidden, then you had to do something else. My method for Vista required me to hit the Windows key while dragging to “pop” the taskbar into view. Then you could proceed as expected. It’s a little flakey though.
Try this out. Create a file in Wordpad. It’ll save as a rich text document somewhere. Be sure to pin rhe Notepad application to your taskbar so we can use it to open the RTF file you just made. Do this by clicking the Start button>All Programs>Accessories and then right clicking on Notepad.Now click on “Pin to Taskbar” and a Notepad button will appear on the taskbar but won’t have any instances of Notepad running. You can then move the Notepad icon where you like. Now, open Windows Explorer and go to the folder (or library) where the Wordpad RTF file you just created is located. If you drag the file onto the Notepad icon on the taskbar and drop it it’ll pin to it to the Notepad Jump Lisr, but it won’t open - provided you don’t already have any open Notepad files. If you then right click the Notepad icon on the taskbar the Jump List will be visible and you can click the newly created entry for your file. However, if you hold the shift key while dragging the file to the Notepad icon in the taskbar and drop it, then the file will open in a new Notepad regardless of existing instances of Notepad running. This feature is the same as dragging a file, in an older version of Windows, to a Notepad Quick Launch button. You’ve probably never done this before because you didn’t know you had the POWER! Anyway, not many people use these types of features. I have found very experience Windows users who didn’t even know they could do this! But when is using this useful? Some people, like me, like to open files in applications other than the intended ones. Just clicking a file will open it in a default application only. You can always right click a file and use the “Open With…” feature, but sometimes dragging through or to the taskbar is just plain useful. For example, I frequently have numerous File explorers open. And they may all be open full screen. In such cases, it simply isn’t possible to drag files from one open File Explorer to another to move or copy files from one location to another. So, by dragging through the taskbar, one can start the process in one full screen File Explorer window and drag through the taskbar to bring to the surface another instance of File Explorer and drop the files in it. As in all things Windows, there are a thousand and one ways to do this. You could have just right clicked the files and selected to copy or cut, but that’s to easy! As a purist, I am happy they fixed this in Windows 7.
The last kewl feature I’ll talk about isn’t actually Windows 7, but it is being introduced with it, and possibly will only be available for certain versions of it. This is the infamous XP Mode whose beta publically debuted with the release candidate launch – plus or minus a day. So, of course I had to try it out. And there happens to be one application that I’m fond of, that I’ve blogged about it before, and I know it WILL NOT INSTALL on Windows 7. This is the Microsoft Photo Story 3 released for Windows XP some time ago. When Vista first arrived on the scene, I was also unable to install it. I learned quickly that I could install it using compatibility mode and all was well. Eventually, Microsoft tweaked it to allow it to install into Vista without all the hoopla. I don’t know if they put it on a special instaltion list that made it automatically install in compatibility mode or if they just removed the internal software check it does to make certain that it is only running on Windows XP. Whatever the case may be, it simply refuses to install in Windows 7 regardless of the way I set the compatibility modes. Enter XP Mode! Using this feature, which is basically application virtualization for those that care, I am able to install and use Photo story. This makes me happy! Anyway, my first photo story on Windows 7 is below. It’s nothing fancy. I just downloaded some pictures I had in one of my online Windows Live album since I have no other pictures on this machine, and imported them into Microsoft Photo Story 3. Then I grabbed an MP3 from somewhere and put it in, and shazam! Above is a partial screen shot. Notice how the old XP application is working happily right along with the Windows Live Writer app. But the close buttons (circled) are stylized per the respective underlying operating system. Here is the demo:
Well, crud. I am removing it from the post, but you can click the link above to see it, if you like. YouTube wonked it, but the link has the original which is good. Anyway – this video has an audio track of the theme song to “The Good, The Bad and The Ugly. Soapbox disallowed it entirely. So I posted it to YouTube. They posted it, but they incuded this “NOTICE:This video contains an audio track that has not been authorized by WMG. The audio has been disabled” So, no audio! Those BH bastards! Anyway, it did have audio –they just muted– no biggy though. The link above has it all. This is just an example of what Photo Story does, and to show it still works on Windows 7. Also, One other thing to note, I didn’t try the USB feature which I could have. I didn’t install my headset mike yet. But Photo Story also allows you to narrate your story – if you have a mike. I’ll try this out later, but better luck next time! Anyway, I am really fond of this application, and I would like to encourage the Windows Live team to appropriate it, and then include it in one of the Live Essentials applications or make it stand alone like Windows Live Photo Story 4 or something. The BadThere’s nothing to say here! It’s all good. OK – there are a few issues I’ve had that I’ve wanted to report since the Release Candidate has come out. I should have reported these sooned, but you know the old adage, “why do today what you can put off till tomorrow!” Well, did you know that adage is recursive? No – that doesn’t mean “RE – curse – ive” as the joke went a while back around my Windows Live network. It just means I never did it because I didn’t do it today. Shame on me! In any event, I have done something about it, and I’ll share that with you (even though I might be sharing bad secrets with you).
Anyway, when this feature is installed, it also installs a printer driver that allows you to print directly to a Document Imaging Printer. So, you end up with a TIF file or a MDI file of what you’ve printed, which can later be OCR’ed. As it stands, this printer does not install in Windows 7, but from the picture on the right you can tell it’s trying hard. I’m upset. It took like a year for Microsoft to fix the broken indexing when Vista came out because Vista had a whole new indexing service. *sigh* The other misgiving that I have (so far) is a feature that I was very happy to see in added to Vista is removed in Windows 7. Anyway, it’s such a simple thing. So, in all versions of Windows since Windows 95, you’ve been able to right click, in Windows Explorer, on a CD or DVD drive and select “Eject.” And it was good. With Vista they added a “Close Tray” on the same right click context menu. But what one Windows giveth, the next taketh away! That feature “Close tray” is gone. I assumed that they would get this right in Windows 7 by putting the two options next to each other instead of so far apart as in Vista. But WTF? (Pardon me…) I know they did this just to see if I would notice. Well, I did. Now can you put it back please? This is the last, and then I’ll stop. When I downloaded AVG Virus Protection for Windows 7 from Download.com, I noticed that it downloaded the install file sans the file extension “.EXE”. So, as provided, the file was unusable. Of course I know how to add the extension back, and I did just that. It installed and is fine. But another person might be confused by this. I assumed this was a Download.com issue, and it may be, but when I repeated the steps to put AVG in the XP Mode virtual machine this did not happen. Perhaps they send a different file based on detected OS? I don’t know, but this might be an issue.
OK – now for the little secret – please don’t tell anyone! So, if you had an issue with the Windows 7 beta, you could report it using the feedback tool. And in the release candidate they removed it. But not really. It’s still there. You just can’t get to it. But if you need to, then do this Create a shortcut on the desktop by right clicking the desktop and selecting NEW>Shortcut. In the box for “type the location of the item” paste in this text: rundll32.exe FeedbackTool.dll,ShowWizard The rest of the long path will fill itself in after you click next. Click “Next” and then name the shortcut “Feedback Tool” and you’re good to go. I have submitted these issues listed above – a couple of them at least – and it worked fine for me. You should use this sparingly as it could “just quit working” at any time if they get to many submissions of the wrong type. In fact, I don’t know that they even look at anything submitted using it anymore, but it made me feel good to do it. No more waiting till tomorrow for me! Then click the new shortcut, and it’ll take a second to get configuration data then you’ll see this: You might want to use only the last item for “It seemed to be broken.” They are no longer soliciting feedback for general comments, and so I would reserve this only for real problems. they are not going to consider anything – other than perhaps bugs or bad drivers – but nothing that would change the look and feel of Windows 7. The Ugly“No object is so beautiful that, under certain conditions, it will not look ugly.” Oscar Wilde OK – I’m able to install Windows 7 all by myself. But, it isn’t a pretty install. Because my PC is connected to a 46 flat screen TV, it had an issue. It’s ugly too! The problem stems, I believe, from the fact that my TV does not support VGA mode (640x480), and the installer doesn’t check to see if the mode is supported. This is, of course, my theory. I could be wrong, but let me show you some full screen pictures I took of the display. Now, take note that these pictures are not as bad as it gets! Early in the install, before I got the camera out, the whole lower part of the screen showed a colored snow effect, while the upper part showed the display in a manner similar to these pictures:
This is the initial “type in you name” screen: Here you can see that I moved the windows so I could get to the “Next” button at the bottom right. Some people might need to make a phone call over this one! I have already moved the maximized Windows so it appears completely in the top left hand quandrant of the screen. At this point, I am in Windows, with it up and running! Since you see two mouse cursors, it can be confusing as to which way to move the mouse to get from point A to point B. I hope they fix this before launch. It really looks terribly ugly during the install on my setup. Anyway, while it looks terrible, it didn’t prevent ME from installing Windows 7. But it might prevent some from installing it. Anyway, again, I should have reported this earlier, but, well, I could still do it tomorrow. Oh, wait – that was yesterday… Or the day before. I can’t recall. -Jeff PS: I have had serious problems uploading this post. Spell check locked up, and I had to kill the app. I got errors regarding unauthorized file access. I’ll try this again. I hope it works now! Clubhouse Tags: clubhouse, challenge-windows 7, story, bugs, likes, dislikes, superbar, taskbar, document imaging, Photo Story, Jumplists, How-to, feedback tool 4/30/2009 The Proper Care and Feeding of Windows Live Categories
First, categories are created and managed in a several places. This feature is related to your contacts, and as such, it appears in applications that involve them. So you’ll see it in Messenger, Mail, Photo Gallery, and possibly elsewhere. The extent of what you can do with a category depends on where you are using it. For example, you can create categories in Messenger, but you cannot in Photo Gallery, but you can use them in both places. The picture on the left shows my categories. I divide categories into purposes. The most apparent purpose for a category is to group similar types of people together. But another less obvious purpose, and you’ll see several of this type in the picture, is for setting up permissions. So, categories like friends and family have specific meanings that those contacts in them are one or the other, but other of my categories, like “Can leave notes” is are not as clear. I’ll cover that later in this post. Also, another important concept to keep in mind is that there is a many to many relationship between your contacts and your categories. This means each category can contain several or all of your contacts. But it also means that any given contact can be in one or more of your categories. This multivalued nature of categories gives them a great deal of flexibility. How do you create a category?
Where can I use a category?
Finally, you can manage the categories from the People page. If you click the link for the category on the left, then all the contacts for that category appear. If you select one, by checking its box, then you can “Remove from this category” or you can add that contact to one of the other existing categories from the “Categories” dropdown list. Also, you can create a new category right here. This post just touches on some basic ideas for using categories. Once you start using them, you’ll stumble upon other useful techniques, but this post should get you started. There are a lot of things not covered as well as certain important functionality that seems to be missing entirely. For example, there is no list of categories a person belongs to regardless of editing those categories. You just have to figure it out for now. Maybe they’ll add this in a future version as it seems an oversight. So, I hope this clears up any confusion you have about categories and how you can use them. -Jeff
Clubhouse Tags: clubhouse, Windows Live, categories, contacts, Messenger, Photo Gallery, Mail, permissions 4/24/2009 Photo Gallery Tip of the Day
The basic use of Photo Gallery requires some basic skills you probably already have from using Windows. And there are many fine posts to get you started such as this series you can find here: Windows Live Photo Gallery…..1..Importing your pictures. This post assumes you already know the basics. In fact, this post takes on a different format from my usual “how-to” type posts. Each tip tries to stand alone, and is presented in a rapid fire “Did you know…” bulleted format. A popular feature of many programs, alas more so in the past than now, is the tip of the day or the start up tip. Little known facts about the program or its usability come to the surface in a way that didn’t require you to read through a thick manual to get to the “meat” and do interesting things. By design, these tips get right to the point and are not lengthy step by step procedures. I found these tips fantastically useful for the programs that provided them. Sometimes, I would start the program just to read them. Most programs provide a “next tip” button, so I would scan through them all, and before you know it, you’re an expert! That’s what this post is about. These are some “tips of the day” that Windows Live Photo Gallery might present, if it had such a feature. Since this imaginary friend of a start up screen doesn’t exist, I can stray outside the bounds of purely tipping on Photo Gallery. That’s the beauty of taking liberties with imaginary friends – you can do what you want! But I will restrain myself to things regarding Photo Gallery, photos, and usability. In these tips, I will refer to different areas of the user interface for Photo Gallery (from here on referred to as WLPG). The central panel shows items. These items will be referred to as “shown items” if they are viewable in the panel but not necessarily selected, and “selected items” for those that are both shown and are selected. A selected item will show a check mark in the Select Check box when the mouse is moved over it and is highlighted. Note that you might not see a shown item if it has scrolled off the central panel, but it is still considered a shown item. Since the documentation doesn’t clearly name these areas, I provide a diagram below for reference: OK – let’s get started! Importing and exporting:
Selecting:
Viewing and Selecting:
Photos
Batch Operations:
Searching for Photos:
The WLPG application
Other Applications – Helper applications
OK – so this was a little different. I think I got a lot more information out in under 4000 words. And half of those are “Did you know!” It doesn’t have all the pictures, and specific instructions, but I find that often times, it’s not the “how” that gets you there, but the “what.” For many people, they will see these tips, and go “oh – I didn’t know you could right click there!” And once the realization comes into play, you really won’t need a visual guide, if you can already get around in the program. That’s what I’m going for here. I hope it works. So, please correct me if I got anything wrong, and please, I would love it, if you have more tips I can add to the list. Please post them in the comments! I know I’ve skipped entire areas such as printing. Let me know if anything is unclear. I’ll try to rephrase it. Ultimately, I would like it if Windows Live Essentials added a “Tip of the day” start up type screen. But maybe I’m being nostalgic. In any event, I hope you enjoy these, and they help you be more productive. -Jeff
Windows Live Tags: clubhouse, WLPG, Photo Gallery, tips, How-to, tip of the day, panoramas, ICE, Photo Story, GIMP, Paint.net, image composite editor
Clubhouse Tags: clubhouse, WLPG, Photo Gallery, tips, How-to, tip of the day, panoramas, ICE, Photo Story, GIMP, Paint.net, image composite editor 4/20/2009 Oh Where, Oh Where did my Messidog go?
That takes you to a page showing your account details, one of which is your account creation date. So, it turns out that I just had my ten year anniversary! The account was Registered since: March 20, 1999. Funny thing, though, that I know this isn’t my first Hotmail account. I’ve had Hotmail accounts before Microsoft bought them. So, I thought to myself, when did “HoTMaiL” come about? And for that, I went to Wikipedia and looked up Hotmail. I don’t recall which Passport or Live ID I used back then. I’ve used a number over the ages. But my, how time flies! I continued to read this article.
Windows Live Web Messenger
OK – so I’ve used the MSN Web Messenger, but not this Windows Live Web Messenger. My first thought was that it’s just a new name for the same thing, but the article seemed to indicate it has additional features, etc. OK. I must try it. So, I highlighted the “Windows Live Web Messenger” in the article and used the Google accelerator. I found what I was looking for. It’s the first returned item and is located at http://messidog.live.com. So, I clicked it. And I got this:
Foiled! So, Messidog is missing in action. But it isn’t the same thing as webmessenger. No matter – I can pull the Google cached page. And I did. I got this:
So it really existed! But it’s gone. And this cached image is only a week old. So, it just went missing. What does it mean? Perhaps I just caught it on a bad day? Well, we still have the old msn webmessenger. It’s been around for a long time, and we can use that! Or can we… I went there, http://webmessenger.msn.com and got this nice message: Foiled again! Well, almost – this version still works even if complaining about Internet Explorer 8, but it still has the limitation of only being logged in once. So, I got this message pop up: But the memories… A nice thing about this old version, it splits my contacts into two groups. The top group are those logged in, and the bottom those that are offline. I really miss that view of my contacts. I now have to hunt through massive lists of groups and categories, and other things to see who’s there, and who is not. (Update: It turns out this feature is configurable in the newest release as is whether groups display or not. See the comments for details.) Anyway, the point of this otherwise pointless post is to wonder if messidog is gone for good or just missing in action? And, since the integration of Live Messenger with Live Hotmail has not happened, what is the future of that? I’ve experienced momentary instances where it did work. It just appeared and just as quickly disappeared. But after all this time, it hasn’t been rolled out. And, if things go my way, it never will be. Not, at least, in the manner that I think it was originally envisioned. My hope is that the new Messenger Bar that’s available for any web site to use will actually be used on the Windows Live web sites. The original plan allowed Messenger use while using email. The Messenger Bar could allow access from anywhere in Windows Live, and, if you’re familiar with Facebook, it looks like the bar at the bottom of Facebook pages. Here are a couple pages that are using it. Try it out, and see what you think. They’re probably still working some of the kinks out of it, but this could be a great new feature of Windows Live. UPDATE: As luck would have it, the day I posted this (04/21/09) the Windows Live team rolled out integrated Messenger in Hotmail and People.
4/17/2009 Keeping Tabs with a What’s New Tab – The Cure for Update Overflow
If you’ve installed Internet Explorer 8 (required), then you’ve got a nifty new feature, the Favorites Bar, that can be tailored for use with Windows Live. If you don’t have it IE 8, then you should consider installing it. For the purposes of this post, I will assume that you have Internet Explorer 8, and you have the Favorites Bar in its standard default location in Internet Explorer. If you don’t, then you are already clever enough to adapt these instructions for whatever configuration you’ve set up. To start, log into Windows Live and go to your Home Page. Somewhere on the left side will be your “What’s new with your network” section. Mine is underneath my email area. There are up to 20 updates listed here, and if you click the “What’s new with your network” header of this section, then a dedicated page of up to 50 updates appears. This may be enough for some folks, but others of us experience update overflow – a condition in which we lose our updates - possibly because you’re in a lot of Groups which can generate many updates or you use other web activities, such as twitter, which can generate copious updates which will fill these 50 available update slots and cause others to drop out. Maybe you just have 500 friends on your network - all generating updates at the same time! Whatever the case, once the 50 slots are filled, any new updates will force the older ones to cycle off the page, possibly before you had a chance to see them and be lost. I’ve had this happen many times just because I went to bed and overslept! So, here’s a way to remedy that. While you’re on your Home page and looking at your What’s new with my network section, focus on the end of this section. After the last update listed there’ll be some links as follows: Click on the “Feed” link. Another page will open in Internet Explorer, and it’ll have a banner looking like this (click image to enlarge it): OK – so now click on the “Subscribe to this feed” link in the banner: We’re almost done. Another dialog box will open as shown below. You can change anything you like here. I suggest you keep the same name to remember what it’s for, but you can create it in another folder if you like. Just be sure you check the box “Add to Favorites Bar.” This is the key! Click the “Subscribe” button, and you’re done! Back in Internet Explorer 8, up above your browser page tabs, a new favorites item will appear on the Favorites bar called “What’s New with You…” This tab can be moved to your desired location on the bar by drag and drop. When there are new updates, it’ll appear bolded as shown in this example: And when there are no new items it won’t be. In either case, if you click the “What’s New with You…” item, a drop down list of updates will appear like this: Any new items will be bolded, and others will be in regular font. And from here you can click any individual item to open it. Also, this item remains active even when you browse outside of Windows Live. So, when the feed is periodically refreshed, and new items are available, then link will go bold and give a brief flash – even if your browsing in Facebook or somewhere else. So, you now can have a tailored history of your What’s new with my network items, and you can go on vacation and not lose anything! (Be sure to go mobile in that case!) If you click the list item, “Open all items…” in the drop down near the bottom of the list, then the main feed page will open. From here, you can set the feed properties by clicking this link found on the upper right hand side: That will open another dialog box which allows you to set the properties of the feed. One property I change is the the number of updates to keep. I change that to the maximum of 2500, even though Internet Explorer will only display the most recent 1000 of them. You can also change the scheduled frequency of reading the updates, but I’ve always left mine at the default of one hour. If you really like to be on top of things then you could change this to a very short period. But, you'd be fine if you didn’t change anything here. It’s up to you. So, I suggest, when you try it out to not bother changing these defaults. They can always be changed later.
Now, you can keep track of the pesky updates even when you’re experiencing update overflow! Some things to note: the listed update does not have multiple links in it as it would in the What’s new Home Page; the descriptions do not show either; non public updates, such as from groups, may not show to protect privacy. However, this is a welcome addition to Internet Explorer for me, and it adds functionality I can use, and I hope you enjoy it as much as I do. -Jeff
Clubhouse Tags: clubhouse, Internet Explorer, IE 8, Favorites Bar, Windows Live, RSS, Feeds, What's new, tips, How-to, new features, update overflow
Technorati Tags: Internet+Explorer,IE+8,Favorites+Bar,Windows+Live,RSS,Feeds,What's+new,tips,How+to,new+features,update+overflow 4/5/2009 One of the things important about history is to remember the true history. --GWB
"One of the very difficult parts of the decision I made on the financial crisis was to use hardworking people's money to help prevent there to be a crisis." --George W. Bush, Washington, D.C., Jan. 12, 2009
"People say, well, do you ever hear any other voices other than, like, a few people? Of course I do." --George W. Bush, Washington, D.C., Dec. 18, 2008 "You know, I'm the President during this period of time, but I think when the history of this period is written, people will realize a lot of the decisions that were made on Wall Street took place over a decade or so, before I arrived in President, during I arrived in President." --George W. Bush, ABC News interview, Dec. 1, 2008 The true history of my administration will be written 50 years from now, and you and I will not be around to see it. --George W. Bush, Interview with President George W. Bush, Oct., 2004 "I'll be long gone before some smart person ever figures out what happened inside this Oval Office." --George W. Bush, Washington, D.C., May 12, 2008 Quote Talking about Worst. President. Ever.—By Scott Horton (Harper's Magazine) "Let me start off by saying that in 2000 I said, 'Vote for me. I'm an agent of change.' In 2004, I said, 'I'm not interested in change --I want to continue as president.' Every candidate has got to say 'change.' That's what the American people expect." --George W. Bush, Washington, D.C., March 5, 2008 "I'm telling you there's an enemy that would like to attack America, Americans, again. There just is. That's the reality of the world. And I wish him all the very best." --George W. Bush, Washington, D.C., Jan. 12, 2009 "In terms of the economy, look, I inherited a recession, I am ending on a recession." --George W. Bush, Washington, D.C., Jan. 12, 2009 "I've been in the Bible every day since I've been the president." --George W. Bush, Washington, D.C., Nov. 12, 2008 Quote Talking about The Worst President in History? : Rolling Stone "This thaw -- took a while to thaw, it's going to take a while to unthaw." --George W. Bush, on liquidity in the markets, Alexandria, La., Oct. 20, 2008 Quote Talking about The Worst President in History? : Rolling Stone "Anyone engaging in illegal financial transactions will be caught and persecuted." --George W. Bush, Washington, D.C., Sept. 19, 2008 "The people in Louisiana must know that all across our country there's a lot of prayer -- prayer for those whose lives have been turned upside down. And I'm one of them." --George W. Bush, Baton Rouge, La., Sept. 3, 2008
"There's no question about it. Wall Street got drunk -- that's one of the reasons I asked you to turn off the TV cameras -- it got drunk and now it's got a hangover. The question is how long will it sober up and not try to do all these fancy financial instruments." --George W. Bush, speaking at a private fundraiser, Houston, Texas, July 18, 2008 "I think it was in the Rose Garden where I issued this brilliant statement: If I had a magic wand -- but the president doesn't have a magic wand. You just can't say, 'low gas.'" --George W. Bush, Washington D.C., July 15, 2008 "And they have no disregard for human life." --George W. Bush, on the brutality of Afghan fighters, Washington, D.C., July 15, 2008 "The economy is growing, productivity is high, trade is up, people are working. It's not as good as we'd like, but -- and to the extent that we find weakness, we'll move." --George W. Bush, Washington, D.C., July 15, 2008 "Goodbye from the world's biggest polluter." --George W. Bush, in parting words to British Prime Minister Gordon Brown and French President Nicolas Sarkozy at his final G-8 Summit, punching the air and grinning widely as the two leaders looked on in shock, Rusutsu, Japan, July 10, 2008 "Amigo! Amigo!" --George W. Bush, calling out to Italian Prime Minister Silvio Berlusconi in Spanish at the G-8 Summit, Rusutsu, Japan, July 10, 2008 "Should the Iranian regime-do they have the sovereign right to have civilian nuclear power? So, like, if I were you, that's what I'd ask me. And the answer is, yes, they do." --George W. Bush, talking to reporters in Washington, D.C., July 2, 2008 "But oftentimes I'm asked: Why? Why do you care what happens outside of America?" --George W. Bush, Washington, D.C., June 26,2008 "And I, unfortunately, have been to too many disasters as president." --George W. Bush, discussing flooding in the Midwest, Washington, D.C., June 17, 2008 "One of the things important about history is to remember the true history." --George W. Bush, Washington, D.C., June 6, 2008 "We got plenty of money in Washington. What we need is more priority." --George W. Bush, Washington, D.C., June 2, 2008 "And so the fact that they purchased the machine meant somebody had to make the machine. And when somebody makes a machine, it means there's jobs at the machine-making place." --George W. Bush, Mesa, Arizona, May 27, 2008 "I don't want some mom whose son may have recently died to see the commander in chief playing golf. I feel I owe it to the families to be in solidarity as best as I can with them. And I think playing golf during a war just sends the wrong signal." --George W. Bush, Washington, D.C., May 13, 2008 Quote
"How can you possibly have an international agreement that's effective unless countries like China and India are not full participants?" --George W. Bush, Camp David, April 19, 2008 "Oftentimes people ask me, 'Why is it that you're so focused on helping the hungry and diseased in strange parts of the world?'" --George W. Bush, Washington, D.C., April 18, 2008 "So long as I'm the president, my measure of success is victory -- and success." --George W. Bush, on Iraq, Washington, D.C., April 17, 2008 "A lot of times in politics you have people look you in the eye and tell you what's not on their mind." --George W. Bush, Sochi, Russia, April 6, 2008 "I'm oftentimes asked, What difference does it make to America if people are dying of malaria in a place like Ghana? It means a lot. It means a lot morally, it means a lot from a -- it's in our national interest." --George W. Bush, Accra, Ghana, Feb. 20, 2008 "There is no doubt in my mind when history was written, the final page will say: Victory was achieved by the United States of America for the good of the world." --George W. Bush, addressing U.S. troops at Camp Arifjan in Kuwait, Jan. 12, 2008 "I can press when there needs to be pressed; I can hold hands when there needs to be -- hold hands." --George W. Bush, on how he can contribute to the Middle East peace process, Washington, D.C., Jan. 4, 2008 3/27/2009 Worldwide Telescope goes SilverlightWow! If you have Silverlight installed then Worldwide Telescope will now work in IE 8 (and whatever else you have Silverlight installed in) without having to install the binary! Very nice! I’ve been using this for a while, but I had to install it. This is great! So even our Mac using friends can enjoy this fine software. Click on this link to try it out! http://www.worldwidetelescope.org/webclient/ Use the number pad “+“ and “-“ to zoom in and out. Drag the mouse to move the through the sky. Hold the “cntl” key while dragging to rotate. And shift click objects to get details. Use the “Esc” key to escape or get out of something. I haven’t figured out how to orbit yet. But, once I do, I’ll update here. Try the tours too. There great!
3/25/2009 Buried Secrets – Tips for Finding All Your CommentsI am of the opinion that many people don’t fully use the Windows Live “More” menu. Several of the options on it appear to reproduce the functions available on the left hand side of your Profile page as shown below. This may cause some to conclude they are the same. The truth is, these are quite different. Here is a simple guide to finding all the comments, notes, guestbook entries, file comments, shared favorite comments and the like. And this will all be pretty much in the same place. Just follow the pictures. First, from anywhere in Windows Live you can access the “More” menu: You’ve probably been here before to get to your calendar or to any groups you belong to. Groups is the middle selection above. If you haven’t noticed, it’s now enhanced with group updates. Any group you belong to will show its updates (from others) on the page from “More>Groups” and allow you to go to your group. It’s a very handy addition to Windows Live. The other two options open summary pages for either SkyDrive or Spaces. SkyDrive is where your photos, shared files and shared favorites live. Your synced personal (private) favorites are also located here. And Spaces is where your customized page is which can include your blog – or your blog can be on its own page. The thing is, all these things can have comments. And keeping track of these comments can be difficult if you don’t know where to look. Many people spend a lot of time jumping around from one area to another to find new their comments, and some invariably get lost or go unnoticed. So, click on “SkyDrive” from the menu shown above. A page like the one below will open: This page tells you about recent activities on your SkyDrive as well as the activities of all the other SkyDrives on your network. Let’s now click on “Recent comments” to open the page shown below: Here you’ll see a summary of comments on all the files stored in your SkyDrive. I sometimes upload a pdf of a web page or some other document here. This allows others to read it and comment on it almost like it was in a blog by itself. But these comments can be overlooked if you’re not careful. Also note the “View:File comments” link above. We’ll come back to this shortly. Had you clicked on “Spaces” instead of “SkyDrive” you would see a page similar to this one: And it has a “Recent comments” too. If you click on it, then a page like the one below opens: And this page gives comments from each of your blogs and your Guestbook. But the real trick is clicking that link I pointed out before. Clicking the link for “View:Spaces comments” or “View:Files comments” opens a menu. This menu is comment central. From here you can select which comments you want to see. You can jump back and forth without having to drill down the menus to get to this page. This is a direct access link to each areas comments pages. Here is the menu: From here you can select any of these four options, and the comments you’ll see will be specific to this area of the application. In each section, if there are more comments than room to display them then a direct link to where all the comments are is provided. If you select the “All comments and notes” then you get just that. Everything that was recently commented on appears on this page in chronological order of the most recently commented on items and their comments also in chronological order. You can select the link again to change to a different area to filter the comments. Very handy! So, now you can find all your comments no matter where they’re buried!
3/20/2009 Media Center and TiVo SynergyThe Ultimate and Home Premium versions of Vista include Media Center DVR (digital video recorder) software. If you have one of these versions, then you can add a TV tuner card or two to your computer and turn it into a TiVo-esque DVR device. And if you have a TiVo too, lucky you, then they can work together. If you have a Media Center computer, it isn’t absolutely necessary to add a TV tuner card to your computer to enjoy all the features this software has to offer. For example, Media Center also allows your to play DVD’s on your computer without the need to buy additional expensive DVD software. And it does a great job of this as well. If you connect your Media Center directly to a large screen TV, then the DVD playback function gives you all the options for scaling the picture that you would get with a regular Media Center TV recording. For example, there is a normal playback mode in which a standard definition 4:3 recording will have two black bars on the left and right side on a 16:9 display, or you can zoom into the picture maintaining the proper ratio of the image, but at the expense of losing some of the top and bottom of the picture, another zoom that stretches the image from the left to right but not top to bottom which tends to make thing look thicker but is less distracting than the black bars on the side and doesn’t lose any of the picture, and finally a panorama mode which also stretches the image left to right to fill the screen, but the stretch is concentrated on the left and right edges of the screen instead of uniformly across the picture leaving the center unstretched. This fourth mode is my favorite way to watch DVD’s and tiVo recordings as it doesn’t distort the center of the picture which tends to be where the action is and make the center subjects face look fat. This mode is almost unnoticeable and gives great results for most standard definition recordings. This fourth mode is the inspiration for this post, but all the other modes can be applied for different results as well. You’ll have to decide what you like for each case. But by using Media Center you’ll have the ability to make this choice. Other playback methods, such as through the ubiquitous Windows Media Player, don’t offer any choices in this area. This is the only choice you’ll get for non Media Center computers for TiVo playback. Some lucky people will also have TiVo’s and use those as well as Media Center. And that’s OK. I am a TiVotee myself. I own both a series 2 and a Series 3 TiVo. But I love both my Media Center and my TiVos. There’s nothing like having the best of both worlds. So this post is primarily for these TiVo people who also own a Media Center computer. But the techniques probably apply to other DVR software as well. For example, I believe what is discussed here will also work for Beyond TV, but I haven’t tried it, and the file types for Beyond TV are different. So if you have a TiVo, then you probably know about the TiVoToGo software, and how it can transfer some programming from the TiVo to your computer. This is ideal for laptop users. They can tranfer TV shows to it and watch them later while traveling or where ever or transfer them for longer term storage. This software is necessary because TiVo recordings are encrypted, and the TiVo Desktop installs the decrypting codecs on your system allowing you to watch the recordings, and it allows your TiVo to network with your TiVo Desktop. It must be installed for this to work. When you play a TiVo recording back on your computer it plays in the Media Player by default and only in the aspect ratio it was recorded. This is typically the 4:3 standard definition ratio which doesn’t use the whole 16:9 wide screen TV area. All these recordings have a file type of “.TiVo”, which is associated with Media Player, and are usually stored all in the same default folder unless you change these settings. But they can be stored anywhere. In fact, individual files can be moved wherever you like. So, here’s the deal. If you play the copied content on your computer via the TiVo Desktop application, you’ll watch it in Media Player by default. BORING! Instead try this… In the main TiVo Desktop screen for TiVo Recordings there is either a link or a button at the bottom of the application that tells you where your recordings are stored. Here is an example: If you click this link then your “My TiVo Recordings” folder will open. If you right click on any of these recordings in this folder and select “Open With” another menu will fly out. On this menu other options for playback will be available. Two that should be available are “Media Center” and “Windows Media Player.” The “Media Player” option is the likely default program which will open when you play a video from the TiVo Desktop application. However, if you select “Choose Default Program…” from the “Open With” menu as shown here: Then you can change this behavior. After you click on the “Choose Default Program…” you will see a dialog box like this: Click to select “Media Center” if shown. If it’s not shown, then click on the “Other Programs” drop down arrow and find it. Make sure that “Always use the selected program to open this kind of file” is checked. Then click on the OK button. From now on, when you open a TiVo recording from either the TiVo Desktop application or any other direct means, it will open in Media Center. And now, while in media center, right click on the image (or use your remote’s “info” button) to bring up the menus shown. Select “Zoom” repeatedly until the zoom “4” is shown. This is the panorama mode. And you’re good to go! TiVoToGo that is! If the programming is already formatted for a 16:9 display then any of the zoom functions may work well or may not be required at all. Try them all and decide which is best for yourself for the particular recording. Note that you can add additional folders to your Media Center Library by adding another folder for Media Center to watch. Maybe I’ll go into the details of this in a later post, but for now just know that you can add your “My TiVo Recordings” folder to your Media Center Library and watch TiVo recordings directly from Media Center without first going through the TiVo Desktop application. Whenever a new recording is copied from your TiVo to your TiVo Desktop it automatically appears in your Media Center Library ready to go. Also note that these instructions are for Vista systems. If you are using a Windows XP Media Center Edition then adjust them accordingly. So, now you can watch your TiVo Desktop recordings in all your Media Center splendor. But the question I can’t answer is… Can TiVo Desktop recordings be streamed via a Media Center extender such as an Xbox? I don’t have one. So, maybe someone else can answer this question for me. Windows Live Tags: clubhouse, challenge-dvr, TiVo, MCE, TiVo Desktop, How-to, tip, media center, home theater 3/14/2009 Give It A Shake, Cornstarch Comes AliveScience Friday brings you science fair project for the recession: combine cornstarch and water and make a fluid with bizarre physical properties, on the cheap. Physicists Robert Deegan, of the University of Michigan, and Harry Swinney, of the University of Texas at Austin, explain why the mixture comes to life under the right conditions.
They filled a pool with a mix of cornstarch and water made on a concrete mixer truck. It becomes a non-newtonian fluid. When stress is applied to the liquid it exhibits properties of a solid.
Walking on water surely make things interesting, and when you do, it would be a miracle. Then the mythbusters surely tried that idea, but it was "busted". One experiment was done when Adam successfully walk on it. By mixing 200 gallons of water with 1000 pounds of corn starch - yes corn starch. But, surely its not 100% water. 3/12/2009 Finding Groups and other Live StuffThis is taken from a modified post of mine in the LiveSoapBox group, and I thought I would blog it: Well, as you know finding anything on Live isn't easy. One way to find this group is with a search engine. In fact, most of the stuff in Live is indexed. It's that, other than for people, there really are no search pages to make this process easy, but there are some tricks. And People searches do have an advanced web page - well, an advanced link allowing you to search on interest, gender, age, location, work, etc. Type in your query and click “Search people” or just hit enter as it defaults to people. Another page will open like the one below, but you’ll probably have to click “Advanced” to see all the options here: Go to the search box at the top of this page (where it says "Search for people or web") and put "Live domain:groups.live.com" into it (without the quotes) then click "Search the web" and this group, LiveSoapBox, is about 35 items from the top. This tells Live Search to look for the word "Live" in the “groups” area of Live. Since the search engines don't log in, I believe this will only search the "Ask to join page." So search for words in the group name or that would be on this page. BTW: Windows uses searches like this too (Vista and later versions automatically, and others versions with the desktop search installed) - see my blog on that here: You can search for:
where the “search terms” are some words you’re looking for. But instead of the “domain” keyword it is shorter to use the keyword "site" as here:
Each part after the "site:" and before the "live.com restricts the scope of the search to a sub portion or area of the live.com domain (site). You can use this to search the entirety of live.com too or just a part. Here is an example where you want those quotes because you want to be sure both words are included and in order:
Now, Qna has its own built in search, but the concept is the same, and this work outside of QnA. So it’s just an example. You can search inside some applications like Live Mail (web version) by entering queries like the following into the “search your e-mail” box:
There are probably a lot more options for all these, but definitely more for mail. There should be some for attachments, contacts, etc..., But these are some that I have used. For example, try the search:
Interesting, eh? It results in all her blogs, and other blogs that she has commented on, etc. If you review my blog from above you’ll see how you can use “AND”, “OR”, and “NOT” as well as other things to fine tune your search. But it's just a pain to have to type all this in, and most users have no idea they can do this, and it’s hard for many users. This is sort of "power user" type stuff, and the Live web app really needs searches built in for each area. So, I hope they are working on it! If you like this idea then please go to Improve Live Search over the Live.com domain and vote to have this feature improved. BTW: Searches also work in WLPG, Outlook, WLM, and your desktop. I like using them in WLPG to get an intersections of tags. For example, “Ali pool” in the “Find a photo” box shows just pictures that both my niece is in as well as the pool! Just about any search engine that indexes Live.com will work, but the syntax from one engine to the next can vary. You can do interesting things with searches... Windows Live Tags: Clubhouse, search, How-To, AQS, Windows Live Photo Gallery, WLPG, email, tags, groups, qna, skydrive, spaces, events, Live Search 3/8/2009 Confessions of a twitterheadIt’s official. I am now a twitterhead (ab)user, and I’m a ditz. (My twitter user ID is mjflynt.) Some time ago I posted a blog titled “35 things I would Live about you!” which was a list of 35 things I would like to see added to Windows Live. Here is item number 24:
In my “FriendFeed is your Friend” post, I described a method to add a collection of feed updates to your “What’s new” feed. After discovering that I was really spamming everyone with stuff many didn’t want to see, I decided that I would still like to see it. So, I thought that having an option to show on my “What’s new” but not on yours (on your homepage) would be a great idea. And I thought that it could apply to twitter too. Well, that option is there - already. But the instructions I gave on how to do set the Web Activity up were precisely what you shouldn’t do to accomplish this. Amazingly, no one caught me and corrected it. Consequently, I turned FriendFeed off because it was “spamming” my “What’s new.” Nobody, including me, liked it. I discovered this “fix” when adding twitter to my Live Profile just today. I hadn’t thought about Web Activities for awhile, and so I was reinventing the set up for myself. And, all at once, I realized that the Windows Live team already added feature request number 24, and the manner in which it is implemented is superior to my suggestion and more consistent with the look and feel of Windows Live. And they did it before I even asked for it! I love it when designers are psychic. Well, they still could add the tabs – hint – hint!! My instructions for FriendFeed made a faulty assumption that you would want everyone to see your updates. This might be true for some people with small networks. So, I suggested that you select “Everyone” in the “Share with” for the Web Activity for custom blog. The truth of the matter is, you can narrow the advertisement's scope down a lot. If you have a large network you probably wouldn’t want to update everyone with this Web Activity. As for me, I now have mine set to “Just me.” So now I can track a lot of interesting things through this one Web Activity, and I don’t have to bother any of you at all. How does this apply to twitter? Well, I certainly know how much I disliked having my “What’s new” feed filled to overflow with one sided messages that made no sense to me. And I know many people have turned the twitter Web Activity off completely to hide these updates. But that’s not an option for me. I actually find some of them interesting and valuable. Now that I’m guilty too, I am limiting the scope of who will see my twitters. I really don’t want to be a hypocritical twitter (ab)user. So, now that I tweet, I am subjecting (for now) some of my friends to my twitterings. But, I am not subjecting my entire network to them. I am only sharing them with other fellow twitterers. I have created a special category in Person called “twitter buddies.” This category is already tied to the permissions of the twitter Web Activity. All I have to do is add you to that category, and you’ll see my tweets! And if you’re not in it you won’t. Oh, I am loosely using the term “twitterhead” to mean anyone who uses twitter. Not necessarily for someone who lives for it. I myself have just started using it, and I may decide that my original assumptions about it are correct. We’ll save that for another post. |
|
|