PaulSpoerry.com

You found me… insights on technology, philosophy, Windows, hacking and more.
  • Home
  • Archive
  • Contact
  • Categories
  • Search
  • About

New iGoogle Beta Available Today

PaulSpoerry | June 30, 2008

There’s a test version of the new Google customizable homepage (startpage), iGoogle, available to play with. When you start it up, the first thing you’ll notice are the pretty rounded corners on all your gadgets. The second thing you’ll notice are the tabs along the left side of the page, rather than across the top.

It appears to be organized this way: each of your tabs appear in the left navigation and listed under each tab are the gadgets included in that tab. When you click the link for a gadget, it appears on its own in the main portion of the window. Click the tab name and all the gadgets appear as before. The switching between gadgets and tabs is very fast, almost instantaneous, so when you open the Gmail gadget on its own, for example, it’s much faster than opening Gmail itself. Of course, you’re not getting all the Gmail features, only the ones that are part of the gadget. Google calls this feature, canvas view and you can also access it by clicking on the maximize button on the gadget itself when viewing an entire tab.

It all appears to be very much in the experimental stage. Things don’t seem to work even as Google’s Help page describes. For example, the Help page shows a screenshot of a feed in canvas view, which looks an awful lot like Google Reader.

iGoogle

When I try it though, I get what appears to be a single gadget on a page, with no extra functionality and a “you might also like..” list of suggested gadgets.

iGoogle Canvas View

Finally, the new iGoogle integrates with Gmail chat, so you have access to the same IM in iGoogle as you do in Gmail.

Are you salivating yet? Dying to try it? Well sorry, it’s only open to developers. But wait, can you keep a secret? OK don’t tell anyone but if you go and sign up to play in the iGoogle sandbox, you’ll instantly have access to the new test version.

You do have to give them a few pieces of information about yourself but it’s mostly stuff Google knows about you already (email, name etc.)

Don’t want to play with it anymore? Go back to the same link and the experimental version will be turned off. (But remember, if anyone asks, you’re a developer, right?)

The full rollout of the new iGoogle is expected next month.

Comments
No Comments »
Categories
GTD, Tech, Web Life, iGoogle
Tags
Gmail, google chat, google gadgets, iggogle beta, iGoogle, igoogle sandbox
Comments rss Comments rss
Trackback Trackback

Free Web Design Resources

PaulSpoerry | June 30, 2008

Again, noupe tracks down an awesome resource. It’s really amazing how much good stuff you can find daily on one single website. One of the best web resources out there is Web Resources Depot.

Web Resources Depot is loaded with amazing free web design resources which can simplify your web design and development process. The resources are updated daily and categorized in a simple and efficient way to help you find what you are looking for.

You can browse through their categories to grab resources related to brushes, buttons, texture, fonts, icons, colors, security, xhtml & css code, CMS, project/newsletter management applications and, more.

Don’t forget to grab the RSS feed to get new resources everyday.

Comments
1 Comment »
Categories
Code, Tech, Web Life
Tags
development, free web design, noupe, rss, web design
Comments rss Comments rss
Trackback Trackback

Google’s Windows Mobile apps

PaulSpoerry | June 27, 2008

The Google Mobile Blog has alerted us to a new umbrella page for its mobile services.

GoogleMobile

Hit up www.google.com/mobile/winmo from your desktop for one-stop shopping for all of Google’s mobile device products available on Windows Mobile, including Google Maps, Gmail, Picasa and their bread and butter, Internet search.

Nothing earth-shattering here, but it’s all available under one roof, with some how-to videos thrown in as well. No mention of Google Gears, though.

Comments
No Comments »
Categories
GTD, Web Life, Windows Mobile, iGoogle
Tags
bread and butter, earth, gears, google, google gears, google maps, internet search, mobile device, picasa, shopping, Windows Mobile, winmo, winmobile
Comments rss Comments rss
Trackback Trackback

Reprogrammed Showbiz Pizza animatronic band

PaulSpoerry | June 27, 2008

Guy buys an old Showbiz Pizza animatronic band and reprograms it to play various songs. Freaking AWESOME.

Here’s his Usher video:

WPvideo 1.10
Download!

You can find a ton more on his website: Programblue

Comments
No Comments »
Categories
That's freakin hilarious, Videos, Web Life
Tags
animatronic, showbiz pizza, usher, youtube
Comments rss Comments rss
Trackback Trackback

Disable Vista’s Automatic Folder Type Discovery

PaulSpoerry | June 27, 2008

By default, Windows Explorer in Windows Vista will try to automatically detect the contents of a folder and display the correct detail settings, however in some situations you may wish to disable this behavior and customize the view settings manually as desired.

NOTE: This involves editing the registry. It is always recommended to create a back-up of the registry before making any modifications. Before performing any of the actions below, please save your work and close any Windows Explorer windows, as you will need to log off for these changes to properly take effect.

Automatic method

  • Download the command script that they have created and extract the files to your Desktop. Once you have extracted the files, simply double click on “disable_automatic_foldertype_discovery.cmd” and read the precautions in the command prompt window that appears.This file has been scanned for viruses and does not perform any malicious tasks, it simply automates the task required to reset the Windows Explorer view settings and then proceed to disable the automatic folder content discovery.

Manual method

  • Click on Start, and in the Start Search field type “REGEDIT”, and then press Enter.
  • If User Account Control prompts you, provide consent by clicking on Continue or entering a password.
  • In the left hand pane, navigate to HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell
  • Right click on the “Bags” sub-key and click on Delete. When asked to confirm the operation click on Yes.
  • Right click on the “Shell” sub-key and from the menu that appears click on New, and then click on Key.
  • Give the new key a name of “Bags” (without the quotes).
  • Right click on the “Bags” sub-key and from the menu that appears click on New, and then click on Key.
  • Give the new key a name of “AllFolders” (without the quotes).
  • Right click on the “AllFolders” sub-key and from the menu that appears click on New, and then click on Key.
  • Give the new key a name of “Shell” (without the quotes).
  • Select the “Shell” key that you just creaited.
  • In the right hand pane of the Registry Editor, right click on an empty area and from the menu click on New, and then click on String Value.
  • Give the new REG_SZ (String Value) a name of “FolderType” (without the quotes).
  • Double click on the FolderType String Value and give it a value of “NotSpecified” (without the quotes).
  • Close the Registry Editor.
  • Click on Start, press the arrow next to the power buttons, and select Log Off from the menu that appears.
  • Log back in and customize your Windows Explorer folder view settings as desired.

If you would like to reset Windows Explorer back to the way it should act by default:

  • Click on the Start button, and in the Start Search field paste the following bold text command: REG DELETE “HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders” /f
  • Press the Enter key to execute the command.

Folder content auto discovery will be enabled on any folders that have not been previously opened. However, if you would like to reset the view settings on all folders so that auto-sensing is automatically enabled, simply download the “Reset Windows Explorer View Settings” command script, extract the .cmd file from the Compressed Folder (ZIP file) and execute the command script, paying attention to the on-screen information.

Comments
1 Comment »
Categories
Code, Tech, Vista Tweaks, Windows
Tags
cmd, command script, content discovery, current user, default windows, detail settings, explorer windows, local settings, microsoft windows, search field, software classes, software microsoft, type regedit, user software, windows explorer, windows shell
Comments rss Comments rss
Trackback Trackback

« Previous Entries

Recent Posts

  • FCC releases Internet speed test tool
  • Microsoft shows games on Mobile, PC, and Xbox
  • Google Voice Explained
  • Windows Mobile 7 to be announced, 6.x to become free
  • Microsoft finally patches 17-year-old bug

Popular Posts

  • µTorrent 1.8.3 Final (uTorrent 1.8.3)
  • Google Chrome’s JavaScript Engine Is CRAZY FAST
  • Google Chrome’s JavaScript Engine Is CRAZY FAST
  • 20 Classic Hip Hop Album Covers Redone With Legos
  • Windows 7 Benchmarks – XP vs Vista vs 7

Recommended Hosting

rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox